1. e93df70 sl82c105: rework PIO support (take 2) by Sergei Shtylyov · 19 years ago
  2. 62ea6d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 19 years ago
  3. 4d47007 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 19 years ago
  4. 7e20ef0 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  5. a3d5213 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  6. 5b33991 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  7. 89661ad Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 19 years ago
  8. 6adae5d Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 19 years ago
  9. 254f9c5 Convert non-highmem kmap_atomic() to static inline function by Geert Uytterhoeven · 19 years ago
  10. f877958 NuBus header update by Finn Thain · 19 years ago
  11. b3e2fd9 lockdep: Add missing disable/enable irq variant by Roman Zippel · 19 years ago
  12. c04cb85 m68k: Atari keyboard and mouse support. by Michael Schmitz · 19 years ago
  13. 8d41f0e Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 19 years ago
  14. ded1504 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  15. 5a6d341 [XFRM] SPD info TLV aggregation by Jamal Hadi Salim · 19 years ago
  16. af11e31 [XFRM] SAD info TLV aggregationx by Jamal Hadi Salim · 19 years ago
  17. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 19 years ago
  18. 27a005b [BNX2]: Add support for 5709 Serdes. by Michael Chan · 19 years ago
  19. 427c219 [ETHTOOL]: Add 2.5G bit definitions. by Michael Chan · 19 years ago
  20. fc38582 [NETFILTER]: bridge netfilter: consolidate header pushing/pulling code by Patrick McHardy · 19 years ago
  21. c2a1910 [NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT by Jorge Boncompte · 19 years ago
  22. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 19 years ago
  23. be52178 [NET] skbuff: fix kernel-doc by Randy Dunlap · 19 years ago
  24. ef4533f [AFS]: Make the match_*() functions take const options. by David Howells · 19 years ago
  25. ecf3650 PCI: the overdue removal of pci_module_init() by Adrian Bunk · 19 years ago
  26. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 19 years ago
  27. 032de8e MSI: Give archs the option to free all MSI/Xs at once. by Michael Ellerman · 19 years ago
  28. 9c83133 MSI: Give archs the option to allocate all MSI/Xs at once. by Michael Ellerman · 19 years ago
  29. 314e77b MSI: Remove dev->first_msi_irq by Michael Ellerman · 19 years ago
  30. 4aa9bc9 MSI: Use a list instead of the custom link structure by Michael Ellerman · 19 years ago
  31. 6589121 PCI: Create alloc_pci_dev(), the one true way to create a struct pci_dev by Michael Ellerman · 19 years ago
  32. c9953a7 MSI: Add an arch_msi_check_device() by Michael Ellerman · 19 years ago
  33. 0da0ead PCI: define pci_request/release_regions() for CONFIG_PCI=n by Sergei Shtylyov · 19 years ago
  34. f7bdd12 pci: New PCI-E reset API by Brian King · 19 years ago
  35. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 19 years ago
  36. e196d62 [CRYPTO] api: Add ablkcipher_request_set_tfm by Herbert Xu · 19 years ago
  37. b5b7f08 [CRYPTO] api: Add async blkcipher type by Herbert Xu · 19 years ago
  38. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 20 years ago
  39. 32e3983 [CRYPTO] api: Add async block cipher interface by Herbert Xu · 19 years ago
  40. 1c23af9 i2c: Bitbanging I2C bus driver using the GPIO API by Haavard Skinnemoen · 19 years ago
  41. b86a1bc i2c: Restore i2c_smbus_read_block_data by Jean Delvare · 19 years ago
  42. 424ed67 i2c-algo-bit: Implement a 50/50 SCL duty cycle by Jean Delvare · 19 years ago
  43. d24ecfc i2c: Blackfin Two Wire Interface driver by Bryan Wu · 19 years ago
  44. b3e8209 i2c: Make i2c_del_driver a void function by Jean Delvare · 19 years ago
  45. a97f1ed i2c: Move i2c-isa-only exported symbol declarations by Jean Delvare · 19 years ago
  46. 12b5053 i2c: Add i2c_new_probed_device() by Jean Delvare · 19 years ago
  47. 0f3b483 i2c-algo-bit: Add i2c_bit_add_numbered_bus by Jean Delvare · 19 years ago
  48. 6e13e64 i2c: Add i2c_add_numbered_adapter() by David Brownell · 19 years ago
  49. 9c1600e i2c: Add i2c_board_info and i2c_new_device() by David Brownell · 19 years ago
  50. a1d9e6e i2c: i2c stack can remove() by David Brownell · 19 years ago
  51. 7b4fbc5 i2c: i2c stack can probe() by David Brownell · 19 years ago
  52. f75803d i2c-nforce2: Add support for the MCP61 and MCP65 by Jean Delvare · 19 years ago
  53. 209d27c i2c: Emulate SMBus block read over I2C by Jean Delvare · 19 years ago
  54. ef2c832 i2c: Rename dev_to_i2c_adapter() by David Brownell · 19 years ago
  55. 2096b95 i2c: Shrink struct i2c_client by David Brownell · 19 years ago
  56. b31366f i2c: i2c_adapter devices need no driver by Jean Delvare · 19 years ago
  57. fccb56e i2c: Kill i2c_adapter.class_dev by Jean Delvare · 19 years ago
  58. bd76631 mmc: remove old card states by Pierre Ossman · 19 years ago
  59. 55556da MMC: Fix handling of low-voltage cards by Philip Langdale · 19 years ago
  60. 4be34c9 MMC: Consolidate voltage definitions by Philip Langdale · 19 years ago
  61. 7ea239d mmc: add bus handler by Pierre Ossman · 20 years ago
  62. da7fbe5 mmc: Separate out protocol ops by Pierre Ossman · 20 years ago
  63. aaac1b4 mmc: Move core functions to subdir by Pierre Ossman · 19 years ago
  64. b855885 mmc: deprecate mmc bus topology by Pierre Ossman · 20 years ago
  65. 3b91e55 mmc: Flush pending detects on host removal by Pierre Ossman · 19 years ago
  66. f74d132 mmc: Move OCR bit defines by Pierre Ossman · 19 years ago
  67. 9c2c0af mmc: add type field to cards by Pierre Ossman · 20 years ago
  68. 85a18ad mmc: MMC sector based cards by Pierre Ossman · 19 years ago
  69. 91f8d01 tifm: layout fixes, small changes to comments and printfs by Alex Dubov · 19 years ago
  70. 13cdf48 tifm_sd: implement software scatter-gather by Alex Dubov · 19 years ago
  71. 72dc9d9 tifm_sd: replace command completion state machine with full checking by Alex Dubov · 19 years ago
  72. 2428a8f tifm: move common device management tasks from tifm_7xx1 to tifm_core by Alex Dubov · 19 years ago
  73. 6113ed7 tifm: move common adapter management tasks from tifm_7xx1 to tifm_core by Alex Dubov · 19 years ago
  74. 3540af8 tifm: replace per-adapter kthread with freezeable workqueue by Alex Dubov · 19 years ago
  75. e23f2b8 tifm: simplify bus match and uevent handlers by Alex Dubov · 19 years ago
  76. 8dc4a61 tifm: use bus methods to handle probe/remove instead of driver ones. by Alex Dubov · 19 years ago
  77. 4552f0c tifm: hide details of interrupt processing from socket drivers by Alex Dubov · 19 years ago
  78. 74dd34e NFS: Added support to turn off the NFSv3 READDIRPLUS RPC. by Steve Dickson · 19 years ago
  79. 4c2eaf0 SUNRPC: remove old portmapper by Chuck Lever · 19 years ago
  80. a509050 SUNRPC: introduce rpcbind: replacement for in-kernel portmapper by Chuck Lever · 19 years ago
  81. c5a4dd8 SUNRPC: Eliminate side effects from rpc_malloc by Chuck Lever · 19 years ago
  82. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 19 years ago
  83. 511d2e8 NLM: Shrink the maximum request size of NLM4 requests by Chuck Lever · 19 years ago
  84. ca52fec NFS: Use pgoff_t in structures and functions that pass page cache offsets by Trond Myklebust · 19 years ago
  85. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 19 years ago
  86. c63c7b0 NFS: Fix a race when doing NFS write coalescing by Trond Myklebust · 19 years ago
  87. 8b09bee NFS: Cleanup for nfs_readpages() by Trond Myklebust · 19 years ago
  88. bcb71bb NFS: Another cleanup of the read/write request coalescing code by Trond Myklebust · 19 years ago
  89. d8a5ad7 NFS: Cleanup the coalescing code by Trond Myklebust · 19 years ago
  90. 84767d0 Input: gpio_keys - add support for switches (EV_SW) by Roman Moravcik · 19 years ago
  91. bc95f36 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 19 years ago
  92. 14e38ac pm: include EIO from errno-base.h by David Rientjes · 19 years ago
  93. 11443ec Add kvasprintf() by Jeremy Fitzhardinge · 19 years ago
  94. 9684e51 power management: force pm_ops.valid callback to be assigned by Johannes Berg · 19 years ago
  95. e8c9c50 power management: implement pm_ops.valid for everybody by Johannes Berg · 19 years ago
  96. 11d77d0 power management: remove firmware disk mode by Johannes Berg · 19 years ago
  97. fe0c935 rework pm_ops pm_disk_mode, kill misuse by Johannes Berg · 19 years ago
  98. 42e3808 Extend print_symbol capability by Robert Peterson · 19 years ago
  99. d645470 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 19 years ago
  100. 152a6a9 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago