summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-03-07bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov
2024-03-07bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov
2024-03-07bpf: Allow kfuncs return 'void *'Alexei Starovoitov
2024-03-06bpf: Allow all printable characters in BTF DATASEC namesEduard Zingerman
2024-03-06bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-22Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-21ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)
2024-02-20sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao
2024-02-19bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-16Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-15configs/debug: add NET debug configMatthieu Baerts (NGI0)
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song
2024-02-15bpf: improve duplicate source code line detectionAndrii Nakryiko
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-14bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko
2024-02-14tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko
2024-02-13bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko
2024-02-13bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko
2024-02-13bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee
2024-02-13bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee
2024-02-13bpf: Fix warning for bpf_cpumask in verifierHari Bathini
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu
2024-02-13tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu