summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix update of rd->sg_overutilizedVincent Guittot2024-04-241-1/+1
* sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
* sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar2024-03-292-29/+24
* sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar2024-03-281-4/+4
* sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar2024-03-282-5/+5
* sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar2024-03-282-6/+6
* sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar2024-03-281-3/+3
* sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde2024-03-282-5/+14
* sched/fair: Check root_domain::overload value before updateShrikanth Hegde2024-03-281-1/+2
* sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde2024-03-281-13/+7
* sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde2024-03-261-5/+5
* sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde2024-03-261-3/+12
* sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde2024-03-261-19/+34
* sched/fair: Don't double balance_interval for migrate_misfitQais Yousef2024-03-251-2/+11
* sched/topology: Remove root_domain::max_cpu_capacityQais Yousef2024-03-252-13/+2
* sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef2024-03-251-16/+50
* sched/topology: Export asym_cap_listQais Yousef2024-03-252-18/+39
* Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-25103-3050/+7136
|\
| * Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2024-03-241-12/+33
| |\
| | * swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon2024-03-131-7/+11
| | * swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon2024-03-131-2/+9
| | * swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon2024-03-131-1/+3
| | * swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon2024-03-131-0/+6
| | * swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon2024-03-131-12/+14
| * | Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-232-3/+20
| |\ \
| | * | timers: Fix removed self-IPI on global timer's enqueue in nohz_fullFrederic Weisbecker2024-03-191-1/+11
| | * | timers/migration: Fix endless timer requeue after idle interruptsFrederic Weisbecker2024-03-191-2/+9
| * | | Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-1/+7
| |\ \ \
| | * | | entry: Respect changes to system call number by trace_sys_enter()André Rösti2024-03-121-1/+7
| * | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-222-7/+22
| |\ \ \ \
| | * | | | membarrier: riscv: Provide core serializing commandAndrea Parri2024-02-152-0/+8
| | * | | | locking: Introduce prepare_sync_core_cmd()Andrea Parri2024-02-151-0/+1
| | * | | | membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2024-02-152-5/+10
| | * | | | membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri2024-02-151-2/+3
| * | | | | Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-03-212-2/+2
| |\ \ \ \ \
| | * | | | | rtc: class: make rtc_class constantRicardo B. Marliere2024-03-082-2/+2
| | |/ / / /
| * | | | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-211-0/+3
| |\ \ \ \ \
| | * | | | | bpf: report RCU QS in cpumap kthreadYan Zhai2024-03-201-0/+3
| * | | | | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+1
| |\ \ \ \ \ \
| | * | | | | | kbuild: remove EXPERT and !COMPILE_TEST guarding from TRIM_UNUSED_KSYMSMasahiro Yamada2024-02-201-2/+1
| * | | | | | | Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-212-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-1915-97/+126
| | |\| | | | | |
| | * | | | | | | kobject: make uevent_seqnum atomicEric Dumazet2024-02-171-1/+1
| | * | | | | | | workqueue: make wq_subsys constRicardo B. Marliere2024-02-081-1/+1
| * | | | | | | | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-3/+18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | serial: Lock console when calling into driver before registrationPeter Collingbourne2024-03-051-3/+18
| * | | | | | | | | Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-03-191-0/+11
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PM: EM: Force device drivers to provide power in uWLukasz Luba2024-03-131-0/+11
| * | | | | | | | | | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-1810-712/+1007
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tracing: Use div64_u64() instead of do_div()Thorsten Blum2024-03-181-3/+2