summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław
2009-06-13sdhci: platform driver for SDHCIRichard Röjfors
2009-06-13mxcmmc: remove frequency workaroundPierre Ossman
2009-06-13cb710: handle DEBUG define in MakefilePierre Ossman
2009-06-13cb710: add missing parenthesisPierre Ossman
2009-06-13cb710: fix printk format stringPierre Ossman
2009-06-13mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław
2009-06-13pxamci: add regulator support.Daniel Ribeiro
2009-06-13MMC core: limit minimum initialization frequency to 400kHzSascha Hauer
2009-06-13sdhci: avoid changing voltage needlesslyPierre Ossman
2009-06-13mmc/omap: make mmci-omap using platform_driver_probeUwe Kleine-König
2009-06-13mmc_spi: speedup for slow cards, less wear-outWolfgang Muees
2009-06-13mmc: mmc_rescan detects card change in one runJorg Schummer
2009-06-12Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2009-06-12Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm
2009-06-12PM core: rename suspend and resume functionsAlan Stern
2009-06-12PM: Rename device_power_down/up()Magnus Damm
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtioLinus Torvalds
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-12[SCSI] Merge branch 'linus'James Bottomley
2009-06-12lguest: remove obsolete LHREQ_BREAK callRusty Russell
2009-06-12lguest: use eventfds for device notificationRusty Russell
2009-06-12lguest: allow any process to send interruptsRusty Russell
2009-06-12lguest: PAE fixesRusty Russell
2009-06-12lguest: PAE supportMatias Zabaljauregui
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui
2009-06-12lguest: Segment selectors are 16-bit long. Fix lg_cpu.ss1 definition.Matias Zabaljauregui
2009-06-12lguest: beyond ARRAY_SIZE of cpu->arch.gdtRoel Kluin
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell
2009-06-12lguest: fix race in halt codeRusty Russell
2009-06-12lguest: fix lguest wake on guest clock tick, or fd activityRusty Russell
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: fix id_matching for virtio driversChristian Borntraeger
2009-06-12virtio: handle short buffers in virtio_rng.Rusty Russell
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger
2009-06-12virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)Mark McLoughlin
2009-06-12virtio: expose features in sysfsRusty Russell