1. a47295e cgroups: make cgroup_path() RCU-safe by Paul Menage · 16 years ago
  2. e7b80bb cgroups: skip processes from other namespaces when listing a cgroup by Gowrishankar M · 16 years ago
  3. c12f65d cgroups: introduce link_css_set() to remove duplicate code by Li Zefan · 16 years ago
  4. 33a68ac cgroups: add inactive subsystems to rootnode.subsys_list by Li Zefan · 16 years ago
  5. e5f6a86 cgroups: make root_list contains active hierarchies only by Li Zefan · 16 years ago
  6. 7534432 cgroups: remove rcu_read_lock() in cgroupstats_build() by Lai Jiangshan · 16 years ago
  7. 77efecd cgroups: call find_css_set() safely in cgroup_attach_task() by Lai Jiangshan · 16 years ago
  8. 104cbd5 cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone() by Lai Jiangshan · 16 years ago
  9. b2aa30f cgroups: don't put struct cgroupfs_root protected by RCU by Lai Jiangshan · 16 years ago
  10. 2019f63 cgroups: fix cgroup_iter_next() bug by Lai Jiangshan · 16 years ago
  11. b12b533 cgroups: add lock for child->cgroups in cgroup_post_fork() by Lai Jiangshan · 16 years ago
  12. cae7a36 ns_cgroup: remove unused spinlock by Li Zefan · 16 years ago
  13. 75139b8 cgroups: remove some redundant NULL checks by Li Zefan · 16 years ago
  14. 8cfc7f9 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
  15. b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  16. 67acd8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async by Linus Torvalds · 16 years ago
  17. a0e280e stop_machine/cpu hotplug: fix disable_nonboot_cpus by Heiko Carstens · 16 years ago
  18. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  19. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  20. ad160d2 async: don't do the initcall stuff post boot by Arjan van de Ven · 16 years ago
  21. 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 16 years ago
  22. da8d508 sched: fix possible recursive rq->lock by Peter Zijlstra · 16 years ago
  23. c861ea2 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
  24. 3610639 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  25. cfa97f9 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
  26. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  28. 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
  29. eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago
  30. 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 16 years ago
  31. 4cb0e11 coredump_filter: permit changing of the default filter by Hidehiro Kawai · 16 years ago
  32. 9cd4fd1 SEND_SIG_NOINFO: set si_pid to tgid instead of pid by Sukadev Bhattiprolu · 16 years ago
  33. 09bca05 SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary by Sukadev Bhattiprolu · 16 years ago
  34. bd4207c kmod: fix varargs kernel-doc by Randy Dunlap · 16 years ago
  35. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 16 years ago
  36. 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 16 years ago
  37. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 16 years ago
  38. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
  39. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 16 years ago
  40. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  41. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 16 years ago
  42. 12da3b8 kprobes: add tests for register_kprobes by Masami Hiramatsu · 16 years ago
  43. 8e11440 kprobes: indirectly call kprobe_target by Masami Hiramatsu · 16 years ago
  44. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 16 years ago
  45. 26e5438 profile: don't include <asm/ptrace.h> twice. by KOSAKI Motohiro · 16 years ago
  46. e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 16 years ago
  47. d6624f9 oops: increment the oops UUID every time we oops by Arjan van de Ven · 16 years ago
  48. 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 16 years ago
  49. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  50. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 16 years ago
  51. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 16 years ago
  52. e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 16 years ago
  53. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 16 years ago
  54. ac8cc0f Merge branch 'next' into for-linus by James Morris · 16 years ago
  55. 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 16 years ago
  56. 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 16 years ago
  57. 81ff86a pm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. cd3772e kernel/ksysfs.c:fix dependence on CONFIG_NET by Ming Lei · 16 years ago
  59. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  60. edb123e trivial: printk: fix indentation of new_text_line declaration by Jiri Kosina · 16 years ago
  61. db2f59c sched: fix section mismatch by Li Zefan · 16 years ago
  62. 0c910d2 sched: fix double kfree in failure path by Li Zefan · 16 years ago
  63. d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 16 years ago
  64. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
  65. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  66. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  67. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  68. 82c5b7b hrtimer: splitout peek ahead functionality, fix by Ingo Molnar · 16 years ago
  69. c70f22d sched: clean up arch_reinit_sched_domains() by Li Zefan · 16 years ago
  70. 39aac64 sched: mark sched_create_sysfs_power_savings_entries() as __init by Li Zefan · 16 years ago
  71. 5359c32 Merge branch 'linus' into sched/urgent by Ingo Molnar · 16 years ago
  72. e3f1d88 hrtimer: fixup comments by Thomas Gleixner · 16 years ago
  73. a6037b6 hrtimer: fix recursion deadlock by re-introducing the softirq by Peter Zijlstra · 16 years ago
  74. 731a55b hrtimer: simplify hotplug migration by Thomas Gleixner · 16 years ago
  75. d5fd43c hrtimer: fix HOTPLUG_CPU=n compile warning by Thomas Gleixner · 16 years ago
  76. 8bdec95 hrtimer: splitout peek ahead functionality by Thomas Gleixner · 16 years ago
  77. c59ab97 rcu: fix rcutorture bug by Paul E. McKenney · 16 years ago
  78. ea7d3fe rcu: eliminate synchronize_rcu_xxx macro by Paul E. McKenney · 16 years ago
  79. 90a4d2c rcu: make treercu safe for suspend and resume by Paul E. McKenney · 16 years ago
  80. c12172c rcu: fix rcutree grace-period-latency bug on small systems by Paul E. McKenney · 16 years ago
  81. fe0bdec Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 16 years ago
  82. 14eaddc CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2] by David Howells · 16 years ago
  83. 9e01892 module: convert to stop_machine_create/destroy. by Heiko Carstens · 16 years ago
  84. 9ea09af stop_machine: introduce stop_machine_create/destroy. by Heiko Carstens · 16 years ago
  85. 088af9a module: fix module loading failure of large kernel modules for parisc by Helge Deller · 16 years ago
  86. d1e99d7 module: fix warning of unused function when !CONFIG_PROC_FS by Jianjun Kong · 16 years ago
  87. ca4787b kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms. by Tim Abbott · 16 years ago
  88. 7b574b7 cgroups: fix a race between cgroup_clone and umount by Li Zefan · 16 years ago
  89. 5af75d8 audit: validate comparison operations, store them in sane form by Al Viro · 16 years ago
  90. 36c4f1b1 clean up audit_rule_{add,del} a bit by Al Viro · 16 years ago
  91. e048e02 make sure that filterkey of task,always rules is reported by Al Viro · 16 years ago
  92. e45aa21 audit rules ordering, part 2 by Al Viro · 16 years ago
  93. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
  94. 1a9d079 audit_update_lsm_rules() misses the audit_inode_hash[] ones by Al Viro · 16 years ago
  95. 57f71a0 sanitize audit_log_capset() by Al Viro · 16 years ago
  96. 157cf64 sanitize audit_fd_pair() by Al Viro · 16 years ago
  97. 564f699 sanitize audit_mq_open() by Al Viro · 16 years ago
  98. c32c8af sanitize AUDIT_MQ_SENDRECV by Al Viro · 16 years ago
  99. 20114f7 sanitize audit_mq_notify() by Al Viro · 16 years ago
  100. 7392906 sanitize audit_mq_getsetattr() by Al Viro · 16 years ago