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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-22
sched: Fix race against ptrace_freeze_trace()
Peter Zijlstra
1
-10
/
+14
2020-07-16
sched/fair: handle case of task_h_load() returning 0
Vincent Guittot
1
-2
/
+13
2020-07-08
sched: Fix unreliable rseq cpu_id for new tasks
Mathieu Desnoyers
1
-0
/
+2
2020-07-08
sched: Fix loadavg accounting race
Peter Zijlstra
1
-16
/
+51
2020-06-28
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-12
/
+37
2020-06-28
sched/cfs: change initial value of runnable_avg
Vincent Guittot
1
-1
/
+1
2020-06-28
smp, irq_work: Continue smp_call_function*() and irq_work*() integration
Peter Zijlstra
1
-3
/
+3
2020-06-28
sched/core: s/WF_ON_RQ/WQ_ON_CPU/
Peter Zijlstra
2
-3
/
+3
2020-06-28
sched/core: Fix ttwu() race
Peter Zijlstra
1
-5
/
+28
2020-06-28
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
1
-1
/
+2
2020-06-28
sched/deadline: Initialize ->dl_boosted
Juri Lelli
1
-0
/
+1
2020-06-28
sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...
Scott Wood
1
-1
/
+1
2020-06-25
cpuidle: Rearrange s2idle-specific idle state entry code
Rafael J. Wysocki
1
-4
/
+11
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
1
-0
/
+6
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-1
/
+1
2020-06-09
sched: print stack trace with KERN_INFO
Dmitry Safonov
1
-1
/
+1
2020-06-09
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
1
-4
/
+2
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-14
/
+10
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-294
/
+347
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+5
2020-06-01
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+48
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-05-28
sched/headers: Split out open-coded prototypes into kernel/sched/smp.h
Ingo Molnar
2
-0
/
+10
2020-05-28
sched: Replace rq::wake_list
Peter Zijlstra
3
-27
/
+7
2020-05-28
sched: Add rq::ttwu_pending
Peter Zijlstra
4
-5
/
+15
2020-05-28
smp: Optimize send_call_function_single_ipi()
Peter Zijlstra
3
-3
/
+19
2020-05-28
sched: Fix smp_call_function_single_async() usage for ILB
Peter Zijlstra
3
-36
/
+19
2020-05-28
Merge branch 'core/rcu' into sched/core, to pick up dependency
Ingo Molnar
1
-0
/
+48
2020-05-28
Merge branch 'sched/urgent' into sched/core, to pick up fix
Ingo Molnar
1
-1
/
+1
2020-05-26
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
1
-1
/
+1
2020-05-25
sched/core: Offload wakee task activation if it the wakee is descheduling
Mel Gorman
2
-7
/
+35
2020-05-25
sched/core: Optimize ttwu() spinning on p->on_cpu
Peter Zijlstra
1
-21
/
+31
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-14
/
+39
2020-05-19
sched: Defend cfs and rt bandwidth quota against overflow
Huaixin Chang
3
-1
/
+21
2020-05-19
sched/cpuacct: Fix charge cpuacct.usage_sys
Muchun Song
1
-1
/
+2
2020-05-19
sched/fair: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-2
/
+2
2020-05-19
sched/pelt: Sync util/runnable_sum with PELT window when propagating
Vincent Guittot
2
-22
/
+51
2020-05-19
sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()
Muchun Song
1
-2
/
+2
2020-05-19
sched/fair: Optimize enqueue_task_fair()
Vincent Guittot
1
-20
/
+19
2020-05-19
Merge branch 'sched/urgent'
Peter Zijlstra
2
-14
/
+39
2020-05-19
sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list
Vincent Guittot
1
-12
/
+30
2020-05-19
sched/debug: Fix requested task uclamp values shown in procfs
Pavankumar Kondeti
1
-2
/
+2
2020-05-19
sched/fair: Fix enqueue_task_fair() warning some more
Phil Auld
1
-0
/
+7
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
1
-7
/
+2
2020-05-18
scs: Move scs_overflow_check() out of architecture code
Will Deacon
1
-0
/
+3
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
1
-0
/
+2
2020-05-12
sched: Make scheduler_ipi inline
Thomas Gleixner
1
-10
/
+0
2020-05-12
sched: Clean up scheduler_ipi()
Peter Zijlstra (Intel)
3
-39
/
+36
[next]