summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-01rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0Zqiang
2022-02-01rcu: Remove unused rcu_state.boostNeeraj Upadhyay
2022-02-01rcu/nocb: Handle concurrent nocb kthreads creationNeeraj Upadhyay
2022-02-01rcu: Mark accesses to boost_starttimePaul E. McKenney
2022-02-01rcu: Mark ->expmask access in synchronize_rcu_expedited_wait()Paul E. McKenney
2022-02-01rcu/exp: Fix check for idle context in rcu_exp_handlerNeeraj Upadhyay
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov
2022-02-01Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-01cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2022-01-31bpf: make bpf_copy_from_user_task() gpl onlyKenta Tada
2022-01-31padata: replace cpumask_weight with cpumask_empty in padata.cYury Norov
2022-01-30Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-01-30Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-28Merge tag 'pm-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-28Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-28Merge branch 'ucount-rlimit-fixes-for-v5.17-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2022-01-28Merge tag 'rcu-urgent.2022.01.26a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-27tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-27tracing: Propagate is_signed to expressionTom Zanussi
2022-01-27tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-01-26ucount: Make get_ucount a safe get_user replacementEric W. Biederman
2022-01-26rcu-tasks: Fix computation of CPU-to-list shift countsPaul E. McKenney
2022-01-26cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-01-26swiotlb: simplify array allocationRobin Murphy
2022-01-26swiotlb: tidy up includesRobin Murphy
2022-01-26swiotlb: simplify debugfs setupRobin Murphy
2022-01-26swiotlb: do not zero buffer in set_memory_decrypted()Kirill A. Shutemov
2022-01-26printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek
2022-01-26perf/core: Fix cgroup event list managementNamhyung Kim
2022-01-26perf: Always wake the parent eventJames Clark
2022-01-25bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTFStanislav Fomichev
2022-01-25bpf: Fix possible race in inc_misses_counterHe Fengqing
2022-01-25locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long
2022-01-25lockdep: Use memset_startat() helper in reinit_class()Xiu Jianfeng