summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQChristoffer Dall2017-06-082-4/+20
* KVM: arm/arm64: Disallow userspace control of in-kernel IRQ linesChristoffer Dall2017-06-086-12/+19
* KVM: arm/arm64: Check if irq lines to the GIC are already usedChristoffer Dall2017-06-082-8/+17
* KVM: arm/arm64: Introduce an allocator for in-kernel irq linesChristoffer Dall2017-06-082-0/+38
* KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-087-0/+162
* KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-084-45/+19
* KVM: arm/arm64: Move irq_is_ppi() to header fileChristoffer Dall2017-06-082-2/+2
* KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall2017-06-082-15/+49
* KVM: arm64: Allow creating the PMU without the in-kernel GICChristoffer Dall2017-06-084-19/+58
* KVM: arm/arm64: timer: remove request-less vcpu kickAndrew Jones2017-06-041-1/+1
* KVM: arm/arm64: PMU: remove request-less vcpu kickAndrew Jones2017-06-041-21/+19
* KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-044-2/+16
* KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-044-10/+10
* KVM: arm/arm64: optimize VCPU RUNAndrew Jones2017-06-042-8/+13
* KVM: arm/arm64: use vcpu requests for power_offAndrew Jones2017-06-041-3/+2
* KVM: arm/arm64: replace pause checks with vcpu request checksAndrew Jones2017-06-041-3/+17
* KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-044-2/+15
* KVM: Add documentation for VCPU requestsAndrew Jones2017-06-041-0/+307
* KVM: add kvm_request_pendingRadim Krčmář2017-06-047-9/+13
* KVM: improve arch vcpu request definingAndrew Jones2017-06-046-29/+41
* KVM: arm/arm64: Use uaccess functions for GICv3 {sc}activeChristoffer Dall2017-06-041-6/+8
* KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-235-33/+20
* KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}activeChristoffer Dall2017-05-234-12/+60
* KVM: arm/arm64: Allow GICv2 to supply a uaccess register functionChristoffer Dall2017-05-232-12/+14
* KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
* KVM: arm: Restore banked registers and physical timer access on hyp_panic()James Morse2017-05-161-0/+2
* Linux 4.12-rc1v4.12-rc1Linus Torvalds2017-05-131-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
|\
| * Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-121-1/+1
| * Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi2017-05-103-0/+423
| * Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin2017-05-071-0/+2
| * Input: xpad - sync supported devices with xboxdrvBenjamin Valentin2017-05-071-0/+13
| * Input: xpad - sort supported devices by USB IDBenjamin Valentin2017-05-071-6/+6
* | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-139-18/+195
|\ \
| * | ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| * | ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-081-3/+3
| * | ubifs: Remove unnecessary assignmentStefan Agner2017-05-081-1/+0
| * | ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-081-2/+2
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| * | ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-083-2/+31
| * | ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * | ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | | Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-137-19/+17
|\ \ \
| * | | um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * | | um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * | | um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * | | um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
| * | | um: Set number of CPUsNikola Kotur2017-05-032-3/+5
| * | | um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-1323-126/+145
|\ \ \