1. de5e9d5 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. 050c6c9 sched: Remove debugging check by Ingo Molnar · 14 years ago
  3. 55ec86f Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. 21228e4 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  5. 46bdfe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  6. fcb1191 resources: add arch hook for preventing allocation in reserved areas by Bjorn Helgaas · 14 years ago
  7. c0f5ac5 Revert "resources: support allocating space within a region from the top down" by Bjorn Helgaas · 14 years ago
  8. be8cd64 PM / Hibernate: Restore old swap signature to avoid user space breakage by Rafael J. Wysocki · 14 years ago
  9. 1497dd1 PM / Hibernate: Fix PM_POST_* notification with user-space suspend by Takashi Iwai · 14 years ago
  10. d949750 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  11. 8e92c20 sched: Fix the irqtime code for 32bit by Peter Zijlstra · 14 years ago
  12. fe44d62 sched: Fix the irqtime code to deal with u64 wraps by Peter Zijlstra · 14 years ago
  13. ce67783 perf: Fix off by one in perf_swevent_init() by Dan Carpenter · 14 years ago
  14. 0fcdcfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  15. 2d64672 workqueue: It is likely that WORKER_NOT_RUNNING is true by Steven Rostedt · 14 years ago
  16. dbd87b5 nohz: Fix get_next_timer_interrupt() vs cpu hotplug by Heiko Carstens · 14 years ago
  17. f26f9af Sched: fix skip_clock_update optimization by Mike Galbraith · 14 years ago
  18. 0f004f5 sched: Cure more NO_HZ load average woes by Peter Zijlstra · 14 years ago
  19. 5167695 perf: Fix duplicate events with multiple-pmu vs software events by Peter Zijlstra · 14 years ago
  20. 6313e3c Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  21. 81e8d21 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. 7787d2c Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  23. c9e664f PM / Hibernate: Fix memory corruption related to swap by Rafael J. Wysocki · 14 years ago
  24. 9f339ca PM / Hibernate: Use async I/O when reading compressed hibernation image by Bojan Smojver · 14 years ago
  25. 33dd94a do_exit(): make sure that we run with get_fs() == USER_DS by Nelson Elhage · 14 years ago
  26. 25c9170 genirq: Fix incorrect proc spurious output by Kenji Kaneshige · 14 years ago
  27. 364829b tracing: Fix panic when lseek() called on "trace" opened for writing by Slava Pestov · 14 years ago
  28. a9e40a2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  29. 0318755 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. d2f30c7 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  31. 1b065fd Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  32. 61ab2544 nohz: Fix printk_needs_cpu() return value on offline cpus by Heiko Carstens · 14 years ago
  33. 49f4138 printk: Fix wake_up_klogd() vs cpu hotplug by Heiko Carstens · 14 years ago
  34. ee6dcfa perf: Fix the software context switch counter by Peter Zijlstra · 14 years ago
  35. dddd337 perf: Fix inherit vs. context rotation bug by Thomas Gleixner · 14 years ago
  36. e5cba24 workqueue: check the allocation of system_unbound_wq by Hitoshi Mitake · 14 years ago
  37. 33e0d57 Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" by Linus Torvalds · 14 years ago
  38. 2d42dc3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  39. 94e8ba7 irq_work: Drop cmpxchg() result by Sergio Aguirre · 14 years ago
  40. 8882135 perf: Fix owner-list vs exit by Peter Zijlstra · 14 years ago
  41. d5ad140 sched: Fix idle balancing by Nikhil Rao · 14 years ago
  42. b5482cf sched: Fix volanomark performance regression by Alex Shi · 14 years ago
  43. fcf48a7 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  44. a89d4bd Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  45. 5450d90 kdb: fix crash when KDB_BASE_CMD_MAX is exceeded by Jovi Zhang · 14 years ago
  46. 85e76ab kdb: fix memory leak in kdb_main.c by Jovi Zhang · 14 years ago
  47. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  48. 59365d1 kernel: make /proc/kallsyms mode 400 to reduce ease of attacking by Marcus Meissner · 14 years ago
  49. d33fdee Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  50. 1e8703b Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  51. 4531491 Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. 2ebc8ec Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  53. df6e61d kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK by Joe Perches · 14 years ago
  54. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  55. 00fafcd PM / PM QoS: Fix reversed min and max by Colin Cross · 14 years ago
  56. 91e86e5 tracing: Fix recursive user stack trace by Steven Rostedt · 14 years ago
  57. 8a9f772 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. 28397ba Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  60. 3871525 latencytop: fix per task accumulator by Ken Chen · 14 years ago
  61. 834b403 kernel/range.c: fix clean_sort_range() for the case of full array by Alexey Khoroshilov · 14 years ago
  62. 3c502e7 perf,hw_breakpoint: Initialize hardware api earlier by Jason Wessel · 14 years ago
  63. 1e5a740 sched: Fix cross-sched-class wakeup preemption by Peter Zijlstra · 14 years ago
  64. 13b9b6e tracing: Fix module use of trace_bprintk() by Steven Rostedt · 14 years ago
  65. 43e6086 PM / OPP: Hide OPP configuration when SoCs do not provide an implementation by Mark Brown · 14 years ago
  66. 2d46709 sched: Fix runnable condition for stoptask by Peter Zijlstra · 14 years ago
  67. aae6d3d sched: Use group weight, idle cpu metrics to fix imbalances during idle by Suresh Siddha · 14 years ago
  68. eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 14 years ago
  69. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  70. 4c115e9 futex: Address compiler warnings in exit_robust_list by Darren Hart · 14 years ago
  71. c0deae8 posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call by Sergey Senozhatsky · 14 years ago
  72. becf91f [S390] ftrace: build without frame pointers on s390 by Heiko Carstens · 14 years ago
  73. 433039e watchdog: Fix section mismatch and potential undefined behavior. by David Daney · 14 years ago
  74. e0a7021 posix-cpu-timers: workaround to suppress the problems with mt exec by Oleg Nesterov · 14 years ago
  75. 408af87 Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset by Jesper Juhl · 14 years ago
  76. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  77. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 120a795 audit mmap by Al Viro · 14 years ago
  79. ab263f4 audit: Use rcu for task lookup protection by Thomas Gleixner · 15 years ago
  80. 2070320 audit: Do not send uninitialized data for AUDIT_TTY_GET by Thomas Gleixner · 15 years ago
  81. 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 15 years ago
  82. f7a998a in untag_chunk() we need to do alloc_chunk() a bit earlier by Al Viro · 14 years ago
  83. b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
  84. d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 14 years ago
  85. 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  86. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 14 years ago
  87. 578bd4d kdb: Fix early debugging crash regression by Jason Wessel · 14 years ago
  88. 931ea24 kdb: fix per_cpu command to remove supress mask by Jason Wessel · 14 years ago
  89. 95bcd68 jump label: Make arch_jump_label_text_poke_early() optional by Steven Rostedt · 14 years ago
  90. de31c3c jump label: Fix error with preempt disable holding mutex by Steven Rostedt · 14 years ago
  91. 53113b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  92. 37542b6a Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. f7e8357 convert cgroup and cpuset by Al Viro · 14 years ago
  94. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  95. 91bad2f jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex by Jason Baron · 14 years ago
  96. b842f8f jump label: Fix module __init section race by Jason Baron · 14 years ago
  97. bdab225 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
  98. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. f66dd53 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  100. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago