summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ARM: always select HAVE_IDEAdrian Bunk2008-04-282-15/+1Star
| * remove the broken ETRAX_IDE driverAdrian Bunk2008-04-284-1189/+1Star
| * ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-283-7/+4Star
| * ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-283-10/+4Star
| * scc_pata: add ->dma_host_set and ->dma_start methodsBartlomiej Zolnierkiewicz2008-04-281-4/+50
| * ide: skip "VLB sync" if host uses MMIOBartlomiej Zolnierkiewicz2008-04-281-10/+10
| * ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz2008-04-285-33/+24Star
| * ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz2008-04-285-47/+3Star
| * ide: use IDE I/O helpers directly in ide_tf_{load,read}()Bartlomiej Zolnierkiewicz2008-04-281-27/+56
| * ns87415: add ->tf_read methodBartlomiej Zolnierkiewicz2008-04-281-0/+44
| * scc_pata: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+87
| * ide-h8300: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+88
| * ide-cris: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz2008-04-281-0/+87
| * ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz2008-04-285-9/+14
| * ide: move ide_tf_{load,read} to ide-iops.cBartlomiej Zolnierkiewicz2008-04-283-88/+88
| * ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2008-04-283-12/+20
| * ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz2008-04-286-18/+17Star
| * ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz2008-04-283-0/+3
| * ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz2008-04-286-9/+14
| * siimage: remove proc_reports_siimage()Bartlomiej Zolnierkiewicz2008-04-281-25/+8Star
| * siimage: add sil_* I/O opsBartlomiej Zolnierkiewicz2008-04-281-159/+140Star
| * siimage: do clocking register posting earlier in setup_mmio_siimage()Bartlomiej Zolnierkiewicz2008-04-281-3/+3
| * ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz2008-04-285-81/+48Star
| * ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz2008-04-289-2/+12
| * ide-h8300: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+15
| * au1xxx-ide: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+14
| * scc_pata: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-281-0/+35
| * ide: merge ->atapi_*put_bytes and ->ata_*put_data methodsBartlomiej Zolnierkiewicz2008-04-2812-172/+113Star
| * falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)Bartlomiej Zolnierkiewicz2008-04-288-36/+98
| * ide: fix au1xxx-ide breakageBartlomiej Zolnierkiewicz2008-04-281-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-04-2911-254/+319
|\ \
| * | kconfig: add named choice groupRoman Zippel2008-04-286-223/+206Star
| * | kconfig: fix choice dependency checkRoman Zippel2008-04-281-18/+76
| * | kconifg: 'select' considered less evilMatthew Wilcox2008-04-281-8/+9
| * | dontdiff: ignore timeconst.hBen Dooks2008-04-281-0/+1
| * | dontdiff: add modules.orderBen Dooks2008-04-281-0/+1
| * | kbuild: fix unportability in gen_initramfs_list.shFelix Fietkau2008-04-281-1/+1
| * | kbuild: fix help output to show correct archAndres Salomon2008-04-281-2/+2
| * | kbuild: show defconfig subdirs in make helpSegher Boessenkool2008-04-281-1/+22
| * | kconfig: reversed borderlines in inputboxRoel Kluin2008-04-281-1/+1
| |/
* | drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison2008-04-293-3/+3
* | mm: fix integer as NULL pointer warningsHarvey Harrison2008-04-291-1/+1
* | kernel: fix integer as NULL pointer warningsHarvey Harrison2008-04-292-2/+3
* | init: fix integer as NULL pointer warningsHarvey Harrison2008-04-292-2/+2
* | ptrace: conditionalize compat_ptrace_requestRoland McGrath2008-04-281-5/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-285-214/+318
|\ \
| * | slub: pack objects denserChristoph Lameter2008-04-271-2/+2
| * | slub: Calculate min_objects based on number of processors.Christoph Lameter2008-04-271-1/+3
| * | slub: Drop DEFAULT_MAX_ORDER / DEFAULT_MIN_OBJECTSChristoph Lameter2008-04-271-21/+2Star
| * | slub: Simplify any_slab_object checksChristoph Lameter2008-04-271-9/+1Star