summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events amd: Add Zen3 eventsSmita Koralahalli2021-04-089-1/+1575
* perf vendor events amd: Use 0x%02x format for event code and umaskSmita Koralahalli2021-04-0813-182/+182
* perf vendor events amd: Use lowercases for all the eventcodes and umasksSmita Koralahalli2021-04-083-10/+10
* perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metricSmita Koralahalli2021-04-084-8/+8
* perf vendor events arm64: Add Hisi hip08 L3 metricsJohn Garry2021-04-081-0/+161
* perf vendor events arm64: Add Hisi hip08 L2 metricsJohn Garry2021-04-081-0/+42
* perf vendor events arm64: Add Hisi hip08 L1 metricsJohn Garry2021-04-081-0/+30
* perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry2021-04-087-8/+37
* perf test: Handle metric reuse in pmu-events parsing testJohn Garry2021-04-081-0/+81
* perf metricgroup: Make find_metric() public with name changeJohn Garry2021-04-082-3/+5
* perf mem-events: Remove unnecessary 'struct mem_info' forward declarationWan Jiabing2021-04-061-1/+0
* perf evsel: Remove duplicate 'struct target' forward declarationWan Jiabing2021-04-021-1/+0
* perf annotate: Add --demangle and --demangle-kernelMartin Liška2021-03-312-0/+11
* perf tools: Preserve identifier id in OCaml demanglerFabian Hemmer2021-03-302-15/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-03-291301-6774/+11253
|\
| * Linux 5.12-rc5v5.12-rc5Linus Torvalds2021-03-291-1/+1
| * Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
| |\
| | * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| | * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| | * perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| | * perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| | * perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| | * perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| | * perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| | * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-15390-1867/+3353
| | |\
| | * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| | * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| | * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| | * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
| * | | Merge tag 'auxdisplay-for-linus-v5.12-rc6' of git://github.com/ojeda/linuxLinus Torvalds2021-03-281-10/+8
| |\ \ \
| | * | | auxdisplay: Remove in_interrupt() usage.Sebastian Andrzej Siewior2021-03-161-10/+8
| | | |/ | | |/|
| * | | Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-282-2/+2
| |\ \ \
| | * | | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
| | * | | x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
| * | | | Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-281-1/+1
| |\ \ \ \
| | * | | | locking/mutex: Fix non debug version of mutex_lock_io_nested()Thomas Gleixner2021-03-231-1/+1
| * | | | | Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
| |\ \ \ \ \
| | * | | | | smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-271-3/+15
| | * | | | | cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-271-2/+2
| | * | | | | cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-271-0/+1
| | * | | | | cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-271-2/+1
| | * | | | | cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-286-76/+94
| |\ \ \ \ \
| | * | | | | io_uring: remove unsued assignment to pointer ioColin Ian King2021-03-271-1/+0
| | * | | | | io_uring: don't cancel extra on files matchPavel Begunkov2021-03-271-2/+0
| | * | | | | io_uring: don't cancel-track common timeoutsPavel Begunkov2021-03-271-1/+2
| | * | | | | io_uring: do post-completion chore on t-out cancelPavel Begunkov2021-03-271-20/+22
| | * | | | | io_uring: fix timeout cancel return codePavel Begunkov2021-03-271-4/+4
| | * | | | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
| | * | | | | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-03-271-1/+1