index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2014-11-16
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
-153
/
+224
2014-11-16
sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency
Stanislaw Gruszka
-27
/
+24
2014-11-16
sched/cputime: Fix cpu_timer_sample_group() double accounting
Peter Zijlstra
-14
/
+1
2014-11-16
sched/numa: Avoid selecting oneself as swap target
Peter Zijlstra
-0
/
+7
2014-11-10
sched/numa: Fix out of bounds read in sched_init_numa()
Andrey Ryabinin
-0
/
+4
2014-11-04
sched: Refactor task_struct to use numa_faults instead of numa_* pointers
Iulia Manda
-57
/
+67
2014-11-04
sched/deadline: Don't check CONFIG_SMP in switched_from_dl()
Wanpeng Li
-2
/
+0
2014-11-04
sched/deadline: Reschedule from switched_from_dl() after a successful pull
Wanpeng Li
-2
/
+5
2014-11-04
sched/deadline: Push task away if the deadline is equal to curr during wakeup
Wanpeng Li
-1
/
+1
2014-11-04
sched/deadline: Add deadline rq status print
Wanpeng Li
-0
/
+17
2014-11-04
sched/deadline: Fix artificial overrun introduced by yield_task_dl()
Wanpeng Li
-1
/
+1
2014-11-04
sched/rt: Clean up check_preempt_equal_prio()
Wanpeng Li
-4
/
+10
2014-11-04
sched/core: Use dl_bw_of() under rcu_read_lock_sched()
Juri Lelli
-1
/
+6
2014-11-04
sched: Check if we got a shallowest_idle_cpu before searching for least_loade...
Yao Dongdong
-1
/
+1
2014-11-04
sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()
Kirill Tkhai
-7
/
+36
2014-11-04
sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING test
Peter Zijlstra
-1
/
+1
2014-11-04
audit, sched/wait: Fixup kauditd_thread() wait loop
Peter Zijlstra
-10
/
+1
2014-11-04
sched/wait: Fix a kthread race with wait_woken()
Peter Zijlstra
-1
/
+6
2014-11-04
sched: Remove lockdep check in sched_move_task()
Kirill Tkhai
-2
/
+6
2014-10-31
Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+7
2014-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-5
/
+15
2014-10-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-55
/
+97
2014-10-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-21
/
+1
2014-10-31
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-15
/
+21
2014-10-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-6
/
+57
2014-10-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+2
2014-10-31
Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+4
2014-10-30
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
-4
/
+4
2014-10-30
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
-6
/
+57
2014-10-29
kernel/kmod: fix use-after-free of the sub_info structure
Martin Schwidefsky
-39
/
+37
2014-10-29
gcov: add ARM64 to GCOV_PROFILE_ALL
Riku Voipio
-1
/
+1
2014-10-28
Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-17
/
+37
2014-10-28
rcu: Make rcu_barrier() understand about missing rcuo kthreads
Paul E. McKenney
-5
/
+44
2014-10-28
sched: Exclude cond_resched() from nested sleep test
Peter Zijlstra
-3
/
+9
2014-10-28
sched: Debug nested sleeps
Peter Zijlstra
-0
/
+13
2014-10-28
sched, modules: Fix nested sleep in add_unformed_module()
Peter Zijlstra
-2
/
+28
2014-10-28
sched, smp: Correctly deal with nested sleeps
Peter Zijlstra
-7
/
+8
2014-10-28
sched, exit: Deal with nested sleeps
Peter Zijlstra
-0
/
+5
2014-10-28
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
-0
/
+61
2014-10-28
locking/mutex: Don't assume TASK_RUNNING
Peter Zijlstra
-1
/
+7
2014-10-28
perf: Fix and clean up initialization of pmu::event_idx
Peter Zijlstra
-21
/
+1
2014-10-28
sched/deadline: Don't balance during wakeup if wakee is pinned
Wanpeng Li
-0
/
+3
2014-10-28
sched/deadline: Don't check SD_BALANCE_FORK
Wanpeng Li
-1
/
+1
2014-10-28
sched/deadline: Ensure that updates to exclusive cpusets don't break AC
Juri Lelli
-0
/
+29
2014-10-28
sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...
Juri Lelli
-32
/
+95
2014-10-28
sched/deadline: Do not try to push tasks if pinned task switches to dl
Wanpeng Li
-1
/
+2
2014-10-28
sched: Kill task_preempt_count()
Oleg Nesterov
-1
/
+1
2014-10-28
sched: Make finish_task_switch() return 'struct rq *'
Oleg Nesterov
-23
/
+15
2014-10-28
sched: Fix schedule_tail() to disable preemption
Oleg Nesterov
-6
/
+5
2014-10-28
sched/numa: Check all nodes when placing a pseudo-interleaved group
Rik van Riel
-2
/
+9
[next]