summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney
2022-02-14rcu: Replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar
2022-02-14rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney
2022-02-14kasan: Record work creation stack trace with interrupts enabledZqiang
2022-02-14rcu: Inline __call_rcu() into call_rcu()Paul E. McKenney
2022-02-14rcu: Add mutex for rcu boost kthread spawning and affinity settingDavid Woodhouse
2022-02-08rcu-tasks: Set ->percpu_enqueue_shift to zero upon contentionPaul E. McKenney
2022-02-08rcu-tasks: Use order_base_2() instead of ilog2()Paul E. McKenney
2022-02-08rcu: Create and use an rcu_rdp_cpu_online()Paul E. McKenney
2022-02-08rcu: Make rcu_barrier() no longer block CPU-hotplug operationsPaul E. McKenney
2022-02-08rcu: Rework rcu_barrier() and callback-migration logicPaul E. McKenney
2022-02-08rcu: Refactor rcu_barrier() empty-list handlingPaul E. McKenney
2022-02-08rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse
2022-02-01rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney
2022-02-01torture: Wake up kthreads after storing task_struct pointerPaul E. McKenney
2022-02-01rcutorture: Fix rcu_fwd_mutex deadlockPaul E. McKenney
2022-02-01rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loopPaul E. McKenney
2022-02-01rcutorture: Make rcu_fwd_cb_nodelay be a counterPaul E. McKenney
2022-02-01rcutorture: Increase visibility of forward-progress hangsPaul E. McKenney
2022-02-01torture: Distinguish kthread stopping and being asked to stopPaul E. McKenney
2022-02-01rcutorture: Print message before invoking ->cb_barrier()Paul E. McKenney
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang
2022-02-01rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison Chaiken
2022-02-01rcu: Make priority of grace-period thread consistentAlison Chaiken
2022-02-01rcu: Move kthread_prio bounds-check to a separate functionAlison Chaiken
2022-02-01rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0Zqiang
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay
2022-02-01rcu: Mark accesses to boost_starttimePaul E. McKenney
2022-02-01rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()Paul E. McKenney
2022-02-01rcu/exp: Fix check for idle context in rcu_exp_handlerNeeraj Upadhyay
2022-01-26rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim
2022-01-22sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li
2022-01-22kernel/sysctl.c: remove unused variable ten_thousandColin Ian King
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain