1. a085963 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
  2. 07f4beb tick: Clear broadcast active bit when switching to oneshot by Thomas Gleixner · 14 years ago
  3. 47a150e Cache user_ns in struct cred by Serge E. Hallyn · 14 years ago
  4. 36cb703 PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM by Rafael J. Wysocki · 14 years ago
  5. 9744997 PM / Hibernate: Make snapshot_release() restore GFP mask by Rafael J. Wysocki · 14 years ago
  6. 8718647 PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctl by Rafael J. Wysocki · 14 years ago
  7. 8b06161 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
  8. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 14 years ago
  9. 4d70230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  10. e05b2ef clocksource: Install completely before selecting by john stultz · 14 years ago
  11. 98bb318 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
  12. 94b2c36 genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL by Geert Uytterhoeven · 14 years ago
  13. 3fd9952 Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  14. 40a9635 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
  15. fcc4dc7 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. 5035b20 workqueue: fix deadlock in worker_maybe_bind_and_lock() by Tejun Heo · 14 years ago
  17. ce31332 hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically by Thomas Gleixner · 14 years ago
  18. 1409f14 kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdog by Hillf Danton · 14 years ago
  19. 6c8a721 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
  20. bf26c01 ptrace: Prepare to fix racy accesses on task breakpoints by Frederic Weisbecker · 14 years ago
  21. 686c4cb Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  22. d20ac25 ftrace: Build without frame pointers on Microblaze by Michal Simek · 14 years ago
  23. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 14 years ago
  24. 4ae0ff1 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  25. 2ca6f62f PM: Fix error code paths executed after failing syscore_suspend() by Rafael J. Wysocki · 14 years ago
  26. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 14 years ago
  27. 1791f88 posix clocks: Replace mutex with reader/writer semaphore by Richard Cochran · 14 years ago
  28. d733ed6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  29. fdfc552 Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-for-linus', 'timer-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
  30. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 14 years ago
  31. a237c1c block: let io_schedule() flush the plug inline by Jens Axboe · 14 years ago
  32. 5853b4f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  33. 0cd9c64 futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup by Darren Hart · 14 years ago
  34. 6631e63 block: don't flush plugged IO on forced preemtion scheduling by Linus Torvalds · 14 years ago
  35. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 14 years ago
  36. d9c9783 block: remove block_unplug_timer() trace point by Jens Axboe · 14 years ago
  37. d419e4c fix XEN_SAVE_RESTORE Kconfig dependencies by Shriram Rajagopalan · 14 years ago
  38. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 14 years ago
  39. b30aef1 sched: Fix erroneous all_pinned logic by Ken Chen · 14 years ago
  40. b0432d8 sched: Fix sched-domain avg_load calculation by Ken Chen · 14 years ago
  41. e566b76 perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec() by Stephane Eranian · 14 years ago
  42. f9fa0bc signal.c: fix erroneous syscall kernel-doc by Randy Dunlap · 14 years ago
  43. 8b9686f Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-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
  44. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  45. 49c022e sched: Clean up rebalance_domains() load-balance interval calculation by Peter Zijlstra · 14 years ago
  46. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 14 years ago
  47. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 14 years ago
  48. 148086b 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
  49. 4da7e90 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
  50. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 14 years ago
  51. 4f5058c genirq: Fix cpumask leak in __setup_irq() by Xiaotian Feng · 14 years ago
  52. c0bb9e4 kdump: Allow shrinking of kdump region to be overridden by Anton Blanchard · 14 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  54. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 14 years ago
  55. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 14 years ago
  56. 3436ae1 sched: Fix rebalance interval calculation by Sisir Koppaka · 14 years ago
  57. a51e919 sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasks by Dario Faggioli · 14 years ago
  58. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 14 years ago
  59. 353c8ed genirq: Fix misnamed label in handle_edge_eoi_irq by Thomas Gleixner · 14 years ago
  60. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 14 years ago
  61. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 14 years ago
  62. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  63. cd22c0e genirq: Fix harmless typo by Thomas Gleixner · 14 years ago
  64. e5217fb Merge branches 'irq-cleanup-for-linus' and '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
  65. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 14 years ago
  66. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 14 years ago
  67. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 14 years ago
  68. 30398bf genirq: Fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  69. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 14 years ago
  70. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 14 years ago
  71. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 14 years ago
  72. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 14 years ago
  73. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 14 years ago
  74. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 14 years ago
  75. 801a0e9 genirq: Add irq disabled flag to irq_data state by Thomas Gleixner · 14 years ago
  76. d72274e genirq: Reserve the irq when calling irq_set_chip() by David Daney · 14 years ago
  77. 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  78. 95e14ed 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
  79. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 8dd9026 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
  81. 2a20b02 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
  82. 839767e 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
  83. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  84. 0d3db28 kdb: add usage string of 'per_cpu' command by Namhyung Kim · 15 years ago
  85. 27029c3 kdb: code cleanup to use macro instead of value by Jovi Zhang · 15 years ago
  86. ab7798f genirq: Expand generic show_interrupts() by Thomas Gleixner · 14 years ago
  87. 2909620 futex: Fix WARN_ON() test for UP by Steven Rostedt · 14 years ago
  88. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  89. 3dab04e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
  90. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 14 years ago
  91. b81a618 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. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 14 years ago
  93. f9b182e taskstats: use appropriate printk priority level by Mandeep Singh Baines · 14 years ago
  94. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 14 years ago
  95. b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 14 years ago
  96. fc832ad userns: user namespaces: convert all capable checks in kernel/sys.c by Serge E. Hallyn · 14 years ago
  97. 3263245 userns: make has_capability* into real functions by Serge E. Hallyn · 14 years ago
  98. 8409cca userns: allow ptrace from non-init user namespaces by Serge E. Hallyn · 14 years ago
  99. 39fd339 userns: allow killing tasks in your own or child userns by Serge E. Hallyn · 14 years ago
  100. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 14 years ago