aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-4/+5
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-4/+5
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song1-8/+21
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Mickaël Salaün1-1/+1
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is used"Igor Pylypiv2-23/+5
2022-02-03Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-14/+65
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2022-02-02genirq, softirq: Use in_hardirq() instead of in_irq()Changbin Du2-7/+7
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-5/+2
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig2-2/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-02-02block: remove genhd.hChristoph Hellwig2-2/+0
2022-02-02perf/core: Allow kernel address filter when not filtering the kernelAdrian Hunter1-2/+0
2022-02-02perf/core: Fix address filter parser for multiple filtersAdrian Hunter1-0/+3
2022-02-02perf: Copy perf_event_attr::sig_data on modificationMarco Elver1-0/+16
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni3-11/+24
2022-02-02rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers1-4/+4
2022-02-01clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWWaiman Long2-1/+16
2022-02-01rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney1-0/+2
2022-02-01torture: Wake up kthreads after storing task_struct pointerPaul E. McKenney1-1/+3
2022-02-01rcutorture: Fix rcu_fwd_mutex deadlockPaul E. McKenney1-2/+2
2022-02-01rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loopPaul E. McKenney1-1/+1
2022-02-01rcutorture: Make rcu_fwd_cb_nodelay be a counterPaul E. McKenney1-7/+7
2022-02-01rcutorture: Increase visibility of forward-progress hangsPaul E. McKenney1-0/+4
2022-02-01torture: Distinguish kthread stopping and being asked to stopPaul E. McKenney1-1/+1
2022-02-01rcutorture: Print message before invoking ->cb_barrier()Paul E. McKenney1-2/+6
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang4-0/+42
2022-02-01rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney1-4/+4
2022-02-01rcu: Elevate priority of offloaded callback threadsAlison Chaiken2-1/+4
2022-02-01rcu: Make priority of grace-period thread consistentAlison Chaiken1-0/+4
2022-02-01rcu: Move kthread_prio bounds-check to a separate functionAlison Chaiken1-16/+23
2022-02-01rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0Zqiang1-1/+1
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay2-5/+2
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay2-1/+8
2022-02-01rcu: Mark accesses to boost_starttimePaul E. McKenney1-3/+4
2022-02-01rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()Paul E. McKenney1-1/+2
2022-02-01rcu/exp: Fix check for idle context in rcu_exp_handlerNeeraj Upadhyay1-1/+1
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov1-26/+2
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov1-1/+17
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov4-420/+436
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov1-2/+0
2022-02-01Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-19/+43
2022-02-01cgroup-v1: Require capabilities to set release_agentEric W. Biederman1-0/+14
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada1-1/+1
2022-01-31padata: replace cpumask_weight with cpumask_empty in padata.cYury Norov1-1/+1
2022-01-30Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2022-01-30Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-28Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-21/+11