summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | xen/blkfront: don't put bdev right after getting itAndrew Jones2012-03-201-1/+1
| * | | | | xen-blkfront: use bitmap_set() and bitmap_clear()Akinobu Mita2012-03-201-4/+3
| * | | | | xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-201-1/+1
| * | | | | xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-201-25/+4
* | | | | | Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-145-16/+27
|\ \ \ \ \ \
| * | | | | | block: make auto block plug flush threshold per-disk basedShaohua Li2012-04-061-1/+2
| * | | | | | Documentation: Add sysfs ABI change for cfq's target latency.Tao Ma2012-04-011-0/+8
| * | | | | | block: Make cfq_target_latency tunable through sysfs.Tao Ma2012-04-011-2/+8
| * | | | | | block: use lockdep_assert_held for queue lockingAndi Kleen2012-03-302-12/+8
| * | | | | | block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter2012-03-231-1/+1
| |/ / / / /
* | | | | | cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman2012-04-141-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-04-132-8/+1
|\ \ \ \ \ \
| * | | | | | sparc64: Eliminate obsolete __handle_softirq() functionPaul E. McKenney2012-04-131-7/+0
| * | | | | | sparc64: Fix bootup crash on sun4v.David S. Miller2012-04-131-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-134-24/+27
|\ \ \ \ \ \
| * | | | | | hwmon: (pmbus_core) Fix compiler warningGuenter Roeck2012-04-091-9/+8
| * | | | | | hwmon: (smsc47m1) Fix compiler warningGuenter Roeck2012-04-091-9/+10
| * | | | | | hwmon: (acpi_power_meter) Fix compiler warning seen in some configurationsGuenter Roeck2012-04-091-0/+1
| * | | | | | hwmon: (smsc47b397) Fix compiler warningGuenter Roeck2012-04-091-6/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-135-24/+21
|\ \ \ \ \ \
| * | | | | | gpio/exynos: Fix compiler warning in gpio-samsung.c fileSachin Kamat2012-04-111-8/+8
| * | | | | | gpio: Fix range check in of_gpio_simple_xlate()Roland Stigge2012-04-101-1/+1
| * | | | | | gpio: Fix uninitialized variable bit in adp5588_irq_handlerAxel Lin2012-04-101-1/+1
| * | | | | | gpio/sodaville: Convert sodaville driver to new irqdomain APIGrant Likely2012-04-102-14/+11
| |/ / / / /
* | | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-134-8/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann2012-04-111-3/+7
| * | | | | spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König2012-03-311-1/+1
| * | | | | spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson2012-03-311-1/+3
| * | | | | spi/davinci: Fix DMA API usage in davinciShubhrajyoti D2012-03-311-3/+3
| * | | | | spi/pL022: include types.h to remove compilation warningsViresh Kumar2012-03-311-0/+2
* | | | | | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-131-0/+1
|\ \ \ \ \ \
| * | | | | | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
| | |/ / / / | |/| | | |
* | | | | | kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker2012-04-131-11/+0
* | | | | | Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker2012-04-131-36/+13
* | | | | | kconfig: fix IS_ENABLED to not require all options to be definedPaul Gortmaker2012-04-131-4/+18
* | | | | | Merge tag 'usb-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-1332-118/+216
|\ \ \ \ \ \
| * | | | | | USB: update usbtmc api documentationStephen Lewis2012-04-121-7/+7
| * | | | | | Merge tag 'for-usb-linus-2012-04-11' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2012-04-129-21/+47
| |\ \ \ \ \ \
| | * | | | | | xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2012-04-112-5/+10
| | * | | | | | xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter2012-04-111-2/+2
| | * | | | | | xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu2012-04-111-0/+2
| | * | | | | | USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-111-0/+16
| | * | | | | | xhci: Fix register save/restore order.Sarah Sharp2012-04-111-4/+4
| | * | | | | | xhci: Restore event ring dequeue pointer on resume.Sarah Sharp2012-04-111-0/+1
| | * | | | | | xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp2012-04-111-7/+2
| | * | | | | | xhci: Warn when hosts don't halt.Sarah Sharp2012-04-111-0/+3
| | * | | | | | xhci: don't re-enable IE constantlyFelipe Balbi2012-04-112-1/+5
| | * | | | | | usb: xhci: fix section mismatch in linux-nextGerard Snitselaar2012-04-111-1/+1
| | * | | | | | xHCI: correct to print the true HSEE of USBCMDAlex He2012-04-111-1/+1
| |/ / / / / /
| * | | | | | USB: serial: fix race between probe and openJohan Hovold2012-04-101-0/+8