| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
| | * | | KVM: ARM: vgic: split GICv2 backend from the main vgic code | Marc Zyngier | 2014-07-11 | 1 | -1/+1 |
| | * | | KVM: arm/arm64: vgic: move GICv2 registers to their own structure | Marc Zyngier | 2014-07-11 | 2 | -20/+20 |
| | * | | Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/li... | Christoffer Dall | 2014-07-11 | 3 | -0/+20 |
| | |\ \ |
|
| | * | | | arm64: KVM: allow export and import of generic timer regs | Alex Bennée | 2014-07-11 | 1 | -1/+67 |
| | * | | | arm64: KVM: export demux regids as KVM_REG_ARM64 | Alex Bennée | 2014-07-11 | 1 | -1/+1 |
| | * | | | arm/arm64: KVM: Fix and refactor unmap_range | Christoffer Dall | 2014-07-11 | 1 | -0/+15 |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | timekeeping: Create struct tk_read_base and use it in struct timekeeper | Thomas Gleixner | 2014-07-23 | 1 | -5/+5 |
| * | | | | | clocksource: Get rid of cycle_last | Thomas Gleixner | 2014-07-23 | 1 | -1/+1 |
* | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-04 | 6 | -58/+75 |
|\ \ \ \ \ \ |
|
| * | | | | | | efi/arm64: Handle missing virtual mapping for UEFI System Table | Ard Biesheuvel | 2014-07-18 | 1 | -4/+24 |
| * | | | | | | efi: efistub: Convert into static library | Ard Biesheuvel | 2014-07-18 | 4 | -8/+7 |
| * | | | | | | efi: efistub: Refactor stub components | Ard Biesheuvel | 2014-07-07 | 1 | -22/+7 |
| * | | | | | | efi/arm64: efistub: Move shared dependencies to <asm/efi.h> | Ard Biesheuvel | 2014-07-07 | 2 | -10/+13 |