summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires