1. 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  2. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. 9326657 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. a693c46 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 6ffbe7d Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  8. eaad451 sched: Fix __sched_setscheduler() nice test by Peter Zijlstra · 11 years ago
  9. 63b1a81 futexes: Fix futex_hashsize initialization by Heiko Carstens · 11 years ago
  10. 860fc2f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  11. 7479f3c sched: Move SCHED_RESET_ON_FORK into attr::sched_flags by Peter Zijlstra · 11 years ago
  12. 0bb040a sched: Fix up attr::sched_priority warning by Peter Zijlstra · 11 years ago
  13. 39fd8fd sched: Fix up scheduler syscall LTP fails by Peter Zijlstra · 11 years ago
  14. e3de300 sched: Preserve the nice level over sched_setscheduler() and sched_setparam() calls by Peter Zijlstra · 11 years ago
  15. 5778fcc sched/core: Fix htmldocs warnings by Juri Lelli · 11 years ago
  16. 7136265 sched/deadline: No need to check p if dl_se is valid by Juri Lelli · 11 years ago
  17. d8bf523 sched/deadline: Remove unused variables by Peter Zijlstra · 11 years ago
  18. 88f1ebb sched/deadline: Fix sparse static warnings by Fengguang Wu · 11 years ago
  19. 85ce70f Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. 8cb75e0 sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding by Peter Zijlstra · 11 years ago
  21. 0bd3a17 sched/preempt, locking: Rework local_bh_{dis,en}able() by Peter Zijlstra · 11 years ago
  22. 6577e42 sched/clock: Fix up clear_sched_clock_stable() by Peter Zijlstra · 11 years ago
  23. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  24. ef08f0f sched/clock: Remove local_irq_disable() from the clocks by Peter Zijlstra · 11 years ago
  25. 9ea4c38 locking: Optimize lock_bh functions by Peter Zijlstra · 11 years ago
  26. c726099 sched: Factor out the on_null_domain() checks in trigger_load_balance() by Daniel Lezcano · 11 years ago
  27. 208cb16 sched: Pass 'struct rq' to nohz_idle_balance() by Daniel Lezcano · 11 years ago
  28. f7ed0a8 sched: Pass 'struct rq' to rebalance_domains() by Daniel Lezcano · 11 years ago
  29. 0aeeeeb sched: Remove unused parameter from nohz_balancer_kick() by Daniel Lezcano · 11 years ago
  30. 3dd0337 sched: Remove unused parameter from find_new_ilb() by Daniel Lezcano · 11 years ago
  31. 63f609b sched: Pass 'struct rq' to on_null_domain() by Daniel Lezcano · 11 years ago
  32. 4a72562 sched: Reduce nohz_kick_needed() parameters by Daniel Lezcano · 11 years ago
  33. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 11 years ago
  34. de212f1 sched/deadline: Fix hotplug admission control by Peter Zijlstra · 11 years ago
  35. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 11 years ago
  36. e4099a5 sched/deadline: Fix up the smp-affinity mask tests by Peter Zijlstra · 11 years ago
  37. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 11 years ago
  38. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  39. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  40. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  41. af6ace7 sched/deadline: Add latency tracing for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  42. 755378a sched/deadline: Add period support for SCHED_DEADLINE tasks by Harald Gustafsson · 11 years ago
  43. 239be4a sched/deadline: Add SCHED_DEADLINE avg_update accounting by Dario Faggioli · 11 years ago
  44. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
  45. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  46. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  47. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  48. b0c29f7 futexes: Avoid taking the hb->lock if there's nothing to wake up by Davidlohr Bueso · 11 years ago
  49. 99b60ce futexes: Document multiprocessor ordering guarantees by Thomas Gleixner · 11 years ago
  50. a52b89e futexes: Increase hash table size for better performance by Davidlohr Bueso · 11 years ago
  51. 0d00c7b futexes: Clean up various details by Jason Low · 11 years ago
  52. 1c62448 Merge tag 'v3.13-rc8' into core/locking by Ingo Molnar · 11 years ago
  53. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 11 years ago
  54. dba8614 Merge branch 'linus' into timers/core by Ingo Molnar · 11 years ago
  55. a21b0b3 perf: Introduce a flag to enable close-on-exec in perf_event_open() by Yann Droneaud · 11 years ago
  56. f3ae75d perf/x86: Fix active_entry initialization by Stephane Eranian · 11 years ago
  57. 7a06c41 sched_clock: Disable seqlock lockdep usage in sched_clock() by John Stultz · 11 years ago
  58. 9722c2d sched: Calculate effective load even if local weight is 0 by Rik van Riel · 11 years ago
  59. bddffa2 Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  60. 1a67253 Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixes by Rafael J. Wysocki · 11 years ago
  61. 70e672f Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  62. 4b69316 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  63. 38aef31 timekeeping: Remove comment that's mostly out of date by John Stultz · 11 years ago
  64. d26e4fe timekeeper: fix comment typo for tk_setup_internals() by Yijing Wang · 11 years ago
  65. 330a161 timekeeping: Fix missing timekeeping_update in suspend path by John Stultz · 11 years ago
  66. 04005f6 timekeeping: Fix CLOCK_TAI timer/nanosleep delays by John Stultz · 11 years ago
  67. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  68. 6fdda9a timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 11 years ago
  69. 5258d3f timekeeping: Fix potential lost pv notification of time change by John Stultz · 11 years ago
  70. f55c076 timekeeping: Fix lost updates to tai adjustment by John Stultz · 11 years ago
  71. c606850 PM / sleep: Fix memory leak in pm_vt_switch_unregister(). by Masami Ichikawa · 11 years ago
  72. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  73. 5263f0a Merge tag 'trace-fixes-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  74. 85fbd72 libata, freezer: avoid block device removal while system is frozen by Tejun Heo · 11 years ago
  75. f755669 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. 58cac3f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 86fbf16 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  78. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  79. 3c67f47 sched: numa: skip inaccessible VMAs by Mel Gorman · 11 years ago
  80. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  81. a81bddd Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  82. dd05080 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 91f30a1 mutexes: Give more informative mutex warning in the !lock->owner case by Chuansheng Liu · 11 years ago
  84. bb799d3 Merge tag 'v3.13-rc4' into core/locking by Ingo Molnar · 11 years ago
  85. e777b63 sched/numa: Fix period_slot recalculation by Wanpeng Li · 11 years ago
  86. 82897b4 sched/numa: Use wrapper function task_faults_idx to calculate index in group_faults by Wanpeng Li · 11 years ago
  87. de1b301 sched/numa: Use wrapper function task_node to get node which task is on by Wanpeng Li · 11 years ago
  88. 1bd53a7 sched/numa: Drop sysctl_numa_balancing_settle_count sysctl by Wanpeng Li · 11 years ago
  89. ffe732c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  90. bad7192 perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the period by Peter Zijlstra · 11 years ago
  91. 757dfca sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 11 years ago
  92. 5d4cf99 sched: Assign correct scheduling domain to 'sd_llc' by Mel Gorman · 11 years ago
  93. 4437727 perf: Disable all pmus on unthrottling and rescheduling by Alexander Shishkin · 11 years ago
  94. c1a7150 cgroup: don't recycle cgroup id until all csses' have been destroyed by Li Zefan · 11 years ago
  95. c4602c1 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 11 years ago
  96. fe361cf Merge tag 'v3.13-rc4' into perf/core by Ingo Molnar · 11 years ago
  97. 73a7ac2 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  98. 6303b9c rcu: Apply smp_mb__after_unlock_lock() to preserve grace periods by Paul E. McKenney · 11 years ago
  99. 9199c4c Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  100. 6bd364d KEYS: fix uninitialized persistent_keyring_register_sem by Xiao Guangrong · 11 years ago