aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-11rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney1-0/+2
2022-04-11rcu-tasks: Use rcuwait for the rcu_tasks_kthread()Sebastian Andrzej Siewior1-6/+8
2022-04-11rcu-tasks: Print pre-stall-warning informational messagesPaul E. McKenney1-5/+35
2022-04-11rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah1-0/+3
2022-04-11rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker3-22/+5
2022-04-11rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker3-18/+4
2022-04-11rcu: Assume rcu_init() is called before smpFrederic Weisbecker1-6/+5
2022-04-11rcu/nocb: Move rcu_nocb_is_setup to rcu_stateFrederic Weisbecker2-8/+6
2022-04-11rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker2-10/+0
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney1-24/+83
2022-04-11srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney1-2/+21
2022-04-11srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney1-0/+6
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney1-3/+6
2022-04-11srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney1-25/+31
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney1-16/+32
2022-04-11srcu: Ensure snp nodes tree is fully initialized before traversalNeeraj Upadhyay1-3/+19
2022-04-11srcu: Use invalid initial value for srcu_node GP sequence numbersPaul E. McKenney1-9/+27
2022-04-11srcu: Compute snp_seq earlier in srcu_funnel_gp_start()Paul E. McKenney1-5/+3
2022-04-11srcu: Make rcutorture dump the SRCU size statePaul E. McKenney1-2/+20
2022-04-11srcu: Add size-state transitioning codePaul E. McKenney1-0/+13
2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney1-15/+50
2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney1-92/+111
2022-04-11srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leafPaul E. McKenney1-6/+7
2022-04-11srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney1-2/+4
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang2-2/+1
2022-04-11genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto1-2/+3
2022-04-10clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2022-04-10genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriateYury Norov1-1/+1
2022-04-10genirq: Always limit the affinity to online CPUsMarc Zyngier1-8/+17
2022-04-10genirq/msi: Shutdown managed interrupts with unsatifiable affinitiesMarc Zyngier1-0/+15
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-157/+55
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-542/+545
2022-04-10Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+12
2022-04-10timers: Move timer sysctl into the timer codetangmeng2-26/+38
2022-04-10clockevents: Use dedicated list iterator variableJakob Koschel1-4/+5
2022-04-10tick/sched: Fix non-kernel-doc commentJiapeng Chong1-2/+2
2022-04-10tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker1-1/+1
2022-04-09timers: Simplify calc_index()Thomas Gleixner1-1/+1
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Anna-Maria Behnsen1-0/+1
2022-04-09timers: Fix warning condition in __run_timers()Anna-Maria Behnsen1-4/+7
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-38/+61
2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan1-0/+7
2022-04-07futex: add missing rtmutex.h includeChristian König1-0/+1
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+3
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao2-10/+21
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng1-9/+0
2022-04-06kernel/delayacct: move delayacct sysctls to its own filetangmeng2-13/+21
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng2-13/+21