1. dd5d81f fs/char_dev.c: remove useless loop by Renzo Davoli · 15 years ago
  2. bb521c5 /dev/zero: avoid repeated access_ok() checks by Nikanth Karthikesan · 15 years ago
  3. 0b8c78f flat: use IS_ERR_VALUE() helper macro by Mike Frysinger · 15 years ago
  4. 8e8b63a fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size by David Howells · 15 years ago
  5. 0cf062d elf: clean up fill_note_info() by Amerigo Wang · 15 years ago
  6. d958872 signals: inline __fatal_signal_pending by Roland McGrath · 15 years ago
  7. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  8. 06f1631 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() by Oleg Nesterov · 15 years ago
  9. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  10. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  11. 61be228 exec: allow do_coredump() to wait for user space pipe readers to complete by Neil Horman · 15 years ago
  12. a293980 exec: let do_coredump() limit the number of concurrent dumps to pipes by Neil Horman · 15 years ago
  13. 725eae3 exec: make do_coredump() more resilient to recursive crashes by Neil Horman · 15 years ago
  14. ae6d2ed signals: tracehook_notify_jctl change by Roland McGrath · 15 years ago
  15. b6fe2d1 wait_noreap_copyout(): check for ->wo_info != NULL by Vitaly Mayatskikh · 15 years ago
  16. dfe16df do_wait: fix sys_waitid()-specific behaviour by Vitaly Mayatskikh · 15 years ago
  17. b6e763f wait_consider_task: kill "parent" argument by Oleg Nesterov · 15 years ago
  18. 989264f do_wait-wakeup-optimization: simplify task_pid_type() by Oleg Nesterov · 15 years ago
  19. 5c01ba4 do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usage by Oleg Nesterov · 15 years ago
  20. b4fe518 do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD case by Oleg Nesterov · 15 years ago
  21. 0b7570e do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup by Oleg Nesterov · 15 years ago
  22. a2322e1 do_wait() wakeup optimization: shift security_task_wait() from eligible_child() to wait_consider_task() by Oleg Nesterov · 15 years ago
  23. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  24. 1dd3a27 memcg: show swap usage in stat file by Daisuke Nishimura · 15 years ago
  25. 0c3e73e memcg: improve resource counter scalability by Balbir Singh · 15 years ago
  26. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  27. 75822b4 memory controller: soft limit refactor reclaim flags by Balbir Singh · 15 years ago
  28. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  29. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  30. a6df636 memory controller: soft limit documentation by Balbir Singh · 15 years ago
  31. 261fb61 memcg: add comments explaining memory barriers by KAMEZAWA Hiroyuki · 15 years ago
  32. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  33. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  34. c378369 cgroups: change css_set freeing mechanism to be under RCU by Ben Blum · 15 years ago
  35. d1d9fd3 cgroups: use vmalloc for large cgroups pidlist allocations by Ben Blum · 15 years ago
  36. 72a8cb3 cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces by Ben Blum · 15 years ago
  37. 102a775 cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids by Ben Blum · 15 years ago
  38. 8f3ff20 cgroups: revert "cgroups: fix pid namespace bug" by Paul Menage · 15 years ago
  39. 2c6ab6d cgroups: allow cgroup hierarchies to be created with no bound subsystems by Paul Menage · 15 years ago
  40. 7717f7b cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroup by Paul Menage · 15 years ago
  41. fe69343 cgroups: move the cgroup debug subsys into cgroup.c to access internal state by Paul Menage · 15 years ago
  42. c6d57f3 cgroups: support named cgroups hierarchies by Paul Menage · 15 years ago
  43. 34f77a9 cgroups: make unlock sequence in cgroup_get_sb consistent by Xiaotian Feng · 15 years ago
  44. 55dff49 docs: fix various Documentation/ paths in header files by Randy Dunlap · 15 years ago
  45. 0b4b2ad page-types: add feature for walking process address space by Wu Fengguang · 15 years ago
  46. ba36c44 Documentation/vm/.gitignore: add page-types by Josh Triplett · 15 years ago
  47. 2552a99 includecheck fix: Documentation, cfag12864b-example.c by Jaswinder Singh Rajput · 15 years ago
  48. bcadbbd Documentation: update stale definition of file-nr in fs.txt by Xiaotian Feng · 15 years ago
  49. 16c01b2 doc/filesystems: more mount cleanups by Peng Tao · 15 years ago
  50. 0288b95 doc/filesystems: remove smount program by Randy Dunlap · 15 years ago
  51. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  52. ef1ff6b hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix by From: Mel Gorman · 15 years ago
  53. 2c6854f ksm: change default values to better fit into mainline kernel by Izik Eidus · 15 years ago
  54. d2b5ec3 input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hardware driver Kconfig entry by Ingo Molnar · 15 years ago
  55. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  56. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  57. 95e0d86 Revert "kmod: fix race in usermodehelper code" by Sebastian Andrzej Siewior · 15 years ago
  58. 6ba2ef7 cpumask: Move deprecated functions to end of header. by Rusty Russell · 15 years ago
  59. 4b805b1 cpumask: remove unused deprecated functions, avoid accusations of insanity by Rusty Russell · 15 years ago
  60. db79078 cpumask: use new-style cpumask ops in mm/quicklist. by Rusty Russell · 15 years ago
  61. 78f1c4d cpumask: use mm_cpumask() wrapper: x86 by Rusty Russell · 15 years ago
  62. fa40699 cpumask: use mm_cpumask() wrapper: um by Rusty Russell · 15 years ago
  63. 55b8cab cpumask: use mm_cpumask() wrapper: mips by Rusty Russell · 15 years ago
  64. 7ce1df4 cpumask: use mm_cpumask() wrapper: mn10300 by Rusty Russell · 15 years ago
  65. 49b9205 cpumask: use mm_cpumask() wrapper: m32r by Rusty Russell · 15 years ago
  66. 56f8ba8 cpumask: use mm_cpumask() wrapper: arm by Rusty Russell · 15 years ago
  67. a6a0106 cpumask: Use accessors for cpu_*_mask: um by Rusty Russell · 15 years ago
  68. ea0f1ca cpumask: Use accessors for cpu_*_mask: powerpc by Rusty Russell · 15 years ago
  69. 4037ac6 cpumask: Use accessors for cpu_*_mask: mips by Rusty Russell · 15 years ago
  70. 2377afd cpumask: Use accessors for cpu_*_mask: m32r by Rusty Russell · 15 years ago
  71. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  72. 630cd04 cpumask: arch_send_call_function_ipi_mask: s390 by Rusty Russell · 15 years ago
  73. f063ea0 cpumask: arch_send_call_function_ipi_mask: powerpc by Rusty Russell · 15 years ago
  74. 48a048f cpumask: arch_send_call_function_ipi_mask: mips by Rusty Russell · 15 years ago
  75. c2a3a48 cpumask: arch_send_call_function_ipi_mask: m32r by Rusty Russell · 15 years ago
  76. 81065e4 cpumask: arch_send_call_function_ipi_mask: alpha by Rusty Russell · 15 years ago
  77. e50a6f1 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: ia64 by Rusty Russell · 15 years ago
  78. 399d068 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: powerpc by Rusty Russell · 15 years ago
  79. 4f269bf cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: s390 by Rusty Russell · 15 years ago
  80. 434e218 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: sparc by Rusty Russell · 15 years ago
  81. 6f40142 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: core by Rusty Russell · 15 years ago
  82. fe71a3c cpumask: remove the deprecated smp_call_function_mask() by Rusty Russell · 15 years ago
  83. da83a84 ia64: convert last user of smp_call_function_mask by Rusty Russell · 15 years ago
  84. e0ad955 cpumask: don't define set_cpus_allowed() if CONFIG_CPUMASK_OFFSTACK=y by Rusty Russell · 15 years ago
  85. e68110f ACPI: remove cpumask_t usage by Bjorn Helgaas · 15 years ago
  86. 144e2ce cpumask: Remove mask field from comments by Nobuhiro Iwamatsu · 15 years ago
  87. ef79f8e cpumask: remove unused mask field from struct irqaction. by Rusty Russell · 15 years ago
  88. 1d1afc1 cpumask: remove last assignment to mask field of struct irqaction. by Rusty Russell · 15 years ago
  89. 72d78d0 cpumask: remove unused cpu_mask_all by Rusty Russell · 15 years ago
  90. 51c870a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: mips by Rusty Russell · 15 years ago
  91. a0219d9 cpumask: remove dangerous CPU_MASK_ALL_PTR by Rusty Russell · 15 years ago
  92. 29c337a cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 15 years ago
  93. b966cd6 cpumask: remove the now-obsoleted pcibus_to_cpumask(): powerpc by Rusty Russell · 15 years ago
  94. f5564b8 cpumask: remove the now-obsoleted pcibus_to_cpumask(): mips by Rusty Russell · 15 years ago
  95. 8194a40 cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha by Rusty Russell · 15 years ago
  96. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 15 years ago
  97. 0dd52d0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  98. c37efa9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next by Linus Torvalds · 15 years ago
  99. 9e12a7e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  100. a7ddbf8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago