aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-2/+8
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-7/+25
2022-02-22cpuset: Fix kernel-docGravatar Jiapeng Chong 1-5/+5
2022-02-22cgroup-v1: Correct privileges check in release_agent writesGravatar Michal Koutný 1-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Gravatar Christian Brauner 1-0/+14
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-14/+33
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-19/+23
2022-02-19sched: Fix yet more sched_fork() racesGravatar Peter Zijlstra 2-14/+33
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-2/+8
2022-02-17bpf: Add schedule points in batch opsGravatar Eric Dumazet 1-0/+3
2022-02-17ucounts: Handle wrapping in is_ucounts_overlimitGravatar Eric W. Biederman 1-1/+2
2022-02-17ucounts: Move RLIMIT_NPROC handling after set_userGravatar Eric W. Biederman 1-5/+14
2022-02-17ucounts: Base set_cred_ucounts changes on the real userGravatar Eric W. Biederman 1-7/+2
2022-02-17ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1Gravatar Eric W. Biederman 1-5/+5
2022-02-17rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...Gravatar Eric W. Biederman 1-2/+1
2022-02-16module: fix building with sysfs disabledGravatar Dmitry Torokhov 1-0/+2
2022-02-16bpf: Fix crash due to out of bounds access into reg2btf_ids.Gravatar Kumar Kartikeya Dwivedi 1-2/+3
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugGravatar Zhang Qiao 1-0/+2
2022-02-13Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+6
2022-02-13Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2022-02-12Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+13
2022-02-11lockdep: Correct lock_classes index mappingGravatar Cheng Jui Wang 1-2/+2
2022-02-11bpf: Emit bpf_timer in vmlinux BTFGravatar Yonghong Song 1-0/+2
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 3-4/+5
2022-02-11Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2022-02-11copy_process(): Move fd_install() out of sighand->siglock critical sectionGravatar Waiman Long 1-4/+3
2022-02-10seccomp: Invalidate seccomp mode to catch death failuresGravatar Kees Cook 1-0/+10
2022-02-10signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLEGravatar Kees Cook 1-2/+3
2022-02-10Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsGravatar Paul Moore 1-1/+1
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootGravatar JaeSang Yoo 1-0/+4
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingGravatar Rafael J. Wysocki 3-4/+5
2022-02-06perf: Fix list corruption in perf_cgroup_switch()Gravatar Song Liu 1-2/+2
2022-02-06sched/fair: Fix fault in reweight_entityGravatar Tadeusz Struk 1-5/+6
2022-02-06Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+16
2022-02-03gcc-plugins/stackleak: Use noinstr in favor of notraceGravatar Kees Cook 1-3/+2
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-4/+5
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 3-4/+5
2022-02-03printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()Gravatar Mickaël Salaün 1-1/+1
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Gravatar Igor Pylypiv 2-23/+5
2022-02-03Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-14/+65
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningGravatar Waiman Long 1-0/+10
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufGravatar Hou Tao 1-1/+1
2022-02-02perf: Copy perf_event_attr::sig_data on modificationGravatar Marco Elver 1-0/+16
2022-02-01Merge tag 'audit-pr-20220131' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+43
2022-02-01cgroup-v1: Require capabilities to set release_agentGravatar Eric W. Biederman 1-0/+14
2022-01-30Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+19
2022-01-30Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+5