summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/hfsplus/: proper externsAdrian Bunk2008-04-292-3/+4
* fs/ramfs/ extern cleanupAdrian Bunk2008-04-292-1/+3
* cpu: fix section mismatch warning in reference to register_cpu_notifierSam Ravnborg2008-04-291-1/+1
* cpu: fix section mismatch warnings in *cpu_downSam Ravnborg2008-04-291-3/+3
* cpu: fix section mismatch warning in unregister_cpu_notifierSam Ravnborg2008-04-291-1/+1
* cpu: fix section mismatch warnings in hotcpu_registerSam Ravnborg2008-04-291-1/+1
* befs: fix sparse warning in linuxvfs.cHarvey Harrison2008-04-291-3/+3
* coda: add static to functions in dir.cHarvey Harrison2008-04-291-3/+3
* add RUSAGE_THREADSripathi Kodi2008-04-292-9/+23
* adfs: work around bogus sparse warningHarvey Harrison2008-04-291-2/+2
* Taint kernel after WARN_ON(condition)Nur Hussein2008-04-293-2/+11
* fs/coda: remove static inline forward declarationsIlpo Järvinen2008-04-291-3/+0
* Avoid divides in BITS_TO_LONGSEric Dumazet2008-04-291-1/+1
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-291-24/+3
* make /dev/kmem a config optionArjan van de Ven2008-04-292-0/+19
* power: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-293-7/+7
* page allocator: explicitly retry hugepage allocationsNishanth Aravamudan2008-04-291-2/+4
* page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2008-04-292-7/+22
* mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan2008-04-292-5/+6
* mm: fix usemap initializationKAMEZAWA Hiroyuki2008-04-291-2/+12
* drivers: fix integer as NULL pointer warningsHarvey Harrison2008-04-286-6/+6
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-2810-13/+16
* scsi: fix integer as NULL pointer warningsHarvey Harrison2008-04-288-15/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-2833-1826/+961
|\
| * siimage: coding style cleanup (take 2)Sergei Shtylyov2008-04-281-119/+113
| * ide-cd: clean up cdrom_analyze_sense_data()Roel Kluin2008-04-281-5/+2
| * ide-cd: fix test unsigned var < 0Roel Kluin2008-04-281-2/+0
| * ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]Alexander Smal2008-04-281-0/+2
| * piix: add Asus Eee 701 controller to short cable listBartlomiej Zolnierkiewicz2008-04-281-0/+1
| * ARM: always select HAVE_IDEAdrian Bunk2008-04-282-15/+1
| * remove the broken ETRAX_IDE driverAdrian Bunk2008-04-284-1189/+1
| * ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-283-7/+4
| * ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-283-10/+4
| * 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/+24
| * ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz2008-04-285-47/+3
| * 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/+17
| * 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/+8
| * siimage: add sil_* I/O opsBartlomiej Zolnierkiewicz2008-04-281-159/+140