index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
cpufreq: CPPC: Add support for frequency invariance
Viresh Kumar
1
-0
/
+1
2021-06-28
Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+6
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-132
/
+1006
2021-06-24
sched/fair: Introduce the burstable CFS controller
Huaixin Chang
1
-6
/
+62
2021-06-22
sched/uclamp: Fix uclamp_tg_restrict()
Qais Yousef
1
-31
/
+18
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
1
-25
/
+28
2021-06-18
sched: Add get_current_state()
Peter Zijlstra
1
-3
/
+3
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-3
/
+3
2021-06-17
sched/fair: Age the average idle time
Peter Zijlstra
1
-0
/
+5
2021-06-14
Revert "cpufreq: CPPC: Add support for frequency invariance"
Viresh Kumar
1
-1
/
+0
2021-06-04
sched/debug: Remove obsolete init_schedstats()
Eric Dumazet
1
-17
/
+2
2021-06-01
sched: Don't defer CPU pick to migration_cpu_stop()
Valentin Schneider
1
-8
/
+12
2021-06-01
sched,init: Fix DEBUG_PREEMPT vs early boot
Peter Zijlstra
1
-0
/
+1
2021-05-19
sched: Fix a stale comment in pick_next_task()
Masahiro Yamada
1
-1
/
+1
2021-05-19
sched/uclamp: Fix locking around cpu_util_update_eff()
Qais Yousef
1
-0
/
+7
2021-05-19
sched/uclamp: Fix wrong implementation of cpu.uclamp.min
Qais Yousef
1
-4
/
+17
2021-05-18
sched: Make the idle task quack like a per-CPU kthread
Valentin Schneider
1
-6
/
+15
2021-05-13
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
1
-1
/
+1
2021-05-13
tick/nohz: Kick only _queued_ task whose tick dependency is updated
Marcelo Tosatti
1
-0
/
+5
2021-05-12
sched: Make nr_iowait_cpu() return 32-bit value
Alexey Dobriyan
1
-1
/
+1
2021-05-12
sched: Make nr_iowait() return 32-bit value
Alexey Dobriyan
1
-2
/
+2
2021-05-12
sched: Make nr_running() return 32-bit value
Alexey Dobriyan
1
-2
/
+2
2021-05-12
sched: Fix leftover comment typos
Ingo Molnar
1
-2
/
+2
2021-05-12
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+1
2021-05-12
sched: Trivial core scheduling cookie management
Peter Zijlstra
1
-3
/
+4
2021-05-12
sched: Trivial forced-newidle balancer
Peter Zijlstra
1
-1
/
+129
2021-05-12
sched/fair: Snapshot the min_vruntime of CPUs on force idle
Joel Fernandes (Google)
1
-25
/
+34
2021-05-12
sched: Fix priority inversion of cookied task with sibling
Joel Fernandes (Google)
1
-39
/
+26
2021-05-12
sched/fair: Fix forced idle sibling starvation corner case
Vineeth Pillai
1
-7
/
+8
2021-05-12
sched: Add core wide task selection and scheduling
Peter Zijlstra
1
-1
/
+300
2021-05-12
sched: Basic tracking of matching tasks
Peter Zijlstra
1
-4
/
+148
2021-05-12
sched: Allow sched_core_put() from atomic context
Peter Zijlstra
1
-6
/
+27
2021-05-12
sched: Optimize rq_lockp() usage
Peter Zijlstra
1
-8
/
+8
2021-05-12
sched: Core-wide rq->lock
Peter Zijlstra
1
-4
/
+160
2021-05-12
sched: Prepare for Core-wide rq->lock
Peter Zijlstra
1
-2
/
+46
2021-05-12
sched: Wrap rq::lock access
Peter Zijlstra
1
-35
/
+35
2021-05-12
sched: Provide raw_spin_rq_*lock*() helpers
Peter Zijlstra
1
-0
/
+15
2021-05-12
sched: Rename sched_info_{queued,dequeued}
Peter Zijlstra
1
-2
/
+2
2021-05-12
sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()
Oleg Nesterov
1
-1
/
+0
2021-05-06
sched: Fix out-of-bound access in uclamp
Quentin Perret
1
-1
/
+1
2021-04-28
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-104
/
+113
2021-04-28
Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+9
2021-04-21
kthread: Fix PF_KTHREAD vs to_kthread() race
Peter Zijlstra
1
-1
/
+1
2021-04-21
sched: Warn on long periods of pending need_resched
Paul Turner
1
-1
/
+69
2021-04-16
sched,preempt: Move preempt_dynamic to debug.c
Peter Zijlstra
1
-74
/
+3
2021-04-16
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
1
-1
/
+3
2021-04-16
sched: Use cpu_dying() to fix balance_push vs hotplug-rollback
Peter Zijlstra
1
-11
/
+15
2021-04-12
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
1
-0
/
+1
2021-04-09
static_call: Relax static_call_update() function argument type
Peter Zijlstra
1
-9
/
+9
2021-03-25
sched/core: Use -EINVAL in sched_dynamic_mode()
Rasmus Villemoes
1
-1
/
+1
[next]