1. 9a100a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2 by Linus Torvalds · 15 years ago
  2. c40f6f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu by Linus Torvalds · 15 years ago
  3. 1a7d0f0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  4. cdb80f6 async: make async a command line option for now by Arjan van de Ven · 15 years ago
  5. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 15 years ago
  6. a3a798c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  7. 43529c9 CRED: Must initialise the new creds in prepare_kernel_cred() by David Howells · 15 years ago
  8. 0de3368 CRED: Missing put_cred() in prepare_kernel_cred() by David Howells · 15 years ago
  9. b2576e1 Merge branch 'linus' into release by Len Brown · 15 years ago
  10. 3cc8a5f Merge branch 'suspend' into release by Len Brown · 15 years ago
  11. 33b04b9 async: make async_synchronize_full() more serializing by Arjan van de Ven · 15 years ago
  12. df4927b generic swap(): sched: remove local swap() macro by Wu Fengguang · 15 years ago
  13. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 15 years ago
  14. 6af866a cpuset: remove remaining pointers to cpumask_t by Li Zefan · 15 years ago
  15. 300ed6c cpuset: convert cpuset->cpus_allowed to cpumask_var_t by Li Zefan · 15 years ago
  16. 645fcc9 cpuset: don't allocate trial cpuset on stack by Li Zefan · 15 years ago
  17. 2341d1b cpuset: convert cpuset_attach() to use cpumask_var_t by Li Zefan · 15 years ago
  18. 5771f0a cpuset: remove on stack cpumask_t in cpuset_can_attach() by Li Zefan · 15 years ago
  19. 5a7625d cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist() by Li Zefan · 15 years ago
  20. f5813d9 cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into top cpuset by Miao Xie · 15 years ago
  21. 1333771 cpuset: rcu_read_lock() to protect task_cs() by Lai Jiangshan · 15 years ago
  22. e7c5ec9 cgroups: add css_tryget() by Paul Menage · 15 years ago
  23. 999cd8a cgroups: add a per-subsystem hierarchy_mutex by Paul Menage · 15 years ago
  24. 28dbc4b memcg: memory cgroup resource counters for hierarchy by Balbir Singh · 15 years ago
  25. a47295e cgroups: make cgroup_path() RCU-safe by Paul Menage · 15 years ago
  26. e7b80bb cgroups: skip processes from other namespaces when listing a cgroup by Gowrishankar M · 15 years ago
  27. c12f65d cgroups: introduce link_css_set() to remove duplicate code by Li Zefan · 15 years ago
  28. 33a68ac cgroups: add inactive subsystems to rootnode.subsys_list by Li Zefan · 15 years ago
  29. e5f6a86 cgroups: make root_list contains active hierarchies only by Li Zefan · 15 years ago
  30. 7534432 cgroups: remove rcu_read_lock() in cgroupstats_build() by Lai Jiangshan · 15 years ago
  31. 77efecd cgroups: call find_css_set() safely in cgroup_attach_task() by Lai Jiangshan · 15 years ago
  32. 104cbd5 cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone() by Lai Jiangshan · 15 years ago
  33. b2aa30f cgroups: don't put struct cgroupfs_root protected by RCU by Lai Jiangshan · 15 years ago
  34. 2019f63 cgroups: fix cgroup_iter_next() bug by Lai Jiangshan · 15 years ago
  35. b12b533 cgroups: add lock for child->cgroups in cgroup_post_fork() by Lai Jiangshan · 15 years ago
  36. cae7a36 ns_cgroup: remove unused spinlock by Li Zefan · 15 years ago
  37. 75139b8 cgroups: remove some redundant NULL checks by Li Zefan · 15 years ago
  38. d2852b9 Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip by Robert Richter · 15 years ago
  39. b945637 CRED: Fix commit_creds() on a process that has no mm by David Howells · 15 years ago
  40. dd8632a NOMMU: Make mmap allocation page trimming behaviour configurable. by Paul Mundt · 15 years ago
  41. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 15 years ago
  42. 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 · 15 years ago
  43. b424e8d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  44. 67acd8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async by Linus Torvalds · 15 years ago
  45. 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 15 years ago
  46. a0e280e stop_machine/cpu hotplug: fix disable_nonboot_cpus by Heiko Carstens · 15 years ago
  47. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  48. e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
  49. ad160d2 async: don't do the initcall stuff post boot by Arjan van de Ven · 15 years ago
  50. 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 15 years ago
  51. da8d508 sched: fix possible recursive rq->lock by Peter Zijlstra · 15 years ago
  52. c861ea2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  53. 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 · 15 years ago
  54. 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 · 15 years ago
  55. 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 · 15 years ago
  56. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  57. 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 15 years ago
  58. eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 15 years ago
  59. 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 15 years ago
  60. 4cb0e11 coredump_filter: permit changing of the default filter by Hidehiro Kawai · 15 years ago
  61. 9cd4fd1 SEND_SIG_NOINFO: set si_pid to tgid instead of pid by Sukadev Bhattiprolu · 15 years ago
  62. 09bca05 SEND_SIG_NOINFO: masquerade si_pid when crossing pid-ns boundary by Sukadev Bhattiprolu · 15 years ago
  63. bd4207c kmod: fix varargs kernel-doc by Randy Dunlap · 15 years ago
  64. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 15 years ago
  65. 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 15 years ago
  66. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 15 years ago
  67. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 15 years ago
  68. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 15 years ago
  69. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 15 years ago
  70. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 15 years ago
  71. 12da3b8 kprobes: add tests for register_kprobes by Masami Hiramatsu · 15 years ago
  72. 8e11440 kprobes: indirectly call kprobe_target by Masami Hiramatsu · 15 years ago
  73. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 15 years ago
  74. 26e5438 profile: don't include <asm/ptrace.h> twice. by KOSAKI Motohiro · 15 years ago
  75. e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 15 years ago
  76. d6624f9 oops: increment the oops UUID every time we oops by Arjan van de Ven · 15 years ago
  77. 6034880 fork.c: cleanup for copy_sighand() by Zhaolei · 15 years ago
  78. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 15 years ago
  79. 901608d mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting by Oleg Nesterov · 15 years ago
  80. 2da0299 mm: add dirty_background_bytes and dirty_bytes sysctls by David Rientjes · 15 years ago
  81. e599137 mm: remove cgroup_mm_owner_callbacks by Hugh Dickins · 15 years ago
  82. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 15 years ago
  83. ac8cc0f Merge branch 'next' into for-linus by James Morris · 15 years ago
  84. 3699c53 CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3] by David Howells · 15 years ago
  85. 29881c4 Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]" by James Morris · 15 years ago
  86. 81ff86a pm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  87. cd3772e kernel/ksysfs.c:fix dependence on CONFIG_NET by Ming Lei · 16 years ago
  88. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  89. edb123e trivial: printk: fix indentation of new_text_line declaration by Jiri Kosina · 16 years ago
  90. db2f59c sched: fix section mismatch by Li Zefan · 15 years ago
  91. 0c910d2 sched: fix double kfree in failure path by Li Zefan · 15 years ago
  92. d9be28e Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgent by Ingo Molnar · 15 years ago
  93. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 15 years ago
  94. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  95. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  96. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  97. 82c5b7b hrtimer: splitout peek ahead functionality, fix by Ingo Molnar · 15 years ago
  98. c70f22d sched: clean up arch_reinit_sched_domains() by Li Zefan · 15 years ago
  99. 39aac64 sched: mark sched_create_sysfs_power_savings_entries() as __init by Li Zefan · 15 years ago
  100. 5359c32 Merge branch 'linus' into sched/urgent by Ingo Molnar · 15 years ago