Age | Commit message (Expand) | Author | Files | Lines |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -41/+90 |
2022-07-21 | watch-queue: remove spurious double semicolon | Linus Torvalds | 1 | -1/+1 |
2022-07-20 | watchqueue: make sure to serialize 'wqueue->defunct' properly | Linus Torvalds | 1 | -16/+37 |
2022-07-17 | Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -14/+31 |
2022-07-16 | Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+11 |
2022-07-15 | Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+11 |
2022-07-15 | Merge branch 'rework/kthreads' into for-linus | Petr Mladek | 1 | -2/+11 |
2022-07-15 | printk: do not wait for consoles when suspended | John Ogness | 1 | -2/+11 |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 14 | -74/+127 |
2022-07-14 | mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE | Muchun Song | 1 | -9/+11 |
2022-07-14 | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 3 | -24/+33 |
2022-07-14 | Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+10 |
2022-07-13 | Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -14/+23 |
2022-07-13 | ima: force signature verification when CONFIG_KEXEC_SIG is configured | Coiby Xu | 1 | -1/+10 |
2022-07-13 | sysctl: Fix data-races in proc_dointvec_ms_jiffies(). | Kuniyuki Iwashima | 1 | -4/+4 |
2022-07-13 | sysctl: Fix data-races in proc_dou8vec_minmax(). | Kuniyuki Iwashima | 1 | -2/+2 |
2022-07-13 | perf/core: Fix data race between perf_event_set_output() and perf_mmap_close() | Peter Zijlstra | 1 | -14/+31 |
2022-07-12 | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -6/+10 |
2022-07-12 | ftrace: Be more specific about arch impact when function tracer is enabled | Steven Rostedt (Google) | 1 | -1/+2 |
2022-07-12 | tracing: Fix sleeping while atomic in kdb ftdump | Douglas Anderson | 1 | -5/+6 |
2022-07-12 | tracing/histograms: Fix memory leak problem | Zheng Yejian | 1 | -0/+2 |
2022-07-11 | Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -22/+35 |
2022-07-11 | module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT | Aaron Tomlin | 1 | -11/+11 |
2022-07-11 | fix race between exit_itimers() and /proc/pid/timers | Oleg Nesterov | 2 | -6/+15 |
2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 10 | -207/+869 |
2022-07-09 | ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced() | Sven Schnelle | 1 | -1/+1 |
2022-07-08 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2 | -7/+13 |
2022-07-08 | bpf: Check attach_func_proto more carefully in check_return_code | Stanislav Fomichev | 1 | -5/+16 |
2022-07-08 | sysctl: Fix data races in proc_dointvec_jiffies(). | Kuniyuki Iwashima | 1 | -2/+5 |
2022-07-08 | sysctl: Fix data races in proc_doulongvec_minmax(). | Kuniyuki Iwashima | 1 | -2/+2 |
2022-07-08 | sysctl: Fix data races in proc_douintvec_minmax(). | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-08 | sysctl: Fix data races in proc_dointvec_minmax(). | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-08 | sysctl: Fix data races in proc_douintvec(). | Kuniyuki Iwashima | 1 | -2/+2 |
2022-07-08 | sysctl: Fix data races in proc_dointvec(). | Kuniyuki Iwashima | 1 | -3/+3 |
2022-07-08 | bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs | Joanne Koong | 1 | -4/+8 |
2022-07-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -70/+51 |
2022-07-07 | bpf: Make sure mac_header was set before using it | Eric Dumazet | 1 | -3/+5 |
2022-07-07 | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -66/+47 |
2022-07-07 | signal handling: don't use BUG_ON() for debugging | Linus Torvalds | 1 | -4/+4 |
2022-07-05 | bpf, libbpf: Add type match support | Daniel Müller | 1 | -0/+9 |
2022-07-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -66/+47 |
2022-07-01 | module: Fix "warning: variable 'exit' set but not used" | Christophe Leroy | 1 | -4/+5 |
2022-07-01 | module: Fix selfAssignment cppcheck warning | Christophe Leroy | 1 | -5/+8 |
2022-07-01 | modules: Fix corruption of /proc/kallsyms | Adrian Hunter | 1 | -3/+12 |
2022-07-01 | bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals | Daniel Borkmann | 1 | -49/+23 |
2022-07-01 | bpf: Fix incorrect verifier simulation around jmp32's jeq/jne | Daniel Borkmann | 1 | -17/+24 |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 17 | -624/+85 |
2022-06-30 | sysctl: add proc_dointvec_ms_jiffies_minmax | Yuwei Wang | 1 | -0/+41 |
2022-06-29 | bpf: expose bpf_{g,s}etsockopt to lsm cgroup | Stanislav Fomichev | 1 | -0/+38 |
2022-06-29 | bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP | Stanislav Fomichev | 2 | -32/+71 |