summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf hist: Improve srcfile sort key performanceNamhyung Kim2022-12-211-2/+25
* perf hist: Improve srcline sort key performanceNamhyung Kim2022-12-211-2/+27
* perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim2022-12-214-10/+33
* perf srcline: Conditionally suppress addr2line warningsNamhyung Kim2022-12-211-5/+10
* perf srcline: Skip srcline if .debug_line is missingNamhyung Kim2022-12-211-0/+3
* perf symbol: Add filename__has_section()Namhyung Kim2022-12-213-0/+34
* perf srcline: Do not return NULL for srclineNamhyung Kim2022-12-211-1/+1
* perf test: Fix "all PMU test" to skip parametrized eventsMichael Petlan2022-12-211-11/+2
* perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du2022-12-211-0/+3
* perf test: Update 'perf lock contention' testNamhyung Kim2022-12-211-1/+57
* perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-212-1/+58
* perf lock contention: Add -L/--lock-filter optionNamhyung Kim2022-12-213-6/+142
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-214-3/+35
* perf lock contention: Add -Y/--type-filter optionNamhyung Kim2022-12-213-8/+136
* perf lock contention: Factor out lock_type_tableNamhyung Kim2022-12-201-24/+24
* perf probe: Check -v and -q options in the right placeYang Jihong2022-12-201-8/+9
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-209-13/+13
* perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-201-0/+4
* tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-1/+12
* tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-2/+5
* tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-7/+17
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-26/+36
* tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-2/+2
* tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-0/+6
* tools headers disabled-cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-12-191-2/+15
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-19603-12087/+17319
|\
| * Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-12-194-196/+197
| |\
| | * NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo2022-12-141-15/+5
| | * nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2022-12-121-1/+3
| | * nfsd: rework refcounting in filecacheJeff Layton2022-12-112-180/+189
| * | Merge tag 'rtc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2022-12-1949-1000/+674
| |\ \
| | * | rtc: ds1742: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-12-151-2/+1
| | * | rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua2022-12-151-1/+3
| | * | rtc: rs5c313: correct some spelling mistakesZhang Jiaming2022-12-151-3/+3
| | * | rtc: at91rm9200: Fix syntax errors in commentsXiang wangx2022-12-151-1/+1
| | * | rtc: remove duplicated words in commentsshaomin Deng2022-12-153-3/+3
| | * | rtc: rv3028: Use IRQ flags obtained from device tree if availableWadim Egorov2022-12-151-1/+12
| | * | rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-151-2/+1
| | * | rtc: isl12026: drop obsolete dependency on COMPILE_TESTJean Delvare2022-12-151-1/+1
| | * | dt-bindings: rtc: m41t80: Convert text schema to YAML oneMarek Vasut2022-12-122-39/+73
| | * | rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni2022-12-111-1/+1
| | * | rtc: rx6110: fix warning with !OFAlexandre Belloni2022-12-111-1/+1
| | * | rtc: rk808: reduce 'struct rk808' usageSebastian Reichel2022-12-111-27/+20
| | * | rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook2022-12-111-11/+1
| | * | dt-bindings: rtc: convert rtc-meson.txt to dt-schemaNeil Armstrong2022-12-102-35/+62
| | * | rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui2022-12-101-4/+4
| | * | rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui2022-12-101-0/+1
| | * | rtc: pcf85063: Fix reading alarmAlexander Stein2022-11-161-4/+4
| | * | rtc: pcf8523: fix for stop bitpaulmn2022-11-161-10/+10
| | * | rtc: efi: Add wakeup supportRiwen Lu2022-11-161-0/+2