aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-128/+253
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-18/+48
2023-01-05clocksource: Improve "skew is too large" messagesPaul E. McKenney1-0/+8
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei1-2/+2
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei6-0/+84
2023-01-05sched: Add helper nr_context_switches_cpu()Zhen Lei1-0/+5
2023-01-05torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)1-1/+1
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney1-6/+6
2023-01-05locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)1-5/+7
2023-01-05locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)1-43/+56
2023-01-05refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-0/+234
2023-01-05sched/topology: Add __init for sched_init_domains()Bing Huang1-1/+1
2023-01-05locking/qspinlock: Micro-optimize pending state waiting for unlockGuo Ren1-2/+2
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-143/+163
2023-01-04workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-3/+12
2023-01-04cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek1-2/+0
2023-01-03clocksource: Improve read-back-delay messagePaul E. McKenney1-2/+2
2023-01-03clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2-7/+14
2023-01-03clocksource: Print clocksource name when clocksource is tested unstableYunying Sun1-2/+2
2023-01-03refscale: Provide for initialization failurePaul E. McKenney1-5/+11
2023-01-03torture: Seed torture_random_state on CPUPaul E. McKenney1-1/+1
2023-01-03rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang1-5/+8
2023-01-03rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang1-5/+3
2023-01-03rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2-2/+30
2023-01-03rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker1-4/+0
2023-01-03rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker1-8/+29
2023-01-03rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testingZqiang1-5/+3
2023-01-03srcu: Update comment after the index flipPaul E. McKenney1-4/+5
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney1-16/+51
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu1-4/+7
2023-01-03rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney1-0/+3
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu1-1/+1
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu1-4/+5
2023-01-03srcu: Release early_srcu resources when no longer in useZqiang1-0/+1
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)1-33/+54
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)1-10/+30
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)1-2/+2
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)1-8/+39
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)1-7/+4
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)1-49/+65
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)1-46/+43
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2-23/+15
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney3-0/+44
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2-0/+3
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang1-2/+3
2023-01-03rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney1-0/+2
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney1-1/+9
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney3-2/+4
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney1-156/+158
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap3-10/+10