Age | Commit message (Expand) | Author | Files | Lines |
2017-07-20 | x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warning | Arnd Bergmann | 1 | -1/+1 |
2017-07-20 | x86/fpu/math-emu: Fix possible uninitialized variable use | Arnd Bergmann | 2 | -10/+10 |
2017-07-20 | perf/x86: Shut up false-positive -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -2/+2 |
2017-07-20 | Merge tag 'perf-core-for-mingo-4.13-20170718' of git://git.kernel.org/pub/scm... | Ingo Molnar | 1 | -1/+51 |
2017-07-20 | x86/defconfig: Remove stale, old Kconfig options | Krzysztof Kozlowski | 2 | -6/+0 |
2017-07-20 | x86/ioapic: Pass the correct data to unmask_ioapic_irq() | Seunghun Han | 1 | -1/+1 |
2017-07-20 | x86/acpi: Prevent out of bound access caused by broken ACPI tables | Seunghun Han | 1 | -0/+8 |
2017-07-20 | Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/dr... | Dave Airlie | 1 | -0/+1 |
2017-07-19 | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -9/+9 |
2017-07-19 | x86: add MULTIUSER dependency for KVM | Arnd Bergmann | 1 | -1/+1 |
2017-07-19 | KVM: nVMX: Disallow VM-entry in MOV-SS shadow | Jim Mattson | 1 | -0/+7 |
2017-07-19 | KVM: nVMX: track NMI blocking state separately for each VMCS | Paolo Bonzini | 1 | -10/+14 |
2017-07-19 | KVM: x86: masking out upper bits | Dan Carpenter | 1 | -2/+2 |
2017-07-18 | perf/x86/intel: Record branch type | Jin Yao | 1 | -1/+51 |
2017-07-18 | x86/mm: Add support to make use of Secure Memory Encryption | Tom Lendacky | 3 | -5/+83 |
2017-07-18 | perf/x86/intel: Fix debug_store reset field for freq events | Jiri Olsa | 1 | -0/+2 |
2017-07-18 | perf/x86/intel: Add Goldmont Plus CPU PMU support | Kan Liang | 3 | -0/+166 |
2017-07-18 | perf/x86/intel: Enable C-state residency events for Apollo Lake | Harry Pan | 1 | -6/+20 |
2017-07-18 | x86/boot: Add early cmdline parsing for options with arguments | Tom Lendacky | 2 | -0/+107 |
2017-07-18 | x86/mm: Add support to encrypt the kernel in-place | Tom Lendacky | 4 | -0/+466 |
2017-07-18 | x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4 | Tom Lendacky | 1 | -0/+5 |
2017-07-18 | x86/mm: Use proper encryption attributes with /dev/mem | Tom Lendacky | 3 | -9/+15 |
2017-07-18 | xen/x86: Remove SME feature in PV guests | Tom Lendacky | 1 | -0/+1 |
2017-07-18 | x86/mm, kexec: Allow kexec to be used with SME | Tom Lendacky | 6 | -7/+54 |
2017-07-18 | kvm/x86/svm: Support Secure Memory Encryption within KVM | Tom Lendacky | 6 | -25/+30 |
2017-07-18 | x86, drm, fbdev: Do not specify encrypted memory for video mappings | Tom Lendacky | 2 | -1/+15 |
2017-07-18 | x86/boot/realmode: Check for memory encryption on the APs | Tom Lendacky | 3 | -0/+40 |
2017-07-18 | x86/cpu/AMD: Make the microcode level available earlier in the boot | Tom Lendacky | 1 | -4/+4 |
2017-07-18 | x86, swiotlb: Add memory encryption support | Tom Lendacky | 6 | -9/+51 |
2017-07-18 | x86/realmode: Decrypt trampoline area if memory encryption is active | Tom Lendacky | 1 | -0/+8 |
2017-07-18 | x86/mm: Add support for changing the memory encryption attribute | Tom Lendacky | 2 | -0/+65 |
2017-07-18 | x86/mm: Add support to access persistent memory in the clear | Tom Lendacky | 1 | -1/+30 |
2017-07-18 | x86/boot: Use memremap() to map the MPF and MPC data | Tom Lendacky | 1 | -28/+70 |
2017-07-18 | x86/mm: Add support to access boot related data in the clear | Tom Lendacky | 2 | -0/+185 |
2017-07-18 | x86/efi: Update EFI pagetable creation to work with SME | Tom Lendacky | 1 | -4/+11 |
2017-07-18 | efi: Update efi_mem_type() to return an error rather than 0 | Tom Lendacky | 1 | -3/+3 |
2017-07-18 | x86/boot/e820: Add support to determine the E820 type of an address | Tom Lendacky | 2 | -3/+25 |
2017-07-18 | x86/mm: Insure that boot memory areas are mapped properly | Tom Lendacky | 6 | -5/+108 |
2017-07-18 | x86/mm: Add support for early encryption/decryption of memory | Tom Lendacky | 2 | -0/+86 |
2017-07-18 | x86/mm: Extend early_memremap() support with additional attrs | Tom Lendacky | 4 | -0/+69 |
2017-07-18 | x86/mm: Add SME support for read_cr3_pa() | Tom Lendacky | 2 | -2/+8 |
2017-07-18 | x86/mm: Provide general kernel support for memory encryption | Tom Lendacky | 14 | -35/+113 |
2017-07-18 | x86/mm: Simplify p[g4um]d_page() macros | Tom Lendacky | 1 | -7/+9 |
2017-07-18 | x86/mm: Add support to enable SME in early boot processing | Tom Lendacky | 4 | -13/+77 |
2017-07-18 | x86/mm: Remove phys_to_virt() usage in ioremap() | Tom Lendacky | 1 | -10/+8 |
2017-07-18 | x86/mm: Add Secure Memory Encryption (SME) support | Tom Lendacky | 4 | -0/+77 |
2017-07-18 | x86/cpu/AMD: Handle SME reduction in physical address size | Tom Lendacky | 1 | -11/+13 |
2017-07-18 | x86/cpu/AMD: Add the Secure Memory Encryption CPU feature | Tom Lendacky | 4 | -0/+23 |
2017-07-18 | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings | Tom Lendacky | 6 | -51/+39 |
2017-07-18 | x86/mm/pat: Set write-protect cache mode for full PAT support | Tom Lendacky | 1 | -3/+3 |