Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | tracing: Dump stacktrace trigger to the corresponding instance | Daniel Bristot de Oliveira | 2022-02-25 | 1 | -1/+6 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-25 | 9 | -46/+86 | |
|\| | | | | | | | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-02-24 | 3 | -2/+8 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-02-23 | 3 | -7/+25 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | cpuset: Fix kernel-doc | Jiapeng Chong | 2022-02-22 | 1 | -5/+5 | |
| | * | | | | | | cgroup-v1: Correct privileges check in release_agent writes | Michal Koutný | 2022-02-22 | 1 | -2/+4 | |
| | * | | | | | | cgroup: clarify cgroup_css_set_fork() | Christian Brauner | 2022-02-22 | 1 | -0/+14 | |
| | * | | | | | | cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug | Zhang Qiao | 2022-02-14 | 1 | -0/+2 | |
| * | | | | | | | Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-02-20 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | lockdep: Correct lock_classes index mapping | Cheng Jui Wang | 2022-02-11 | 1 | -2/+2 | |
| * | | | | | | | | Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-02-20 | 2 | -14/+33 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sched: Fix yet more sched_fork() races | Peter Zijlstra | 2022-02-19 | 2 | -14/+33 | |
| | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-02-20 | 1 | -4/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | copy_process(): Move fd_install() out of sighand->siglock critical section | Waiman Long | 2022-02-11 | 1 | -4/+3 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2022-02-20 | 4 | -19/+23 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | ucounts: Handle wrapping in is_ucounts_overlimit | Eric W. Biederman | 2022-02-17 | 1 | -1/+2 | |
| | * | | | | | | | ucounts: Move RLIMIT_NPROC handling after set_user | Eric W. Biederman | 2022-02-17 | 1 | -5/+14 | |
| | * | | | | | | | ucounts: Base set_cred_ucounts changes on the real user | Eric W. Biederman | 2022-02-17 | 1 | -7/+2 | |
| | * | | | | | | | ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 | Eric W. Biederman | 2022-02-17 | 1 | -5/+5 | |
| | * | | | | | | | rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se... | Eric W. Biederman | 2022-02-17 | 1 | -2/+1 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-18 | 13 | -329/+196 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | bpf: bpf_prog_pack: Set proper size before freeing ro_header | Song Liu | 2022-02-17 | 1 | -0/+1 | |
| * | | | | | | | | libbpf: Split bpf_core_apply_relo() | Mauricio Vásquez | 2022-02-16 | 1 | -3/+10 | |
| * | | | | | | | | bpf: Reject kfunc calls that overflow insn->imm | Hou Tao | 2022-02-15 | 1 | -1/+10 | |
| * | | | | | | | | bpf: Fix bpf_prog_pack build for ppc64_defconfig | Song Liu | 2022-02-11 | 1 | -2/+2 | |
| * | | | | | | | | bpf: Convert bpf_preload.ko to use light skeleton. | Alexei Starovoitov | 2022-02-10 | 9 | -247/+70 | |
| * | | | | | | | | bpf: Update iterators.lskel.h. | Alexei Starovoitov | 2022-02-10 | 1 | -72/+69 | |
| * | | | | | | | | bpf: Extend sys_bpf commands for bpf_syscall programs. | Alexei Starovoitov | 2022-02-10 | 1 | -4/+34 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-17 | 3 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2022-02-17 | 3 | -2/+8 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | bpf: Add schedule points in batch ops | Eric Dumazet | 2022-02-17 | 1 | -0/+3 | |
| | * | | | | | | | bpf: Fix crash due to out of bounds access into reg2btf_ids. | Kumar Kartikeya Dwivedi | 2022-02-16 | 1 | -2/+3 | |
| | * | | | | | | | bpf: Emit bpf_timer in vmlinux BTF | Yonghong Song | 2022-02-11 | 1 | -0/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-17 | 9 | -13/+32 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | module: fix building with sysfs disabled | Dmitry Torokhov | 2022-02-16 | 1 | -0/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge tag 'sched_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-02-13 | 1 | -5/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | sched/fair: Fix fault in reweight_entity | Tadeusz Struk | 2022-02-06 | 1 | -5/+6 | |
| * | | | | | | | | Merge tag 'perf_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-02-13 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | perf: Fix list corruption in perf_cgroup_switch() | Song Liu | 2022-02-06 | 1 | -2/+2 | |
| * | | | | | | | | | Merge tag 'seccomp-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-02-12 | 2 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | seccomp: Invalidate seccomp mode to catch death failures | Kees Cook | 2022-02-11 | 1 | -0/+10 | |
| | * | | | | | | | | | signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE | Kees Cook | 2022-02-11 | 1 | -2/+3 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2022-02-11 | 3 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | PM: s2idle: ACPI: Fix wakeup interrupts handling | Rafael J. Wysocki | 2022-02-07 | 3 | -4/+5 | |
| | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-02-11 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | tracing: Fix tp_printk option related with tp_printk_stop_on_boot | JaeSang Yoo | 2022-02-08 | 1 | -0/+4 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-11 | 2 | -1/+17 | |
|\| | | | | | | | | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-02-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | audit: don't deref the syscall args when checking the openat2 open_how::flags | Paul Moore | 2022-02-09 | 1 | -1/+1 | |
| * | | | | | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-02-06 | 1 | -0/+16 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | |