1. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  2. 69d2587 cpuidle: fix the menu governor to boost IO performance by Arjan van de Ven · 15 years ago
  3. eb8cdec nommu: add support for Memory Protection Units (MPU) by Bernd Schmidt · 15 years ago
  4. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  5. 1a8670a oom: move oom_killer_enable()/oom_killer_disable to where they belong by Alexey Dobriyan · 15 years ago
  6. 2c85f51 mm: also use alloc_large_system_hash() for the PID hash table by Jan Beulich · 15 years ago
  7. 3c1596e mm: don't use alloc_bootmem_low() where not strictly needed by Jan Beulich · 15 years ago
  8. 1c2fb7a ksm: fix deadlock with munlock in exit_mmap by Andrea Arcangeli · 15 years ago
  9. 9ba6929 ksm: fix oom deadlock by Hugh Dickins · 15 years ago
  10. f8af4da ksm: the mm interface to ksm by Hugh Dickins · 15 years ago
  11. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  12. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  13. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  14. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. b8c7f1d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  16. 8e4bc3d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. bd4c3a3 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  19. 2944fcb trivial: Fix duplicated word "options" in comment by Uwe Kleine-Koenig · 15 years ago
  20. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  21. fe002a4 trivial: Correct print_tainted routine name in comment by Robert P. J. Day · 15 years ago
  22. 57c0c15 perf: Tidy up after the big rename by Ingo Molnar · 15 years ago
  23. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  24. dfc6509 perf_counter: Rename 'event' to event_id/hw_event by Ingo Molnar · 15 years ago
  25. 65abc86 perf_counter: Rename list_entry -> group_entry, counter_list -> group_list by Ingo Molnar · 15 years ago
  26. 0d721ce sched: Simplify sys_sched_rr_get_interval() system call by Peter Williams · 15 years ago
  27. ebc79c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 by Linus Torvalds · 15 years ago
  28. e11c675 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  29. 467f995 Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. cb5fd13 sched: Fix potential NULL derference of doms_cur by Yong Zhang · 15 years ago
  31. 583a22e kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_file by Alexey Dobriyan · 15 years ago
  32. 89f19f0 sched: Fix raciness in runqueue_is_locked() by Andrew Morton · 15 years ago
  33. 05bafda tracing: Export trace_profile_buf symbols by Peter Zijlstra · 15 years ago
  34. a0f320f includecheck fix: kernel/trace, ring_buffer.c by Jaswinder Singh Rajput · 15 years ago
  35. 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 15 years ago
  36. f8a7c1a kfifo: Use "const" definitions by Alan Cox · 15 years ago
  37. cdf8073 perf_counter: Fix perf_copy_attr() pointer arithmetic by Ian Schram · 15 years ago
  38. 2df2881 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 15 years ago
  39. 30bd39c tracing/events: use list_for_entry_continue by Li Zefan · 15 years ago
  40. ee6c2c1 tracing: remove max_tracer_type_len by Li Zefan · 15 years ago
  41. a4ec5e0 function-graph: use ftrace_graph_funcs directly by Li Zefan · 15 years ago
  42. 3f04e8c sched: Re-add lost cpu_allowed check to sched_fair.c::select_task_rq_fair() by Mike Galbraith · 15 years ago
  43. be4bdbf Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 15 years ago
  44. 6161352 tracing, perf: Convert the power tracer into an event tracer by Arjan van de Ven · 15 years ago
  45. 393b2ad perf: Add a timestamp to fork events by Arjan van de Ven · 15 years ago
  46. 929bf0d Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  47. a71fca5 rcu: Fix whitespace inconsistencies by Paul E. McKenney · 15 years ago
  48. 49e2912 rcu: Fix thinko, actually initialize full tree by Paul E. McKenney · 15 years ago
  49. e7d8842 rcu: Apply results of code inspection of kernel/rcutree_plugin.h by Paul E. McKenney · 15 years ago
  50. 28ecd58 rcu: Add WARN_ON_ONCE() consistency checks covering state transitions by Paul E. McKenney · 15 years ago
  51. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  52. def0a9b sched_clock: Make it NMI safe by Peter Zijlstra · 15 years ago
  53. cf450a7 perf_counter: Fix up swcounter throttling by Peter Zijlstra · 15 years ago
  54. 5622f29 x86, perf_counter, bts: Optimize BTS overflow handling by Markus Metzger · 15 years ago
  55. 6952b61 headers: taskstats_kern.h trim by Alexey Dobriyan · 15 years ago
  56. a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. a2e7a7e sched: Remove unneeded indentation in sched_fair.c::place_entity() by Mike Galbraith · 15 years ago
  58. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  59. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  60. dcbf77b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. 16e3081 rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  62. c3422be rcu: Simplify rcu_read_unlock_special() quiescent-state accounting by Paul E. McKenney · 15 years ago
  63. b0e165c rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periods by Paul E. McKenney · 15 years ago
  64. b8d57a7 rcutorture: Occasionally delay readers enough to make RCU force_quiescent_state by Josh Triplett · 15 years ago
  65. b835db1 rcu: Initialize multi-level RCU grace periods holding locks by Paul E. McKenney · 15 years ago
  66. de078d8 rcu: Need to update rnp->gpnum if preemptable RCU is to be reliable by Paul E. McKenney · 15 years ago
  67. 2667de8 perf_counter: Allow for a wakeup watermark by Peter Zijlstra · 15 years ago
  68. 850bc73 perf_counter: Do not throttle single swcounter events by Peter Zijlstra · 15 years ago
  69. 5dd4de5 softirq: add BLOCK_IOPOLL to softirq_to_name by Li Zefan · 15 years ago
  70. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 15 years ago
  71. 45bd00d Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  72. 29cd8ba sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINE by Peter Zijlstra · 15 years ago
  73. de69a80 sched: Stop buddies from hogging the system by Peter Zijlstra · 15 years ago
  74. ad4b78b sched: Add new wakeup preemption mode: WAKEUP_RUNNING by Peter Zijlstra · 15 years ago
  75. eb24073 sched: Fix TASK_WAKING & loadaverage breakage by Ingo Molnar · 15 years ago
  76. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  77. 6b7b352 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  78. 5a9b86f sched: Rename flags to wake_flags by Peter Zijlstra · 15 years ago
  79. 5158f4e sched: Clean up the load_idx selection in select_task_rq_fair by Peter Zijlstra · 15 years ago
  80. 3b64089 sched: Optimize cgroup vs wakeup a bit by Peter Zijlstra · 15 years ago
  81. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 15 years ago
  82. 51e0304 sched: Implement a gentler fair-sleepers feature by Ingo Molnar · 15 years ago
  83. 59abf02 sched: Add SD_PREFER_LOCAL by Peter Zijlstra · 15 years ago
  84. cb684b5 block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK by Jens Axboe · 15 years ago
  85. e69b0f1 sched: Add a few SYNC hint knobs to play with by Peter Zijlstra · 15 years ago
  86. 63859d4 sched: Fix sync wakeups again by Peter Zijlstra · 15 years ago
  87. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  88. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 15 years ago
  89. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  90. f199fd9 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  91. 6ca6cca tracing: optimize global_trace_clock cachelines by Steven Rostedt · 15 years ago
  92. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 1aaf2e5 Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. a7558e0 sched: Add WF_FORK by Peter Zijlstra · 15 years ago
  95. 7d47872 sched: Rename sync arguments by Peter Zijlstra · 15 years ago
  96. 0763a66 sched: Rename select_task_rq() argument by Peter Zijlstra · 15 years ago
  97. 8e6598a sched: Feature to disable APERF/MPERF cpu_power by Peter Zijlstra · 15 years ago
  98. d6a59aa sched: Provide arch_scale_freq_power by Peter Zijlstra · 15 years ago
  99. 0ec9fab sched: Improve latencies and throughput by Mike Galbraith · 15 years ago
  100. 78e7ed5 sched: Tweak wake_idx by Peter Zijlstra · 15 years ago