- b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 18 years ago
- 1ed0c0b [PATCH] Char: isicom, correct probing/removing by Jiri Slaby · 18 years ago
- 7edc136 [PATCH] Char: isicom, support higher rates by Jiri Slaby · 18 years ago
- cb4a10c [PATCH] Char: isicom, check card state in isr by Jiri Slaby · 18 years ago
- f0a0ba6 [PATCH] Char: isicom, augment card_reset by Jiri Slaby · 18 years ago
- 174f130 [PATCH] Char: isicom, fix locking in isr by Jiri Slaby · 18 years ago
- 02d3fca [PATCH] make drivers/char/mxser_new.c:mxser_hangup() static by Adrian Bunk · 18 years ago
- a356995 [PATCH] mxser: remove ambiguous redefinition of INIT_WORK by Andreas Jaggi · 18 years ago
- 0aa5de8 [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves by Jiri Slaby · 18 years ago
- 52c9ae0 [PATCH] IOC3/IOC4: PCI mem space resources by Brent Casavant · 18 years ago
- c33df4e [PATCH] disable init/initramfs.c by Jean-Paul Saman · 18 years ago
- dd65aa6 [PATCH] Char: tty, delete wake_up_interruptible after tty_wakeup by Jiri Slaby · 18 years ago
- 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 18 years ago
- 70e8404 [PATCH] drivers: add LCD support by Miguel Ojeda Sandonis · 18 years ago
- 05a0416 [PATCH] Drop __get_zone_counts() by Christoph Lameter · 18 years ago
- 66efc5a libata: kill ATA_ENABLE_PATA by Jeff Garzik · 18 years ago
- 591a6e8 libata: build fix after dmesg probe output changes by Jeff Garzik · 18 years ago
- 11750a4 libata: Early CFA adapters are not required to support mode setting by Alan · 18 years ago
- ce053fa sata_nv: propagate ata_pci_device_do_resume return value by Robert Hancock · 18 years ago
- a2cfe81 sata_nv: wait for response on entering/leaving ADMA mode by Robert Hancock · 18 years ago
- 382a665 sata_nv: use ADMA for NODATA commands by Robert Hancock · 18 years ago
- 5bd28a4 sata_nv: cleanup ADMA error handling by Robert Hancock · 18 years ago
- 92ae784 (2.6.20) pata_mpiix: probing cleanup (resend) by Sergei Shtylyov · 18 years ago
- 7b4f1a1 (2.6.20) pata_mpiix: fix PIO setup issues by Sergei Shtylyov · 18 years ago
- 409ba47 (2.6.20) pata_oldpiix: fix PIO2 underclocking by Sergei Shtylyov · 18 years ago
- 2c7620d Kconfig: clarify ATA_PIIX description by Alan · 18 years ago
- fe33460 sata_inic162x: fix a few glitches in hardreset by Tejun Heo · 18 years ago
- 34fee22 libata: add 150ms between completion of hardreset and status checking by Tejun Heo · 18 years ago
- 3f64f56 libata: rearrange dmesg info to add full ATA revision by Eric D. Mudama · 18 years ago
- 24a0145 pata_sl82c105: wrong assumptions about compatible PIO modes by Sergei Shtylyov · 18 years ago
- 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 18 years ago
- 8362500 libata: add another IRQ calls (core and headers) by Akira Iguchi · 18 years ago
- 0d5ff56 libata: convert to iomap by Tejun Heo · 18 years ago
- 1a68ff1 pata_platform: fix devres conversion by Tejun Heo · 18 years ago
- fda0efc [libata] Shuffle DRV_xxx in core and SiS drivers, to kill warnings by Jeff Garzik · 18 years ago
- b878ca5 libata: remove unused functions by Tejun Heo · 18 years ago
- 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 18 years ago
- f0d36ef libata: update libata core layer to use devres by Tejun Heo · 18 years ago
- 0529c159 libata: implement ata_host_detach() by Tejun Heo · 18 years ago
- 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
- 77a527e fix CONFIG_SATA_SIS=y compile error by Adrian Bunk · 18 years ago
- 9b14dec sata_sis: Support for PATA supports by Alan · 18 years ago
- 5924b74 libata: implement HDIO_GET_IDENTITY by Tejun Heo · 18 years ago
- 18d90de libata: trivial stuff by Alan · 18 years ago
- 0feb573 sata_promise: kill qc->nsect by Tejun Heo · 18 years ago
- dedf61db libata piix3 support warning fix by Andrew Morton · 18 years ago
- d2cdfc0 libata: PIIX3 support by Alan · 18 years ago
- fba6edb sata_promise: handle ATAPI_NODATA ourselves by Mikael Pettersson · 18 years ago
- 4113bb6 sata_promise: issue ATAPI commands as normal packets by Mikael Pettersson · 18 years ago
- 73fd456 sata_promise: ATAPI cleanup by Mikael Pettersson · 18 years ago
- 1fd7a69 sata_inic162x: finally, driver for initio 162x SATA controllers, take #2 by Tejun Heo · 18 years ago
- 726f078 libata: kill qc->nsect and cursect by Tejun Heo · 18 years ago
- 1645444 [libata] sata_vsc: build fix after PCI MSI feature addition by Jeff Garzik · 18 years ago
- 7cbaa86 [libata] sata_vsc: support PCI MSI by Dan Wolstenholme · 18 years ago
- 553c4aa libata: handle pci_enable_device() failure while resuming by Tejun Heo · 18 years ago
- 8bfa79f libata: use ata_id_c_string() by Tejun Heo · 18 years ago
- a0cf733 libata: straighten out ATA_ID_* constants by Tejun Heo · 18 years ago
- cdf56bc sata_nv: add suspend/resume support v3 (Resubmit) by Robert Hancock · 18 years ago
- 7102d23 drivers/ata/: make 4 functions static by Adrian Bunk · 18 years ago
- 904dbd1 ahci: Remove jmicron fixup by Alan · 18 years ago
- 4112e16 libata-sff: Don't try and activate channels which are not in use by Alan · 18 years ago
- d73f30e sata_via: PATA support by Alan · 18 years ago
- 7dcbc1f pata_sis: implement laptop list and add ASUS A6K/A6U by Jakub W. Jozwicki J · 18 years ago
- babfb68 ata_piix: add ICH7 on Acer 3682WLMi to laptop list by J J · 18 years ago
- c9f8947 Add pci class code for SATA & AHCI, and replace some magic numbers. by Conke Hu · 18 years ago
- 9500618 sata_promise: ATAPI support by Mikael Pettersson · 18 years ago
- 870ae33 sata_promise: TX2plus PATA support by Mikael Pettersson · 18 years ago
- 7a44e91 [PATCH] user of the jiffies rounding patch: ATA subsystem by Arjan van de Ven · 18 years ago
- f20b16f [libata] trim trailing whitespace by Jeff Garzik · 18 years ago
- 155d291 [PATCH] libata: Add support for the MPC52xx ATA controller by Sylvain Munaut · 18 years ago
- 9b13b68 [PATCH] pata_it8213: Add new driver for the IT8213 card by Alan · 18 years ago
- 3f3e731 [PATCH] sata_sis: support SiS966/966L by Uwe Koziolek · 18 years ago
- 6410610 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 18 years ago
- 2fd592e Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-apm by Linus Torvalds · 18 years ago
- 45941d0 [PATCH] enable mouse button 2+3 emulation for x86 macs by Soeren Sonnenburg · 18 years ago
- da6e1a3 [PATCH] md: avoid possible BUG_ON in md bitmap handling by Neil Brown · 18 years ago
- 387bb17 [PATCH] md: fix various bugs with aligned reads in RAID5 by Neil Brown · 18 years ago
- cbb9450 [PATCH] rtc-pcf8563: detect polarity of century bit automatically by Atsushi Nemoto · 18 years ago
- 68a696a Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tc by Linus Torvalds · 18 years ago
- dcb92f8 [PATCH] uintptr_t is unsigned long, not u32 by Al Viro · 18 years ago
- bd4f3ae [PATCH] trivial s2io annotations by Al Viro · 18 years ago
- b534497 [PATCH] trivial cxgb3 annotations by Al Viro · 18 years ago
- 184123d [PATCH] pc300too annotation fixes by Al Viro · 18 years ago
- 68f50e5 [PATCH] hci_{read,write}l() does force casts to wrong type for no reason by Al Viro · 18 years ago
- 53ebb3b [PATCH] trivial usb endianness annotations by Al Viro · 18 years ago
- 95389b8 [PATCH] osst endianness annotations by Al Viro · 18 years ago
- b437735 [PATCH] iscsi endianness annotations by Al Viro · 18 years ago
- 04d4f7a [PATCH] ahci: trivial endianness annotations by Al Viro · 18 years ago
- 92ccc5f [PATCH] sata_svw: trivial iomem annotations by Al Viro · 18 years ago
- 11718b4d [PATCH] misc NULL noise removal by Al Viro · 18 years ago
- 8b6d44c [PATCH] kvm: NULL noise removal by Al Viro · 18 years ago
- c3cf83b [PATCH] misc duplicate field initializers by Al Viro · 18 years ago
- 2f366987 [PATCH] kvm: __user annotations by Al Viro · 18 years ago
- 193d073 [PATCH] offsetof is size_t by Al Viro · 18 years ago
- 4ec0311 [PATCH] kill eth_io_copy_and_sum() by Al Viro · 18 years ago
- b81831c6 [PATCH] drivers/serial NULL noise removal by Al Viro · 18 years ago
- 8a5ab41 [PATCH] usbvision missing __user by Al Viro · 18 years ago
- d7bde2f [PATCH] hwmon: ansify by Al Viro · 18 years ago
- d76fdf7 [PATCH] trivial __user annotations - rtc-dev by Al Viro · 18 years ago
- 7726942 [APM] Add shared version of APM emulation by Ralf Baechle · 18 years ago