summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-08-02perf: Rename perf_event_context.nr_pending to nr_no_switch_fast.Ben Gainey-6/+6
2024-08-01kcsan: Use min() to fix Coccinelle warningThorsten Blum-1/+1
2024-08-01sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]Tejun Heo-1/+4
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet-16/+11
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long-2/+53
2024-07-31jump_label: Fix the fix, brown paper bags galorePeter Zijlstra-2/+2
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner-1/+2
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier-70/+44
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong-15/+24
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng-14/+0
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng-11/+7
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong-19/+3
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo-2464/+5000
2024-07-29profiling: remove stale percpu flip buffer variablesLinus Torvalds-6/+0
2024-07-29bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman-2/+10
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman-3/+314
2024-07-29bpf: add a get_helper_proto() utility functionEduard Zingerman-7/+18
2024-07-29bpf: Get better reg range with ldsx and 32bit compareYonghong Song-0/+38
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song-2/+3
2024-07-29bpf: Fix compare error in function retval_range_withinXu Kuohai-5/+11
2024-07-29bpf: Prevent tail call between progs attached to different hooksXu Kuohai-3/+18
2024-07-29bpf, lsm: Add check for BPF LSM return valueXu Kuohai-11/+88
2024-07-29bpf, lsm: Add disabled BPF LSM hook listXu Kuohai-2/+29
2024-07-29signal: Replace BUG_ON()sThomas Gleixner-4/+7
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner-13/+10
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner-12/+9
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner-9/+6
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner-27/+17
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner-6/+1
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner-13/+9
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner-16/+13
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner-31/+6
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner-1/+11
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner-5/+9
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner-1/+17
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner-8/+6
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner-27/+24
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau-1/+16
2024-07-29bpf: Remove mark_precise_scalar_ids()Eduard Zingerman-115/+0
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman-21/+224
2024-07-29bpf: Simplify character output in seq_print_delegate_opts()Markus Elfring-2/+2
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring-8/+8
2024-07-29task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds-0/+6
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds-181/+2
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut-1/+1
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa-40/+13