1. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  2. 2edf5e4 sysctl extern cleanup: lockdep by Dave Young · 16 years ago
  3. 4f0e056 sysctl extern cleanup: rtmutex by Dave Young · 16 years ago
  4. c55b7c3 sysctl extern cleanup: acct by Dave Young · 16 years ago
  5. 15485a4 sysctl extern cleanup: sg by Dave Young · 16 years ago
  6. 5ed1091 sysctl extern cleanup: module by Dave Young · 16 years ago
  7. e5ab677 sysctl extern cleanup: rcu by Dave Young · 16 years ago
  8. d33ed52 sysctl extern cleanup: signal by Dave Young · 16 years ago
  9. eb5572f sysctl extern cleanup: C_A_D by Dave Young · 16 years ago
  10. 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 16 years ago
  11. 13aa9a6 pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() by Oleg Nesterov · 16 years ago
  12. 93c5990 copy_signal() cleanup: clean thread_group_cputime_init() by Veaceslav Falico · 16 years ago
  13. 4dd66e6 copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() by Veaceslav Falico · 16 years ago
  14. a56704e copy_signal() cleanup: use zalloc and remove initializations by Veaceslav Falico · 16 years ago
  15. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 16 years ago
  16. 4ab7868 cgroups: fix race between userspace and kernelspace by Kirill A. Shutemov · 16 years ago
  17. 0dea116 cgroup: implement eventfd-based generic API for notifications by Kirill A. Shutemov · 16 years ago
  18. b70cc5f cgroups: clean up cgroup_pidlist_find() a bit by Li Zefan · 16 years ago
  19. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 16 years ago
  20. cf5d594 cgroups: subsystem module unloading by Ben Blum · 16 years ago
  21. e6a1105 cgroups: subsystem module loading interface by Ben Blum · 16 years ago
  22. aae8aab cgroups: revamp subsys array by Ben Blum · 16 years ago
  23. d7b9fff cgroup: introduce coalesce css_get() and css_put() by Daisuke Nishimura · 16 years ago
  24. 2468c72 cgroup: introduce cancel_attach() by Daisuke Nishimura · 16 years ago
  25. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 16 years ago
  26. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 16 years ago
  27. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 16 years ago
  28. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  29. 361795b sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes by Eric W. Biederman · 16 years ago
  30. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 16 years ago
  31. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 16 years ago
  32. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 16 years ago
  33. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 16 years ago
  34. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 16 years ago
  35. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 16 years ago
  36. cea8388 printk: avoid warning when CONFIG_PRINTK is disabled by Gustavo F. Padovan · 16 years ago
  37. 9728e5d kernel/pid.c: update comment on find_task_by_pid_ns by Tetsuo Handa · 16 years ago
  38. 8aeee85 panic: fix panic_timeout accuracy when running on a hypervisor by Anton Blanchard · 16 years ago
  39. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 16 years ago
  40. d4bb5274 posix-cpu-timers: cleanup rlimits usage by Jiri Slaby · 16 years ago
  41. f3abd4f kernel/exit.c: fix shadows sparse warning by Thiago Farina · 16 years ago
  42. 9c03c38 includecheck fix for kernel/params.c by Jaswinder Singh Rajput · 16 years ago
  43. 5f1664f splice: comparing unsigned int < 0 by Dan Carpenter · 16 years ago
  44. 87d5e02 kernel/cpu.c: delete deprecated definition in cpu_up() by Chen Gong · 16 years ago
  45. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 16 years ago
  46. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 16 years ago
  47. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 16 years ago
  48. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 16 years ago
  49. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 16 years ago
  50. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. 586fac1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  52. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  53. 7478138 padata: Allocate the cpumask for the padata instance by Steffen Klassert · 16 years ago
  54. a27341c Prioritize synchronous signals over 'normal' signals by Linus Torvalds · 16 years ago
  55. 9643f5d Merge branch 'for-fsnotify' into for-linus by Al Viro · 16 years ago
  56. 1f70713 new helper: iterate_mounts() by Al Viro · 16 years ago
  57. 2096f75 New helper: path_is_under(path1, path2) by Al Viro · 16 years ago
  58. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 16 years ago
  59. 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  63. 832d30c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  64. f414966 resource: Fix broken indentation by H. Peter Anvin · 16 years ago
  65. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  66. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  67. dce46a0 early_res: Need to save the allocation name in drop_range_partial() by Yinghai Lu · 16 years ago
  68. 37b99dd resource: Fix generic page_is_ram() for partial RAM pages by Wu Fengguang · 16 years ago
  69. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  70. 0f45339 Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 4b17764 sparc: Support show_unhandled_signals. by David S. Miller · 16 years ago
  73. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  74. b4ccebd Merge branch 'next' into for-linus by James Morris · 16 years ago
  75. 6f5621c Merge branch 'x86-ptrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  76. 9a8c28c blktrace: perform cleanup after setup error by Dmitry Monakhov · 16 years ago
  77. 46bbffa Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  78. f66ffde Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 2531216 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. e0d2724 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. 642c4c7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. f91b22c Merge branches 'core-ipi-for-linus', 'core-locking-for-linus', 'tracing-fixes-for-linus', 'x86-debug-for-linus', 'x86-doc-for-linus', 'x86-gpu-for-linus' and 'x86-rlimit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  84. 4809174 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/core by Ingo Molnar · 16 years ago
  85. 6fb8302 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 16 years ago
  86. 71da813 rcu: Fix accelerated GPs for last non-dynticked CPU by Paul E. McKenney · 16 years ago
  87. a47cd88 rcu: Fix accelerated grace periods for last non-dynticked CPU by Paul E. McKenney · 16 years ago
  88. 06a79b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  89. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  90. f1c7f51 ftrace: Add function names to dangling } in function graph tracer by Steven Rostedt · 16 years ago
  91. a9c9b44 PM / Hibernate: Fix preallocating of memory by Rafael J. Wysocki · 16 years ago
  92. f8bb0db PM / Hibernate: Remove swsusp.c finally by Jiri Slaby · 16 years ago
  93. 07c3bb5 PM / Hibernate: Remove trailing space in message by Frans Pop · 16 years ago
  94. 09c09bc PM / Hibernate: Swap, remove useless check from swsusp_read() by Jiri Slaby · 16 years ago
  95. b694e52 PM / Hibernate: Really deprecate deprecated user ioctls by Jiri Slaby · 16 years ago
  96. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 16 years ago
  97. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 16 years ago
  98. 68c6b85 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  99. 24691ea perf_event: Fix preempt warning in perf_clock() by Peter Zijlstra · 16 years ago
  100. dd5feea sched: Fix SCHED_MC regression caused by change in sched cpu_power by Suresh Siddha · 16 years ago