summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2024-02-262-15/+3
|\
| * hardening: Enable KFENCE in the hardening configMarco Elver2024-02-201-0/+3
| * hardening: drop obsolete DRM_LEGACY from config fragmentLukas Bulwahn2024-02-201-3/+0
| * hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragmentLukas Bulwahn2024-02-201-1/+0
| * cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng2024-02-011-11/+0
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2024-02-262-2/+2
|\ \
| * \ Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-1915-97/+126
| |\ \
| * | | kobject: make uevent_seqnum atomicEric Dumazet2024-02-171-1/+1
| * | | workqueue: make wq_subsys constRicardo B. Marliere2024-02-081-1/+1
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Stephen Rothwell2024-02-262-14/+18
|\ \ \
| * \ \ Merge branch 'for-6.9' into for-nextTejun Heo2024-02-221-3/+11
| |\ \ \
| | * | | workqueue: Control intensive warning threshold through cmdlineXuewen Yan2024-02-221-3/+11
| * | | | Merge branch 'for-6.9-bh-conversions' into for-nextTejun Heo2024-02-201-11/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | backtracetest: Convert from tasklet to BH workqueueTejun Heo2024-02-051-11/+7
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2024-02-2619-323/+817
|\ \ \ \ \
| * | | | | tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-02-231-2/+2
| * | | | | bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-02-231-1/+1
| * | | | | rcu: Create NEED_TASKS_RCU to factor out enablement logicPaul E. McKenney2024-02-231-1/+5
| * | | | | rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)2024-02-232-2/+35
| * | | | | rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)2024-02-231-1/+6
| * | | | | rcu: Reduce synchronize_rcu() latencyUladzislau Rezki (Sony)2024-02-232-2/+331
| * | | | | rcu: Add data structures for synchronize_rcu()Uladzislau Rezki (Sony)2024-02-231-0/+14
| * | | | | rcutorture: Dump # online CPUs on insufficient cb-flood launderingPaul E. McKenney2024-02-231-2/+2
| * | | | | ftrace: Asynchronous grace period for register_ftrace_direct()Paul E. McKenney2024-02-231-4/+9
| * | | | | srcu: Make Tiny SRCU explicitly disable preemptionPaul E. McKenney2024-02-231-5/+26
| * | | | | rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTIONPaul E. McKenney2024-02-231-1/+1
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...Paul E. McKenney2024-02-2314-305/+384
| |\ \ \ \ \ \ \ \
| | | | | * | | | | rcu/sync: remove un-used rcu_sync_enter_start functionOnkarnath2024-02-141-16/+0
| | | | | * | | | | rcutorture: Suppress rtort_pipe_count warnings until after stallsPaul E. McKenney2024-02-141-4/+9
| | | | | * | | | | srcu: Improve comments about acceleration leakJoel Fernandes (Google)2024-02-141-4/+20
| | | | | * | | | | rcu: Provide a boot time parameter to control lazy RCUQais Yousef2024-02-142-1/+19
| | | | | * | | | | rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker2024-02-143-18/+18
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | rcu-tasks: Maintain real-time response in rcu_tasks_postscan()Paul E. McKenney2024-02-231-1/+21
| | | | * | | | | rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasksPaul E. McKenney2024-02-231-16/+28
| | | | * | | | | rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-231-10/+33
| | | | * | | | | rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-232-0/+3
| | | | * | | | | rcu-tasks: Initialize callback lists at rcu_init() timePaul E. McKenney2024-02-224-6/+27
| | | | * | | | | rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-221-0/+2
| | | | |/ / / /
| | | * | | | | rcu/exp: Remove rcu_par_gp_wqFrederic Weisbecker2024-02-144-115/+8
| | | * | | | | rcu/exp: Handle parallel exp gp kworkers affinityFrederic Weisbecker2024-02-142-43/+78
| | | * | | | | rcu/exp: Make parallel exp gp kworker per rcu nodeFrederic Weisbecker2024-02-145-33/+52
| | | * | | | | rcu/exp: Move expedited kthread worker creation functions above rcutree_prepa...Frederic Weisbecker2024-02-141-48/+48
| | | * | | | | rcu: s/boost_kthread_mutex/kthread_mutexFrederic Weisbecker2024-02-143-7/+7
| | | * | | | | rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker2024-02-142-6/+21
| | | * | | | | rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker2024-02-141-0/+1
| | | * | | | | rcu/exp: Remove full barrier upon main thread wakeupFrederic Weisbecker2024-02-141-3/+2
| | | |/ / / /
| | * | | | | rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()Zqiang2024-02-141-1/+2
| | * | | | | rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang2024-02-141-1/+1
| | * | | | | rcu/nocb: Re-arrange call_rcu() NOCB specific codeFrederic Weisbecker2024-02-143-32/+39
| | * | | | | rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker2024-02-142-14/+15