summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2)Bartlomiej Zolnierkiewicz2008-12-294-56/+67
* ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz2008-12-295-234/+244
* ide: use ATA_DMA_* defines in ide-dma-sff.cBartlomiej Zolnierkiewicz2008-12-291-29/+23
* ide: checkpatch.pl fixes for ide-lib.cBartlomiej Zolnierkiewicz2008-12-291-41/+54
* ide: remove inline tags from ide-probe.cBartlomiej Zolnierkiewicz2008-12-291-4/+4
* ide: remove redundant code from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2008-12-291-3/+0
* ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-291-2/+2
* ide: rework handling of serialized ports (v2)Bartlomiej Zolnierkiewicz2008-12-293-53/+6
* cy82c693: remove superfluous ide_cy82c693 chipset typeBartlomiej Zolnierkiewicz2008-12-293-4/+1
* trm290: add IDE_HFLAG_TRM290 host flagBartlomiej Zolnierkiewicz2008-12-294-5/+6
* ide: add ->max_sectors field to struct ide_port_infoBartlomiej Zolnierkiewicz2008-12-293-8/+10
* rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz2008-12-293-14/+26
* ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz2008-12-293-5/+2
* ide: fix ->quirk_list checking in ide_do_request()Bartlomiej Zolnierkiewicz2008-12-291-1/+1
* gayle: set IDE_HFLAG_SERIALIZE explictlyBartlomiej Zolnierkiewicz2008-12-291-1/+5
* cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz2008-12-294-5/+4
* ali14xx: doesn't use shared IRQsBartlomiej Zolnierkiewicz2008-12-291-2/+1
* ide-cd: remove obsolete seek optimizationBartlomiej Zolnierkiewicz2008-12-293-89/+6
* ide: cleanup ide_do_request()Bartlomiej Zolnierkiewicz2008-12-291-5/+0
* ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-298-86/+100
* ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz2008-12-292-15/+18
* ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz2008-12-292-21/+7
* ide: push ide_lock to __ide_end_request()Bartlomiej Zolnierkiewicz2008-12-291-19/+9
* ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-293-31/+28
* ide: __ide_port_unregister_devices() doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-7/+0
* ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-292-24/+4
* ide: unify ide_intr()'s exit pointsBartlomiej Zolnierkiewicz2008-12-291-13/+14
* ide: fix IDE ACPI regression breaking suspendBartlomiej Zolnierkiewicz2008-12-291-2/+2
* tx493[89]ide: Fix length for __ide_flush_dcache_rangeAtsushi Nemoto2008-12-292-4/+4
* tx4939ide: Do not use zero count PRD entryAtsushi Nemoto2008-12-291-0/+6
* Linux 2.6.28v2.6.28Linus Torvalds2008-12-241-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-12-2416-42/+49
|\
| * V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...Devin Heitmueller2008-12-231-1/+2
| * V4L/DVB (9908a): MAINTAINERS: mark linux-uvc-devel as subscribers onlyJiri Slaby2008-12-171-1/+1
| * V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well.Hans Verkuil2008-12-161-1/+1
| * V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204Mauro Carvalho Chehab2008-12-169-33/+33
| * V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking.Jim Paris2008-12-161-2/+2
| * V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support)Antti Seppälä2008-12-162-1/+7
| * V4L/DVB (9780): dib0700: Stop repeating after user stops pushing buttonDevin Heitmueller2008-12-161-3/+3
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-241-0/+1
|\ \
| * | x86: disable X86_PTRACE_BTSIngo Molnar2008-12-241-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-12-241-0/+3
|\ \ \
| * | | ALSA: hda - Add missing terminators in patch_sigmatel.cHerton Ronaldo Krzesinski2008-12-241-0/+3
* | | | parisc: disable UP-optimized flush_tlb_mmKyle McMartin2008-12-231-1/+4
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-12-231-2/+2
|\ \ \ \
| * | | | drm/radeon: fix correctness of irq_enabled check for radeon.Dave Airlie2008-12-231-2/+2
| |/ / /
* | | | edac: fix edac core deadlock when removing a deviceHarry Ciao2008-12-231-3/+9
* | | | cgroups: avoid accessing uninitialized data in failure pathLi Zefan2008-12-231-2/+3
* | | | cgroups: suppress bogus warning messagesSharyathi Nagesh2008-12-231-3/+0
* | | | w1: fix slave selection on big-endian systemsEvgeniy Polyakov2008-12-231-1/+3
OpenPOWER on IntegriCloud