summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-24thermal/cpufreq: Remove arch_update_thermal_pressure()Vincent Guittot
2024-04-24sched/cpufreq: Take cpufreq feedback into accountVincent Guittot
2024-04-24cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot
2024-04-24sched/fair: Fix update of rd->sg_overutilizedVincent Guittot
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev
2024-04-17s390/irq,nmi: Include <asm/vtime.h> header directlyAlexander Gordeev
2024-04-17s390/vtime: Remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftoverAlexander Gordeev
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev
2024-04-17sched/vtime: Remove confusing arch_vtime_task_switch() declarationAlexander Gordeev
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar
2024-03-28sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar
2024-03-28sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar
2024-03-28sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar
2024-03-28sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar
2024-03-28sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde
2024-03-28sched/fair: Check root_domain::overload value before updateShrikanth Hegde
2024-03-28sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde
2024-03-26sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde
2024-03-26sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde
2024-03-26sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-03-25sched/fair: Don't double balance_interval for migrate_misfitQais Yousef
2024-03-25sched/topology: Remove root_domain::max_cpu_capacityQais Yousef
2024-03-25sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef
2024-03-25sched/topology: Export asym_cap_listQais Yousef
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
2024-03-24Linux 6.9-rc1v6.9-rc1Linus Torvalds
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck
2024-03-23Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-23Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-23Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-23x86/mpparse: Register APIC address only onceThomas Gleixner
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner
2024-03-22lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor