summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-20ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat1-1/+1
2009-06-16ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz4-27/+6
2009-06-16ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerBartlomiej Zolnierkiewicz1-9/+4
2009-06-16ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos8-39/+83
2009-06-15sl82c105: implement test_irq() methodSergei Shtylyov1-0/+11
2009-06-15siimage: implement test_irq() methodSergei Shtylyov1-0/+12
2009-06-15pdc202xx_old: implement test_irq() method (take 2)Sergei Shtylyov1-0/+22
2009-06-15cmd64x: implement test_irq() methodSergei Shtylyov1-57/+12
2009-06-15cmd640: implement test_irq() methodSergei Shtylyov1-0/+13
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov7-27/+26
2009-06-15ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2)Sergei Shtylyov4-32/+38
2009-06-15siimage: use ide_dma_test_irq() (take 2)Sergei Shtylyov1-26/+1
2009-06-15cmd64x: implement clear_irq() method (take 2)Sergei Shtylyov1-15/+19
2009-06-15ide: call clear_irq() method in ide_timer_expiry()Sergei Shtylyov1-0/+3
2009-06-15sgiioc4: coding style cleanupSergei Shtylyov1-65/+54
2009-06-15ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2-1/+21
2009-06-15ide: IORDY handling fixesBartlomiej Zolnierkiewicz9-16/+21
2009-06-15ide-tape: fix build issueBorislav Petkov1-1/+1
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz5-247/+226
2009-06-13Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds13-166/+135
2009-06-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds29-339/+2506
2009-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-92/+70
2009-06-13Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds8-10/+11
2009-06-13Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds1-1/+0
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm1-24/+12
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm1-7/+0
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-7/+0
2009-06-12PM core: rename suspend and resume functionsAlan Stern2-54/+42
2009-06-12PM: Rename device_power_down/up()Magnus Damm2-18/+18
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki1-0/+16
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds129-9016/+42783
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-26/+103
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds8-125/+531
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds10-136/+524
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds3-12/+9
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds42-522/+383
2009-06-12[SCSI] Merge branch 'linus'James Bottomley358-6175/+15176
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell3-42/+4
2009-06-12lguest: use eventfds for device notificationRusty Russell4-6/+115
2009-06-12lguest: allow any process to send interruptsRusty Russell3-12/+18
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui4-39/+329
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui3-4/+4
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui1-17/+18
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui2-2/+2
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui1-1/+1
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin1-1/+1
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell4-8/+23
2009-06-12lguest: fix race in halt codeRusty Russell3-12/+31
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell2-5/+5