1. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  2. 3960208 Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 by Linus Torvalds · 17 years ago
  3. b0b73cb i386: msr.h: be paranoid about types and parentheses by H. Peter Anvin · 17 years ago
  4. 29bd443 i386: remove unused rdtsc() macro by H. Peter Anvin · 17 years ago
  5. 21c42bd i386: cpu/transmeta.c: fix definition of USER686 by H. Peter Anvin · 17 years ago
  6. 5b479c9 md: improve partition detection in md array by NeilBrown · 17 years ago
  7. 08a02ec md: allow reshape_position for md arrays to be set via sysfs by NeilBrown · 17 years ago
  8. 42b9beb md: remove the slash from the name of a kmem_cache used by raid5 by NeilBrown · 17 years ago
  9. 4d167f0 md: stop using csum_partial for checksum calculation in md by NeilBrown · 17 years ago
  10. e11e93f md: move test for whether level supports bitmap to correct place by NeilBrown · 17 years ago
  11. c3f94b40 md: cleanup: use seq_release_private() where appropriate by Martin Peschke · 17 years ago
  12. 50511da drivers/md.c: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  13. bc0ca06 frame buffer: geforce 7300 gt by Michal Piotrowski · 17 years ago
  14. 880169d fbdev: add support for AVR32 by Haavard Skinnemoen · 17 years ago
  15. 5a87ede svgalib: move fb_get_caps to svgalib by Antonino A. Daplas · 17 years ago
  16. 681e147 arkfb: new framebuffer driver for ARK Logic cards by Ondrej Zajicek · 17 years ago
  17. 558b7bd vt8623fb: new framebuffer driver for VIA VT8623 by Ondrej Zajicek · 17 years ago
  18. c3c117f i386 mmzone: use __maybe_unused by David Rientjes · 17 years ago
  19. affd872 i386: voyager: use __maybe_unused by David Rientjes · 17 years ago
  20. d16aaffa sh: dma: use __maybe_unused by David Rientjes · 17 years ago
  21. f6744c0 i386 pci: use __maybe_unused by David Rientjes · 17 years ago
  22. 0d7ebbb compiler: introduce __used and __maybe_unused by David Rientjes · 17 years ago
  23. f7e4217 rename thread_info to stack by Roman Zippel · 17 years ago
  24. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  25. e61a1c1 Allow arch to initialize arch field of the module structure by Roman Zippel · 17 years ago
  26. b52f52a clocksource: fix resume logic by Thomas Gleixner · 17 years ago
  27. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  28. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  29. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  30. 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 17 years ago
  31. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  32. f37bc27 fs: deprecate memclear_highpage_flush by Nate Diller · 17 years ago
  33. f2fff59 reiserfs: use zero_user_page by Nate Diller · 17 years ago
  34. 0c11d7a ext3: use zero_user_page by Nate Diller · 17 years ago
  35. f36dca9 affs: use zero_user_page by Nate Diller · 17 years ago
  36. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  37. 38a23e3 timer: parenthesis fix in tbase_get_deferrable() etc by Jarek Poplawski · 17 years ago
  38. 34f01cc FUTEX: new PRIVATE futexes by Eric Dumazet · 17 years ago
  39. d0aa7a7 futex_requeue_pi optimization by Pierre Peiffer · 17 years ago
  40. c19384b Make futex_wait() use an hrtimer for timeout by Pierre Peiffer · 17 years ago
  41. ec92d08 futex priority based wakeup by Pierre Peiffer · 17 years ago
  42. f34c506 declare struct ktime by Andrew Morton · 17 years ago
  43. b8522ea aio is unlikely by Andrew Morton · 17 years ago
  44. b41eeef knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping by NeilBrown · 17 years ago
  45. 072f62e knfsd: various nfsd xdr cleanups by NeilBrown · 17 years ago
  46. f725b21 knfsd: trivial makefile cleanup by Christoph Hellwig · 17 years ago
  47. 05ed690 knfsd: simplify a 'while' condition in svcsock.c by NeilBrown · 17 years ago
  48. c5e434c knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc by Wei Yongjun · 17 years ago
  49. 54f9247 knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb5.ko by Frank Filz · 17 years ago
  50. 153e44d knfsd: rpc: fix server-side wrapping of krb5i replies by NeilBrown · 17 years ago
  51. 402acd2 knfsd: avoid use of unitialised variables on error path when nfs exports by NeilBrown · 17 years ago
  52. 5bd5f58 sunrpc: fix error path in module_init by Akinobu Mita · 17 years ago
  53. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 17 years ago
  54. 6697164 nfsd/nfs4state: remove unnecessary daemonize call by Eric W. Biederman · 17 years ago
  55. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 17 years ago
  56. f34b956 The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly by Peter Staubach · 17 years ago
  57. 8842c96 remove nfs4_acl_add_ace() by Adrian Bunk · 17 years ago
  58. 6e84d64 make cancel_rearming_delayed_work() reliable by Oleg Nesterov · 17 years ago
  59. 7b0834c Remove kthread_bind() call from _cpu_down() by Gautham R Shenoy · 17 years ago
  60. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  61. 5de18d1 worker_thread: don't play with SIGCHLD and numa policy by Oleg Nesterov · 17 years ago
  62. 90cce03 wait_for_helper: remove unneeded do_sigaction() by Oleg Nesterov · 17 years ago
  63. b8a124d usbatm_heavy_init: don't use CLONE_SIGHAND by Oleg Nesterov · 17 years ago
  64. 49d769d Change reparent_to_init to reparent_to_kthreadd by Eric W. Biederman · 17 years ago
  65. 73c2799 kthread: don't depend on work queues by Eric W. Biederman · 17 years ago
  66. c934651 ____call_usermodehelper: don't flush_signals() by Oleg Nesterov · 17 years ago
  67. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  68. 5830c59 slab: shut down cache_reaper when cpu goes down by Christoph Lameter · 17 years ago
  69. a479883 zap_other_threads: remove unneeded ->exit_signal change by Oleg Nesterov · 17 years ago
  70. 85f4186 worker_thread: fix racy try_to_freeze() usage by Oleg Nesterov · 17 years ago
  71. b9aac8e worker_thread: don't play with signals by Oleg Nesterov · 17 years ago
  72. 23b2e59 workqueue: kill NOAUTOREL works by Oleg Nesterov · 17 years ago
  73. c214b2c ipvs: flush defense_work before module unload by Oleg Nesterov · 17 years ago
  74. 1634c48 make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq by Oleg Nesterov · 17 years ago
  75. a848e3b workqueue: introduce wq_per_cpu() helper by Oleg Nesterov · 17 years ago
  76. 63bc036 unify queue_delayed_work() and queue_delayed_work_on() by Oleg Nesterov · 17 years ago
  77. ed7c0fe make queue_delayed_work() friendly to flush_fork() by Oleg Nesterov · 17 years ago
  78. 06ba38a workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE by Oleg Nesterov · 17 years ago
  79. c12920d workqueue: make init_workqueues() __init by Oleg Nesterov · 17 years ago
  80. cce1a16 workqueue: introduce workqueue_struct->singlethread by Oleg Nesterov · 17 years ago
  81. b1f4ec1 workqueue: introduce cpu_singlethread_map by Oleg Nesterov · 17 years ago
  82. dfb4b82 workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork by Oleg Nesterov · 17 years ago
  83. f293ea9 workqueue: don't save interrupts in run_workqueue() by Oleg Nesterov · 17 years ago
  84. 7097a87 workqueue: kill run_scheduled_work() by Oleg Nesterov · 17 years ago
  85. 3af24433 workqueue: don't migrate pending works from the dead CPU by Oleg Nesterov · 17 years ago
  86. 36aa9df workqueue: don't clear cwq->thread until it exits by Oleg Nesterov · 17 years ago
  87. d721304 workqueue: fix flush_workqueue() vs CPU_DEAD race by Oleg Nesterov · 17 years ago
  88. 319c2a9 workqueue: fix freezeable workqueues implementation by Oleg Nesterov · 17 years ago
  89. 38c3bd9 slab: use CPU_LOCK_[ACQUIRE|RELEASE] by Heiko Carstens · 17 years ago
  90. e7407dc call cpu_chain with CPU_DOWN_FAILED if CPU_DOWN_PREPARE failed by Heiko Carstens · 17 years ago
  91. 5be9361 Eliminate lock_cpu_hotplug in kernel/schedc by Gautham R Shenoy · 17 years ago
  92. baaca49 Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE by Gautham R Shenoy · 17 years ago
  93. 6f7cc11 Extend notifier_call_chain to count nr_calls made by Gautham R Shenoy · 17 years ago
  94. 7c9cb38 relay: use plain timer instead of delayed work by Tom Zanussi · 17 years ago
  95. d0758bc phy: use flush_work_keventd() by Andrew Morton · 17 years ago
  96. 67ac58e libata: use flush_work() by Andrew Morton · 17 years ago
  97. d9ef8b9 e1000: use flush_work_keventd() by Andrew Morton · 17 years ago
  98. 2b3cb2e tg3: use flush_work_keventd() by Andrew Morton · 17 years ago
  99. 19a75d8 kblockd: use flush_work by Andrew Morton · 17 years ago
  100. a9df62c aio: use flush_work() by Andrew Morton · 17 years ago