aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner1-27/+24
2024-07-29bpf: Check unsupported ops from the bpf_struct_ops's cfi_stubsMartin KaFai Lau2-1/+16
2024-07-29bpf: Remove mark_precise_scalar_ids()Eduard Zingerman1-115/+0
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman1-21/+224
2024-07-29bpf: Simplify character output in seq_print_delegate_opts()Markus Elfring1-2/+2
2024-07-29bpf: Replace 8 seq_puts() calls by seq_putc() callsMarkus Elfring4-8/+8
2024-07-29task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds1-0/+6
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds1-181/+2
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut1-1/+1
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa2-40/+13
2024-07-29sched/fair: Cleanup fair_serverPeter Zijlstra1-15/+17
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra5-142/+120
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)3-8/+45
2024-07-29sched/core: Fix priority checking for DL server picksJoel Fernandes (Google)1-2/+21
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira4-17/+256
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira4-45/+286
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra4-0/+62
2024-07-29sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat1-0/+7
2024-07-29sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)1-8/+8
2024-07-29sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding1-13/+9
2024-07-29sched: remove HZ_BW feature hedgePhil Auld3-4/+2
2024-07-29sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clockChuyi Zhou2-10/+0
2024-07-29sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()Peilin He1-3/+15
2024-07-29sched: Initialize the vruntime of a new task when it is first enqueuedZhang Qiao2-16/+1
2024-07-29sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang1-0/+1
2024-07-29sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang1-14/+26
2024-07-29sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang1-0/+1
2024-07-29sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang1-7/+19
2024-07-29sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng1-0/+6
2024-07-29locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak1-1/+1
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann30-319/+289
2024-07-29locking/csd_lock: Print large numbers as negativesPaul E. McKenney1-2/+2
2024-07-29rcu/kfree: Warn on unexpected tail statePaul E. McKenney1-1/+1
2024-07-29rcutorture: Make rcu_torture_write_types() print number of update typesPaul E. McKenney1-0/+1
2024-07-29rcutorture: Generic test for NUM_ACTIVE_*RCU_POLL*Paul E. McKenney1-8/+28
2024-07-29rcutorture: Add SRCU ->same_gp_state and ->get_comp_state functionsPaul E. McKenney1-0/+4
2024-07-29rcutorture: Remove redundant rcu_torture_ops get_gp_completed fieldsPaul E. McKenney1-8/+4
2024-07-29rcu/nocb: Remove SEGCBLIST_RCU_COREFrederic Weisbecker3-21/+0
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from rcu_coreFrederic Weisbecker1-22/+4
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reportingFrederic Weisbecker1-13/+0
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from bypassFrederic Weisbecker1-8/+0
2024-07-29rcu/nocb: (De-)offload callbacks on offline CPUs onlyFrederic Weisbecker1-61/+21
2024-07-29rcu/nocb: Introduce nocb mutexFrederic Weisbecker4-8/+17
2024-07-29rcu/nocb: Assert no callbacks while nocb kthread allocation failsFrederic Weisbecker1-3/+11
2024-07-29rcu/nocb: Move nocb field at the end of state structFrederic Weisbecker1-1/+4
2024-07-29rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()Frederic Weisbecker2-16/+2
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider2-3/+3
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()Valentin Schneider2-7/+7
2024-07-29context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()Valentin Schneider2-6/+6
2024-07-29context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHINGValentin Schneider2-17/+17