aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He2-4/+1
2024-02-23cred: Use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan1-2/+2
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel1-11/+17
2024-02-22bpf: add is_async_callback_calling_insn() helperBenjamin Tissoires1-4/+7
2024-02-22bpf: introduce in_sleepable() helperBenjamin Tissoires1-6/+11
2024-02-22bpf: allow more maps in sleepable bpf programsBenjamin Tissoires1-0/+2
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang1-0/+4
2024-02-22ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov1-8/+5
2024-02-22user_namespace: remove unnecessary NULL values from kbufLi zeming1-1/+1
2024-02-22panic: suppress gnu_printf warningBaoquan He1-0/+5
2024-02-22bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-12/+29
2024-02-22hrtimer: Select housekeeping CPU during migrationCosta Shulyupin1-1/+2
2024-02-22bpf: Check cfi_stubs before registering a struct_ops type.Kui-Feng Lee1-0/+5
2024-02-22PM: EM: Fix nr_states warnings in static checksLukasz Luba1-2/+1
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy4-15/+24
2024-02-22PM: hibernate: Support to select compression algorithmNikhil V1-3/+54