1. b592fcf sysfs: Shadow directory support by Eric W. Biederman · 19 years ago
  2. b7a3e81 Driver core: allow to delay the uevent at device creation time by Kay Sievers · 19 years ago
  3. f9f852d Driver core: add device_type to struct device by Kay Sievers · 19 years ago
  4. bf0acc3 SYSFS: Fix missing include of list.h in sysfs.h by Frank Haverkamp · 19 years ago
  5. 270a6c4 /sys/modules/*/holders by Kay Sievers · 19 years ago
  6. 80f745f USB: add the sysfs driver name to all modules by Greg Kroah-Hartman · 19 years ago
  7. 4b31562 SERIO: add the sysfs driver name to all modules by Greg Kroah-Hartman · 19 years ago
  8. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 19 years ago
  9. f30c53a MODULES: add the module name for built in kernel drivers by Kay Sievers · 19 years ago
  10. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 24 years ago
  11. 2943ecf Driver core: convert SPI code to use struct device by Greg Kroah-Hartman · 19 years ago
  12. 2ac04a1 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 19 years ago
  13. a417a21 USB HID: handle multi-interface devices for Apple macbook pro properly by Soeren Sonnenburg · 19 years ago
  14. 7c37914 HID: API - fix leftovers of hidinput API in USB HID by Jiri Kosina · 19 years ago
  15. c080d89 HID: hid debug from hid-debug.h to hid layer by Jiri Kosina · 19 years ago
  16. 20eb127 hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter by Anssi Hannula · 19 years ago
  17. 5556fea hid: quirk for multi-input devices with unneeded output reports by Anssi Hannula · 19 years ago
  18. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 19 years ago
  19. fe4a3c7 mmc: Allow host drivers to specify a max block size by Pierre Ossman · 19 years ago
  20. 41d78f7 tifm_core: add suspend/resume infrastructure for tifm devices by Alex Dubov · 19 years ago
  21. b5ad676 tifm_7xx1: recognize device 0xac8f as supported by Alex Dubov · 19 years ago
  22. 7146f0d tifm_7xx1: switch from workqueue to kthread by Alex Dubov · 19 years ago
  23. 6412d92 tifm_7xx1: Merge media insert and media remove functions by Alex Dubov · 19 years ago
  24. 50743f4 Remove unused return value from signal_irq callback by Alex Dubov · 19 years ago
  25. 8e02f85 tifm_sd: restructure initialization, removal and command handling by Alex Dubov · 19 years ago
  26. fba68bd mmc: Add support for SDHC cards by Philip Langdale · 19 years ago
  27. 9e9dc5f mmc: Power quirk for ENE controllers by Darren Salt · 19 years ago
  28. 11354d0 mmc: let host be parent of cards by Pierre Ossman · 19 years ago
  29. f22ee4e mmc: replace host->card_busy by Pierre Ossman · 19 years ago
  30. 0777721 libata: Fix ata_busy_wait() kernel docs by Alan · 19 years ago
  31. 472ba91 [PATCH] efi_set_rtc_mmss() is not __init by Al Viro · 19 years ago
  32. 4222721 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 19 years ago
  33. 0f24528 [PATCH] namespaces: fix task exit disaster by Serge E. Hallyn · 19 years ago
  34. 444f378 Revert "[PATCH] namespaces: fix exit race by splitting exit" by Linus Torvalds · 19 years ago
  35. 51e6ed2 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 19 years ago
  36. 597049c Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 19 years ago
  37. 3d8b303 [PATCH] cdev.h: forward declarations by Jan Engelhardt · 19 years ago
  38. 436d165 [PATCH] use __u8 rather than u8 in userspace SIZE defines in hdreg.h by Mike Frysinger · 19 years ago
  39. 04611f9 [PATCH] use __u8/__u32 in userspace ioctl defines for I2O by Mike Frysinger · 19 years ago
  40. 7a238fc [PATCH] namespaces: fix exit race by splitting exit by Serge E. Hallyn · 19 years ago
  41. 76398f9 HID: fix pb_fnmode and move it to generic HID by Jiri Kosina · 19 years ago
  42. 43ed41f [AGPGART] Add new IDs to VIA AGP. by Dave Jones · 19 years ago
  43. e0b874d via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support for CX700 and 8237S by Josepch Chan · 19 years ago
  44. 08eacc3 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  45. 2a2275d [PATCH] md: fix potential memalloc deadlock in md by NeilBrown · 19 years ago
  46. a0ad13e [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsd by NeilBrown · 19 years ago
  47. 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 19 years ago
  48. e2df0c8 [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON by NeilBrown · 19 years ago
  49. 250f391 [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned reads by NeilBrown · 19 years ago
  50. e5b97dd [PATCH] Add VM_ALWAYSDUMP by Roland McGrath · 19 years ago
  51. 46fe4dd [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace by Joerg Roedel · 19 years ago
  52. b2a8bbe libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli by Tejun Heo · 19 years ago
  53. b229a7b libata: set_mode, Fix the FIXME by Alan · 19 years ago
  54. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 19 years ago
  55. bde8f00 [PATCH] NFS: Fix Oops in rpc_call_sync() by Trond Myklebust · 19 years ago
  56. 6f3776c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  57. d0f2948 libata: Initialize qc->pad_len by Brian King · 19 years ago
  58. 7a80118 libata: Fixup n_elem initialization by Brian King · 19 years ago
  59. 6fd8bb8 [IP] TUNNEL: Fix to be built with user application. by Masahide NAKAMURA · 19 years ago
  60. bf1c1ee [NET]: Process include/linux/if_{addr,link}.h with unifdef by Adrian Bunk · 19 years ago
  61. 2748e5d [NETFILTER]: Fix iptables ABI breakage on (at least) CRIS by Patrick McHardy · 19 years ago
  62. 6d7de67 Merge branch 'ftape' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  63. de14569 [PATCH] resierfs: avoid tail packing if an inode was ever mmapped by Vladimir Saveliev · 19 years ago
  64. b3a242b more ftape removal by Adrian Bunk · 19 years ago
  65. ebcccd1 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 19 years ago
  66. ab11278 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  67. 0bf9854 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 19 years ago
  68. a99d726 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 19 years ago
  69. e55cec4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 19 years ago
  70. f7ebf99 HID: add missing RX, RZ and RY enum values to hid-debug output by Simon Budig · 19 years ago
  71. 501e0c5 libata: initialize qc->dma_dir to DMA_NONE by Tejun Heo · 19 years ago
  72. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  73. 412297d V4L/DVB (5023): Fix compilation on ppc32 architecture by Mauro Carvalho Chehab · 19 years ago
  74. 6f94990 mmc: Correct definition of R6 by Philip Langdale · 19 years ago
  75. e947382 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  76. f73ca1b [PATCH] Revert bd_mount_mutex back to a semaphore by David Chinner · 19 years ago
  77. e3db769 [PATCH] NFS: Fix race in nfs_release_page() by Trond Myklebust · 19 years ago
  78. 07031e1 [PATCH] KVM: add VM-exit profiling by Ingo Molnar · 19 years ago
  79. a2f3aa0 [PATCH] Fix sparsemem on Cell by Dave Hansen · 19 years ago
  80. 8f6d63a Pull sgi into release branch by Len Brown · 19 years ago
  81. 3eb3c74 [PATCH] fix linux banner format string by Roman Zippel · 19 years ago
  82. a8de85d [MTD] OneNAND: Implement read-while-load by Adrian Hunter · 19 years ago
  83. 60d84f9 [MTD] OneNAND: add subpage write support by Kyungmin Park · 19 years ago
  84. f79e780 [NETFILTER]: tcp conntrack: fix IP_CT_TCP_FLAG_CLOSE_INIT value by Patrick McHardy · 19 years ago
  85. 8c82d8d [NETFILTER]: arp_tables: fix userspace compilation by Bart De Schuymer · 19 years ago
  86. 74bda93 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  87. a6f36be [ARM] pass vma for flush_anon_page() by Russell King · 19 years ago
  88. 7bf2368 [PATCH] swsusp: Do not fail if resume device is not set by Rafael J. Wysocki · 19 years ago
  89. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 19 years ago
  90. dd2c565 [PATCH] Add AFS_SUPER_MAGIC to magic.h by Adam Megacz · 19 years ago
  91. 3948ec9 ACPI: Altix: ACPI _PRT support by John Keller · 19 years ago
  92. a7ec3f5 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 19 years ago
  93. cb4db4c [NET]: Don't export linux/random.h outside __KERNEL__. by David Woodhouse · 19 years ago
  94. e44c39b [NET]: Add memory barrrier to netif_poll_enable() by David S. Miller · 19 years ago
  95. 089e34b [PATCH] cpuset procfs warning fix by Andrew Morton · 19 years ago
  96. 4b1badf [PATCH] SPI: define null tx_buf to mean "shift out zeroes" by David Brownell · 19 years ago
  97. 18ed1c0 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  98. 0f3fffd [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. by Ivan Skytte Jorgensen · 19 years ago
  99. a3f7f14 [SCTP]: Don't export include/linux/sctp.h to userspace. by Sridhar Samudrala · 19 years ago
  100. 080dd51 [PATCH] mips: if_fddi.h: Add a missing inclusion by Maciej W. Rozycki · 19 years ago