| Commit message (Expand) | Author | Age | Files | Lines |
* | ide-{floppy,tape,scsi}: 400ns delay is required after executing the command | Bartlomiej Zolnierkiewicz | 2008-04-28 | 3 | -0/+3 |
* | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 2008-04-28 | 6 | -9/+14 |
* | siimage: remove proc_reports_siimage() | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -25/+8 |
* | siimage: add sil_* I/O ops | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -159/+140 |
* | siimage: do clocking register posting earlier in setup_mmio_siimage() | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -3/+3 |
* | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 4 | -77/+48 |
* | ide: add IDE_HFLAG_MMIO host flag (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 8 | -2/+10 |
* | ide-h8300: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+15 |
* | au1xxx-ide: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+14 |
* | scc_pata: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+35 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 11 | -164/+108 |
* | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 7 | -34/+96 |
* | ide: fix au1xxx-ide breakage | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -2/+0 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-04-28 | 5 | -110/+9 |
|\ |
|
| * | [MIPS] Pb1200/DBAu1200: move platform code to its proper place | Sergei Shtylyov | 2008-04-28 | 1 | -4/+4 |
| * | [NET] Kconfig: Rename MIKROTIK_RB500 -> MIKROTIK_RB532 | Ralf Baechle | 2008-04-28 | 1 | -1/+1 |
| * | [MIPS] Alchemy: move UART platform code to its proper place | Sergei Shtylyov | 2008-04-28 | 3 | -105/+4 |
* | | usb input endianness annotations and fixes | Al Viro | 2008-04-28 | 2 | -5/+5 |
* | | drivers/usb annotations and fixes | Al Viro | 2008-04-28 | 18 | -49/+55 |
* | | usbhid endianness annotations and fixes | Al Viro | 2008-04-28 | 1 | -1/+1 |
* | | q40ide breakage | Al Viro | 2008-04-28 | 1 | -33/+14 |
* | | typo in sata_fsl | Al Viro | 2008-04-28 | 1 | -1/+1 |
* | | more icside breakage (from next ide merge) | Al Viro | 2008-04-28 | 1 | -6/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-28 | 10 | -99/+203 |
|\ \ |
|
| * | | sparc: video drivers: add facility level | Robert Reif | 2008-04-27 | 8 | -8/+8 |
| * | | sparc: tcx.c make tcx_init and tcx_exit static | Robert Reif | 2008-04-27 | 1 | -2/+2 |
| * | | sparc: ffb.c make ffb_init and ffb_exit static | Robert Reif | 2008-04-27 | 1 | -3/+2 |
| * | | sparc: cg14.c make cg14_init and cg15_exit static | Robert Reif | 2008-04-27 | 1 | -2/+2 |
| * | | sparc: bw2.c fix bw2_exit | Robert Reif | 2008-04-27 | 1 | -2/+1 |
| * | | sparc: sunzilog.c remove unused argument | Robert Reif | 2008-04-26 | 1 | -2/+2 |
| * | | sparc: fix drivers/video/tcx.c warning | Robert Reif | 2008-04-26 | 1 | -2/+2 |
| * | | input: Rewrite sparcspkr device probing. | David S. Miller | 2008-04-26 | 1 | -78/+184 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-28 | 2 | -1/+7 |
|\ \ \ |
|
| * | | | iwlwifi: Allow building iwl3945 without iwl4965. | Jason Riedy | 2008-04-27 | 2 | -1/+7 |
* | | | | PNP: use dev_printk for quirk messages | Bjorn Helgaas | 2008-04-28 | 1 | -4/+7 |
* | | | | PNP: simplify quirk debug output | Bjorn Helgaas | 2008-04-28 | 1 | -2/+2 |
* | | | | PNP: skip dev->protocol NULL checks | Bjorn Helgaas | 2008-04-28 | 1 | -2/+2 |
* | | | | drivers/md: use time_before, time_before_eq, etc | Julia Lawall | 2008-04-28 | 1 | -1/+2 |
* | | | | raid: remove leading TAB on printk messages | Nick Andrew | 2008-04-28 | 4 | -7/+8 |
* | | | | md: raid5.c convert simple_strtoul to strict_strtoul | Dan Williams | 2008-04-28 | 1 | -9/+5 |
* | | | | md: introduce get_priority_stripe() to improve raid456 write performance | Dan Williams | 2008-04-28 | 1 | -10/+112 |
* | | | | md: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 2 | -25/+25 |
* | | | | md: fix integer as NULL pointer warnings in md.c | Harvey Harrison | 2008-04-28 | 1 | -4/+4 |
* | | | | video: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-28 | 28 | -106/+106 |
* | | | | BF54x Framebuffer Driver: BF542 does not have EPPI0, so dont allow the LQ034 ... | Mike Frysinger | 2008-04-28 | 1 | -1/+1 |
* | | | | BF54x Framebuffer Driver: drop request_irq cast | Mike Frysinger | 2008-04-28 | 1 | -1/+1 |
* | | | | drivers/video/w100fb.c: avoid a couple of error-path NULL derefs | Andrew Morton | 2008-04-28 | 1 | -2/+4 |
* | | | | fbdev: intelfb: add support for the Intel Integrated Graphics Controller 965G... | Maik Broemme | 2008-04-28 | 5 | -8/+38 |
* | | | | fb: convert /proc/fb to seq_file interface | Alexey Dobriyan | 2008-04-28 | 1 | -19/+44 |
* | | | | drivers/video/uvesafb.c: fix error-path memory leak | Andrew Morton | 2008-04-28 | 1 | -3/+4 |