aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-28bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointGravatar Andrii Nakryiko 1-0/+1
2024-03-28bpf,arena: Use helper sizeof_field in struct accessorsGravatar Haiyue Wang 1-1/+1
2024-03-28bpf: improve error message for unsupported helperGravatar Mykyta Yatsenko 1-2/+2
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 18-46/+173
2024-03-28Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-11/+56
2024-03-27Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-2/+12
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-03-27bpf: Protect against int overflow for stack access sizeGravatar Andrei Matei 1-0/+5
2024-03-27bpf: Check bloom filter map value sizeGravatar Andrei Matei 1-0/+13
2024-03-27Fix memory leak in posix_clock_open()Gravatar Linus Torvalds 1-7/+9
2024-03-27bpf: fix warning for crash_kexecGravatar Hari Bathini 1-1/+1
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 9-71/+115
2024-03-26crash: use macro to add crashk_res into iomem early for specific archGravatar Baoquan He 1-0/+7
2024-03-26prctl: generalize PR_SET_MDWE support check to be per-archGravatar Zev Weiss 1-2/+5
2024-03-26Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+6
2024-03-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 2-10/+37
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-0/+5
2024-03-25bpf: Avoid get_kernel_nofault() to fetch kprobe entry IPGravatar Andrii Nakryiko 1-3/+9
2024-03-25tracing: probes: Fix to zero initialize a local variableGravatar Masami Hiramatsu (Google) 1-1/+1
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-12/+33
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+20
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+7
2024-03-22bpf: verifier: reject addr_space_cast insn without arenaGravatar Puranjay Mohan 1-0/+4
2024-03-22bpf: verifier: fix addr_space_cast from as(1) to as(0)Gravatar Puranjay Mohan 1-2/+6
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+22
2024-03-22Revert "crypto: pkcs7 - remove sha1 support"Gravatar Eric Biggers 1-0/+5
2024-03-21Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+18
2024-03-21bpf-next: Avoid goto in regs_refine_cond_op()Gravatar Harishankar Vishwanathan 1-9/+13
2024-03-20bpf: report RCU QS in cpumap kthreadGravatar Yan Zhai 1-0/+3
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsGravatar Andrii Nakryiko 2-4/+22
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointGravatar Andrii Nakryiko 2-15/+12
2024-03-19bpf: flatten bpf_probe_register call chainGravatar Andrii Nakryiko 1-6/+1
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesGravatar Yonghong Song 3-6/+4
2024-03-19Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+11
2024-03-19bpf/lpm_trie: Inline longest_prefix_match for fastpathGravatar Jesper Dangaard Brouer 1-5/+13
2024-03-19timers: Fix removed self-IPI on global timer's enqueue in nohz_fullGravatar Frederic Weisbecker 1-1/+11
2024-03-19timers/migration: Fix endless timer requeue after idle interruptsGravatar Frederic Weisbecker 1-2/+9
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 10-712/+1007
2024-03-18bpf: Check return from set_memory_rox()Gravatar Christophe Leroy 3-12/+32
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Gravatar Christophe Leroy 1-7/+0
2024-03-18bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elemGravatar Martin KaFai Lau 1-2/+0
2024-03-18tracing: Use div64_u64() instead of do_div()Gravatar Thorsten Blum 1-3/+2
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsGravatar Huang Yiwei 3-43/+119
2024-03-18ftrace: Fix most kernel-doc warningsGravatar Randy Dunlap 1-44/+46
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerGravatar Steven Rostedt (Google) 1-1/+4
2024-03-18tracing: Fix snapshot counter going between two tracers that use itGravatar Steven Rostedt (Google) 1-1/+1