1. a0abb93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  2. 4b749440 tcp: Make prior_ssthresh a u32 by Ilpo Järvinen · 16 years ago
  3. c8942f1 netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ by Patrick McHardy · 16 years ago
  4. d40ace0 Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  5. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  6. fd9908c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  7. 5fb1357 [VLAN]: Propagate selected feature bits to VLAN devices by Patrick McHardy · 16 years ago
  8. afba937 USB: CDC WDM driver by Oliver Neukum · 16 years ago
  9. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  10. 424de91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  11. f8dea7a HID: remove CVS keywords by Adrian Bunk · 16 years ago
  12. 6e70459 HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN. by Diego 'Flameeyes' Petteno · 16 years ago
  13. e23a5f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  14. 88e6c949 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  15. 50af2fa libata: ignore SIMG4726 config pseudo device by Tejun Heo · 16 years ago
  16. bf1bff6 libata: increase PMP register access timeout to 3s by Tejun Heo · 16 years ago
  17. 07633b5 ata: remove FIT() macro by Harvey Harrison · 16 years ago
  18. e6da97e ipv6: Move <linux/in6.h> from header-y to unifdef-y. by Robert P. J. Day · 16 years ago
  19. c3cc3bd dlm: <linux/dlm_plock.h> should be "unifdef"ed. by Robert P. J. Day · 16 years ago
  20. 008fdbc svcrdma: Change svc_rdma_send_error return type to void by Tom Tucker · 16 years ago
  21. 8da91ea svcrdma: Move destroy to kernel thread by Tom Tucker · 16 years ago
  22. 8740767 svcrdma: Use standard Linux lists for context cache by Tom Tucker · 16 years ago
  23. 02e7452 svcrdma: Simplify RDMA_READ deferral buffer management by Tom Tucker · 16 years ago
  24. 10a38c3 svcrdma: Remove unused READ_DONE context flags bit by Tom Tucker · 16 years ago
  25. eb8a790 i2c: Kill the old driver matching scheme by Jean Delvare · 16 years ago
  26. 08a6fac [PATCH] get rid of leak in compat_execve() by Al Viro · 16 years ago
  27. 02afc626 [PATCH] dup_fd() fixes, part 1 by Al Viro · 16 years ago
  28. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 16 years ago
  29. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  30. a1a61a4 atm: Cleanup atm_tcp.h and atm.h for userspace. by Mike Frysinger · 16 years ago
  31. 8f40f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  32. 44c8143 per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules by Eric Dumazet · 16 years ago
  33. 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
  34. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 16 years ago
  35. cafa027 cs5520: disable VDMA by Bartlomiej Zolnierkiewicz · 16 years ago
  36. e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 16 years ago
  37. fc99824c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  38. e90a4e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  39. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  40. 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 16 years ago
  41. 6aa5fc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  42. d23039e USB: add association.h by Greg Kroah-Hartman · 16 years ago
  43. 78bb6cb fuse: add flag to turn on big writes by Miklos Szeredi · 16 years ago
  44. 4cd1a8f memcg: fix possible panic when CONFIG_MM_OWNER=y by KOSAKI Motohiro · 16 years ago
  45. f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 16 years ago
  46. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  47. 8388e3d net: Set LL_MAX_HEADER properly for wireless. by David S. Miller · 16 years ago
  48. c714a53 Make 'cond_resched()' nullification depend on PREEMPT_BKL by Linus Torvalds · 16 years ago
  49. 9404ef0 Fix up 'need_resched()' definition by Linus Torvalds · 16 years ago
  50. 4951704 syncppp: Fix crashes. by David S. Miller · 16 years ago
  51. 5701412 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  52. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 16 years ago
  53. 60b129d i2c: Match dummy devices by type by Jean Delvare · 16 years ago
  54. 633331f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  55. 8e3e076 BKL: revert back to the old spinlock implementation by Linus Torvalds · 16 years ago
  56. 9c3cdc1 Move ACCESS_ONCE() to <linux/compiler.h> by Linus Torvalds · 16 years ago
  57. 005b1f7 [libata] revert new check-ready Status register logic by Jeff Garzik · 16 years ago
  58. d9a9a23 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  59. 6c2545e module: put modversions in vermagic by Rusty Russell · 16 years ago
  60. 8af302e [POWERPC] Fix of_i2c include for module compilation by Jochen Friedrich · 16 years ago
  61. 28a4acb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  62. 7a34912 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  63. 0f1bce4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 16 years ago
  64. 33f9936 Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  65. ef75d49 netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last request by Patrick McHardy · 16 years ago
  66. 28f1370 block: avoid duplicate calls to get_part() in disk stat code by Jens Axboe · 16 years ago
  67. 6d63c27 cfq-iosched: make io priorities inherit CPU scheduling class as well as nice by Jens Axboe · 16 years ago
  68. 221e583 udf: Make udf exportable by Rasmus Rohde · 16 years ago
  69. 7f3d4ee vfs: splice remove_suid() cleanup by Miklos Szeredi · 16 years ago
  70. bb78be8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  71. 33dcdac [PATCH] kill ->put_inode by Christoph Hellwig · 16 years ago
  72. 54c852a Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_eth into upstream by Jeff Garzik · 16 years ago
  73. 9b9a8bf phylib: Fix some sparse warnings by Andy Fleming · 16 years ago
  74. 10acf3b libata: export ata_eh_analyze_ncq_error by Mark Lord · 16 years ago
  75. 78ab88f libata: improve post-reset device ready test by Tejun Heo · 16 years ago
  76. bb896af Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-fixes by Linus Torvalds · 16 years ago
  77. 2e83fc4 Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  78. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 16 years ago
  79. 690229a sched: make clock sync tunable by architecture code by Ingo Molnar · 16 years ago
  80. 8ae121a sched: fix RT task-wakeup logic by Gregory Haskins · 16 years ago
  81. 108c196 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  82. 688b744 kgdb: fix signedness mixmatches, add statics, add declaration to header by Harvey Harrison · 16 years ago
  83. b41e5ff [POWERPC] devres: Add devm_ioremap_prot() by Emil Medve · 16 years ago
  84. e73b65f sysfs: build fix by Ingo Molnar · 16 years ago
  85. afa26be Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  86. 38e8012 Merge git://git.infradead.org/battery-2.6 by Linus Torvalds · 16 years ago
  87. 4f9faaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  88. c36c804 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  89. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 16 years ago
  90. ae4f8fc bridge: forwarding table information for >256 devices by Stephen Hemminger · 16 years ago
  91. f6b6b18 pda_power: add init and exit function callbacks by Philipp Zabel · 16 years ago
  92. b66e1f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  93. 1be1d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  94. 37b6a04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  95. a5e54b0 USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance by David Lopo · 16 years ago
  96. b02b371 USB: add Cypress c67x00 OTG controller core driver by Peter Korsgaard · 16 years ago
  97. 35e5437 USB: Add the USB 2.0 extension descriptor. by Sarah Sharp · 16 years ago
  98. 0691663 driver-core: add dev_name() to help transition away from using bus_id by Kay Sievers · 16 years ago
  99. 3482a6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-genirq by Linus Torvalds · 16 years ago
  100. 48e4043 virtio: add virtio disk geometry feature by Ryan Harper · 16 years ago