summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-12-13exit: Implement kthread_exitEric W. Biederman
2021-12-13exit: Stop exporting do_exitEric W. Biederman
2021-12-13exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-12-11bpf: Silence coverity false positive warning.Alexei Starovoitov
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong
2021-12-11bpf: Add bpf_strncmp helperHou Tao
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-11tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)
2021-12-11tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng
2021-12-11tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann
2021-12-10timers: implement usleep_idle_range()SeongJae Park
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner
2021-12-10bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon
2021-12-09kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines itMarco Elver
2021-12-09kcsan: Avoid nested contexts reading inconsistent reorder_accessMarco Elver
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