summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2009-01-027-330/+301
|\
| * UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-283-7/+8
| * UBI: simplify PEB protection codeXiaochuan-Xu2008-12-162-241/+162
| * UBI: prepare for protection tree improvementsXiaochuan-Xu2008-12-152-24/+27
| * UBI: return -ENOMEM upon failing vmallocStefan Roese2008-12-101-2/+3
| * UBI: handle write errors in WL workerArtem Bityutskiy2008-12-052-25/+44
| * UBI: fix error pathArtem Bityutskiy2008-12-051-9/+18
| * UBI: some code re-structuringArtem Bityutskiy2008-12-051-16/+23
| * UBI: fix deadlockArtem Bityutskiy2008-12-051-7/+7
| * UBI: fix warnings when debugging is enabledArtem Bityutskiy2008-12-031-8/+18
* | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-02786-26628/+89437
|\ \
| * \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-029-20/+26
| |\ \
| | * | x86: fix lguest used_vectors breakage, -v2Yinghai Lu2008-12-231-4/+9
| | * | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-1818-75/+63
| | |\ \
| | * \ \ Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-171-0/+1
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-178-94/+200
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2008-12-168-16/+17
| | |\ \ \ \ \
| | | * \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-136-44/+147
| | | |\ \ \ \ \
| | | * | | | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
| | | * | | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-132-6/+7
| | | * | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-135-9/+9
| | * | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-1611-287/+150
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | | | | | |
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---. \ \ \ \ \ \ Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar2008-12-124-40/+125
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-1260-415/+699
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-01-0219-1539/+549
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ide-atapi: start dma in a drive-specific wayBorislav Petkov2009-01-021-4/+11
| | * | | | | | | | | | | | ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf...Borislav Petkov2009-01-021-11/+11
| | * | | | | | | | | | | | ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov2009-01-023-3/+8
| | * | | | | | | | | | | | ide-cd: remove handler wrappersBorislav Petkov2009-01-021-38/+11
| | * | | | | | | | | | | | ide-cd: remove xferlen arg to cdrom_start_packet_commandBorislav Petkov2009-01-021-5/+5
| | * | | | | | | | | | | | ide-atapi: split drive-specific functionality in ide_issue_pcBorislav Petkov2009-01-021-16/+20
| | * | | | | | | | | | | | ide-atapi: assign expiry and timeout based on device typeBorislav Petkov2009-01-021-13/+17
| | * | | | | | | | | | | | ide-atapi: compute cmd_len based on device type in ide_transfer_pcBorislav Petkov2009-01-021-1/+13
| | * | | | | | | | | | | | ide: remove the last ide-scsi remnantsBorislav Petkov2009-01-024-9/+2
| | * | | | | | | | | | | | ide-atapi: remove ide-scsi remnants from ide_pc_intr()Borislav Petkov2009-01-021-55/+13
| | * | | | | | | | | | | | ide-atapi: remove ide-scsi remnants from ide_transfer_pc()Borislav Petkov2009-01-021-10/+4
| | * | | | | | | | | | | | ide-atapi: remove ide-scsi remnants from ide_issue_pcBorislav Petkov2009-01-021-11/+1
| | * | | | | | | | | | | | ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov2009-01-025-44/+43
| | * | | | | | | | | | | | ide-atapi: teach ide atapi about drive->waiting_for_dmaBorislav Petkov2009-01-021-0/+7
| | * | | | | | | | | | | | ide-atapi: accomodate transfer length calculation for ide-cdBorislav Petkov2009-01-023-3/+17
| | * | | | | | | | | | | | ide-atapi: setup dma for ide-cdBorislav Petkov2009-01-021-2/+3
| | * | | | | | | | | | | | ide-atapi: combine drive-specific assignmentsBorislav Petkov2009-01-021-12/+11
| | * | | | | | | | | | | | ide-atapi: add a dev_is_idecd-inlineBorislav Petkov2009-01-021-1/+7
| | * | | | | | | | | | | | remove ide-scsiFUJITA Tomonori2009-01-024-862/+4
| | * | | | | | | | | | | | ide-floppy: allocate only toplevel packet commandsLinus Torvalds2009-01-022-41/+43
| | * | | | | | | | | | | | ide-cd: move debug defines into headerBorislav Petkov2009-01-022-8/+8
| | * | | | | | | | | | | | ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz2009-01-023-153/+77
| | * | | | | | | | | | | | ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz2009-01-022-22/+12
| | * | | | | | | | | | | | ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz2009-01-021-8/+1
| | * | | | | | | | | | | | ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz2009-01-021-8/+1
OpenPOWER on IntegriCloud