index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
1
-8
/
+21
2023-07-10
sched/fair: Use recent_used_cpu to test p->cpus_ptr
Miaohe Lin
1
-1
/
+1
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-37
/
+73
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+3
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-363
/
+471
2023-06-16
sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()
Hao Jia
2
-0
/
+40
2023-06-16
sched/core: Avoid double calling update_rq_clock() in __balance_push_cpu_stop()
Hao Jia
1
-3
/
+4
2023-06-16
sched/core: Fixed missing rq clock update before calling set_rq_offline()
Hao Jia
2
-4
/
+4
2023-06-16
sched/deadline: Fix bandwidth reclaim equation in GRUB
Vineeth Pillai
2
-27
/
+29
2023-06-16
sched/wait: Fix a kthread_park race with wait_woken()
Arve Hjønnevåg
1
-6
/
+1
2023-06-16
sched/topology: Mark set_sched_topology() __init
Miaohe Lin
1
-1
/
+1
2023-06-16
sched/fair: Rename variable cpu_util eff_util
Tom Rix
1
-3
/
+3
2023-06-05
sched/fair, cpufreq: Introduce 'runnable boosting'
Dietmar Eggemann
3
-9
/
+33
2023-06-05
sched/fair: Refactor CPU utilization functions
Dietmar Eggemann
2
-60
/
+50
2023-06-05
sched/clock: Provide local_clock_noinstr()
Peter Zijlstra
1
-6
/
+13
2023-06-05
sched: Consider task_struct::saved_state in wait_task_inactive()
Peter Zijlstra
1
-11
/
+48
2023-06-05
sched: Unconditionally use full-fat wait_task_inactive()
Peter Zijlstra
1
-108
/
+108
2023-06-05
sched/fair: Don't balance task to its current running CPU
Yicong Yang
1
-1
/
+1
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-1
/
+1
2023-05-30
sched/deadline: remove unused dl_bandwidth
Miaohe Lin
2
-14
/
+0
2023-05-30
sched/fair: Move unused stub functions to header
Arnd Bergmann
2
-5
/
+3
2023-05-30
sched: Make task_vruntime_update() prototype visible
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched/fair: Hide unused init_cfs_bandwidth() stub
Arnd Bergmann
1
-2
/
+1
2023-05-30
sched: Add schedule_user() declaration
Arnd Bergmann
1
-0
/
+1
2023-05-30
sched: Hide unused sched_update_scaling()
Arnd Bergmann
1
-1
/
+2
2023-05-20
sched/psi: Avoid resetting the min update period when it is unnecessary
Yang Yang
1
-5
/
+10
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
1
-0
/
+3
2023-05-08
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
1
-15
/
+2
2023-05-08
sched/deadline: Create DL BW alloc, free & check overflow interface
Dietmar Eggemann
3
-16
/
+43
2023-05-08
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+14
2023-05-08
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
1
-7
/
+15
2023-05-08
sched/debug: Correct printing for rq->nr_uninterruptible
晏艳(采苓)
1
-1
/
+1
2023-05-08
sched/topology: Propagate SMT flags when removing degenerate domain
Tim C Chen
1
-1
/
+6
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
1
-3
/
+1
2023-05-08
sched/topology: Check SDF_SHARED_CHILD in highest_flag_domain()
Ricardo Neri
1
-3
/
+19
2023-05-08
sched/fair: Do not even the number of busy CPUs via asym_packing
Ricardo Neri
1
-65
/
+21
2023-05-08
sched/fair: Use the busiest group to set prefer_sibling
Ricardo Neri
1
-4
/
+11
2023-05-08
sched/fair: Keep a fully_busy SMT sched group as busiest
Ricardo Neri
1
-2
/
+14
2023-05-08
sched/fair: Let low-priority cores help high-priority busy SMT cores
Ricardo Neri
1
-2
/
+14
2023-05-08
sched/fair: Simplify asym_packing logic for SMT cores
Ricardo Neri
1
-21
/
+12
2023-05-08
sched/fair: Only do asym_packing load balancing from fully idle SMT cores
Ricardo Neri
1
-16
/
+40
2023-05-08
sched/fair: Move is_core_idle() out of CONFIG_NUMA
Ricardo Neri
1
-17
/
+17
2023-05-08
sched: fix cid_lock kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-7
/
+17
2023-04-28
Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-296
/
+1152
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+65
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+49
[next]