summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-04bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa
2024-01-04bpf: Relax tracing prog recursive attach rulesDmitrii Dolgov
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04bpf: Remove unnecessary cpu == 0 check in memallocYonghong Song
2024-01-03bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocationYonghong Song
2024-01-03bpf: Use smaller low/high marks for percpu allocationYonghong Song
2024-01-03bpf: Refill only one percpu element in memallocYonghong Song
2024-01-03bpf: Allow per unit prefill for non-fix-size percpu memory allocatorYonghong Song
2024-01-03bpf: Add objcg to bpf_mem_allocYonghong Song
2024-01-03bpf: Avoid unnecessary extra percpu memory allocationYonghong Song
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller
2023-12-30Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-30locking/osq_lock: Clarify osq_wait_next()David Laight
2023-12-30locking/osq_lock: Clarify osq_wait_next() calling conventionDavid Laight
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight
2023-12-30ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)
2023-12-29tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2023-12-29ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2023-12-27Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds
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-21Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-12-21tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)
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-20kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann
2023-12-20bpf: Use c->unit_size to select target cache during freeHou Tao
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap
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