summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-142-3/+11
| * | | | | | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-144-11/+17
| * | | | | | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-143-117/+109
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-218-95/+171
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-02-121-13/+13
| |\ \ \ \ \ \
| | * | | | | | kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state()Marco Elver2021-01-041-13/+13
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-1244-298/+458
| |\ \ \ \ \ \
| * | | | | | | locking/mutex: Kill mutex_trylock_recursive()Sebastian Andrzej Siewior2021-02-101-10/+0
| * | | | | | | lockdep: Noinstr annotate warn_bogus_irq_restore()Peter Zijlstra2021-02-101-1/+3
| * | | | | | | locking/lockdep: Avoid unmatched unlockPeter Zijlstra2021-02-051-1/+2
| * | | | | | | locking/rwsem: Remove empty rwsem.hNikolay Borisov2021-01-291-0/+0
| * | | | | | | locking/rtmutex: Add missing kernel-doc markupAlex Shi2021-01-281-6/+11
| * | | | | | | futex: Remove unneeded gotosJangwoong Kim2021-01-281-4/+3
| * | | | | | | futex: Change utime parameter to be 'const ... *'Alejandro Colomar2021-01-281-3/+3
| * | | | | | | lockdep: report broken irq restorationMark Rutland2021-01-222-0/+12
| * | | | | | | locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng2021-01-141-4/+53
| * | | | | | | locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra2021-01-141-42/+49
| * | | | | | | locking/lockdep: Add a skip() function to __bfs()Boqun Feng2021-01-141-10/+19
| * | | | | | | locking/lockdep: Mark local_lock_tPeter Zijlstra2021-01-141-7/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2121-269/+1486
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-1221-269/+1486
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-----------. \ \ \ \ \ Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-2321-273/+1507
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| | | | | | | | | * | | | | torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney2021-01-072-2/+18
| | | | | | | | | * | | | | torture: Clean up after torture-test CPU hotpluggingPaul E. McKenney2021-01-071-14/+22
| | | | | | | | | * | | | | rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney2021-01-071-0/+5
| | | | | | | | | * | | | | torture: Throttle VERBOSE_TOROUT_*() outputPaul E. McKenney2021-01-071-0/+20
| | | | | | | | | * | | | | torture: Make refscale throttle high-rate printk()sPaul E. McKenney2021-01-071-1/+3
| | | | | | | | | * | | | | rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney2021-01-071-4/+3
| | | | | | | | | * | | | | torture: Make stutter use torture_hrtimeout_*() functionsPaul E. McKenney2021-01-071-15/+5
| | | | | | | | | * | | | | rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waitsPaul E. McKenney2021-01-071-19/+7
| | | | | | | | | * | | | | torture: Add fuzzed hrtimer-based sleep functionsPaul E. McKenney2021-01-071-0/+75
| | | | | | | | | * | | | | rcutorture: Make rcu_torture_fakewriter() use blocking wait primitivesPaul E. McKenney2021-01-071-8/+32
| | | | | | | | | * | | | | rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney2021-01-071-26/+36
| | | | | | | | | * | | | | rcutorture: Require entire stutter period be post-bootPaul E. McKenney2021-01-071-1/+3
| | | | | | | | | * | | | | refscale: Allow summarization of verbose outputPaul E. McKenney2021-01-071-5/+16
| | | | | | | | | * | | | | scftorture: Add debug output for wrong-CPU warningPaul E. McKenney2021-01-041-1/+5
| | | | | | | | | * | | | | rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney2021-01-041-6/+92
| | | | | | | | | * | | | | rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney2021-01-041-0/+10
| | | | | | | | | * | | | | rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney2021-01-041-7/+72
| | | | | | | | | * | | | | rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney2021-01-041-5/+5
| | | | | | | | | * | | | | srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney2021-01-041-0/+15
| | | | | | | | | * | | | | srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-01-041-4/+63
| | | | | | | | | * | | | | srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-01-041-2/+53
| | | | | | | | | * | | | | srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-01-041-29/+37
| | | | | | | | | * | | | | srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney2021-01-041-6/+11
| | | | | | | | | * | | | | srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-01-041-2/+3
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | | | | | | | * | | | | rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay2021-01-072-10/+47
| | | | | | | | * | | | | rcu: Do not NMI offline CPUsPaul E. McKenney2021-01-041-5/+12
| | | | | | | | * | | | | rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney2021-01-041-1/+8
| | | | | | | | * | | | | rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney2021-01-041-1/+1
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |