aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi1-9/+7
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi1-25/+20
2024-02-28sched/fair: Remove unused parameter from sched_asym()Alex Shi1-4/+2
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi1-4/+5
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet1-9/+3
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet1-1/+1
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet1-6/+1
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde2-4/+2
2024-02-28sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde1-4/+4
2024-02-28dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe1-4/+5
2024-02-28swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng1-0/+46
2024-02-28locking/percpu-rwsem: Trigger contention tracepoints only if contendedNamhyung Kim1-3/+8
2024-02-28locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hintWaiman Long1-3/+3
2024-02-28locking/qspinlock: Fix 'wait_early' set but not used warningWaiman Long1-1/+1
2024-02-27time: test: Fix incorrect format specifierDavid Gow1-1/+1
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar5-11/+11
2024-02-27smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar1-3/+3
2024-02-26Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...Boqun Feng14-305/+384
2024-02-26timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker1-3/+3
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker4-13/+6
2024-02-26tick: Shut down low-res tick from dying CPUFrederic Weisbecker3-10/+29
2024-02-26tick: Split nohz and highres features from nohz_modeFrederic Weisbecker4-26/+26
2024-02-26tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker3-43/+73
2024-02-26tick: Move got_idle_tick away from common flagsFrederic Weisbecker1-1/+1
2024-02-26tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker1-1/+1
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker3-2/+5
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker2-2/+2
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker2-9/+16
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker1-5/+0
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker1-2/+2
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker2-12/+6
2024-02-26tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker1-5/+1
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu1-60/+36
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu3-23/+20
2024-02-25rcu-tasks: Maintain real-time response in rcu_tasks_postscan()Paul E. McKenney1-1/+21
2024-02-25rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasksPaul E. McKenney1-16/+28
2024-02-25rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-10/+33
2024-02-25rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2-0/+3
2024-02-25rcu-tasks: Initialize callback lists at rcu_init() timePaul E. McKenney4-6/+27
2024-02-25rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney1-0/+2
2024-02-25power: port block device access to fileChristian Brauner1-14/+14
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+11
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-0/+2
2024-02-23crash: clean up kdump related config itemsBaoquan He1-3/+4
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He6-244/+293
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He3-2/+3
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He6-215/+239
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He4-439/+469