https://github.com/torvalds/linux
Revision f02f79dbcb9c0326588c1cbe24b40887737e71d3 authored by Linus Torvalds on 23 May 2014, 17:04:04 UTC, committed by Linus Torvalds on 23 May 2014, 17:04:04 UTC
Pull scheduler fixes from Ingo Molnar:
 "The biggest commit is an irqtime accounting loop latency fix, the rest
  are misc fixes all over the place: deadline scheduling, docs, numa,
  balancer and a bad to-idle latency fix"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/numa: Initialize newidle balance stats in sd_numa_init()
  sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_balance()
  sched: Skip double execution of pick_next_task_fair()
  sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check
  sched/deadline: Fix memory leak
  sched/deadline: Fix sched_yield() behavior
  sched: Sanitize irq accounting madness
  sched/docbook: Fix 'make htmldocs' warnings caused by missing description
2 parent s e6a32c3 + 2b4cfe6
History
Tip revision: f02f79dbcb9c0326588c1cbe24b40887737e71d3 authored by Linus Torvalds on 23 May 2014, 17:04:04 UTC
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: f02f79d
File Mode Size
Kconfig -rw-r--r-- 1008 bytes
Makefile -rw-r--r-- 171 bytes
debug-levels.h -rw-r--r-- 1.4 KB
debugfs.c -rw-r--r-- 2.2 KB
id-table.c -rw-r--r-- 4.4 KB
op-msg.c -rw-r--r-- 11.8 KB
op-reset.c -rw-r--r-- 3.5 KB
op-rfkill.c -rw-r--r-- 13.1 KB
op-state-get.c -rw-r--r-- 2.1 KB
stack.c -rw-r--r-- 17.7 KB
wimax-internal.h -rw-r--r-- 3.0 KB

back to top