summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller
2023-12-21bpf: Avoid unnecessary use of comma operator in verifierSimon Horman
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-12-20bpf: Use c->unit_size to select target cache during freeHou Tao
2023-12-19bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko
2023-12-19bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko
2023-12-19bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko
2023-12-19bpf: move subprog call logic back to verifier.cAndrii Nakryiko
2023-12-19bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko
2023-12-19bpf: make the verifier tracks the "not equal" for regsMenglong Dong
2023-12-19Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa
2023-12-17Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-12-17Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-16Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov
2023-12-15bpf: Fix dtor CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15cred: switch to using atomic_long_tJens Axboe
2023-12-15bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao
2023-12-15bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-15ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2023-12-15ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)
2023-12-15ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers
2023-12-15ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-15ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2023-12-15ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)
2023-12-15perf: Fix perf_event_validate_size() lockdep splatMark Rutland
2023-12-14bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2023-12-13bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao
2023-12-13bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski
2023-12-13bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang