| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-04-28 | 7 | -0/+487 |
|\ |
|
| * | signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures | Marco Elver | 2021-04-23 | 1 | -1/+1 |
| * | selftests/perf_events: Add kselftest for remove_on_exec | Marco Elver | 2021-04-16 | 3 | -1/+262 |
| * | selftests/perf_events: Add kselftest for process-wide sigtrap handling | Marco Elver | 2021-04-16 | 5 | -0/+220 |
| * | perf intel-pt: Use aux_watermark | Alexander Shishkin | 2021-04-16 | 1 | -0/+6 |
* | | Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-04-28 | 8 | -166/+299 |
|\ \ |
|
| * | | objtool: Support asm jump tables | Josh Poimboeuf | 2021-04-19 | 1 | -1/+13 |
| * | | objtool: Parse options from OBJTOOL_ARGS | Peter Zijlstra | 2021-03-06 | 1 | -0/+25 |
| * | | objtool: Collate parse_options() users | Peter Zijlstra | 2021-03-06 | 3 | -9/+12 |
| * | | objtool: Add --backup | Peter Zijlstra | 2021-03-06 | 3 | -2/+69 |
| * | | objtool,x86: More ModRM sugar | Peter Zijlstra | 2021-03-06 | 1 | -11/+17 |
| * | | objtool,x86: Rewrite ADD/SUB/AND | Peter Zijlstra | 2021-03-06 | 1 | -19/+51 |
| * | | objtool,x86: Support %riz encodings | Peter Zijlstra | 2021-03-06 | 1 | -19/+48 |
| * | | objtool,x86: Simplify register decode | Peter Zijlstra | 2021-03-06 | 1 | -40/+39 |
| * | | objtool,x86: Rewrite LEAVE | Peter Zijlstra | 2021-03-06 | 3 | -26/+13 |
| * | | objtool,x86: Rewrite LEA decode | Peter Zijlstra | 2021-03-06 | 1 | -58/+28 |
| * | | objtool,x86: Renumber CFI_reg | Peter Zijlstra | 2021-03-06 | 1 | -6/+6 |
| * | | objtool: Allow UNWIND_HINT to suppress dodgy stack modifications | Peter Zijlstra | 2021-03-06 | 1 | -6/+9 |
* | | | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-04-28 | 2 | -1/+479 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-mingo-lkmm' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2021-04-11 | 3 | -2/+480 |
| |\ \ \ |
|
| | * | | | tools/memory-model: Add access-marking documentation | Paul E. McKenney | 2021-03-15 | 1 | -0/+479 |
| | * | | | tools/memory-model: Remove reference to atomic_ops.rst | Akira Yokosawa | 2021-03-08 | 1 | -1/+0 |
| | * | | | doc: Update rcu_dereference.rst reference | Mauro Carvalho Chehab | 2021-03-08 | 1 | -1/+1 |
| | |/ / |
|
* | | | | Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-04-28 | 22 | -216/+694 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2021-04-11 | 22 | -216/+694 |
| |\ \ \ \ |
|
| | | \ \ \ | |
| | | \ \ \ | |
| | | \ \ \ | |
| | | \ \ \ | |
| | *---. \ \ \ | Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20... | Paul E. McKenney | 2021-03-25 | 20 | -214/+692 |
| | |\ \ \ \ \ \
| | | | |_|_|/ /
| | | |/| | | | |
|
| | | | | * | | | torture: Fix kvm.sh --datestamp regex check | Paul E. McKenney | 2021-03-22 | 1 | -1/+1 |
| | | | | * | | | torture: Consolidate qemu-cmd duration editing into kvm-transform.sh | Paul E. McKenney | 2021-03-22 | 2 | -4/+8 |
| | | | | * | | | torture: Print proper vmlinux path for kvm-again.sh runs | Paul E. McKenney | 2021-03-22 | 2 | -2/+9 |
| | | | | * | | | torture: Make TORTURE_TRUST_MAKE available in kvm-again.sh environment | Paul E. McKenney | 2021-03-22 | 2 | -0/+6 |
| | | | | * | | | torture: Make kvm-transform.sh update jitter commands | Paul E. McKenney | 2021-03-22 | 2 | -4/+22 |
| | | | | * | | | torture: Add --duration argument to kvm-again.sh | Paul E. McKenney | 2021-03-22 | 2 | -7/+47 |
| | | | | * | | | torture: Add kvm-again.sh to rerun a previous torture-test | Paul E. McKenney | 2021-03-22 | 2 | -0/+238 |
| | | | | * | | | torture: Create a "batches" file for build reuse | Paul E. McKenney | 2021-03-22 | 1 | -12/+17 |
| | | | | * | | | torture: De-capitalize TORTURE_SUITE | Paul E. McKenney | 2021-03-22 | 2 | -2/+2 |
| | | | | * | | | torture: Make upper-case-only no-dot no-slash scenario names official | Paul E. McKenney | 2021-03-22 | 1 | -1/+1 |
| | | | | * | | | torture: Rename SRCU-t and SRCU-u to avoid lowercase characters | Paul E. McKenney | 2021-03-22 | 5 | -2/+2 |
| | | | | * | | | torture: Remove no-mpstat error message | Paul E. McKenney | 2021-03-22 | 1 | -1/+0 |
| | | | | * | | | torture: Record kvm-test-1-run.sh and kvm-test-1-run-qemu.sh PIDs | Paul E. McKenney | 2021-03-22 | 2 | -1/+3 |
| | | | | * | | | torture: Record jitter start/stop commands | Paul E. McKenney | 2021-03-22 | 2 | -10/+16 |
| | | | | * | | | torture: Extract kvm-test-1-run-qemu.sh from kvm-test-1-run.sh | Paul E. McKenney | 2021-03-22 | 2 | -126/+171 |
| | | | | * | | | torture: Record TORTURE_KCONFIG_GDB_ARG in qemu-cmd | Paul E. McKenney | 2021-03-22 | 1 | -0/+1 |
| | | | | * | | | torture: Abstract jitter.sh start/stop into scripts | Paul E. McKenney | 2021-03-22 | 3 | -5/+62 |
| | | | | * | | | torture: Reverse jittering and duration parameters for jitter.sh | Paul E. McKenney | 2021-03-08 | 2 | -4/+4 |
| | | | | * | | | torture: Eliminate jitter_pids file | Paul E. McKenney | 2021-03-08 | 2 | -18/+1 |
| | | | | * | | | torture: Use "jittering" file to control jitter.sh execution | Paul E. McKenney | 2021-03-08 | 2 | -5/+10 |
| | | | | * | | | torture: Use file-based protocol to mark batch's runs complete | Paul E. McKenney | 2021-03-08 | 2 | -2/+14 |
| | | | | * | | | torture: Move build/run synchronization files into scenario directories | Paul E. McKenney | 2021-03-08 | 2 | -19/+16 |
| | | | | * | | | refscale: Disable verbose torture-test output | Paul E. McKenney | 2021-03-08 | 1 | -1/+1 |
| | | | | * | | | rcuscale: Disable verbose torture-test output | Paul E. McKenney | 2021-03-08 | 1 | -1/+1 |