| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -2/+2 |
|\ |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 | 1 | -5/+0 |
|\ \ |
|
| * | | ARM: at91/ide: remove unsused at91-ide Kconfig entry | Johan Hovold | 2013-02-05 | 1 | -5/+0 |
| |/ |
|
* | | drivers/ide: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -5/+3 |
|/ |
|
* | Drivers: ide: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 39 | -175/+162 |
* | sections: fix section conflicts in drivers/ide | Andi Kleen | 2012-10-06 | 41 | -53/+53 |
* | ide: fix generic_ide_suspend/resume Oops | Miklos Szeredi | 2012-08-21 | 1 | -2/+2 |
* | drivers/ide/ide-cs.c: adjust suspicious bit operation | Julia Lawall | 2012-06-12 | 1 | -1/+2 |
* | ide: icside.c: fix printk format string compile warning | Christian Dietrich | 2012-06-06 | 1 | -4/+4 |
* | ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=n | Christian Dietrich | 2012-06-06 | 1 | -5/+4 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 2 | -2/+0 |
* | ide: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
* | ARM: at91: drop ide driver in favor of the pata one | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-13 | 2 | -367/+0 |
* | block: add and use scsi_blk_cmd_ioctl | Paolo Bonzini | 2012-01-14 | 1 | -2/+1 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 10 | -12/+12 |
* | ARM: at91/ide: use gpio_is_valid to check the gpio | Jean-Christophe PLAGNIOL-VILLARD | 2011-11-29 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 2011-11-18 | 4 | -13/+29 |
|\ |
|
| * | cy82c693: fix PCI device selection | Bartlomiej Zolnierkiewicz | 2011-10-13 | 1 | -3/+3 |
| * | icside: DMA support fix | Bartlomiej Zolnierkiewicz | 2011-10-13 | 1 | -1/+1 |
| * | IDE: Don't powerdown Compaq Triflex IDE device on suspend | Mikulas Patocka | 2011-10-13 | 1 | -1/+15 |
| * | piix: ICH7 MWDMA1 errata | Bartlomiej Zolnierkiewicz | 2011-10-11 | 1 | -8/+10 |
* | | ide-{cd,floppy,tape}: Do not include <linux/irq.h> | Geert Uytterhoeven | 2011-11-08 | 3 | -3/+0 |
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 21 | -0/+21 |
|\ \ |
|
| * | | ide/ata: Add module.h to the implicit modular users | Paul Gortmaker | 2011-10-31 | 8 | -0/+8 |
| * | | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-10-31 | 13 | -0/+13 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2011-11-03 | 2 | -22/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines | Manuel Lauss | 2011-10-24 | 1 | -3/+3 |
| * | | MIPS: Alchemy: kill au1xxx.h header | Manuel Lauss | 2011-10-24 | 1 | -1/+1 |
| * | | MIPS, IDE: Alchem, au1xxx-ide: Remove pb1200/db1200 header dep | Manuel Lauss | 2011-10-24 | 1 | -18/+26 |
* | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 2011-10-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 2011-08-08 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Kconfig: remove redundant CONFIG_ prefix on two symbols | Paul Bolle | 2011-10-13 | 1 | -1/+1 |
| * | | | Fix file references in drivers/ide/ | Johann Felix Soden | 2011-10-10 | 1 | -12/+12 |
| |/ / |
|
* | | | ide: Fix file references in drivers/ide/ | Johann Felix Soden | 2011-10-13 | 1 | -12/+12 |
| |/
|/| |
|
* | | ide-disk: Fix request requeuing | Borislav Petkov | 2011-10-03 | 1 | -1/+6 |
|/ |
|
* | drivers/ide/cy82c693.c: Add missing pci_dev_put | Julia Lawall | 2011-08-04 | 1 | -0/+2 |
* | ide: Fix irq flags madness | Thomas Gleixner | 2011-08-04 | 1 | -1/+5 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2011-07-11 | 1 | -1/+2 |
|\ |
|
| * | ide-cd: signedness warning fix again | Connor Hansen | 2011-06-11 | 1 | -1/+2 |
* | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 2 | -3/+3 |
|/ |
|
* | block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal | Linus Torvalds | 2011-06-02 | 1 | -1/+0 |
* | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-25 | 1 | -1/+2 |
|\ |
|
| * | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 2011-05-20 | 2 | -1/+12 |
| |\ |
|
| * | | block: don't block events on excl write for non-optical devices | Tejun Heo | 2011-04-21 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-05-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2011-05-22 | 4 | -6/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | ide/ide-scan-pci.c: Use for_each_pci_dev(). | Thiago Farina | 2011-05-16 | 1 | -1/+1 |