summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-07-29bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()Eduard Zingerman
2024-07-29bpf: no_caller_saved_registers attribute for helper callsEduard Zingerman
2024-07-29bpf: add a get_helper_proto() utility functionEduard Zingerman
2024-07-29bpf: Get better reg range with ldsx and 32bit compareYonghong Song
2024-07-29bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
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-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-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau
2024-07-29bpf: Remove mark_precise_scalar_ids()Eduard Zingerman
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman
2024-07-29bpf: Simplify character output in seq_print_delegate_opts()Markus Elfring
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring
2024-07-29task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa
2024-07-29sched/fair: Cleanup fair_serverPeter Zijlstra
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)
2024-07-29sched/core: Fix priority checking for DL server picksJoel Fernandes (Google)
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra
2024-07-29sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat
2024-07-29sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)
2024-07-29sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-07-29sched: remove HZ_BW feature hedgePhil Auld
2024-07-29sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clockChuyi Zhou
2024-07-29sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()Peilin He
2024-07-29sched: Initialize the vruntime of a new task when it is first enqueuedZhang Qiao