summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-28cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Waiman Long
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi
2024-02-28sched/fair: Remove unused parameter from sched_asym()Alex Shi
2024-02-28sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGSAlex Shi
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde
2024-02-28sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde
2024-02-28dma-direct: Leak pages on dma_set_decrypted() failureRick Edgecombe
2024-02-28swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng
2024-02-28locking/percpu-rwsem: Trigger contention tracepoints only if contendedNamhyung Kim
2024-02-28locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hintWaiman Long
2024-02-28locking/qspinlock: Fix 'wait_early' set but not used warningWaiman Long
2024-02-27time: test: Fix incorrect format specifierDavid Gow
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar
2024-02-27smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar
2024-02-26Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.0...Boqun Feng
2024-02-26timers: Assert no next dyntick timer look-up while CPU is offlineFrederic Weisbecker
2024-02-26tick: Assume timekeeping is correctly handed over upon last offline idle callFrederic Weisbecker
2024-02-26tick: Shut down low-res tick from dying CPUFrederic Weisbecker
2024-02-26tick: Split nohz and highres features from nohz_modeFrederic Weisbecker
2024-02-26tick: Move individual bit features to debuggable mask accessesFrederic Weisbecker
2024-02-26tick: Move got_idle_tick away from common flagsFrederic Weisbecker
2024-02-26tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE modeFrederic Weisbecker
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Move tick cancellation up to CPUHP_AP_TICK_DYINGFrederic Weisbecker
2024-02-26tick: Start centralizing tick related CPU hotplug operationsFrederic Weisbecker
2024-02-26tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()Frederic Weisbecker
2024-02-26tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()Frederic Weisbecker
2024-02-26tick: Use IS_ENABLED() whenever possibleFrederic Weisbecker
2024-02-26tick/sched: Remove useless oneshot ifdefferyFrederic Weisbecker
2024-02-26tick/nohz: Remove duplicate between lowres and highres handlersPeng Liu
2024-02-26tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...Peng Liu
2024-02-25rcu-tasks: Maintain real-time response in rcu_tasks_postscan()Paul E. McKenney
2024-02-25rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasksPaul E. McKenney
2024-02-25rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-02-25rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-02-25rcu-tasks: Initialize callback lists at rcu_init() timePaul E. McKenney
2024-02-25rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-02-25power: port block device access to fileChristian Brauner
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23crash: clean up kdump related config itemsBaoquan He
2024-02-23crash: split crash dumping code out from kexec_core.cBaoquan He