1. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  2. 2fb98e8 block: implement request_queue->dma_drain_needed by Tejun Heo · 16 years ago
  3. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  4. ffc4e75 cfq-iosched: add hlist for browsing parallel to the radix tree by Jens Axboe · 16 years ago
  5. 86b6c7a fs/block_dev.c: remove #if 0'ed code by Adrian Bunk · 16 years ago
  6. 4c54ac6 make struct def_blk_aops static by Adrian Bunk · 16 years ago
  7. f401fd5 linux/hdsmart.h: fix goofups (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 84f7e45 via82cxxx: add new PCI id for cx700 by Andrew Smith · 16 years ago
  9. 0165d7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  10. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 16 years ago
  11. 83db33a V4L/DVB (7198): V4L, include ioctl.h in videodev headers by Jiri Slaby · 17 years ago
  12. f0ba356 V4L/DVB (7192): Adds support for Genius TVGo A11MCE by Adrian Pardini · 17 years ago
  13. 384b835 V4L/DVB (7150): [v4l] convert videbuf_vmalloc_memory to videobuf_vmalloc_memory by Brandon Philips · 17 years ago
  14. 64f9477 V4L/DVB (7121): Renames videobuf lock to vb_lock by Mauro Carvalho Chehab · 17 years ago
  15. 057596e V4L/DVB (7133): Fix Kconfig dependencies by Mauro Carvalho Chehab · 17 years ago
  16. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  17. 4ee29f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  18. 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  19. 11d64be Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  20. c24ce1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  21. f527cf4 Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 16 years ago
  22. 664a156 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  23. b9e2229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  24. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  25. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  26. e83aece Use struct path in struct svc_expkey by Jan Blunck · 16 years ago
  27. 5477549 Use struct path in struct svc_export by Jan Blunck · 16 years ago
  28. 448678a d_path: Make get_dcookie() use a struct path argument by Jan Blunck · 16 years ago
  29. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 16 years ago
  30. 44707fd d_path: Use struct path in struct avc_audit_data by Jan Blunck · 16 years ago
  31. ac748a0 Make set_fs_{root,pwd} take a struct path by Jan Blunck · 16 years ago
  32. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  33. 5dd784d Introduce path_get() by Jan Blunck · 16 years ago
  34. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  35. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  36. c5e725f Move struct path into its own header by Jan Blunck · 16 years ago
  37. 429731b Remove path_release_on_umount() by Jan Blunck · 16 years ago
  38. 000cb48 vfs: add explanation of I_DIRTY_DATASYNC bit by Jan Kara · 16 years ago
  39. 0778361 Include kernel.h from configfs.h by Ben Nizette · 16 years ago
  40. 2cd9cdc m68knommu: use tabs not spaces in cacheflush.h by Greg Ungerer · 16 years ago
  41. 091b76d m68knommu: avoid unneccessary use of xchg() in set_mb() by Greg Ungerer · 16 years ago
  42. 1387d0d fix module_update_markers() compile error by Adrian Bunk · 16 years ago
  43. 331dc55 slub: Support 4k kmallocs again to compensate for page allocator slowness by Christoph Lameter · 16 years ago
  44. b7a49f0 slub: Determine gfpflags once and not every time a slab is allocated by Christoph Lameter · 16 years ago
  45. eada35e slub: kmalloc page allocator pass-through cleanup by Pekka Enberg · 17 years ago
  46. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 17 years ago
  47. cae30f8 x86: make dump_pagetable() static by Adrian Bunk · 17 years ago
  48. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 17 years ago
  49. 7084eba [POWERPC] Fix arch/ppc compilation - add typedef for pgtable_t by Stefan Roese · 17 years ago
  50. fb8642d [POWERPC] Wire up new timerfd syscalls by Stephen Rothwell · 17 years ago
  51. f60d63f Merge branches 'release', 'dmi', 'idle' and 'misc' into release by Len Brown · 17 years ago
  52. 46c1fbd ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505 by Len Brown · 17 years ago
  53. c0ca41a sh: fix ioreadN_rep and iowriteN_rep by Magnus Damm · 17 years ago
  54. f99cb7a sh: Kill off more dead symbols. by Paul Mundt · 17 years ago
  55. c7a49dd sh: asm/irq.h needs asm/cpu/irq.h. by Paul Mundt · 17 years ago
  56. 38350e0 sh: Get SH-5 caches working again post-unification. by Paul Mundt · 17 years ago
  57. 5c8f82c maple: Fix up maple build failure. by Paul Mundt · 17 years ago
  58. bb7de07 sh: asm/tlb.h needs linux/pagemap.h for CONFIG_SWAP=n. by Paul Mundt · 17 years ago
  59. c2f4d36 sh: Tidy include/asm-sh/hp6xx.h by Kristoffer Ericson · 17 years ago
  60. f1f8926 sh: Update SH-5 flush_cache_sigtramp() for API changes. by Paul Mundt · 17 years ago
  61. 5e9c8ac sh: Fix up set_fixmap_nocache() for SH-5. by Paul Mundt · 17 years ago
  62. 5286031 sh: Fix up pte_mkhuge() build breakage for SH-5. by Paul Mundt · 17 years ago
  63. 829c773 sh: Handle SH7366 CPU in check_bugs(). by Paul Mundt · 17 years ago
  64. 9109a30 sh: add support for sh7366 processor by Magnus Damm · 17 years ago
  65. c1a34e4 sh: trapped io support for highlander V2 by Magnus Damm · 17 years ago
  66. 2d952b4 sh: trapped io support for r2d V2 by Magnus Damm · 17 years ago
  67. e7cc9a7 sh: trapped io support V2 by Magnus Damm · 17 years ago
  68. 1e6760c sh: make copy_to/from_user() static inline by Magnus Damm · 17 years ago
  69. 5d0e146 sh: Wire up new timerfd syscalls. by Paul Mundt · 17 years ago
  70. 87153058 maple: Drop unused prototypes from linux/maple.h. by Adrian McMenamin · 17 years ago
  71. b948237 maple: fix up whitespace damage. by Adrian McMenamin · 17 years ago
  72. 5c5a26f sh: termios ioctl definitions by Alan Cox · 17 years ago
  73. 4fcb2fc ACPI, cpuidle: Clarify C-state description in sysfs by Venkatesh Pallipadi · 17 years ago
  74. e760e71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 17 years ago
  75. b2e3e65 Linux Kernel Markers: create modpost file by Mathieu Desnoyers · 17 years ago
  76. fb40bd7 Linux Kernel Markers: support multiple probes by Mathieu Desnoyers · 17 years ago
  77. 91d35dd moduleparam: fix alpha, ia64 and ppc64 compile failures by Ivan Kokshaysky · 17 years ago
  78. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 17 years ago
  79. 064d9ef hugetlb: fix overcommit locking by Nishanth Aravamudan · 17 years ago
  80. 2695a14 SC26XX: missing PORT define in serial_core.h by Thomas Bogendoerfer · 17 years ago
  81. 2153430 Final removal of FASTCALL()/fastcall by Harvey Harrison · 17 years ago
  82. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 17 years ago
  83. 10270d4 acpi: fix acpi_os_read_pci_configuration() misuse of raw_pci_read() by Linus Torvalds · 17 years ago
  84. 3174ffa Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  85. 1cdde19 x86: fix sigcontext.h user export by Ingo Molnar · 17 years ago
  86. 052f1dc sched: rt-group: make rt groups scheduling configurable by Peter Zijlstra · 17 years ago
  87. 9f0c1e5 sched: rt-group: interface by Peter Zijlstra · 17 years ago
  88. d5bd014 [NET]: Improve cache line coherency of ingress qdisc by Neil Turton · 17 years ago
  89. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 17 years ago
  90. 0f8f27c [IPV6]: remove unused method declaration (net/ndisc.h). by Rami Rosen · 17 years ago
  91. e848b58 [AX25] ax25_ds_timer: use mod_timer instead of add_timer by Jarek Poplawski · 17 years ago
  92. 21fab4a [AX25] ax25_timer: use mod_timer instead of add_timer by Jarek Poplawski · 17 years ago
  93. b791dd3 Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  94. 31f1de4 mempolicy: silently restrict nodemask to allowed nodes by KOSAKI Motohiro · 17 years ago
  95. 1a51008 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  96. 271cad6 Make topology fallback macros reference their arguments. by Andi Kleen · 17 years ago
  97. 10d0aa3 [IA64] Fix build for sim_defconfig by Tony Luck · 17 years ago
  98. 4660c8e [SCSI] update SG_ALL to avoid causing chaining by James Bottomley · 17 years ago
  99. 1f07e98 Prevent IDE boot ops on NUMA system by Andi Kleen · 17 years ago
  100. 0c0d61c Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago