1. 1813720 ide: fix UDMA/MWDMA/SWDMA masks (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  2. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  3. fee7f23 NFS: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  4. ddce40d sunrpc: fix crash in rpc_malloc() by Peter Zijlstra · 17 years ago
  5. e4cc6ee NFS: Clean up NFSv4 XDR error message by Chuck Lever · 17 years ago
  6. 6ce7dc9 NFS: NFS client underestimates how large an NFSv4 SETATTR reply can be by Chuck Lever · 17 years ago
  7. aa3d1fa SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/free by Chuck Lever · 17 years ago
  8. e70c490 NFS: Remove redundant check in nfs_check_verifier() by Trond Myklebust · 17 years ago
  9. e62c2bb NFS: Fix a jiffie wraparound issue by Trond Myklebust · 17 years ago
  10. 5329571 [IA64] sa_interrupt is deprecated by akpm@linux-foundation.org · 17 years ago
  11. 7cc5c85 [SERIAL] sunzilog: Interrupt enable before ISR handler installed by Mark Fortescue · 17 years ago
  12. 38cb162 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  13. ba7cc09 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  14. d84c412 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  15. 932c37c Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  16. c855ff3 Fix a bad error case handling in read_cache_page_async() by David Howells · 17 years ago
  17. aabded9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  18. 9a9136e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  19. 3960208 Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 by Linus Torvalds · 17 years ago
  20. b0b73cb i386: msr.h: be paranoid about types and parentheses by H. Peter Anvin · 17 years ago
  21. 29bd443 i386: remove unused rdtsc() macro by H. Peter Anvin · 17 years ago
  22. 21c42bd i386: cpu/transmeta.c: fix definition of USER686 by H. Peter Anvin · 17 years ago
  23. 5b479c9 md: improve partition detection in md array by NeilBrown · 17 years ago
  24. 08a02ec md: allow reshape_position for md arrays to be set via sysfs by NeilBrown · 17 years ago
  25. 42b9beb md: remove the slash from the name of a kmem_cache used by raid5 by NeilBrown · 17 years ago
  26. 4d167f0 md: stop using csum_partial for checksum calculation in md by NeilBrown · 17 years ago
  27. e11e93f md: move test for whether level supports bitmap to correct place by NeilBrown · 17 years ago
  28. c3f94b4 md: cleanup: use seq_release_private() where appropriate by Martin Peschke · 17 years ago
  29. 50511da drivers/md.c: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  30. bc0ca06 frame buffer: geforce 7300 gt by Michal Piotrowski · 17 years ago
  31. 880169d fbdev: add support for AVR32 by Haavard Skinnemoen · 17 years ago
  32. 5a87ede svgalib: move fb_get_caps to svgalib by Antonino A. Daplas · 17 years ago
  33. 681e147 arkfb: new framebuffer driver for ARK Logic cards by Ondrej Zajicek · 17 years ago
  34. 558b7bd vt8623fb: new framebuffer driver for VIA VT8623 by Ondrej Zajicek · 17 years ago
  35. c3c117f i386 mmzone: use __maybe_unused by David Rientjes · 17 years ago
  36. affd872 i386: voyager: use __maybe_unused by David Rientjes · 17 years ago
  37. d16aaffa sh: dma: use __maybe_unused by David Rientjes · 17 years ago
  38. f6744c0 i386 pci: use __maybe_unused by David Rientjes · 17 years ago
  39. 0d7ebbb compiler: introduce __used and __maybe_unused by David Rientjes · 17 years ago
  40. f7e4217 rename thread_info to stack by Roman Zippel · 17 years ago
  41. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  42. e61a1c1 Allow arch to initialize arch field of the module structure by Roman Zippel · 17 years ago
  43. b52f52a clocksource: fix resume logic by Thomas Gleixner · 17 years ago
  44. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  45. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  46. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  47. 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 17 years ago
  48. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  49. f37bc27 fs: deprecate memclear_highpage_flush by Nate Diller · 17 years ago
  50. f2fff59 reiserfs: use zero_user_page by Nate Diller · 17 years ago
  51. 0c11d7a ext3: use zero_user_page by Nate Diller · 17 years ago
  52. f36dca9 affs: use zero_user_page by Nate Diller · 17 years ago
  53. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  54. 38a23e3 timer: parenthesis fix in tbase_get_deferrable() etc by Jarek Poplawski · 17 years ago
  55. 34f01cc FUTEX: new PRIVATE futexes by Eric Dumazet · 17 years ago
  56. d0aa7a7 futex_requeue_pi optimization by Pierre Peiffer · 17 years ago
  57. c19384b Make futex_wait() use an hrtimer for timeout by Pierre Peiffer · 17 years ago
  58. ec92d08 futex priority based wakeup by Pierre Peiffer · 17 years ago
  59. f34c506 declare struct ktime by Andrew Morton · 17 years ago
  60. b8522ea aio is unlikely by Andrew Morton · 17 years ago
  61. b41eeef knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping by NeilBrown · 17 years ago
  62. 072f62e knfsd: various nfsd xdr cleanups by NeilBrown · 17 years ago
  63. f725b21 knfsd: trivial makefile cleanup by Christoph Hellwig · 17 years ago
  64. 05ed690 knfsd: simplify a 'while' condition in svcsock.c by NeilBrown · 17 years ago
  65. c5e434c knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc by Wei Yongjun · 17 years ago
  66. 54f9247 knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.ko by Frank Filz · 17 years ago
  67. 153e44d knfsd: rpc: fix server-side wrapping of krb5i replies by NeilBrown · 17 years ago
  68. 402acd2 knfsd: avoid use of unitialised variables on error path when nfs exports by NeilBrown · 17 years ago
  69. 5bd5f58 sunrpc: fix error path in module_init by Akinobu Mita · 17 years ago
  70. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 17 years ago
  71. 6697164 nfsd/nfs4state: remove unnecessary daemonize call by Eric W. Biederman · 17 years ago
  72. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 17 years ago
  73. f34b956 The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly by Peter Staubach · 17 years ago
  74. 8842c96 remove nfs4_acl_add_ace() by Adrian Bunk · 17 years ago
  75. 6e84d64 make cancel_rearming_delayed_work() reliable by Oleg Nesterov · 17 years ago
  76. 7b0834c Remove kthread_bind() call from _cpu_down() by Gautham R Shenoy · 17 years ago
  77. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  78. 5de18d1 worker_thread: don't play with SIGCHLD and numa policy by Oleg Nesterov · 17 years ago
  79. 90cce03 wait_for_helper: remove unneeded do_sigaction() by Oleg Nesterov · 17 years ago
  80. b8a124d usbatm_heavy_init: don't use CLONE_SIGHAND by Oleg Nesterov · 17 years ago
  81. 49d769d Change reparent_to_init to reparent_to_kthreadd by Eric W. Biederman · 17 years ago
  82. 73c2799 kthread: don't depend on work queues by Eric W. Biederman · 17 years ago
  83. c934651 ____call_usermodehelper: don't flush_signals() by Oleg Nesterov · 17 years ago
  84. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  85. 5830c59 slab: shut down cache_reaper when cpu goes down by Christoph Lameter · 17 years ago
  86. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 17 years ago
  87. 85f4186 worker_thread: fix racy try_to_freeze() usage by Oleg Nesterov · 17 years ago
  88. b9aac8e worker_thread: don't play with signals by Oleg Nesterov · 17 years ago
  89. 23b2e59 workqueue: kill NOAUTOREL works by Oleg Nesterov · 17 years ago
  90. c214b2c ipvs: flush defense_work before module unload by Oleg Nesterov · 17 years ago
  91. 1634c48 make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq by Oleg Nesterov · 17 years ago
  92. a848e3b workqueue: introduce wq_per_cpu() helper by Oleg Nesterov · 17 years ago
  93. 63bc036 unify queue_delayed_work() and queue_delayed_work_on() by Oleg Nesterov · 17 years ago
  94. ed7c0fe make queue_delayed_work() friendly to flush_fork() by Oleg Nesterov · 17 years ago
  95. 06ba38a workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE by Oleg Nesterov · 17 years ago
  96. c12920d workqueue: make init_workqueues() __init by Oleg Nesterov · 17 years ago
  97. cce1a16 workqueue: introduce workqueue_struct->singlethread by Oleg Nesterov · 17 years ago
  98. b1f4ec1 workqueue: introduce cpu_singlethread_map by Oleg Nesterov · 17 years ago
  99. dfb4b82 workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork by Oleg Nesterov · 17 years ago
  100. f293ea9 workqueue: don't save interrupts in run_workqueue() by Oleg Nesterov · 17 years ago