summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-29selinux: refactor code to return ERR_PTR in selinux_netlbl_sock_genattrGaosheng Cui
2024-07-29selinux: Streamline type determination in security_compute_sidCanfeng Guo
2024-07-29Merge branch 'add-bpf-lsm-return-value-range-check-bpf-part'Alexei Starovoitov
2024-07-29selftests/bpf: Add verifier tests for bpf lsmXu Kuohai
2024-07-29selftests/bpf: Add test for lsm tail callXu Kuohai
2024-07-29selftests/bpf: Add return value checks for failed testsXu Kuohai
2024-07-29selftests/bpf: Avoid load failure for token_lsm.cXu Kuohai
2024-07-29bpf: Fix compare error in function retval_range_withinXu Kuohai
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai
2024-07-29bpf, lsm: Add disabled BPF LSM hook listXu Kuohai
2024-07-29Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops'Alexei Starovoitov
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau
2024-07-29selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubsMartin KaFai Lau
2024-07-29Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-29signal: Replace BUG_ON()sThomas Gleixner
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner
2024-07-29selftests/timers/posix-timers: Validate overrun after unblockThomas Gleixner
2024-07-29selftests/timers/posix-timers: Validate timer_gettime()Thomas Gleixner
2024-07-29selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner
2024-07-29selftests/timers/posix_timers: Validate signal rulesThomas Gleixner
2024-07-29selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner
2024-07-29selftests/timers/posix_timers: Simplify error handlingThomas Gleixner
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-29bpftool: Add document for net attach/detach on tcx subcommandTao Chen
2024-07-29bpftool: Add bash-completion for tcx subcommandTao Chen
2024-07-29bpftool: Add net attach/detach command to tcx progTao Chen
2024-07-29bpftool: Refactor xdp attach/detach type judgmentTao Chen
2024-07-29Merge branch 'bpf-fix-tailcall-hierarchy'Alexei Starovoitov
2024-07-29selftests/bpf: Add testcases for tailcall hierarchy fixingLeon Hwang
2024-07-29bpf, arm64: Fix tailcall hierarchyLeon Hwang
2024-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-29bpf, x64: Fix tailcall hierarchyLeon Hwang
2024-07-29Merge branch 'bpf-track-find_equal_scalars-history-on-per-instruction-level'Andrii Nakryiko