summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci_modern: switch to type-safe io accessorsMichael S. Tsirkin2015-04-011-41/+42
* virtio_pci_modern: type-safe io accessorsMichael S. Tsirkin2015-04-011-0/+37
* lguest: handle traps on the "interrupt suppressed" iret instruction.Rusty Russell2015-04-011-27/+72
* virtio: drop a useless config readMichael S. Tsirkin2015-04-011-1/+0
* virtio_config: reorder functionsMichael S. Tsirkin2015-04-011-8/+7
* Add virtio-input driver.Gerd Hoffmann2015-03-297-0/+479
* lguest: suppress interrupts for single insn, not range.Rusty Russell2015-03-247-26/+18
* lguest: simplify lguest_iretDenys Vlasenko2015-03-241-10/+9
* lguest: rename i386_head.S in the commentsAlexander Kuleshov2015-03-241-2/+2
* lguest: explicitly set miscdevice's private_data NULLMartin Kepplinger2015-03-241-0/+8
* lguest: fix pending interrupt test.Rusty Russell2015-03-201-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-1713-73/+66
|\
| * Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-167-61/+17
| * x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-131-1/+1
| * x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov2015-03-131-3/+4
| * x86/apic/numachip: Fix sibling map with NumaChipDaniel J Blueman2015-03-121-6/+16
| * x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced modeLi, Aubrey2015-03-121-0/+25
| * x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski2015-03-101-2/+2
| * x86/vdso: Fix the build on GCC5Jiri Slaby2015-03-061-0/+1
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2015-03-174-7/+9
|\ \ \
| | * \ Merge branch 'clockevents/4.0-rc2' of http://git.linaro.org/people/daniel.lez...Ingo Molnar2015-03-052-6/+6
| | |\ \
| | | * | clockevents: sun5i: Fix setup_irq init sequenceYongbae Park2015-03-051-4/+4
| | | * | clocksource: efm32: Fix a NULL pointer dereferenceYongbae Park2015-03-051-2/+2
| | |/ /
| * | | perf: Fix context leak in put_event()Leon Yu2015-03-131-1/+1
| * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-03-051-0/+2
| |\ \ \
| | * | | perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo2015-03-051-0/+2
* | | | | Merge tag 'regulator-fix-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-172-17/+18
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown2015-03-162-17/+18
| |\ \ \ \ \ \
| | | * | | | | regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven2015-03-161-0/+1
| | * | | | | | regulator: core: Fix enable GPIO reference countingDoug Anderson2015-03-081-14/+12
| | * | | | | | regulator: Only enable disabled regulators on resumeJavier Martinez Canillas2015-03-081-3/+5
| | |/ / / / /
* | | | | | | Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-173-4/+7
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown2015-03-073-4/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | * | | | | | regmap: Skip read-only registers in regcache_sync()Takashi Iwai2015-03-041-2/+4
| | | | | |/ / / / | | | | |/| | | |
| | | * / | | | | regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen2015-03-071-1/+1
| | | |/ / / / /
| | * | | | | | regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg2015-02-141-1/+2
* | | | | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-03-177-23/+168
|\ \ \ \ \ \ \ \
| * | | | | | | | virtio_mmio: fix access width for mmioMichael S. Tsirkin2015-03-171-8/+71
| * | | | | | | | uapi/virtio_scsi: allow overriding CDB/SENSE sizeMichael S. Tsirkin2015-03-131-2/+10
| * | | | | | | | virtio_mmio: generation supportMichael S. Tsirkin2015-03-131-0/+11
| * | | | | | | | virtio_rpmsg: set DRIVER_OK before using deviceMichael S. Tsirkin2015-03-131-1/+16
| * | | | | | | | 9p/trans_virtio: fix hot-unplugMichael S. Tsirkin2015-03-131-4/+20
| * | | | | | | | virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin2015-03-101-5/+14
| * | | | | | | | virtio_blk: fix comment for virtio 1.0Michael S. Tsirkin2015-03-101-1/+5
| * | | | | | | | virtio_blk: typo fixMichael S. Tsirkin2015-03-101-1/+1
| * | | | | | | | virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin2015-03-101-0/+2
| * | | | | | | | virtio_console: avoid config access from irqMichael S. Tsirkin2015-03-051-0/+16
| * | | | | | | | virtio_console: init work unconditionallyMichael S. Tsirkin2015-03-051-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-03-1713-81/+114
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Marcelo Tosatti2015-03-168-75/+105
| |\ \ \ \ \ \ \ \