summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
* perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-074-4/+21
* perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
* perf vendor events power10: Adds 24x7 nest metric events for power10 platformKajol Jain2021-07-071-0/+424
* perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
* perf trace: Fix the perf trace link locationJustin M. Forbes2021-07-071-1/+1
* perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
* perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini2021-07-071-2/+2
* perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
* perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
* perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
* tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-055-5/+6
* tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2021-07-051-0/+3
* tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo2021-07-051-4/+24
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-34/+359
* tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-2/+28
* perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
* perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds2021-07-041-1/+0
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0449-577/+1252
|\
| *-------------. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-1846-570/+1241
| |\ \ \ \ \ \ \ \
| | | | | | | | | * rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney2021-05-101-3/+14
| | | | | | | | | * rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney2021-05-101-39/+42
| | | | | | | | | * torture: Don't cap remote runs by build-system number of CPUsPaul E. McKenney2021-05-102-4/+12
| | | | | | | | | * torture: Make kvm-remote.sh account for network failure in pathname checksPaul E. McKenney2021-05-101-2/+24
| | | | | | | | | * rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney2021-05-102-5/+18
| | | | | | | | | * rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney2021-05-103-26/+79
| | | | | | | | | * rcutorture: Add BUSTED-BOOST to test RCU priority boosting testsPaul E. McKenney2021-05-102-0/+25
| | | | | | | | | * rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney2021-05-101-0/+6
| | | | | | | | | * rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney2021-05-101-10/+4
| | | | | | | | | * rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney2021-05-101-2/+6
| | | | | | | | | * torture: Set kvm.sh language to EnglishPaul E. McKenney2021-05-101-0/+3
| | | | | | | | | * torture: Correctly fetch number of CPUs for non-English languagesFrederic Weisbecker2021-05-102-2/+2
| | | | | | | | | * rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney2021-05-101-60/+51
| | | | | | | | | * torture: Make kvm-find-errors.sh account for kvm-remote.shPaul E. McKenney2021-05-101-1/+1
| | | | | | | | | * torture: Make the build machine control N in "make -jN"Paul E. McKenney2021-05-101-2/+4
| | | | | | | | | * torture: Make kvm.sh use abstracted kvm-end-run-stats.shPaul E. McKenney2021-05-101-15/+1
| | | | | | | | | * torture: Abstract end-of-run summaryPaul E. McKenney2021-05-102-8/+43
| | | | | | | | | * torture: Fix grace-period rate outputPaul E. McKenney2021-05-101-1/+1
| | | | | | | | | * rcutorture: Abstract read-lock-held checksPaul E. McKenney2021-05-101-10/+19
| | | | | | | | | * refscale: Add acqrel, lock, and lock-irqPaul E. McKenney2021-05-101-2/+107
| | | | | | | | | * torture: Add kvm-remote.sh script for distributed rcutorture test runsPaul E. McKenney2021-05-101-0/+227
| | | | | | | | | * rcuscale: Allow CPU hotplug to be enabledPaul E. McKenney2021-05-102-2/+2
| | | | | | | | | * refscale: Allow CPU hotplug to be enabledPaul E. McKenney2021-05-102-2/+2
| | | | | | | | | * torture: Make kvm-again.sh use "scenarios" rather than "batches" filePaul E. McKenney2021-05-101-16/+6
| | | | | | | | | * torture: Add "scenarios" option to kvm.sh --dryrun parameterPaul E. McKenney2021-05-101-2/+26
| | | | | | | | | * torture: Fix remaining erroneous torture.sh instance of $*Paul E. McKenney2021-05-101-1/+1
| | | | | | | | * | tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney2021-05-182-1/+4
| | | | | | | | * | rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney2021-05-181-0/+1
| | | | | | | | * | rcu-tasks: Add block comment laying out RCU Rude designPaul E. McKenney2021-05-101-2/+7