summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | tracing/kprobe: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)2025-01-101-12/+6
| * | | | | | | | | | kprobes: Adopt guard() and scoped_guard()Masami Hiramatsu (Google)2025-01-101-116/+89
| * | | | | | | | | | kprobes: Reduce preempt disable scope in check_kprobe_access_safe()Thomas Weißschuh2025-01-101-12/+12
* | | | | | | | | | | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days1-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fs: don't block write during exec on pre-content watched filesAmir Goldstein2024-12-111-6/+6
* | | | | | | | | | | | Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds7 days17-517/+1028
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bpf: Remove 'may_goto 0' instruction in opt_remove_nops()Yonghong Song10 days1-3/+8
| * | | | | | | | | | | | bpf: Allow 'may_goto 0' instruction in verifierYonghong Song10 days1-3/+2
| * | | | | | | | | | | | bpf: Cancel the running bpf_timer through kworker for PREEMPT_RTHou Tao10 days1-2/+16
| * | | | | | | | | | | | bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()Hou Tao10 days1-4/+6
| * | | | | | | | | | | | bpf: Bail out early in __htab_map_lookup_and_delete_elem()Hou Tao10 days1-25/+26
| * | | | | | | | | | | | bpf: Free special fields after unlock in htab_lru_map_delete_node()Hou Tao10 days1-1/+2
| * | | | | | | | | | | | bpf: verifier: Support eliding map lookup nullnessDaniel Xu13 days1-3/+89
| * | | | | | | | | | | | bpf: verifier: Refactor helper access type trackingDaniel Xu13 days1-29/+16
| * | | | | | | | | | | | bpf: verifier: Add missing newline on verbose() callDaniel Xu13 days1-1/+1
| * | | | | | | | | | | | bpf: Send signals asynchronously if !preemptiblePuranjay Mohan2025-01-151-1/+1
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_selem_free()Hou Tao2025-01-091-2/+0
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()Hou Tao2025-01-091-5/+2
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()Hou Tao2025-01-091-6/+2
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()Hou Tao2025-01-091-2/+0
| * | | | | | | | | | | | bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()Hou Tao2025-01-091-2/+0
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()Hou Tao2025-01-092-6/+0
| * | | | | | | | | | | | bpf: Disable migration before calling ops->map_free()Hou Tao2025-01-094-13/+11
| * | | | | | | | | | | | bpf: Disable migration in bpf_selem_free_rcuHou Tao2025-01-091-0/+3
| * | | | | | | | | | | | bpf: Disable migration when destroying inode storageHou Tao2025-01-091-4/+5
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpersHou Tao2025-01-091-8/+7
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpersHou Tao2025-01-091-8/+7
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} in htab_elem_freeHou Tao2025-01-091-2/+0
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} in ->map_for_each_callbackHou Tao2025-01-092-10/+7
| * | | | | | | | | | | | bpf: Remove migrate_{disable|enable} from LPM trieHou Tao2025-01-091-16/+4
| * | | | | | | | | | | | bpf: Return error for missed kprobe multi bpf program executionJiri Olsa2025-01-081-1/+1
| * | | | | | | | | | | | bpf: Move out synchronize_rcu_tasks_trace from mutex CSPu Lehui2025-01-081-8/+13
| * | | | | | | | | | | | bpf: Fix range_tree_set() error handlingSoma Nakata2025-01-081-1/+5
| * | | | | | | | | | | | bpf: Allow bpf_for/bpf_repeat calls while holding a spinlockEmil Tsalapatis2025-01-061-1/+19
| * | | | | | | | | | | | bpf: Reject struct_ops registration that uses module ptr and the module btf_i...Martin KaFai Lau2025-01-032-5/+21
| * | | | | | | | | | | | bpf: Use refcount_t instead of atomic_t for mmap_countPei Xiao2024-12-311-4/+4
| * | | | | | | | | | | | bpf: Remove unused MT_ENTRY defineLorenzo Pieralisi2024-12-311-2/+0
| * | | | | | | | | | | | bpf: Fix holes in special_kfunc_list if !CONFIG_NETThomas Weißschuh2024-12-301-0/+3
| * | | | | | | | | | | | bpf, verifier: Improve precision of BPF_MULMatan Shachnai2024-12-301-44/+36
| * | | | | | | | | | | | bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau2024-12-191-2/+6
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-12-1617-125/+352
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh2024-12-142-0/+12
| * | | | | | | | | | | | | bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov2024-12-132-16/+92
| * | | | | | | | | | | | | bpf: Refactor check_pseudo_btf_idAnton Protopopov2024-12-131-56/+76
| * | | | | | | | | | | | | bpf: Move map/prog compatibility checksAnton Protopopov2024-12-131-55/+46
| * | | | | | | | | | | | | bpf: Add a __btf_get_by_fd helperAnton Protopopov2024-12-131-8/+3
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-12-0914-90/+179
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi2024-12-041-1/+1
| * | | | | | | | | | | | | bpf: Introduce support for bpf_local_irq_{save,restore}Kumar Kartikeya Dwivedi2024-12-043-2/+315
| * | | | | | | | | | | | | bpf: Refactor mark_{dynptr,iter}_readKumar Kartikeya Dwivedi2024-12-041-22/+21