1. 94e45a2 [SPARC64]: Update defconfig. by David S. Miller · 18 years ago
  2. 36d046b [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more. by David S. Miller · 18 years ago
  3. 14cc6ab [SPARC64]: Move signal compat bits to new header file. by David S. Miller · 18 years ago
  4. 0235497 Add prototype for sigset_from_compat() by Linus Torvalds · 18 years ago
  5. 95f3eff Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  6. 44f5492 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  7. 3e04767 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  8. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  9. 12dce62 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 18 years ago
  10. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 18 years ago
  11. 9ec5209 [PATCH] replace cad_pid by a struct pid by Cedric Le Goater · 18 years ago
  12. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  13. 1c0d04c [PATCH] proc: comment what proc_fill_cache does by Eric W. Biederman · 18 years ago
  14. 5e61fea [PATCH] proc: remove the useless SMP-safe comments from /proc by Eric W. Biederman · 18 years ago
  15. 7bcd6b0 [PATCH] proc: remove trailing blank entry from pid_entry arrays by Eric W. Biederman · 18 years ago
  16. 8e95bd9 [PATCH] proc: properly compute TGID_OFFSET by Eric W. Biederman · 18 years ago
  17. b0fa9db [PATCH] proc: drop tasklist lock in task_state() by Oleg Nesterov · 18 years ago
  18. a593d6e [PATCH] proc: convert do_task_stat() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  19. 5e6b3f4 [PATCH] proc: convert task_sig() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  20. 7fbaac0 [PATCH] proc: Use pid_task instead of open coding it by Eric W. Biederman · 18 years ago
  21. 72d9dcf [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr by Eric W. Biederman · 18 years ago
  22. 61a2878 [PATCH] proc: Remove the hard coded inode numbers by Eric W. Biederman · 18 years ago
  23. 444ceed [PATCH] proc: Factor out an instantiate method from every lookup method by Eric W. Biederman · 18 years ago
  24. 801199c [PATCH] proc: Make the generation of the self symlink table driven by Eric W. Biederman · 18 years ago
  25. c5f2420 [PATCH] AVR32: Implement kernel_execve by Haavard Skinnemoen · 18 years ago
  26. 135ab6e [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references by Arnd Bergmann · 18 years ago
  27. 821278a [PATCH] sh64: remove the use of kernel syscalls by Arnd Bergmann · 18 years ago
  28. 5f4c6bc [PATCH] Remove the use of _syscallX macros in UML by Arnd Bergmann · 18 years ago
  29. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 18 years ago
  30. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  31. 6760856 [PATCH] introduce kernel_execve by Arnd Bergmann · 18 years ago
  32. 2453a30 [PATCH] ipc: replace kmalloc and memset in get_undo_list with kzalloc by Matt Helsley · 18 years ago
  33. 5d124e9 [PATCH] nsproxy cloning error path fix by Pavel · 18 years ago
  34. fcfbd54 [PATCH] IPC namespace - sysctls by Kirill Korotaev · 18 years ago
  35. 4e98231 [PATCH] IPC namespace - shm by Kirill Korotaev · 18 years ago
  36. e389353 [PATCH] IPC namespace - sem by Kirill Korotaev · 18 years ago
  37. 1e78693 [PATCH] IPC namespace - msg by Kirill Korotaev · 18 years ago
  38. 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
  39. 25b21cb [PATCH] IPC namespace core by Kirill Korotaev · 18 years ago
  40. c0b2fc3 [PATCH] uts: copy nsproxy only when needed by Serge Hallyn · 18 years ago
  41. 071df10 [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag by Serge E. Hallyn · 18 years ago
  42. bf47fdc [PATCH] namespaces: utsname: remove system_utsname by Serge E. Hallyn · 18 years ago
  43. 8218c74 [PATCH] namespaces: utsname: sysctl by Serge E. Hallyn · 18 years ago
  44. 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago
  45. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  46. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  47. 0bdd7aa [PATCH] namespaces: utsname: introduce temporary helpers by Serge E. Hallyn · 18 years ago
  48. fab413a [PATCH] namespaces: exit_task_namespaces() invalidates nsproxy by Cedric Le Goater · 18 years ago
  49. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  50. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  51. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  52. b1ba4dd [PATCH] make kernel/sysctl.c:_proc_do_string() static by Adrian Bunk · 18 years ago
  53. f5dd3d6 [PATCH] proc: sysctl: add _proc_do_string helper by Sam Vilain · 18 years ago
  54. 12fd352 [PATCH] nfsd: lockdep annotation by Peter Zijlstra · 18 years ago
  55. eed2965 [PATCH] knfsd: allow admin to set nthreads per node by Greg Banks · 18 years ago
  56. bfd2416 [PATCH] knfsd: make rpc threads pools numa aware by Greg Banks · 18 years ago
  57. eec0966 [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd by Greg Banks · 18 years ago
  58. a745544 [PATCH] knfsd: add svc_set_num_threads by Greg Banks · 18 years ago
  59. 9a24ab5 [PATCH] knfsd: add svc_get by Greg Banks · 18 years ago
  60. 3262c81 [PATCH] knfsd: split svc_serv into pools by Greg Banks · 18 years ago
  61. c081a0c [PATCH] knfsd: test and set SK_BUSY atomically by Greg Banks · 18 years ago
  62. 5685f0f [PATCH] knfsd: convert sk_reserved to atomic_t by Greg Banks · 18 years ago
  63. 1a68d95 [PATCH] knfsd: use new lock for svc_sock deferred list by Greg Banks · 18 years ago
  64. c45c357 [PATCH] knfsd: convert sk_inuse to atomic_t by Greg Banks · 18 years ago
  65. 36bdfc8 [PATCH] knfsd: move tempsock aging to a timer by Greg Banks · 18 years ago
  66. 4a3ae42 [PATCH] knfsd: Correctly handle error condition from lockd_up by NeilBrown · 18 years ago
  67. 7dcf91e [PATCH] knfsd: Move makesock failed warning into make_socks. by NeilBrown · 18 years ago
  68. 3dfb421 [PATCH] knfsd: Check return value of lockd_up in write_ports by NeilBrown · 18 years ago
  69. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  70. 896440d [PATCH] nfsd: add lock annotations to e_start and e_stop by Josh Triplett · 18 years ago
  71. bc6f02e [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1 by Greg Banks · 18 years ago
  72. b41b66d [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' by NeilBrown · 18 years ago
  73. 80212d5 [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports by NeilBrown · 18 years ago
  74. 02a375f [PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers by NeilBrown · 18 years ago
  75. 6658d3a [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions by NeilBrown · 18 years ago
  76. 24e3666 [PATCH] knfsd: be more selective in which sockets lockd listens on by NeilBrown · 18 years ago
  77. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  78. 40f1052 [PATCH] knfsd: remove an unused variable from auth_unix_lookup() by Greg Banks · 18 years ago
  79. b06c7b4 [PATCH] knfsd: remove an unused variable from e_show() by Greg Banks · 18 years ago
  80. 3e3b480 [PATCH] knfsd: add some missing newlines in printks by Greg Banks · 18 years ago
  81. a406c36 [PATCH] cpumask: export node_to_cpu_mask consistently by Greg Banks · 18 years ago
  82. e16b38f [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently by Greg Banks · 18 years ago
  83. 0f532f3 [PATCH] cpumask: add highest_possible_node_id by Greg Banks · 18 years ago
  84. ca8af48 [PATCH] isdn: work around excessive udelay() by Andrew Morton · 18 years ago
  85. fd0fbcc [PATCH] isdn4linux: Gigaset driver: fix __must_check warning by Tilman Schmidt · 18 years ago
  86. 8bb31b9 [PATCH] Linux Kernel Dump Test Module by Ankita Garg · 18 years ago
  87. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  88. f2aa85a [PATCH] disallow kprobes on notifier_call_chain by bibo,mao · 18 years ago
  89. 62c27be [PATCH] kprobe whitespace cleanup by bibo,mao · 18 years ago
  90. 09b1820 [PATCH] Update Documentation/kprobes.txt by Ananth N Mavinakayanahalli · 18 years ago
  91. b3f827c [PATCH] Add regs_return_value() helper by Ananth N Mavinakayanahalli · 18 years ago
  92. 412998c [PATCH] kprobes: handle symbol resolution when <module:.symbol> is specified by Ananth N Mavinakayanahalli · 18 years ago
  93. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  94. 782237a [PATCH] s390: update fs3270 to use a struct pid by Cedric Le Goater · 18 years ago
  95. 2425c08 [PATCH] usb: fixup usb so it uses struct pid by Eric W. Biederman · 18 years ago
  96. 43fa1ad [PATCH] file: Add locking to f_getown by Eric W. Biederman · 18 years ago
  97. a03fcb7 [PATCH] update mq_notify to use a struct pid by Cedric Le Goater · 18 years ago
  98. f40f50d [PATCH] Use struct pspace in next_pidmap and find_ge_pid by Eric W. Biederman · 18 years ago
  99. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  100. aa5a666 [PATCH] Move pidmap to pspace.h by Sukadev Bhattiprolu · 18 years ago