aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trm290: trm290_dma_setup() fixBartlomiej Zolnierkiewicz2009-03-271-0/+1
* icside: icside_dma_setup() fixesBartlomiej Zolnierkiewicz2009-03-271-0/+4
* ide: move smart_enable() call out from get_smart_data()Bartlomiej Zolnierkiewicz2009-03-271-1/+3
* ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz2009-03-275-21/+10
* ide: no need to read Status and Error registers for "empty" taskfile requestsBartlomiej Zolnierkiewicz2009-03-271-3/+1
* ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz2009-03-276-41/+43
* ide: factor out completion of taskfile from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2009-03-271-11/+16
* ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz2009-03-273-9/+10
* ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz2009-03-279-56/+60
* ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz2009-03-273-3/+6
* ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz2009-03-273-2/+5
* ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz2009-03-271-12/+7
* ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz2009-03-2713-21/+26
* ide: fix error message in pre_task_out_intr()Bartlomiej Zolnierkiewicz2009-03-271-1/+3
* ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz2009-03-272-15/+9
* scc_pata: remove DECLARE_SCC_DEV() macro (v2)Bartlomiej Zolnierkiewicz2009-03-271-16/+11
* ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz2009-03-274-7/+11
* at91_ide: use readsw()/writesw() directlyBartlomiej Zolnierkiewicz2009-03-271-2/+2
* ide-cd: use ide_drive_t's rq in cdrom_queue_request_senseBorislav Petkov2009-03-272-3/+1
* IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()Kevin Hilman2009-03-271-4/+9
* ide: cleanup <asm-m68k/ide.h>Bartlomiej Zolnierkiewicz2009-03-273-38/+4
* ide: make m68k host drivers use IDE_HFLAG_MMIOBartlomiej Zolnierkiewicz2009-03-275-12/+7
* ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz2009-03-275-50/+42
* ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz2009-03-273-10/+3
* ide: improve debugging schemeBorislav Petkov2009-03-276-93/+83
* ide: move ->rqsize init from init_irq() to ide_init_port()Bartlomiej Zolnierkiewicz2009-03-271-8/+7
* macide: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* buddha: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* ide-pnp: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* ide-generic: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-2/+6
* ide_arm: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* icside: use struct ide_port_info also for PCB version 5 (v2)Bartlomiej Zolnierkiewicz2009-03-271-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-263-50/+96
|\
| *-------. Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-243-50/+96
| |\ \ \ \ \
| | | | | | * SLUB: Fix default slab order for big object sizesZhang Yanmin2009-02-201-1/+5
| | | | | | * SLUB: Do not pass 8k objects through to the page allocatorPekka Enberg2009-02-201-2/+2
| | | | | | * SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-202-11/+24
| | | | | * | slub: use get_track()Akinobu Mita2009-03-231-7/+1
| | | | | * | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free()Pekka Enberg2009-01-141-1/+1
| | | | * | | slub: rename calculate_min_partial() to set_min_partial()David Rientjes2009-02-251-3/+3
| | | | * | | slub: add min_partial sysfs tunableDavid Rientjes2009-02-231-0/+21
| | | | * | | slub: move min_partial to struct kmem_cacheDavid Rientjes2009-02-232-14/+17
| | | | | |/ | | | | |/|
| | | * | | slob: fix lockup in slob_free()Nick Piggin2009-03-231-1/+2
| | | |/ /
| | * | | slob: clean up the codeAmérico Wang2009-01-191-15/+25
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-03-2614-60/+1483
|\ \ \ \
| * | | | m68k: irq_node.handler() should return irqreturn_tGeert Uytterhoeven2009-03-261-1/+2
| * | | | m68k: section mismatch fixes: Atari SCSIMichael Schmitz2009-03-262-2/+2
| * | | | m68k: section mismatch fixes: DMAsound for AtariMichael Schmitz2009-03-261-2/+2
| * | | | MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repo...Geert Uytterhoeven2009-03-261-1/+1
| * | | | m68k: mac - Add SWIM floppy supportLaurent Vivier2009-03-266-0/+1305