Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | sysctl: Fix data races in proc_dointvec_minmax(). | Kuniyuki Iwashima | 2022-07-08 | 1 | -1/+1 | |
| | * | | | | | | | sysctl: Fix data races in proc_douintvec(). | Kuniyuki Iwashima | 2022-07-08 | 1 | -2/+2 | |
| | * | | | | | | | sysctl: Fix data races in proc_dointvec(). | Kuniyuki Iwashima | 2022-07-08 | 1 | -3/+3 | |
| * | | | | | | | | Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-07-14 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ima: force signature verification when CONFIG_KEXEC_SIG is configured | Coiby Xu | 2022-07-13 | 1 | -1/+10 | |
| * | | | | | | | | | Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-07-13 | 1 | -14/+23 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | cgroup: Use separate src/dst nodes when preloading css_sets for migration | Tejun Heo | 2022-06-16 | 1 | -14/+23 | |
| * | | | | | | | | | | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-07-12 | 3 | -6/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ftrace: Be more specific about arch impact when function tracer is enabled | Steven Rostedt (Google) | 2022-07-12 | 1 | -1/+2 | |
| | * | | | | | | | | | | tracing: Fix sleeping while atomic in kdb ftdump | Douglas Anderson | 2022-07-12 | 1 | -5/+6 | |
| | * | | | | | | | | | | tracing/histograms: Fix memory leak problem | Zheng Yejian | 2022-07-12 | 1 | -0/+2 | |
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-07-11 | 3 | -22/+35 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT | Aaron Tomlin | 2022-07-11 | 1 | -11/+11 | |
| | * | | | | | | | | | | module: Fix "warning: variable 'exit' set but not used" | Christophe Leroy | 2022-07-01 | 1 | -4/+5 | |
| | * | | | | | | | | | | module: Fix selfAssignment cppcheck warning | Christophe Leroy | 2022-07-01 | 1 | -5/+8 | |
| | * | | | | | | | | | | modules: Fix corruption of /proc/kallsyms | Adrian Hunter | 2022-07-01 | 1 | -3/+12 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | fix race between exit_itimers() and /proc/pid/timers | Oleg Nesterov | 2022-07-11 | 2 | -6/+15 | |
| * | | | | | | | | | | ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced() | Sven Schnelle | 2022-07-09 | 1 | -1/+1 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-07-09 | 10 | -207/+869 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bpf: Check attach_func_proto more carefully in check_return_code | Stanislav Fomichev | 2022-07-08 | 1 | -5/+16 | |
| * | | | | | | | | | | bpf, libbpf: Add type match support | Daniel Müller | 2022-07-05 | 1 | -0/+9 | |
| * | | | | | | | | | | bpf: expose bpf_{g,s}etsockopt to lsm cgroup | Stanislav Fomichev | 2022-06-29 | 1 | -0/+38 | |
| * | | | | | | | | | | bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP | Stanislav Fomichev | 2022-06-29 | 2 | -32/+71 | |
| * | | | | | | | | | | bpf: minimize number of allocated lsm slots per program | Stanislav Fomichev | 2022-06-29 | 5 | -16/+54 | |
| * | | | | | | | | | | bpf: per-cgroup lsm flavor | Stanislav Fomichev | 2022-06-29 | 7 | -11/+426 | |
| * | | | | | | | | | | bpf: convert cgroup_bpf.progs to hlist | Stanislav Fomichev | 2022-06-29 | 1 | -32/+44 | |
| * | | | | | | | | | | bpf: add bpf_func_t and trampoline helpers | Stanislav Fomichev | 2022-06-29 | 1 | -30/+33 | |
| * | | | | | | | | | | bpf: Merge "types_are_compat" logic into relo_core.c | Daniel Müller | 2022-06-24 | 1 | -83/+1 | |
| * | | | | | | | | | | bpf: Fix for use-after-free bug in inline_bpf_loop | Eduard Zingerman | 2022-06-24 | 1 | -1/+1 | |
| * | | | | | | | | | | bpf: Replace hard-coded 0 with BPF_K in check_alu_op | Simon Wang | 2022-06-24 | 1 | -1/+1 | |
| * | | | | | | | | | | bpf: Require only one of cong_avoid() and cong_control() from a TCP CC | Jörn-Thorben Hinz | 2022-06-23 | 1 | -4/+3 | |
| * | | | | | | | | | | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT | Tony Ambardar | 2022-06-21 | 2 | -1/+8 | |
| * | | | | | | | | | | bpf: Inline calls to bpf_loop when callback is known | Eduard Zingerman | 2022-06-20 | 2 | -9/+180 | |
| * | | | | | | | | | | uprobe: gate bpf call behind BPF_EVENTS | Delyan Kratunov | 2022-06-20 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-07 | 2 | -70/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-07-07 | 1 | -66/+47 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2022-07-01 | 1 | -66/+47 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals | Daniel Borkmann | 2022-07-01 | 1 | -49/+23 | |
| | | * | | | | | | | | bpf: Fix incorrect verifier simulation around jmp32's jeq/jne | Daniel Borkmann | 2022-07-01 | 1 | -17/+24 | |
| * | | | | | | | | | | signal handling: don't use BUG_ON() for debugging | Linus Torvalds | 2022-07-07 | 1 | -4/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-06-30 | 17 | -624/+85 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | tick/nohz: unexport __init-annotated tick_nohz_full_setup() | Masahiro Yamada | 2022-06-27 | 1 | -1/+0 | |
| * | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-06-26 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kthread: make it clear that kthread_create_on_node() might be terminated by a... | Petr Mladek | 2022-06-16 | 1 | -7/+7 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2022-06-26 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | dma-direct: use the correct size for dma_set_encrypted() | Dexuan Cui | 2022-06-23 | 1 | -3/+2 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-06-24 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig | 2022-06-17 | 1 | -3/+0 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-06-24 | 9 | -605/+65 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'rework/kthreads' into for-linus | Petr Mladek | 2022-06-23 | 9 | -605/+65 | |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | | |