1. 6d39b27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 15 years ago
  2. a487b67 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  3. 9f6ac78 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  4. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  5. cd60451 drivers/usb/serial/sierra.c: fix CONFIG_PM=n build by Andrew Morton · 15 years ago
  6. d68721e alpha: AGP update (fixes compile failure) by Ivan Kokshaysky · 15 years ago
  7. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  8. 2fa4341 include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernels by Albin Tonnerre · 15 years ago
  9. 6a88116 lzma/gzip: fix potential oops when input data is truncated by Phillip Lougher · 15 years ago
  10. 3354f73 drivers/vlynq/vlynq.c: fix resource size off by 1 error by Julia Lawall · 15 years ago
  11. a21f3c2 fs/romfs: correct error-handling code by Julia Lawall · 15 years ago
  12. 9e5f113 gru: allocation may fail in quicktest1() by Roel Kluin · 15 years ago
  13. f8679af gru: use proc_create() by Alexey Dobriyan · 15 years ago
  14. 858f099 aio: ifdef fields in mm_struct by Alexey Dobriyan · 15 years ago
  15. b873c2f memstick: move dev_dbg by Jiri Slaby · 15 years ago
  16. 3886de9 adfs: remove redundant test on unsigned by Roel Kluin · 15 years ago
  17. 458e5ff edac: core: remove completion-wait for complete with rcu_barrier by Jesper Dangaard Brouer · 15 years ago
  18. dd8ef1d edac: i3200 memory controller driver by Jason Uhlenkott · 15 years ago
  19. 30a61ff edac: fix resource size calculation by Julia Lawall · 15 years ago
  20. b484625 edac: mpc85xx add mpc83xx support by Ira W. Snyder · 15 years ago
  21. a014554 edac: mpc85xx add P2020DS support by Yang Shi · 15 years ago
  22. 9064a67 linux/futex.h: place kernel types behind __KERNEL__ by Mike Frysinger · 15 years ago
  23. e5a4738 pidns: deny CLONE_PARENT|CLONE_NEWPID combination by Sukadev Bhattiprolu · 15 years ago
  24. 123be07 fork(): disable CLONE_PARENT for init by Sukadev Bhattiprolu · 15 years ago
  25. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  26. c0d0787 MAINTAINERS: add Matt Mackall and Herbert Xu to HARDWARE RANDOM NUMBER GENERATOR by Joe Perches · 15 years ago
  27. 156dd63 bfin-otp: add writing support by Mike Frysinger · 15 years ago
  28. fbd8ae1 drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UV by Dimitri Sivanich · 15 years ago
  29. 459ca8b drivers/char/rio/rioctrl.c: off by one error in rioctrl.c by Dan Carpenter · 15 years ago
  30. ae21cf9 hpet: hpet driver periodic timer setup bug fixes by Nils Carlson · 15 years ago
  31. dc80df5 mwave: fix read buffer overflow by Roel Kluin · 15 years ago
  32. dd5d81f fs/char_dev.c: remove useless loop by Renzo Davoli · 15 years ago
  33. bb521c5 /dev/zero: avoid repeated access_ok() checks by Nikanth Karthikesan · 15 years ago
  34. 0b8c78f flat: use IS_ERR_VALUE() helper macro by Mike Frysinger · 15 years ago
  35. 8e8b63a fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size by David Howells · 15 years ago
  36. 0cf062d elf: clean up fill_note_info() by Amerigo Wang · 15 years ago
  37. d958872 signals: inline __fatal_signal_pending by Roland McGrath · 15 years ago
  38. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  39. 06f1631 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() by Oleg Nesterov · 15 years ago
  40. 4a30deb signals: introduce do_send_sig_info() helper by Oleg Nesterov · 15 years ago
  41. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  42. 61be228 exec: allow do_coredump() to wait for user space pipe readers to complete by Neil Horman · 15 years ago
  43. a293980 exec: let do_coredump() limit the number of concurrent dumps to pipes by Neil Horman · 15 years ago
  44. 725eae3 exec: make do_coredump() more resilient to recursive crashes by Neil Horman · 15 years ago
  45. ae6d2ed signals: tracehook_notify_jctl change by Roland McGrath · 15 years ago
  46. b6fe2d1 wait_noreap_copyout(): check for ->wo_info != NULL by Vitaly Mayatskikh · 15 years ago
  47. dfe16df do_wait: fix sys_waitid()-specific behaviour by Vitaly Mayatskikh · 15 years ago
  48. b6e763f wait_consider_task: kill "parent" argument by Oleg Nesterov · 15 years ago
  49. 989264f do_wait-wakeup-optimization: simplify task_pid_type() by Oleg Nesterov · 15 years ago
  50. 5c01ba4 do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usage by Oleg Nesterov · 15 years ago
  51. b4fe518 do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD case by Oleg Nesterov · 15 years ago
  52. 0b7570e do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup by Oleg Nesterov · 15 years ago
  53. a2322e1 do_wait() wakeup optimization: shift security_task_wait() from eligible_child() to wait_consider_task() by Oleg Nesterov · 15 years ago
  54. a7f0765 ptrace: __ptrace_detach: do __wake_up_parent() if we reap the tracee by Oleg Nesterov · 15 years ago
  55. 1dd3a27 memcg: show swap usage in stat file by Daisuke Nishimura · 15 years ago
  56. 0c3e73e memcg: improve resource counter scalability by Balbir Singh · 15 years ago
  57. 4e41695 memory controller: soft limit reclaim on contention by Balbir Singh · 15 years ago
  58. 75822b4 memory controller: soft limit refactor reclaim flags by Balbir Singh · 15 years ago
  59. f64c3f5 memory controller: soft limit organize cgroups by Balbir Singh · 15 years ago
  60. 296c81d memory controller: soft limit interface by Balbir Singh · 15 years ago
  61. a6df636 memory controller: soft limit documentation by Balbir Singh · 15 years ago
  62. 261fb61 memcg: add comments explaining memory barriers by KAMEZAWA Hiroyuki · 15 years ago
  63. 4b3bde4 memcg: remove the overhead associated with the root cgroup by Balbir Singh · 15 years ago
  64. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  65. c378369 cgroups: change css_set freeing mechanism to be under RCU by Ben Blum · 15 years ago
  66. d1d9fd3 cgroups: use vmalloc for large cgroups pidlist allocations by Ben Blum · 15 years ago
  67. 72a8cb3 cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces by Ben Blum · 15 years ago
  68. 102a775 cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids by Ben Blum · 15 years ago
  69. 8f3ff20 cgroups: revert "cgroups: fix pid namespace bug" by Paul Menage · 15 years ago
  70. 2c6ab6d cgroups: allow cgroup hierarchies to be created with no bound subsystems by Paul Menage · 15 years ago
  71. 7717f7b cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroup by Paul Menage · 15 years ago
  72. fe69343 cgroups: move the cgroup debug subsys into cgroup.c to access internal state by Paul Menage · 15 years ago
  73. c6d57f3 cgroups: support named cgroups hierarchies by Paul Menage · 15 years ago
  74. 34f77a9 cgroups: make unlock sequence in cgroup_get_sb consistent by Xiaotian Feng · 15 years ago
  75. 55dff49 docs: fix various Documentation/ paths in header files by Randy Dunlap · 15 years ago
  76. 0b4b2ad page-types: add feature for walking process address space by Wu Fengguang · 15 years ago
  77. ba36c44 Documentation/vm/.gitignore: add page-types by Josh Triplett · 15 years ago
  78. 2552a99 includecheck fix: Documentation, cfag12864b-example.c by Jaswinder Singh Rajput · 15 years ago
  79. bcadbbd Documentation: update stale definition of file-nr in fs.txt by Xiaotian Feng · 15 years ago
  80. 16c01b2 doc/filesystems: more mount cleanups by Peng Tao · 15 years ago
  81. 0288b95 doc/filesystems: remove smount program by Randy Dunlap · 15 years ago
  82. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  83. ef1ff6b hugetlbfs: do not call user_shm_lock() for MAP_HUGETLB fix by From: Mel Gorman · 15 years ago
  84. 2c6854f ksm: change default values to better fit into mainline kernel by Izik Eidus · 15 years ago
  85. d2b5ec3 input: fix build failures caused by Kconfig Winbond WPCD376I Consumer IR hardware driver Kconfig entry by Ingo Molnar · 15 years ago
  86. d811659 lsm: Use a compressed IPv6 string format in audit events by Paul Moore · 15 years ago
  87. 939cbf2 Audit: send signal info if selinux is disabled by Eric Paris · 15 years ago
  88. 44e51a1 Audit: rearrange audit_context to save 16 bytes per struct by Eric Paris · 15 years ago
  89. e08b061 Audit: reorganize struct audit_watch to save 8 bytes by Eric Paris · 15 years ago
  90. 94a8d5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  91. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  92. 95e0d86 Revert "kmod: fix race in usermodehelper code" by Sebastian Andrzej Siewior · 15 years ago
  93. 6ba2ef7 cpumask: Move deprecated functions to end of header. by Rusty Russell · 15 years ago
  94. 4b805b1 cpumask: remove unused deprecated functions, avoid accusations of insanity by Rusty Russell · 15 years ago
  95. db79078 cpumask: use new-style cpumask ops in mm/quicklist. by Rusty Russell · 15 years ago
  96. 78f1c4d cpumask: use mm_cpumask() wrapper: x86 by Rusty Russell · 15 years ago
  97. fa40699 cpumask: use mm_cpumask() wrapper: um by Rusty Russell · 15 years ago
  98. 55b8cab cpumask: use mm_cpumask() wrapper: mips by Rusty Russell · 15 years ago
  99. 7ce1df4 cpumask: use mm_cpumask() wrapper: mn10300 by Rusty Russell · 15 years ago
  100. 49b9205 cpumask: use mm_cpumask() wrapper: m32r by Rusty Russell · 15 years ago