| Commit message (Expand) | Author | Age |
* | ide-cd: signedness warning fix again | Connor Hansen | 2011-06-11 |
* | block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal | Linus Torvalds | 2011-06-01 |
* | Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-05-25 |
|\ |
|
| * | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 2011-05-20 |
| |\ |
|
| * | | block: don't block events on excl write for non-optical devices | Tejun Heo | 2011-04-21 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2011-05-24 |
|\ \ \ |
|
| * | | | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 2011-05-06 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2011-05-23 |
|\ \ \
| |/ /
|/| | |
|
| * | | ide/ide-scan-pci.c: Use for_each_pci_dev(). | Thiago Farina | 2011-05-16 |
| * | | IDE: ide-floppy, remove unnecessary NULL check | Jiri Slaby | 2010-11-22 |
| * | | drivers/ide/pmac.c: Remove unnecessary casts of pci_get_drvdata | Joe Perches | 2010-11-22 |
| * | | ide: fix use after free in ide-acpi | Mariusz Kozlowski | 2010-11-22 |
* | | | ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd | Tejun Heo | 2011-04-21 |
| |/
|/| |
|
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2011-04-07 |
|\ \ |
|
| * | | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | | | ide: always ensure that blk_delay_queue() is called if we have pending IO | Jens Axboe | 2011-04-05 |
* | | | ide: ide_requeue_and_plug() reinstate "always plug" behaviour | Jens Axboe | 2011-04-05 |
|/ / |
|
* | | ide: ensure that we re-run the queue handler | Jens Axboe | 2011-03-26 |
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 |
|\ \ |
|
| * \ | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 |
| |\ \ |
|
| | * | | block: remove per-queue plugging | Jens Axboe | 2011-03-10 |
| | * | | ide-cd: convert to blk_delay_queue() for a short pause | Jens Axboe | 2011-03-10 |
| * | | | ide: Convert to bdops->check_events() | Tejun Heo | 2011-03-09 |
| |/ / |
|
* / / | ide: change to new flag variable | matt mooney | 2011-03-17 |
|/ / |
|
* / | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 |
|/ |
|
* | ide: clean up timed out request handling | Tejun Heo | 2010-10-26 |
* | hpt366: fix clock turnaround | Sergei Shtylyov | 2010-10-26 |
* | hpt366: add debounce delay to cable_detect() method | Sergei Shtylyov | 2010-10-26 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 |
|\ |
|
| * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 |
| * | Use kzalloc in idedisk_prep_fn. | Tao Ma | 2010-08-19 |
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 |
|\ \ |
|
| * \ | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 |
| |\ \ |
|
| * | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() | Tejun Heo | 2010-09-10 |
| * | | | ide: remove unnecessary blk_queue_flushing() test in do_ide_request() | Tejun Heo | 2010-09-10 |
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 |
|\ \ \ \ |
|
| * | | | | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 |
| |/ / / |
|
* | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 |
|\ \ \ \ |
|
| * | | | | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 |
| |/ / / |
|
* | | | | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: simplify IntType | Dominik Brodowski | 2010-09-29 |
* | | | | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 2010-09-29 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2010-09-19 |
|\ \ \
| |/ /
|/| | |
|
| * | | ide: Fix ordering of procfs registry. | Wolfram Sang | 2010-09-14 |
* | | | ide: use module_param_named rather than module_param_call | Rusty Russell | 2010-08-11 |
| |/
|/| |
|