Age | Commit message (Expand) | Author | Files | Lines |
2016-03-22 | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 4 | -6/+37 |
2016-03-22 | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 7 | -8/+72 |
2016-03-22 | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2 | -0/+88 |
2016-03-22 | KVM, pkeys: save/restore PKRU when guest/host switches | Xiao Guangrong | 1 | -0/+23 |
2016-03-22 | x86: pkey: introduce write_pkru() for KVM | Xiao Guangrong | 2 | -0/+22 |
2016-03-22 | KVM, pkeys: add pkeys support for xsave state | Huaitong Han | 1 | -1/+2 |
2016-03-22 | KVM, pkeys: disable pkeys for guests in non-paging mode | Huaitong Han | 1 | -6/+10 |
2016-03-22 | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 1 | -20/+20 |
2016-03-22 | KVM: MMU: return page fault error code from permission_fault | Paolo Bonzini | 2 | -8/+12 |
2016-03-22 | KVM: PPC: Create a virtual-mode only TCE table handlers | Alexey Kardashevskiy | 3 | -7/+57 |
2016-03-22 | KVM: VMX: fix nested vpid for old KVM guests | Paolo Bonzini | 1 | -1/+13 |
2016-03-22 | KVM: VMX: avoid guest hang on invalid invvpid instruction | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | KVM: VMX: avoid guest hang on invalid invept instruction | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator | Ludovic Desroches | 1 | -0/+1 |
2016-03-22 | ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator | Ludovic Desroches | 1 | -0/+1 |
2016-03-21 | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64... | Linus Torvalds | 3 | -23/+117 |
2016-03-21 | Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 38 | -155/+201 |
2016-03-21 | xen: audit usages of module.h ; remove unnecessary instances | Paul Gortmaker | 1 | -0/+2 |
2016-03-21 | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm... | Joerg Roedel | 1 | -0/+81 |
2016-03-21 | kvm: arm64: Disable compiler instrumentation for hypervisor code | Catalin Marinas | 1 | -0/+4 |
2016-03-21 | arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co... | Catalin Marinas | 1 | -32/+28 |
2016-03-21 | arm64: drop unused __local_flush_icache_all() | Kefeng Wang | 1 | -7/+0 |
2016-03-21 | arm64: fix KASLR boot-time I-cache maintenance | Mark Rutland | 1 | -2/+3 |
2016-03-21 | arm64/kernel: fix incorrect EL0 check in inv_entry macro | Ard Biesheuvel | 1 | -1/+1 |
2016-03-21 | perf/x86/intel/rapl: Add missing Broadwell models | Srinivas Pandruvada | 1 | -0/+2 |
2016-03-21 | perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCU | Kan Liang | 1 | -5/+2 |
2016-03-21 | arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE | Marc Zyngier | 1 | -1/+7 |
2016-03-21 | KVM: arm/arm64: disable preemption when calling smp_call_function_many | Eric Auger | 1 | -0/+2 |
2016-03-21 | perf/x86/amd/power: Add AMD accumulated power reporting mechanism | Huang Rui | 4 | -2/+365 |
2016-03-21 | x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag | Huang Rui | 2 | -1/+5 |
2016-03-21 | perf/x86/amd: Add support for new IOMMU performance events | Suravee Suthikulpanit | 1 | -0/+5 |
2016-03-21 | perf/x86/amd: Move nodes_per_socket into bsp_init_amd() | Huang Rui | 1 | -2/+12 |
2016-03-21 | perf/x86/cqm: Factor out some common code | Peter Zijlstra | 1 | -15/+13 |
2016-03-21 | perf/x86/mbm: Add support for MBM counter overflow handling | Vikas Shivappa | 1 | -5/+134 |
2016-03-21 | perf/x86/mbm: Implement RMID recycling | Vikas Shivappa | 1 | -4/+27 |
2016-03-21 | perf/x86/mbm: Add memory bandwidth monitoring event management | Tony Luck | 1 | -6/+116 |
2016-03-21 | perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init | Vikas Shivappa | 3 | -4/+128 |
2016-03-21 | perf/x86/cqm: Fix CQM memory leak and notifier leak | Vikas Shivappa | 1 | -11/+32 |
2016-03-21 | perf/x86/cqm: Fix CQM handling of grouping events into a cache_group | Vikas Shivappa | 1 | -3/+10 |
2016-03-21 | perf/x86/BTS: Fix RCU usage | Peter Zijlstra | 1 | -1/+4 |
2016-03-21 | perf/x86/ibs: Add IBS interrupt to the dynamic throttle | Peter Zijlstra | 1 | -0/+3 |
2016-03-21 | perf/x86/ibs: Fix race with IBS_STARTING state | Peter Zijlstra | 1 | -3/+29 |
2016-03-21 | perf/x86/ibs: Fix IBS throttle | Peter Zijlstra | 1 | -1/+1 |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 39 | -104/+966 |
2016-03-20 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -156/+320 |
2016-03-20 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 44 | -185/+364 |
2016-03-20 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 6 | -27/+63 |
2016-03-20 | Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 17 | -135/+97 |
2016-03-20 | Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 62 | -193/+4115 |
2016-03-20 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 259 | -3276/+12353 |