1. 054475d fs/minix: return f_fsid for statfs(2) by Coly Li · 15 years ago
  2. 2430c4d fs/isofs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  3. 604d295 fs/hpfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  4. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  5. 7dd2c00 fs/hfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  6. aac49b7 fs/fat: return f_fsid for statfs(2) by Coly Li · 15 years ago
  7. 514c91a fs/efs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  8. 94ea77a fs/cramfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  9. 8587246 fs/befs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  10. a6a2a73 fs/affs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  11. accb401 fs/adfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  12. 10c7db2 preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light by Gerd Hoffmann · 15 years ago
  13. ddd9e91 preadv/pwritev: MIPS: Add preadv(2) and pwritev(2) syscalls. by Ralf Baechle · 15 years ago
  14. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  15. 6949a63 preadv/pwritev: create compat_writev() by Gerd Hoffmann · 15 years ago
  16. dac1213 preadv/pwritev: create compat_readv() by Gerd Hoffmann · 15 years ago
  17. 98310e5 cramfs: propagate uncompression errors by David VomLehn · 15 years ago
  18. 6e873ec xpc_sn2: fix max() warning about pointers of different types by Robin Holt · 15 years ago
  19. 1bc4faa sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV by Robin Holt · 15 years ago
  20. 7b8274e sgi-gru: support multiple pagesizes in GRU by Jack Steiner · 15 years ago
  21. 27ca8a7 sgi-gru: fix bugs related to module unload of the GRU driver by Jack Steiner · 15 years ago
  22. e1c3219 sgi-gru: macro for scanning all gru chiplets by Jack Steiner · 15 years ago
  23. 6f2584f sgi-gru: add support to the GRU driver for message queue interrupts by Jack Steiner · 15 years ago
  24. ecdaf2b sgi-gru: restructure the GRU vtop functions by Jack Steiner · 15 years ago
  25. 8741941 sgi-gru: aSID (context management) bug fixes by Jack Steiner · 15 years ago
  26. bb04aa7 sgi-gru: add support for a user to explicitly unload a GRU context by Jack Steiner · 15 years ago
  27. e56484d sgi-gru: add statistics to the GRU context management functions by Jack Steiner · 15 years ago
  28. a24e5e1 sgi-gru: change GRU CCH commands from inline functions to outofline functions by Jack Steiner · 15 years ago
  29. 4388460 sgi-gru: improvements to GRU debug messages & statistics by Jack Steiner · 15 years ago
  30. fe5bb6b sgi-gru: misc GRU cleanup by Jack Steiner · 15 years ago
  31. 66666e5 sgi-gru: add macros for using the UV hub to send interrupts by Jack Steiner · 15 years ago
  32. c729670 sgi-gru: add definitions of ia64 GRU MMRs by Jack Steiner · 15 years ago
  33. a4c3155 sgi-gru: add definitions of x86_64 GRU MMRs by Jack Steiner · 15 years ago
  34. bc5d994 sgi-gru: exclude UV definitions on 32-bit x86 by Jack Steiner · 15 years ago
  35. 2c53d91 relay: fix for possible loss/corruption of produced subbufs by Aravind Srinivasan · 15 years ago
  36. edb79a2 kexec: vmcoreinfo_data[] can become static by Dmitri Vorobiev · 15 years ago
  37. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 15 years ago
  38. 23c36c1a w1: coding style cleanups in w1_io.c by Daniel Mack · 15 years ago
  39. 50db9d8 parport: netmos 9845 & 9855 1P4S fixes by Philippe De Muyter · 15 years ago
  40. 58b4ce6 edac: AMD8111 driver Kconfig & Makefile by Harry Ciao · 15 years ago
  41. e876558 edac: AMD8131 driver Kconfig & Makefile by Harry Ciao · 15 years ago
  42. 28d1627 edac: AMD8131 driver source file by Harry Ciao · 15 years ago
  43. a35a281 edac: AMD8131 driver header file by Harry Ciao · 15 years ago
  44. 7c5ff4f pci: Add AMD8111 PCI Bridge PCI Device ID by Harry Ciao · 15 years ago
  45. 8641a38 edac: Add edac_pci_alloc_index() by Harry Ciao · 15 years ago
  46. 697dab6 edac: AMD8111 driver source file by Harry Ciao · 15 years ago
  47. ec2cf2e edac: AMD8111 driver header file by Harry Ciao · 15 years ago
  48. dba7a77 edac: new ppc4xx driver module by Grant Erickson · 15 years ago
  49. 4577ca5 edac: remove EDAC's experimental status by Doug Thompson · 15 years ago
  50. cc18e3c edac: add more verbose debug info by Hitoshi Mitake · 15 years ago
  51. 15746fc nbd: trivial cleanups by Pavel Machek · 15 years ago
  52. 1a2ad21 nbd: add locking to nbd_ioctl by Pavel Machek · 15 years ago
  53. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  54. 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 15 years ago
  55. 2ae448e pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() by Oleg Nesterov · 15 years ago
  56. 6dda81f pids: document task_pgrp/task_session is not safe without tasklist/rcu by Oleg Nesterov · 15 years ago
  57. 8e654fb sysctl: fix suid_dumpable and lease-break-time sysctls by Matthew Wilcox · 15 years ago
  58. 303d379 hpet: fix the possibility of insane return value of hpet_calibrate() against SMI by Yasunori Goto · 15 years ago
  59. 1f80769 synclink_gt: add clock options by Paul Fulghum · 15 years ago
  60. a50b0aa struct linux_binprm: drop unused fields by Kirill A. Shutemov · 15 years ago
  61. ab4ad55 bin_elf_fdpic: check the return value of clear_user by Mike Frysinger · 15 years ago
  62. 11dea19 proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers by Serge E. Hallyn · 15 years ago
  63. e562aeb ipc: make shm_get_stat() more robust by Tony Battersby · 15 years ago
  64. 40e8a10 cpu hotplug: remove unused cpuhotplug_mutex_lock() by Lai Jiangshan · 15 years ago
  65. 2355b70 workqueue: avoid recursion in run_workqueue() by Lai Jiangshan · 15 years ago
  66. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 15 years ago
  67. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 15 years ago
  68. bb24c67 tracehook_notify_death: use task_detached() helper by Oleg Nesterov · 15 years ago
  69. 5dfc80b forget_original_parent: do not abuse child->ptrace_entry by Oleg Nesterov · 15 years ago
  70. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  71. 7f5d365 reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD by Oleg Nesterov · 15 years ago
  72. b1442b0 reparent_thread: fix the "is it traced" check by Oleg Nesterov · 15 years ago
  73. 0a967a0 reparent_thread: don't call kill_orphaned_pgrp() if task_detached() by Oleg Nesterov · 15 years ago
  74. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  75. b1b4c67 ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() by Oleg Nesterov · 15 years ago
  76. 6d69cb8 ptrace: simplify ptrace_exit()->ignoring_children() path by Oleg Nesterov · 15 years ago
  77. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 15 years ago
  78. 6588c1e signals: SI_USER: Masquerade si_pid when crossing pid ns boundary by Sukadev Bhattiprolu · 15 years ago
  79. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 15 years ago
  80. e4da026 signals: zap_pid_ns_process() should use force_sig() by Sukadev Bhattiprolu · 15 years ago
  81. 921cf9f signals: protect cinit from unblocked SIG_DFL signals by Sukadev Bhattiprolu · 15 years ago
  82. 7978b56 signals: add from_ancestor_ns parameter to send_signal() by Sukadev Bhattiprolu · 15 years ago
  83. f008faf signals: protect init from unwanted signals more by Oleg Nesterov · 15 years ago
  84. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 15 years ago
  85. 90bc8d8 do_wait: fix waiting for the group stop with the dead leader by Oleg Nesterov · 15 years ago
  86. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 15 years ago
  87. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 15 years ago
  88. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 15 years ago
  89. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 15 years ago
  90. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 15 years ago
  91. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 15 years ago
  92. bd1a8ab cgroups: add 'data' field to struct cgroup_scanner by Li Zefan · 15 years ago
  93. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 15 years ago
  94. 83aae4c memcg: cleanup cache_charge by Daisuke Nishimura · 15 years ago
  95. 627991a memcg: remove redundant message at swapon by KAMEZAWA Hiroyuki · 15 years ago
  96. a3b2d69 cgroups: use css id in swap cgroup for saving memory v5 by KAMEZAWA Hiroyuki · 15 years ago
  97. 3c776e6 memcg: charge swapcache to proper memcg by Daisuke Nishimura · 15 years ago
  98. 3918b96 memcg: remove mem_cgroup_reclaim_imbalance() remnants by KOSAKI Motohiro · 15 years ago
  99. c137b5e memcg: remove mem_cgroup_calc_mapped_ratio() by KOSAKI Motohiro · 15 years ago
  100. e222432 memcg: show memcg information during OOM by Balbir Singh · 15 years ago