| Commit message (Expand) | Author | Age | Files | Lines |
* | arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs | Christoffer Dall | 2014-10-16 | 1 | -4/+8 |
* | arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2 | Christoffer Dall | 2014-10-14 | 1 | -9/+116 |
* | arm64: kvm: define PAGE_S2_DEVICE as read-only by default | Ard Biesheuvel | 2014-10-10 | 1 | -1/+1 |
* | arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremap | Ard Biesheuvel | 2014-10-10 | 1 | -1/+1 |
* | arm/arm64: KVM: Report correct FSC for unsupported fault types | Christoffer Dall | 2014-09-26 | 1 | -0/+5 |
* | arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc | Joel Schopp | 2014-09-26 | 2 | -4/+14 |
* | arm/arm64: KVM: vgic: make number of irqs a configurable attribute | Marc Zyngier | 2014-09-18 | 1 | -0/+1 |
* | Merge remote-tracking branch 'kvm/next' into queue | Christoffer Dall | 2014-09-18 | 1 | -4/+8 |
|\ |
|
| * | KVM: remove garbage arg to *hardware_{en,dis}able | Radim Krčmář | 2014-08-29 | 1 | -1/+1 |
| * | KVM: static inline empty kvm_arch functions | Radim Krčmář | 2014-08-29 | 1 | -0/+6 |
| * | KVM: forward declare structs in kvm_types.h | Paolo Bonzini | 2014-08-29 | 1 | -4/+2 |
* | | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault() | Ard Biesheuvel | 2014-09-11 | 1 | -13/+0 |
* | | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_reg | Will Deacon | 2014-08-27 | 1 | -1/+1 |
* | | KVM: ARM/arm64: avoid returning negative error code as bool | Will Deacon | 2014-08-27 | 1 | -1/+1 |
* | | KVM: ARM/arm64: fix broken __percpu annotation | Will Deacon | 2014-08-27 | 1 | -1/+1 |
* | | KVM: ARM/arm64: fix non-const declaration of function returning const | Will Deacon | 2014-08-27 | 1 | -1/+1 |
* | | arm/arm64: KVM: Support KVM_CAP_READONLY_MEM | Christoffer Dall | 2014-08-27 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-08-13 | 2 | -3/+31 |
|\ |
|
| * | dts: Add bindings for APM X-Gene SoC ethernet driver | Iyappan Subramanian | 2014-08-11 | 2 | -3/+31 |
* | | Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-09 | 1 | -26/+39 |
|\ \ |
|
| * | | ARM64: add IPI tracepoints | Nicolas Pitre | 2014-08-07 | 1 | -26/+39 |
* | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 3 | -57/+36 |
|\ \ \ |
|
| * | | | arm64: Use sigsp() | Richard Weinberger | 2014-08-06 | 2 | -19/+7 |
| * | | | arm64: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 3 | -41/+32 |
| |/ / |
|
* | | | Merge branch 'akpm' (second patchbomb from Andrew Morton) | Linus Torvalds | 2014-08-08 | 3 | -22/+1 |
|\ \ \ |
|
| * | | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 2 | -22/+0 |
| * | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-08-07 | 17 | -218/+1608 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2014-08-05 | 17 | -218/+1608 |
| |\ \ |
|
| | * | | arm64: KVM: fix 64bit CP15 VM access for 32bit guests | Marc Zyngier | 2014-08-01 | 2 | -4/+9 |
| | * | | arm64: KVM: GICv3: move system register access to msr_s/mrs_s | Marc Zyngier | 2014-07-31 | 1 | -65/+65 |
| | * | | arm64: KVM: enable trapping of all debug registers | Marc Zyngier | 2014-07-11 | 1 | -0/+8 |
| | * | | arm64: KVM: implement lazy world switch for debug registers | Marc Zyngier | 2014-07-11 | 2 | -6/+458 |
| | * | | arm64: KVM: add trap handlers for AArch32 debug registers | Marc Zyngier | 2014-07-11 | 2 | -2/+151 |
| | * | | arm64: KVM: check ordering of all system register tables | Marc Zyngier | 2014-07-11 | 1 | -2/+20 |
| | * | | arm64: KVM: use separate tables for AArch32 32 and 64bit traps | Marc Zyngier | 2014-07-11 | 1 | -3/+10 |
| | * | | arm64: KVM: common infrastructure for handling AArch32 CP14/CP15 | Marc Zyngier | 2014-07-11 | 5 | -31/+124 |
| | * | | arm64: KVM: add trap handlers for AArch64 debug registers | Marc Zyngier | 2014-07-11 | 3 | -9/+172 |
| | * | | arm64: move DBG_MDSCR_* to asm/debug-monitors.h | Marc Zyngier | 2014-07-11 | 2 | -14/+14 |
| | * | | arm64: KVM: rename pm_fake handler to trap_raz_wi | Marc Zyngier | 2014-07-11 | 1 | -40/+43 |
| | * | | ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest | Victor Kamensky | 2014-07-11 | 2 | -6/+10 |
| | * | | ARM64: KVM: set and get of sys registers in BE case | Victor Kamensky | 2014-07-11 | 1 | -4/+2 |
| | * | | ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word | Victor Kamensky | 2014-07-11 | 1 | -1/+1 |
| | * | | ARM64: KVM: MMIO support BE host running LE code | Victor Kamensky | 2014-07-11 | 1 | -0/+22 |
| | * | | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware | Marc Zyngier | 2014-07-11 | 2 | -0/+9 |
| | * | | arm64: KVM: vgic: add GICv3 world switch | Marc Zyngier | 2014-07-11 | 3 | -0/+248 |
| | * | | KVM: ARM: vgic: add the GICv3 backend | Marc Zyngier | 2014-07-11 | 2 | -0/+31 |
| | * | | arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code | Marc Zyngier | 2014-07-11 | 2 | -7/+15 |
| | * | | arm64: KVM: split GICv2 world switch from hyp code | Marc Zyngier | 2014-07-11 | 6 | -89/+180 |
| | * | | arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S | Marc Zyngier | 2014-07-11 | 3 | -8/+8 |