summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-22cpuset: Fix kernel-docJiapeng Chong
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17bpf: Add schedule points in batch opsEric Dumazet
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitEric W. Biederman
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userEric W. Biederman
2022-02-17ucounts: Base set_cred_ucounts changes on the real userEric W. Biederman
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Eric W. Biederman
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Eric W. Biederman
2022-02-16module: fix building with sysfs disabledDmitry Torokhov
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-15bpf: Reject kfunc calls that overflow insn->immHou Tao
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-11lockdep: Correct lock_classes index mappingCheng Jui Wang
2022-02-11bpf: Emit bpf_timer in vmlinux BTFYonghong Song
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-02-11Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-11copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresKees Cook
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEKees Cook
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov
2022-02-10Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore
2022-02-08bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZESong Liu
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Introduce bpf_prog_pack allocatorSong Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu