summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney
2020-04-27rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPIPaul E. McKenney
2020-04-27rcu-tasks: Add grace-period and IPI counts to statisticsPaul E. McKenney
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney
2020-04-27rcu-tasks: Provide boot parameter to delay IPIs until late in grace periodPaul E. McKenney
2020-04-27rcu-tasks: Add a grace-period start time for throttling and debugPaul E. McKenney
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney
2020-04-27rcu-tasks: Make rcutorture writer stall output include GP statePaul E. McKenney
2020-04-27rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney
2020-04-27rcu-tasks: Add stall warnings for RCU Tasks TracePaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney
2020-04-27rcu-tasks: Code movement to allow more Tasks RCU variantsPaul E. McKenney
2020-04-27rcu-tasks: Further refactor RCU-tasks to allow adding more variantsPaul E. McKenney
2020-04-27rcu-tasks: Use unique names for RCU-Tasks kthreads and messagesPaul E. McKenney
2020-04-27rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney
2020-04-27rcutorture: Add a test for synchronize_rcu_mult()Paul E. McKenney
2020-04-27rcu-tasks: Create struct to hold state informationPaul E. McKenney
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney
2020-04-27sched/core: Add function to sample state of locked-down taskPaul E. McKenney
2020-04-27rcu-tasks: Use context-switch hook for PREEMPT=y kernelsPaul E. McKenney
2020-04-27rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney
2020-04-27rcutorture: Add test of holding scheduler locks across rcu_read_unlock()Paul E. McKenney
2020-04-27rcu: Don't use negative nesting depth in __rcu_read_unlock()Lai Jiangshan
2020-04-27rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs fieldLai Jiangshan
2020-04-27rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()Lai Jiangshan
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney
2020-04-27rcu: Add KCSAN stubs to update.cPaul E. McKenney
2020-04-27rcu: Add KCSAN stubsPaul E. McKenney
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov
2020-04-15sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu
2020-04-15clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov
2020-04-15clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setEugene Syromiatnikov
2020-04-15clone3: fix cgroup argument sanity checkEugene Syromiatnikov
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed
2020-04-14Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar