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
2014-03-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+3
2014-03-12
sched: Fix broken setscheduler()
Steven Rostedt
1
-1
/
+9
2014-03-11
sched/numa: Move task_numa_free() to __put_task_struct()
Mike Galbraith
1
-2
/
+0
2014-03-11
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-12
/
+25
2014-03-11
sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policy
Juri Lelli
1
-0
/
+9
2014-02-27
sched: Guarantee task priority in pick_next_task()
Peter Zijlstra
1
-4
/
+8
2014-02-22
sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE
Dongsheng Yang
1
-6
/
+6
2014-02-22
sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'
Li Zefan
1
-1
/
+0
2014-02-22
sched: Consider pi boosting in setscheduler()
Thomas Gleixner
1
-11
/
+30
2014-02-22
sched: Queue RT tasks to head when prio drops
Thomas Gleixner
1
-2
/
+7
2014-02-22
sched: Adjust p->sched_reset_on_fork when nothing else changes
Thomas Gleixner
1
-1
/
+3
2014-02-22
sched: Add better debug output for might_sleep()
Thomas Gleixner
1
-2
/
+21
2014-02-22
sched: Check for idle task in might_sleep()
Thomas Gleixner
1
-1
/
+2
2014-02-22
sched: Init idle->on_rq in init_idle()
Thomas Gleixner
1
-0
/
+1
2014-02-21
sched: Fix hotplug task migration
Peter Zijlstra
1
-1
/
+17
2014-02-21
sched: Add 'flags' argument to sched_{set,get}attr() syscalls
Peter Zijlstra
1
-5
/
+6
2014-02-21
sched: Fix information leak in sys_sched_getattr()
Vegard Nossum
1
-1
/
+1
2014-02-21
sched/core: Make dl_b->lock IRQ safe
Juri Lelli
1
-4
/
+6
2014-02-21
sched/core: Fix sched_rt_global_validate
Juri Lelli
1
-1
/
+2
2014-02-21
sched/deadline: Fix overflow to handle period==0 and deadline!=0
Steven Rostedt
1
-1
/
+1
2014-02-21
sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm
Martin Schwidefsky
1
-1
/
+3
2014-02-11
sched: Add statistic for newidle load balance cost
Alex Shi
1
-3
/
+6
2014-02-11
sched: Push down pre_schedule() and idle_balance()
Peter Zijlstra
1
-24
/
+2
2014-02-10
sched: Push put_prev_task() into pick_next_task()
Peter Zijlstra
1
-13
/
+8
2014-02-10
sched: Move rq->idle_stamp up to the core
Daniel Lezcano
1
-2
/
+9
2014-02-10
sched: Remove 'cpu' parameter from idle_balance()
Daniel Lezcano
1
-1
/
+1
2014-02-09
sched: Implement task_nice() as static inline function
Dongsheng Yang
1
-19
/
+7
2014-02-02
Merge branch 'linus' into sched/core, to resolve conflicts
Ingo Molnar
1
-9
/
+32
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+3
2014-01-28
sched/numa: Normalize faults_cpu stats and weigh by CPU use
Rik van Riel
1
-0
/
+2
2014-01-28
sched/numa: Rename p->numa_faults to numa_faults_memory
Rik van Riel
1
-2
/
+2
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
1
-1
/
+3
2014-01-25
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
1
-1
/
+1
2014-01-23
numa: add a sysctl for numa_balancing
Andi Kleen
1
-1
/
+23
2014-01-21
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-0
/
+2
2014-01-21
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-7
/
+6
2014-01-21
sched: add tracepoints related to NUMA task migration
Mel Gorman
1
-0
/
+2
2014-01-16
sched: Fix __sched_setscheduler() nice test
Peter Zijlstra
1
-1
/
+2
2014-01-16
sched: Move SCHED_RESET_ON_FORK into attr::sched_flags
Peter Zijlstra
1
-14
/
+28
2014-01-16
sched: Fix up attr::sched_priority warning
Peter Zijlstra
1
-2
/
+1
2014-01-16
sched: Fix up scheduler syscall LTP fails
Peter Zijlstra
1
-3
/
+11
2014-01-16
sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...
Peter Zijlstra
1
-2
/
+4
2014-01-16
sched/core: Fix htmldocs warnings
Juri Lelli
1
-2
/
+2
2014-01-16
sched/deadline: Remove unused variables
Peter Zijlstra
1
-11
/
+0
2014-01-16
sched/nohz: Fix overflow error in scheduler_tick_max_deferment()
Kevin Hilman
1
-1
/
+1
2014-01-13
sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding
Peter Zijlstra
1
-2
/
+1
2014-01-13
sched: Reduce trigger_load_balance() parameters
Daniel Lezcano
1
-1
/
+1
2014-01-13
sched/deadline: Fix hotplug admission control
Peter Zijlstra
1
-51
/
+32
2014-01-13
sched/deadline: Remove the sysctl_sched_dl knobs
Peter Zijlstra
1
-188
/
+71
[next]