summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-06-19sched/deadline: Make init_sched_dl_class() __initWanpeng Li
2015-06-19sched/deadline: Optimize pull_dl_task()Wanpeng Li
2015-06-19sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker
2015-06-07sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel
2015-05-19sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabledDavid Hildenbrand
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker
2015-05-19Merge tag 'v4.1-rc4' into sched/core, before applying new patchesIngo Molnar
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire
2015-05-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-05-09Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-05-08module: Call module notifier on failure after complete_formation()Steven Rostedt
2015-05-08futex: Implement lockless wakeupsDavidlohr Bueso
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra
2015-05-08Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-05-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-05-07tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds