1. f1a83e6 lockdep: Correctly annotate hardirq context in irq_exit() by Peter Zijlstra · 11 years ago
  2. 9b66bfb Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  3. 014d595 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. ef1417a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. 1006fae Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  9. 70fdcb8 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. e5137b5 ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED by Peter Zijlstra · 11 years ago
  11. 7053ea1 stop_machine: Fix race between stop_two_cpus() and stop_cpus() by Rik van Riel · 11 years ago
  12. 2ded098 uprobes: Fix the memory out of bound overwrite in copy_insn() by Oleg Nesterov · 11 years ago
  13. 70d7f98 uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() by Oleg Nesterov · 11 years ago
  14. 6c86ae2 Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  15. 56edff7 Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  16. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  17. 12ae030 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 11 years ago
  18. f72d41f uprobes: Export write_opcode() as uprobe_write_opcode() by Oleg Nesterov · 11 years ago
  19. 8a8de66 uprobes: Introduce arch_uprobe->ixol by Oleg Nesterov · 11 years ago
  20. 736e89d uprobes: Kill module_init() and module_exit() by Oleg Nesterov · 11 years ago
  21. 37dc6b5 sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus by Preeti U Murthy · 11 years ago
  22. 2042abe sched: Fix asymmetric scheduling for POWER7 by Vaidyanathan Srinivasan · 11 years ago
  23. c7e548b perf: Factor out strncpy() in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  24. 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  25. 394570b perf: Update a stale comment by Peter Zijlstra · 11 years ago
  26. 524feca perf: Optimize perf_output_begin() -- address calculation by Peter Zijlstra · 11 years ago
  27. d20a973 perf: Optimize perf_output_begin() -- lost_event case by Peter Zijlstra · 11 years ago
  28. 85f59ed perf: Optimize perf_output_begin() by Peter Zijlstra · 11 years ago
  29. c72b42a perf: Add unlikely() to the ring-buffer code by Peter Zijlstra · 11 years ago
  30. 26c86da perf: Simplify the ring-buffer code by Peter Zijlstra · 11 years ago
  31. b8a2162 sched: Move completion code from core.c to completion.c by Peter Zijlstra · 11 years ago
  32. b414587 sched: Move wait code from core.c to wait.c by Peter Zijlstra · 11 years ago
  33. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 11 years ago
  34. 2a3ede8 Merge branch 'perf/urgent' into perf/core to fix conflicts by Ingo Molnar · 11 years ago
  35. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  36. 3ab6796 uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK by Oleg Nesterov · 11 years ago
  37. aa59c53 uprobes: Change uprobe_copy_process() to dup xol_area by Oleg Nesterov · 11 years ago
  38. 248d3a7 uprobes: Change uprobe_copy_process() to dup return_instances by Oleg Nesterov · 11 years ago
  39. af0d95a uprobes: Teach __create_xol_area() to accept the predefined vaddr by Oleg Nesterov · 11 years ago
  40. 6441ec8 uprobes: Introduce __create_xol_area() by Oleg Nesterov · 11 years ago
  41. b68e074 uprobes: Change the callsite of uprobe_copy_process() by Oleg Nesterov · 11 years ago
  42. 5a3126d perf: Fix the perf context switch optimization by Peter Zijlstra · 11 years ago
  43. 2c42cfb perf: Change zero-padding of strings in perf_event_mmap_event() by Peter Zijlstra · 11 years ago
  44. 3ea2f2b perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  45. 32c5fb7 perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event() by Oleg Nesterov · 11 years ago
  46. d9494cb perf: Remove useless atomic_t by Peter Zijlstra · 11 years ago
  47. f9f9ffc sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 11 years ago
  48. 0ac9b1c sched: Guarantee new group-entities always have weight by Paul Turner · 11 years ago
  49. 927b54f sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 11 years ago
  50. db06e78 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 11 years ago
  51. 1ee14e6 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 11 years ago
  52. bf378d3 perf: Fix perf ring buffer memory ordering by Peter Zijlstra · 11 years ago
  53. aac8985 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  54. ac9ff79 sched: Remove extra put_online_cpus() inside sched_setaffinity() by Michael wang · 11 years ago
  55. bbfe65c genirq: Set the irq thread policy without checking CAP_SYS_NICE by Thomas Pfaff · 11 years ago
  56. aff22d3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. e2756f5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  58. 1c99ca4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. e9aa39b sched/rt: Fix task_tick_rt() comment by Li Bin · 11 years ago
  60. 20582e3 Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  61. d3c345d PM / hibernate: Move software_resume to late_initcall_sync by Russ Dill · 11 years ago
  62. 97b9410 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 11 years ago
  63. ee7eafc Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  64. e4f8eaa Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  65. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  66. 891292a time: Fix signedness bug in sysfs_get_uname() and its callers by Patrick Palka · 11 years ago
  67. b7bc50e timekeeping: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  68. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  69. b026750 mutex: Avoid gcc version dependent __builtin_constant_p() usage by Tetsuo Handa · 11 years ago
  70. 0e95c69 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
  71. 3090ffb perf: Disable PERF_RECORD_MMAP2 support by Stephane Eranian · 11 years ago
  72. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  73. c2d8164 sched/wait: Introduce prepare_to_wait_event() by Oleg Nesterov · 11 years ago
  74. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
  75. 7460231 sched: Fix race in migrate_swap_stop() by Peter Zijlstra · 11 years ago
  76. 7c3f2ab sched/rt: Add missing rmb() by Peter Zijlstra · 11 years ago
  77. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago
  78. 2529973 Merge branch 'idle.2013.09.25a' into HEAD by Paul E. McKenney · 11 years ago
  79. 25e03a7 Merge branch 'gp.2013.09.25a' into HEAD by Paul E. McKenney · 11 years ago
  80. 426ee9e Merge tag 'v3.12-rc5' into perf/core by Ingo Molnar · 11 years ago
  81. ed1b773 sched/fair: Fix trivial typos in comments by Kamalesh Babulal · 11 years ago
  82. ea84753 cgroup: fix to break the while loop in cgroup_attach_task() correctly by Anjana V Kumar · 11 years ago
  83. 62e947c sched: Remove bogus parameter in structured comment by Ramkumar Ramachandra · 11 years ago
  84. ec0ad3d Merge branch 'core/urgent' into sched/core by Ingo Molnar · 11 years ago
  85. 2cb7636 timer stats: Add a 'Collection: active/inactive' line to timer usage statistics by Dong Zhu · 11 years ago
  86. 8a749de Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 11 years ago
  87. b4042ce sched_clock: Remove sched_clock_func() hook by Stephen Boyd · 11 years ago
  88. 3354781 sched/numa: Reflow task_numa_group() to avoid a compiler warning by Peter Zijlstra · 11 years ago
  89. 2739d3e sched/numa: Retry task_numa_migrate() periodically by Rik van Riel · 11 years ago
  90. 989348b sched/numa: Use unsigned longs for numa group fault stats by Mel Gorman · 11 years ago
  91. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  92. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
  93. 930aa17 sched/numa: Remove the numa_balancing_scan_period_reset sysctl by Mel Gorman · 11 years ago
  94. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  95. 3e6a941 sched/numa: Take false sharing into account when adapting scan rate by Mel Gorman · 11 years ago
  96. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  97. 0ec8aa0 sched/numa: Avoid migrating tasks that are placed on their preferred node by Peter Zijlstra · 11 years ago
  98. ca28aa53 sched/numa: Fix task or group comparison by Rik van Riel · 11 years ago
  99. 887c290 sched/numa: Decide whether to favour task or group weights based on swap candidate relationships by Rik van Riel · 11 years ago
  100. b32e86b sched/numa: Add debugging by Ingo Molnar · 11 years ago