index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-24
sched_ext: initialize kit->cursor.flags
Henry Huang
1
-1
/
+1
2024-12-24
sched_ext: Use str_enabled_disabled() helper in update_selcpu_topology()
Thorsten Blum
1
-2
/
+2
2024-12-23
Merge back earlier cpufreq material for 6.14
Rafael J. Wysocki
1
-2
/
+2
2024-12-20
docs: Update Schedstat version to 17
Swapnil Sapkal
1
-1
/
+1
2024-12-20
sched/stats: Print domain name in /proc/schedstat
K Prateek Nayak
1
-1
/
+1
2024-12-20
sched: Move sched domain name out of CONFIG_SCHED_DEBUG
Swapnil Sapkal
1
-4
/
+0
2024-12-20
sched: Report the different kinds of imbalances in /proc/schedstat
Swapnil Sapkal
2
-3
/
+28
2024-12-20
sched/fair: Cleanup in migrate_degrades_locality() to improve readability
Peter Zijlstra
1
-20
/
+21
2024-12-20
sched/fair: Fix value reported by hot tasks pulled in /proc/schedstat
Peter Zijlstra
1
-4
/
+13
2024-12-20
sched/fair: Update comments after sched_tick() rename.
Sebastian Andrzej Siewior
1
-2
/
+2
2024-12-18
PM: EM: Move sched domains rebuild function from schedutil to EM
Rafael J. Wysocki
1
-27
/
+6
2024-12-18
cpufreq: schedutil: Fix superfluous updates caused by need_freq_update
Sultan Alsawaf (unemployed)
1
-2
/
+2
2024-12-17
sched/fair: Fix CPU bandwidth limit bypass during CPU hotplug
Vishal Chourasia
1
-7
/
+13
2024-12-15
Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-22
/
+77
2024-12-13
sched_ext: Use sizeof_field for key_len in dsq_hash_params
Liang Jie
1
-1
/
+1
2024-12-13
sched/dlserver: Fix dlserver time accounting
Vineeth Pillai (Google)
1
-6
/
+9
2024-12-13
sched/dlserver: Fix dlserver double enqueue
Vineeth Pillai (Google)
2
-2
/
+11
2024-12-11
sched_ext: Fix invalid irq restore in scx_ops_bypass()
Tejun Heo
1
-1
/
+1
2024-12-10
sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_task
John Stultz
1
-4
/
+1
2024-12-09
Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-5
/
+6
2024-12-09
sched/fair: Untangle NEXT_BUDDY and pick_next_task()
Peter Zijlstra
2
-2
/
+11
2024-12-09
sched/fair: Mark m*_vruntime() with __maybe_unused
Andy Shevchenko
1
-2
/
+2
2024-12-09
sched/fair: Fix variable declaration position
Vincent Guittot
1
-2
/
+4
2024-12-09
sched/fair: Do not try to migrate delayed dequeue task
Vincent Guittot
1
-4
/
+8
2024-12-09
sched/fair: Rename cfs_rq.nr_running into nr_queued
Vincent Guittot
3
-22
/
+22
2024-12-09
sched/fair: Remove unused cfs_rq.idle_nr_running
Vincent Guittot
3
-16
/
+1
2024-12-09
sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
Vincent Guittot
3
-29
/
+28
2024-12-09
sched/fair: Removed unsued cfs_rq.h_nr_delayed
Vincent Guittot
3
-30
/
+12
2024-12-09
sched/fair: Use the new cfs_rq.h_nr_runnable
Vincent Guittot
3
-16
/
+13
2024-12-09
sched/fair: Add new cfs_rq.h_nr_runnable
Vincent Guittot
3
-2
/
+20
2024-12-09
sched/fair: Rename h_nr_running into h_nr_queued
Vincent Guittot
5
-53
/
+53
2024-12-09
Merge branch 'sched/urgent'
Peter Zijlstra
5
-14
/
+57
2024-12-09
sched/eevdf: More PELT vs DELAYED_DEQUEUE
Peter Zijlstra
4
-8
/
+54
2024-12-09
sched/fair: Fix sched_can_stop_tick() for fair tasks
Vincent Guittot
1
-1
/
+1
2024-12-09
sched/fair: Fix NEXT_BUDDY
K Prateek Nayak
1
-5
/
+2
2024-12-05
sched/numa: fix memory leak due to the overwritten vma->numab_state
Adrian Huang
1
-3
/
+9
2024-12-04
sched_ext: Use the NUMA scheduling domain for NUMA optimizations
Andrea Righi
1
-28
/
+86
2024-12-02
sched: Unify HK_TYPE_{TIMER|TICK|MISC} to HK_TYPE_KERNEL_NOISE
Waiman Long
2
-8
/
+9
2024-12-02
sched/isolation: Consolidate housekeeping cpumasks that are always identical
Waiman Long
1
-13
/
+6
2024-12-02
sched/isolation: Make "isolcpus=nohz" equivalent to "nohz_full"
Waiman Long
1
-1
/
+5
2024-12-02
sched/core: Remove HK_TYPE_SCHED
Waiman Long
2
-15
/
+0
2024-12-02
sched/fair: Remove CONFIG_CFS_BANDWIDTH=n definition of cfs_bandwidth_used()
Valentin Schneider
1
-7
/
+0
2024-12-02
sched/deadline: Consolidate Timer Cancellation
Wander Lairson Costa
1
-14
/
+27
2024-12-02
sched/deadline: Check bandwidth overflow earlier for hotplug
Juri Lelli
2
-17
/
+17
2024-12-02
sched/deadline: Correctly account for allocated bandwidth during hotplug
Juri Lelli
3
-11
/
+41
2024-12-02
sched/deadline: Restore dl_server bandwidth on non-destructive root domain changes
Juri Lelli
2
-6
/
+19
2024-12-02
sched: add READ_ONCE to task_on_rq_queued
Harshit Agarwal
1
-1
/
+1
2024-12-02
sched: Don't try to catch up excess steal time.
Suleiman Souhlal
1
-2
/
+4
2024-12-02
sched/deadline: Fix warning in migrate_enable for boosted tasks
Wander Lairson Costa
1
-0
/
+1
2024-12-02
sched/core: Prevent wakeup of ksoftirqd during idle load balance
K Prateek Nayak
1
-1
/
+1
[prev]
[next]