1. 9a9136e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  2. 3960208 Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32 by Linus Torvalds · 19 years ago
  3. b0b73cb i386: msr.h: be paranoid about types and parentheses by H. Peter Anvin · 19 years ago
  4. 29bd443 i386: remove unused rdtsc() macro by H. Peter Anvin · 19 years ago
  5. 5b479c9 md: improve partition detection in md array by NeilBrown · 19 years ago
  6. 880169d fbdev: add support for AVR32 by Haavard Skinnemoen · 19 years ago
  7. 5a87ede svgalib: move fb_get_caps to svgalib by Antonino A. Daplas · 19 years ago
  8. c3c117f i386 mmzone: use __maybe_unused by David Rientjes · 19 years ago
  9. d16aaffa sh: dma: use __maybe_unused by David Rientjes · 19 years ago
  10. 0d7ebbb compiler: introduce __used and __maybe_unused by David Rientjes · 19 years ago
  11. f7e4217 rename thread_info to stack by Roman Zippel · 19 years ago
  12. c9f4f06 wrap access to thread_info by Roman Zippel · 19 years ago
  13. e61a1c1 Allow arch to initialize arch field of the module structure by Roman Zippel · 19 years ago
  14. b52f52a clocksource: fix resume logic by Thomas Gleixner · 19 years ago
  15. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 19 years ago
  16. d1187ed vmstat: use our own timer events by Christoph Lameter · 19 years ago
  17. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 19 years ago
  18. f37bc27 fs: deprecate memclear_highpage_flush by Nate Diller · 19 years ago
  19. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 19 years ago
  20. 34f01cc FUTEX: new PRIVATE futexes by Eric Dumazet · 19 years ago
  21. d0aa7a7 futex_requeue_pi optimization by Pierre Peiffer · 19 years ago
  22. c19384b Make futex_wait() use an hrtimer for timeout by Pierre Peiffer · 19 years ago
  23. f34c506 declare struct ktime by Andrew Morton · 19 years ago
  24. b8522ea aio is unlikely by Andrew Morton · 19 years ago
  25. cd12301 RPC: add wrapper for svc_reserve to account for checksum by Jeff Layton · 19 years ago
  26. 7ac1bea knfsd: rename sk_defer_lock to sk_lock by NeilBrown · 19 years ago
  27. 8842c96 remove nfs4_acl_add_ace() by Adrian Bunk · 19 years ago
  28. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 19 years ago
  29. 73c2799 kthread: don't depend on work queues by Eric W. Biederman · 19 years ago
  30. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 19 years ago
  31. 23b2e59 workqueue: kill NOAUTOREL works by Oleg Nesterov · 19 years ago
  32. 1634c48 make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq by Oleg Nesterov · 19 years ago
  33. 7097a87 workqueue: kill run_scheduled_work() by Oleg Nesterov · 19 years ago
  34. baaca49 Define and use new events,CPU_LOCK_ACQUIRE and CPU_LOCK_RELEASE by Gautham R Shenoy · 19 years ago
  35. 6f7cc11 Extend notifier_call_chain to count nr_calls made by Gautham R Shenoy · 19 years ago
  36. 7c9cb38 relay: use plain timer instead of delayed work by Tom Zanussi · 19 years ago
  37. 19a75d8 kblockd: use flush_work by Andrew Morton · 19 years ago
  38. b89deed implement flush_work() by Oleg Nesterov · 19 years ago
  39. e749828 Use common cpu_is_xxx() macros on AT91 and AVR32 by Haavard Skinnemoen · 19 years ago
  40. 18d8362 mutex_lock_interruptible(): add __must_check by Andrew Morton · 19 years ago
  41. 55c0d1f Move sig_kernel_* et al macros to linux/signal.h by Roland McGrath · 19 years ago
  42. 8813d1c mca: add integrated device bus matching by James Bottomley · 19 years ago
  43. 818563d Always ask the hardware to obtain hardware processor id - ia64 by Fernando Luis Vazquez Cao · 19 years ago
  44. dd98852 Use the APIC to determine the hardware processor id - x86_64 by Fernando Luis Vazquez Cao · 19 years ago
  45. a36166c Use the APIC to determine the hardware processor id - i386 by Fernando Luis Vazquez Cao · 19 years ago
  46. 2f4dfe2 Remove hardcoding of hard_smp_processor_id on UP systems by Fernando Luis Vazquez Cao · 19 years ago
  47. dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 19 years ago
  48. 1e0cb0c uml: fix build breakage by Jeff Dike · 19 years ago
  49. a3d25c2 PM: Separate hibernation code from suspend code by Rafael J. Wysocki · 19 years ago
  50. 8defab3 FRV: Replace pgd management via slabs through quicklists by Christoph Lameter · 19 years ago
  51. 97416ce Declare {compat_}sys_utimensat by Stephen Rothwell · 19 years ago
  52. 47cc3e7 [AVR32] Wire up sys_utimensat by Haavard Skinnemoen · 19 years ago
  53. b3cfe0c [AVR32] Fix section mismatch .taglist -> .init.text by Haavard Skinnemoen · 19 years ago
  54. 121e70b include files: convert "include" subdirectory to UTF-8 by John Anthony Kazos Jr · 19 years ago
  55. 5886269 fix file specification in comments by Uwe Kleine-König · 19 years ago
  56. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 19 years ago
  57. 1591275 Fix "deprecated" typoes. by Robert P. J. Day · 19 years ago
  58. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 19 years ago
  59. b590d2b m68k: <asm/scatterlist.h> needs <linux/types.h> by Geert Uytterhoeven · 19 years ago
  60. 5616df2 FRV: Miscellaneous fixes by David Howells · 19 years ago
  61. 0c23664 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  62. 6ec129c Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 19 years ago
  63. 127cda1 [SPARC64]: Optimize fault kprobe handling just like powerpc. by David S. Miller · 19 years ago
  64. 6c11426 [SPARC]: Wire up utimensat syscall. by David S. Miller · 19 years ago
  65. c57c2ff [SPARC64]: Kill asm-sparc64/pbm.h by David S. Miller · 19 years ago
  66. 6c108f1 [SPARC64]: Move index info pci_pbm_info. by David S. Miller · 19 years ago
  67. e9870c4 [SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info. by David S. Miller · 19 years ago
  68. f1cd8de [SPARC64]: Move pci_ops into pci_pbm_info. by David S. Miller · 19 years ago
  69. 34768bc [SPARC64] PCI: Use root list of pbm's instead of pci_controller_info's by David S. Miller · 19 years ago
  70. 5a4a3e5 [SPARC64] PCI: Kill PROM_PCIRNG_MAX and PROM_PCIIMAP_MAX. by David S. Miller · 19 years ago
  71. cfa0652 [SPARC64] PCI: Use common routine to fetch PBM properties. by David S. Miller · 19 years ago
  72. 055b822 disable socket power in adapter driver instead of media one by Alex Dubov · 19 years ago
  73. 36f021b Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 19 years ago
  74. 4750def Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  75. 9028780 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  76. 393bfca Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  77. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  78. 34ed25f s3fb: updates by Ondrej Zajicek · 19 years ago
  79. c831c33 use mutex instead of semaphore in virtual console driver by Matthias Kaehlcke · 19 years ago
  80. 159dde9 atyfb: halve XCLK with Mobility and 32bit memory by Ville Syrjala · 19 years ago
  81. 38a3dc5 fbdev: fbcon: check if mode can handle new screen by Antonino A. Daplas · 19 years ago
  82. e5d809d pm2fb: Permedia 2V memory clock setting by Krzysztof Helt · 19 years ago
  83. 11f11d5 fbdev: add tile operation to get the maximum length of the map by Antonino A. Daplas · 19 years ago
  84. 2d2699d fbcon: font setting should check limitation of driver by Antonino A. Daplas · 19 years ago
  85. bf26ad7 fbdev: advertise limitation of drawing engine by Antonino A. Daplas · 19 years ago
  86. 09aaf26 fbdev: add fb_read/fb_write functions for framebuffers in system RAM by Antonino A. Daplas · 19 years ago
  87. 3f9b088 fbdev: pass struct fb_info to fb_read and fb_write by Antonino A. Daplas · 19 years ago
  88. 68648ed fbdev: add drawing functions for framebuffers in system RAM by Antonino A. Daplas · 19 years ago
  89. fa6ce9a vt: add color support to the "underline" and "italic" attributes by Jan Engelhardt · 19 years ago
  90. 86c6f7d tgafb: TURBOchannel support by Maciej W. Rozycki · 19 years ago
  91. 5e841b8 fb: fsync() method for deferred I/O flush. by Paul Mundt · 19 years ago
  92. 60b59be fbdev: mm: Deferred IO support by Jaya Kumar · 19 years ago
  93. 2ee1216 fbdev: display class by James Simmons · 19 years ago
  94. dd025c0 Char: cyclades, dynamic ports by Jiri Slaby · 19 years ago
  95. 6a0aa67 Char: cyclades, remove unused timestamps by Jiri Slaby · 19 years ago
  96. 2c7fea9 Char: cyclades, remove sleep_on by Jiri Slaby · 19 years ago
  97. 875b206 Char: cyclades, make info->card a pointer by Jiri Slaby · 19 years ago
  98. 46039f8 Char: cyclades, remove useless fileds from cyclades_card by Jiri Slaby · 19 years ago
  99. b81cc31 Char: cyclades, unexport struct cyclades_card by Jiri Slaby · 19 years ago
  100. 7e92b4f x86, serial: convert legacy COM ports to platform devices by Bjorn Helgaas · 19 years ago