1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  7. eaad451 sched: Fix __sched_setscheduler() nice test by Peter Zijlstra · 11 years ago
  8. 63b1a81 futexes: Fix futex_hashsize initialization by Heiko Carstens · 11 years ago
  9. 860fc2f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  10. 7479f3c sched: Move SCHED_RESET_ON_FORK into attr::sched_flags by Peter Zijlstra · 11 years ago
  11. 0bb040a sched: Fix up attr::sched_priority warning by Peter Zijlstra · 11 years ago
  12. 39fd8fd sched: Fix up scheduler syscall LTP fails by Peter Zijlstra · 11 years ago
  13. e3de300 sched: Preserve the nice level over sched_setscheduler() and sched_setparam() calls by Peter Zijlstra · 11 years ago
  14. 5778fcc sched/core: Fix htmldocs warnings by Juri Lelli · 11 years ago
  15. 7136265 sched/deadline: No need to check p if dl_se is valid by Juri Lelli · 11 years ago
  16. d8bf523 sched/deadline: Remove unused variables by Peter Zijlstra · 11 years ago
  17. 88f1ebb sched/deadline: Fix sparse static warnings by Fengguang Wu · 11 years ago
  18. 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
  19. 8cb75e0 sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding by Peter Zijlstra · 11 years ago
  20. 0bd3a17 sched/preempt, locking: Rework local_bh_{dis,en}able() by Peter Zijlstra · 11 years ago
  21. 6577e42 sched/clock: Fix up clear_sched_clock_stable() by Peter Zijlstra · 11 years ago
  22. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  23. ef08f0f sched/clock: Remove local_irq_disable() from the clocks by Peter Zijlstra · 11 years ago
  24. 9ea4c38 locking: Optimize lock_bh functions by Peter Zijlstra · 11 years ago
  25. c726099 sched: Factor out the on_null_domain() checks in trigger_load_balance() by Daniel Lezcano · 11 years ago
  26. 208cb16 sched: Pass 'struct rq' to nohz_idle_balance() by Daniel Lezcano · 11 years ago
  27. f7ed0a8 sched: Pass 'struct rq' to rebalance_domains() by Daniel Lezcano · 11 years ago
  28. 0aeeeeb sched: Remove unused parameter from nohz_balancer_kick() by Daniel Lezcano · 11 years ago
  29. 3dd0337 sched: Remove unused parameter from find_new_ilb() by Daniel Lezcano · 11 years ago
  30. 63f609b sched: Pass 'struct rq' to on_null_domain() by Daniel Lezcano · 11 years ago
  31. 4a72562 sched: Reduce nohz_kick_needed() parameters by Daniel Lezcano · 11 years ago
  32. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 11 years ago
  33. de212f1 sched/deadline: Fix hotplug admission control by Peter Zijlstra · 11 years ago
  34. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 11 years ago
  35. e4099a5 sched/deadline: Fix up the smp-affinity mask tests by Peter Zijlstra · 11 years ago
  36. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 11 years ago
  37. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  38. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  39. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  40. af6ace7 sched/deadline: Add latency tracing for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  41. 755378a sched/deadline: Add period support for SCHED_DEADLINE tasks by Harald Gustafsson · 11 years ago
  42. 239be4a sched/deadline: Add SCHED_DEADLINE avg_update accounting by Dario Faggioli · 11 years ago
  43. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
  44. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  45. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  46. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  47. b0c29f7 futexes: Avoid taking the hb->lock if there's nothing to wake up by Davidlohr Bueso · 11 years ago
  48. 99b60ce futexes: Document multiprocessor ordering guarantees by Thomas Gleixner · 11 years ago
  49. a52b89e futexes: Increase hash table size for better performance by Davidlohr Bueso · 11 years ago
  50. 0d00c7b futexes: Clean up various details by Jason Low · 11 years ago
  51. 1c62448 Merge tag 'v3.13-rc8' into core/locking by Ingo Molnar · 11 years ago
  52. a21b0b3 perf: Introduce a flag to enable close-on-exec in perf_event_open() by Yann Droneaud · 11 years ago
  53. f3ae75d perf/x86: Fix active_entry initialization by Stephane Eranian · 11 years ago
  54. 7a06c41 sched_clock: Disable seqlock lockdep usage in sched_clock() by John Stultz · 11 years ago
  55. 9722c2d sched: Calculate effective load even if local weight is 0 by Rik van Riel · 11 years ago
  56. 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
  57. 1a67253 Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixes by Rafael J. Wysocki · 11 years ago
  58. 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
  59. 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
  60. c606850 PM / sleep: Fix memory leak in pm_vt_switch_unregister(). by Masami Ichikawa · 11 years ago
  61. 597d795 mm: do not allocate page->ptl dynamically, if spinlock_t fits to long by Kirill A. Shutemov · 11 years ago
  62. 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
  63. 85fbd72 libata, freezer: avoid block device removal while system is frozen by Tejun Heo · 11 years ago
  64. 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
  65. 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
  66. 86fbf16 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  67. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
  68. 3c67f47 sched: numa: skip inaccessible VMAs by Mel Gorman · 11 years ago
  69. c97102b kexec: migrate to reboot cpu by Vivek Goyal · 11 years ago
  70. a81bddd Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  71. 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
  72. 91f30a1 mutexes: Give more informative mutex warning in the !lock->owner case by Chuansheng Liu · 11 years ago
  73. bb799d3 Merge tag 'v3.13-rc4' into core/locking by Ingo Molnar · 11 years ago
  74. e777b63 sched/numa: Fix period_slot recalculation by Wanpeng Li · 11 years ago
  75. 82897b4 sched/numa: Use wrapper function task_faults_idx to calculate index in group_faults by Wanpeng Li · 11 years ago
  76. de1b301 sched/numa: Use wrapper function task_node to get node which task is on by Wanpeng Li · 11 years ago
  77. 1bd53a7 sched/numa: Drop sysctl_numa_balancing_settle_count sysctl by Wanpeng Li · 11 years ago
  78. ffe732c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  79. bad7192 perf: Fix PERF_EVENT_IOC_PERIOD to force-reset the period by Peter Zijlstra · 11 years ago
  80. 757dfca sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 11 years ago
  81. 5d4cf99 sched: Assign correct scheduling domain to 'sd_llc' by Mel Gorman · 11 years ago
  82. 4437727 perf: Disable all pmus on unthrottling and rescheduling by Alexander Shishkin · 11 years ago
  83. c1a7150 cgroup: don't recycle cgroup id until all csses' have been destroyed by Li Zefan · 11 years ago
  84. c4602c1 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 11 years ago
  85. fe361cf Merge tag 'v3.13-rc4' into perf/core by Ingo Molnar · 11 years ago
  86. 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
  87. 6303b9c rcu: Apply smp_mb__after_unlock_lock() to preserve grace periods by Paul E. McKenney · 11 years ago
  88. 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
  89. 6bd364d KEYS: fix uninitialized persistent_keyring_register_sem by Xiao Guangrong · 11 years ago
  90. f46a3cb KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y by Kirill Tkhai · 11 years ago
  91. d7ec435 X.509: Fix certificate gathering by David Howells · 11 years ago
  92. bd73a7f rcu: Remove "extern" from function declarations in kernel/rcu/rcu.h by Teodora Baluta · 11 years ago
  93. d100895 rcu/torture: Dynamically allocate SRCU output buffer to avoid overflow by Chen Gang · 11 years ago
  94. a096932 rcu: Don't activate RCU core on NO_HZ_FULL CPUs by Paul E. McKenney · 11 years ago
  95. 79a62f9 rcu: Warn on allegedly impossible rcu_read_unlock_special() from irq by Lai Jiangshan · 11 years ago
  96. 5dec682 Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  97. 5cdec2d futex: move user address verification up to common code by Linus Torvalds · 11 years ago
  98. f12d5bf futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 11 years ago
  99. c7f2e3c perf: Optimize ring-buffer write by depending on control dependencies by Peter Zijlstra · 11 years ago
  100. 9dbdb15 sched/fair: Rework sched_fair time accounting by Peter Zijlstra · 11 years ago