summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-081-1/+1
| | * | | | | | | sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima2022-07-081-2/+2
| | * | | | | | | sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima2022-07-081-3/+3
| * | | | | | | | Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-141-1/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-1/+10
| * | | | | | | | | Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-131-14/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-14/+23
| * | | | | | | | | | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-07-123-6/+10
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)2022-07-121-1/+2
| | * | | | | | | | | | tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-121-5/+6
| | * | | | | | | | | | tracing/histograms: Fix memory leak problemZheng Yejian2022-07-121-0/+2
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-113-22/+35
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin2022-07-111-11/+11
| | * | | | | | | | | | module: Fix "warning: variable 'exit' set but not used"Christophe Leroy2022-07-011-4/+5
| | * | | | | | | | | | module: Fix selfAssignment cppcheck warningChristophe Leroy2022-07-011-5/+8
| | * | | | | | | | | | modules: Fix corruption of /proc/kallsymsAdrian Hunter2022-07-011-3/+12
| | |/ / / / / / / / /
| * | | | | | | | | | fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-112-6/+15
| * | | | | | | | | | ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle2022-07-091-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-0910-207/+869
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev2022-07-081-5/+16
| * | | | | | | | | | bpf, libbpf: Add type match supportDaniel Müller2022-07-051-0/+9
| * | | | | | | | | | bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev2022-06-291-0/+38
| * | | | | | | | | | bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev2022-06-292-32/+71
| * | | | | | | | | | bpf: minimize number of allocated lsm slots per programStanislav Fomichev2022-06-295-16/+54
| * | | | | | | | | | bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-297-11/+426
| * | | | | | | | | | bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev2022-06-291-32/+44
| * | | | | | | | | | bpf: add bpf_func_t and trampoline helpersStanislav Fomichev2022-06-291-30/+33
| * | | | | | | | | | bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller2022-06-241-83/+1
| * | | | | | | | | | bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman2022-06-241-1/+1
| * | | | | | | | | | bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang2022-06-241-1/+1
| * | | | | | | | | | bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz2022-06-231-4/+3
| * | | | | | | | | | bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-212-1/+8
| * | | | | | | | | | bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman2022-06-202-9/+180
| * | | | | | | | | | uprobe: gate bpf call behind BPF_EVENTSDelyan Kratunov2022-06-201-0/+2
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-072-70/+51
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-071-66/+47
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-011-66/+47
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-011-49/+23
| | | * | | | | | | | bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-011-17/+24
| * | | | | | | | | | signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-071-4/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-3017-624/+85
|\| | | | | | | | |
| * | | | | | | | | tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-06-271-1/+0
| * | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-7/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kthread: make it clear that kthread_create_on_node() might be terminated by a...Petr Mladek2022-06-161-7/+7
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds2022-06-261-3/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui2022-06-231-3/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-3/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-3/+0
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-249-605/+65
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-239-605/+65
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |