1. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 18 years ago
  2. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 18 years ago
  3. a534487 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 18 years ago
  4. b14ea38 Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  5. f2e4bd2 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  6. 133e887 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  7. e82cff7 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  8. 98bc993 [PATCH] get rid of nameidata in audit_tree by Al Viro · 18 years ago
  9. 8163bca stop_machine: fix error code handling on multiple cpus by Heiko Carstens · 18 years ago
  10. c9583e5 stop_machine: use workqueues instead of kernel threads by Heiko Carstens · 18 years ago
  11. 0d557dc workqueue: introduce create_rt_workqueue by Heiko Carstens · 18 years ago
  12. f44dd16 Make panic= and panic_on_oops into core_params by Rusty Russell · 18 years ago
  13. 67e67ce core_param() for genuinely core kernel parameters by Rusty Russell · 18 years ago
  14. 9b473de param: Fix duplicate module prefixes by Rusty Russell · 18 years ago
  15. 730b69d module: check kernel param length at compile time, not runtime by Rusty Russell · 18 years ago
  16. d72b375 Remove stop_machine during module load v2 by Andi Kleen · 18 years ago
  17. 5e458cc module: simplify load_module. by Rusty Russell · 18 years ago
  18. c4bd822 NOHZ: fix thinko in the timer restart code path by Thomas Gleixner · 18 years ago
  19. 5f86515 rcupdate: fix bug of rcu_barrier*() by Lai Jiangshan · 18 years ago
  20. b6f3b78 genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() by Dean Nelson · 18 years ago
  21. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 19 years ago
  22. c2dd0da [PATCH] propagate mode through swsusp_close() by Al Viro · 19 years ago
  23. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 18 years ago
  24. 0b3682b genirq: fix set_irq_type() when recording trigger type by Chris Friesen · 18 years ago
  25. 5f41b8c kexec: fix crash_save_vmcoreinfo_init build problem by Luck, Tony · 18 years ago
  26. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  27. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  28. 99ebcf8 Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  29. f07767f byteorder: remove direct includes of linux/byteorder/swab[b].h by Harvey Harrison · 18 years ago
  30. 1a651a0 byteorder: remove direct includes of linux/byteorder/swab[b].h by Harvey Harrison · 18 years ago
  31. acd99db kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation. by Ken'ichi Ohmichi · 18 years ago
  32. 293adee kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE) by Oleg Nesterov · 18 years ago
  33. b747c8c make ptrace_untrace() static by Adrian Bunk · 18 years ago
  34. 30e8e13 cpuset: use seq_*mask_* to print masks by Lai Jiangshan · 18 years ago
  35. 40b6a76 cpuset.c: remove extra variable by Rakib Mullick · 18 years ago
  36. cc31edc cgroups: convert tasks file to use a seq_file with shared pid array by Paul Menage · 18 years ago
  37. 146aa1b cgroups: fix probable race with put_css_set[_taskexit] and find_css_set by Lai Jiangshan · 18 years ago
  38. c3b9f5a kernel/configs.c: remove useless comments by WANG Cong · 18 years ago
  39. 1aece34 container freezer: rename check_if_frozen() by Matt Helsley · 18 years ago
  40. 81dcf33 container freezer: make freezer state names less generic by Matt Helsley · 18 years ago
  41. 957a4ee container freezer: prevent frozen tasks or cgroups from changing by Matt Helsley · 18 years ago
  42. 5a06915 container freezer: skip frozen cgroups during power management resume by Matt Helsley · 18 years ago
  43. dc52ddc container freezer: implement freezer cgroup subsystem by Matt Helsley · 18 years ago
  44. 8174f15 container freezer: make refrigerator always available by Matt Helsley · 18 years ago
  45. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 18 years ago
  46. 0c4b83d sched: disable the hrtick for now by Ingo Molnar · 18 years ago
  47. f9c0b09 sched: revert back to per-rq vruntime by Peter Zijlstra · 18 years ago
  48. a4c2f00 sched: fair scheduler should not resched rt tasks by Peter Zijlstra · 18 years ago
  49. ffda12a sched: optimize group load balancer by Peter Zijlstra · 18 years ago
  50. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 18 years ago
  51. 870e2a2 timer_list: add base address to clock base by Thomas Gleixner · 18 years ago
  52. c5b77a3 timer_list: print cpu number of clockevents device by Thomas Gleixner · 18 years ago
  53. e67ef25 timer_list: print real timer address by Thomas Gleixner · 18 years ago
  54. 26e9a39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 18 years ago
  55. fb02fbc NOHZ: restart tick device from irq_enter() by Thomas Gleixner · 18 years ago
  56. c34bec5 NOHZ: split tick_nohz_restart_sched_tick() by Thomas Gleixner · 18 years ago
  57. 719254f NOHZ: unify the nohz function calls in irq_enter() by Thomas Gleixner · 18 years ago
  58. b0aa51b sched: minor fast-path overhead reduction by Mike Galbraith · 18 years ago
  59. b968905 sched: fix the wrong mask_len, cleanup by Peter Zijlstra · 18 years ago
  60. c851c86 sched: fix the wrong mask_len by Miao Xie · 18 years ago
  61. 0f1f6de Merge branch 'linus' into sched/urgent by Ingo Molnar · 18 years ago
  62. 54514a7 softirq: Add support for triggering softirq work on softirqs. by David S. Miller · 18 years ago
  63. 8cde1ad Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  64. 1c95e1b Fix kernel/softirq.c printk format warning properly by Linus Torvalds · 18 years ago
  65. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  66. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 18 years ago
  67. c8d8a23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 18 years ago
  68. 2b252c5 make kprobes.c:kretprobe_table_lock() static by Adrian Bunk · 18 years ago
  69. c26ec88 resources: tidy __request_region() by Bjorn Helgaas · 18 years ago
  70. ebf3f09 Configure out AIO support by Thomas Petazzoni · 18 years ago
  71. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 18 years ago
  72. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 18 years ago
  73. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 18 years ago
  74. 6d5cd6e taint: fix kernel-doc by Randy Dunlap · 18 years ago
  75. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 18 years ago
  76. 7968b3d kernel/kallsyms.c: fix double return by WANG Cong · 18 years ago
  77. 9679e4d kernel/sys.c: improve code generation by Andrew Morton · 18 years ago
  78. 8798881 utsname: completely overwrite prior information by Vegard Nossum · 18 years ago
  79. 22b8ce9 profiling: dynamically enable readprofile at runtime by Dave Hansen · 18 years ago
  80. 0c2d64f rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY by Adam Tkac · 18 years ago
  81. 25ddbb1 Make the taint flags reliable by Andi Kleen · 18 years ago
  82. 9ba1608 Kconfig: eliminate "def_bool n" constructs by Jan Beulich · 18 years ago
  83. a25d644 wait: kill is_sync_wait() by Tejun Heo · 18 years ago
  84. d9f3216 kernel/dma.c: remove a CVS keyword by Adrian Bunk · 18 years ago
  85. 1bfcf13 pm: rework disabling of user mode helpers during suspend/hibernation by Rafael J. Wysocki · 18 years ago
  86. 9363b9f memrlimit: cgroup mm owner callback changes to add task info by Balbir Singh · 18 years ago
  87. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 18 years ago
  88. e943209 modules: fix module "notes" kobject leak by Alexey Dobriyan · 18 years ago
  89. 118a906 module: remove CONFIG_KMOD in comment after #endif by Rusty Russell · 18 years ago
  90. 63d659d genirq: fix name space collision of nr_irqs in autoprobe.c by Thomas Gleixner · 18 years ago
  91. 10e5808 genirq: use iterators for irq_desc loops by Thomas Gleixner · 18 years ago
  92. d3c6004 genirq: cleanup the sparseirq modifications by Thomas Gleixner · 18 years ago
  93. d6c88a5 genirq: revert dynarray by Thomas Gleixner · 18 years ago
  94. ee32c97 genirq: remove irq_to_desc_alloc by Thomas Gleixner · 18 years ago
  95. 2cc21ef genirq: remove sparse irq code by Thomas Gleixner · 18 years ago
  96. c6b7674 genirq: use inline function for irq_to_desc by Thomas Gleixner · 18 years ago
  97. aac3f2b x86: fix typo in irq_desc array by Yinghai Lu · 18 years ago
  98. 2976fe2 fix warning: "x86: sparse_irq needs spin_lock in allocations" by Andrew Morton · 18 years ago
  99. 9d98598 sparseirq: remove some debug print out by Yinghai Lu · 18 years ago
  100. e00585b irq: fix irqpoll && sparseirq by Yinghai Lu · 18 years ago