summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-09kcsan: Make barrier tests compatible with lockdepMarco Elver
2021-12-09sched, kcsan: Enable memory barrier instrumentationMarco Elver
2021-12-09kcsan: selftest: Add test case to check memory barrier instrumentationMarco Elver
2021-12-09kcsan: test: Add test cases for memory barrier instrumentationMarco Elver
2021-12-09kcsan: test: Match reordered or normal accessesMarco Elver
2021-12-09kcsan: Show location access was reordered toMarco Elver
2021-12-09kcsan: Call scoped accesses reordered in reportsMarco Elver
2021-12-09kcsan: Add core memory barrier instrumentation functionsMarco Elver
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver
2021-12-09kcsan: Avoid checking scoped accesses from nested contextsMarco Elver
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver
2021-12-09kcsan: Refactor reading of instrumented memoryMarco Elver
2021-12-09workqueue: Remove the cacheline_aligned for nr_runningLai Jiangshan
2021-12-09workqueue: Move the code of waking a worker up in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove schedule() in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove outdated comment about exceptional workers in unbind_workers()Lai Jiangshan
2021-12-09workqueue: Remove the advanced kicking of the idle workers in rebind_workers()Lai Jiangshan
2021-12-09workqueue: Remove the outdated comment before wq_worker_sleeping()Lai Jiangshan
2021-12-09ucounts: Fix rlimit max values checkAlexey Gladkov
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney
2021-12-09rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()Frederic Weisbecker
2021-12-09rcu/nocb: Allow empty "rcu_nocbs" kernel parameterFrederic Weisbecker
2021-12-09rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passedFrederic Weisbecker
2021-12-09rcu/nocb: Optimize kthreads and rdp initializationFrederic Weisbecker
2021-12-09rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdpFrederic Weisbecker
2021-12-09rcu/nocb: Remove rcu_node structure from nocb list when de-offloadedFrederic Weisbecker
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09rcu-tasks: Use fewer callbacks queues if callback flood endsPaul E. McKenney
2021-12-09rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueingPaul E. McKenney
2021-12-09rcu-tasks: Use more callback queues if contention encounteredPaul E. McKenney
2021-12-09rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()Paul E. McKenney
2021-12-09rcu-tasks: Count trylocks to estimate call_rcu_tasks() contentionPaul E. McKenney
2021-12-09rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueingPaul E. McKenney
2021-12-09rcu-tasks: Make rcu_barrier_tasks*() handle multiple callback queuesPaul E. McKenney
2021-12-09rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocationsPaul E. McKenney
2021-12-09rcu-tasks: Abstract invocations of callbacksPaul E. McKenney
2021-12-09rcu-tasks: Abstract checking of callback listsPaul E. McKenney
2021-12-09wait: add wake_up_pollfree()Eric Biggers
2021-12-09rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structurePaul E. McKenney
2021-12-09rcu-tasks: Inspect stalled task's trc state in locked stateNeeraj Upadhyay
2021-12-09rcu-tasks: Use spin_lock_rcu_node() and friendsPaul E. McKenney
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-09genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner
2021-12-09genirq/msi: Fixup includesThomas Gleixner
2021-12-09genirq/msi: Remove unused domain callbacksThomas Gleixner
2021-12-09genirq/msi: Guard sysfs codeThomas Gleixner
2021-12-08bpf: Remove redundant assignment to pointer tColin Ian King
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski