Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | ARM64: PCI: ACPI support for legacy IRQs parsing and consolidation with DT code | Tomasz Nowicki | 2016-06-11 | 1 | -3/+8 | |
| * | | | | | | | ARM64: PCI: Add acpi_pci_bus_find_domain_nr() | Tomasz Nowicki | 2016-06-11 | 1 | -0/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-08-02 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS | Ben Hutchings | 2016-07-10 | 2 | -2/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-08-02 | 14 | -10/+54 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gcc-plugins: disable under COMPILE_TEST | Kees Cook | 2016-07-27 | 1 | -0/+1 | |
| * | | | | | | | kbuild: Abort build on bad stack protector flag | Kees Cook | 2016-07-26 | 1 | -8/+0 | |
| * | | | | | | | Kbuild: arch: look for generated headers in obtree | Arnd Bergmann | 2016-07-18 | 7 | -9/+9 | |
| * | | | | | | | Add sancov plugin | Emese Revfy | 2016-06-07 | 2 | -0/+11 | |
| * | | | | | | | Add Cyclomatic complexity GCC plugin | Emese Revfy | 2016-06-07 | 1 | -0/+12 | |
| * | | | | | | | GCC plugin infrastructure | Emese Revfy | 2016-06-07 | 6 | -1/+21 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 131 | -3507/+9022 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | KVM: PPC: Introduce KVM_CAP_PPC_HTM | Sam Bobroff | 2016-08-01 | 1 | -0/+4 | |
| * | | | | | | MIPS: Select HAVE_KVM for MIPS64_R{2,6} | James Hogan | 2016-08-01 | 1 | -0/+2 | |
| * | | | | | | MIPS: KVM: Reset CP0_PageMask during host TLB flush | James Hogan | 2016-08-01 | 1 | -0/+2 | |
| * | | | | | | MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX() | James Hogan | 2016-08-01 | 1 | -1/+1 | |
| * | | | | | | MIPS: KVM: Sign extend MFC0/RDHWR results | James Hogan | 2016-08-01 | 1 | -3/+4 | |
| * | | | | | | MIPS: KVM: Fix 64-bit big endian dynamic translation | James Hogan | 2016-08-01 | 1 | -0/+8 | |
| * | | | | | | MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase | James Hogan | 2016-08-01 | 1 | -0/+12 | |
| * | | | | | | MIPS: KVM: Use 64-bit CP0_EBase when appropriate | James Hogan | 2016-08-01 | 1 | -3/+22 | |
| * | | | | | | MIPS: KVM: Set CP0_Status.KX on MIPS64 | James Hogan | 2016-08-01 | 1 | -2/+8 | |
| * | | | | | | MIPS: KVM: Make entry code MIPS64 friendly | James Hogan | 2016-08-01 | 1 | -24/+24 | |
| * | | | | | | MIPS: KVM: Use kmap instead of CKSEG0ADDR() | James Hogan | 2016-08-01 | 2 | -7/+17 | |
| * | | | | | | MIPS: KVM: Use virt_to_phys() to get commpage PFN | James Hogan | 2016-08-01 | 1 | -1/+1 | |
| * | | | | | | MIPS: Fix definition of KSEGX() for 64-bit | James Hogan | 2016-08-01 | 1 | -1/+1 | |
| * | | | | | | KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD | Jim Mattson | 2016-08-01 | 1 | -11/+15 | |
| * | | | | | | kvm: x86: nVMX: maintain internal copy of current VMCS | David Matlack | 2016-08-01 | 1 | -3/+28 | |
| * | | | | | | KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE | Paul Mackerras | 2016-07-28 | 1 | -0/+13 | |
| * | | | | | | KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures | Paul Mackerras | 2016-07-28 | 1 | -212/+237 | |
| * | | | | | | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Radim Krčmář | 2016-07-22 | 28 | -362/+274 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controller | Andre Przywara | 2016-07-18 | 3 | -0/+8 | |
| | * | | | | | KVM: arm64: vgic-its: Introduce new KVM ITS device | Andre Przywara | 2016-07-18 | 2 | -0/+3 | |
| | * | | | | | KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilities | Andre Przywara | 2016-07-18 | 4 | -4/+4 | |
| | * | | | | | arm64: KVM: Clean up a condition | Dan Carpenter | 2016-07-14 | 1 | -2/+2 | |
| | * | | | | | arm/arm64: Get rid of KERN_TO_HYP | Marc Zyngier | 2016-07-03 | 4 | -13/+10 | |
| | * | | | | | arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range | Marc Zyngier | 2016-07-03 | 1 | -0/+15 | |
| | * | | | | | arm/arm64: KVM: Prune unused #defines | Marc Zyngier | 2016-07-03 | 2 | -19/+0 | |
| | * | | | | | arm: KVM: Allow hyp teardown | Marc Zyngier | 2016-07-03 | 5 | -7/+24 | |
| | * | | | | | arm: KVM: Simplify HYP init | Marc Zyngier | 2016-07-03 | 2 | -50/+14 | |
| | * | | | | | arm/arm64: KVM: Kill free_boot_hyp_pgd | Marc Zyngier | 2016-07-03 | 4 | -29/+7 | |
| | * | | | | | arm/arm64: KVM: Drop boot_pgd | Marc Zyngier | 2016-07-03 | 6 | -31/+8 | |
| | * | | | | | arm64: KVM: Simplify HYP init/teardown | Marc Zyngier | 2016-07-03 | 5 | -92/+26 | |
| | * | | | | | arm/arm64: KVM: Always have merged page tables | Marc Zyngier | 2016-07-03 | 2 | -64/+41 | |
| | * | | | | | arm64: KVM: Runtime detection of lower HYP offset | Marc Zyngier | 2016-07-03 | 1 | -0/+19 | |
| | * | | | | | arm/arm64: KVM: Export __hyp_text_start/end symbols | Marc Zyngier | 2016-07-03 | 3 | -2/+8 | |
| | * | | | | | arm64: KVM: Refactor kern_hyp_va to deal with multiple offsets | Marc Zyngier | 2016-07-03 | 2 | -14/+39 | |
| | * | | | | | arm64: KVM: Define HYP offset masks | Marc Zyngier | 2016-07-03 | 1 | -2/+6 | |
| | * | | | | | arm64: Add ARM64_HYP_OFFSET_LOW capability | Marc Zyngier | 2016-07-03 | 1 | -1/+2 | |
| | * | | | | | arm64: KVM: Kill HYP_PAGE_OFFSET | Marc Zyngier | 2016-07-03 | 1 | -2/+1 | |
| | * | | | | | arm/arm64: KVM: Remove hyp_kern_va helper | Marc Zyngier | 2016-07-03 | 2 | -13/+0 |