aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar1-1/+0
2017-11-10x86/debug: Handle warnings before the notifier chain, to fix KGDB crashAlexander Shishkin1-3/+7
2017-11-09x86/mm: Fix ELF_ET_DYN_BASE for 5-level pagingKirill A. Shutemov1-1/+1
2017-11-09x86/build: Make the boot image generation less verboseChangbin Du1-5/+10
2017-11-08x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina1-1/+1
2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins3-1/+95
2017-11-08x86/xen/time: set pvclock flags on xen_time_init()Joao Martins1-0/+9
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins4-16/+26
2017-11-08x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps()Yonghong Song1-2/+0
2017-11-08x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov1-2/+2
2017-11-08x86/traps: Fix up general protection faults caused by UMIPRicardo Neri1-0/+6
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri2-1/+34
2017-11-08x86/umip: Force a page fault when unable to copy emulated result to userRicardo Neri1-2/+47
2017-11-08x86/umip: Add emulation code for UMIP instructionsRicardo Neri3-0/+334
2017-11-08x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri3-1/+10
2017-11-08x86/insn-eval: Add support to resolve 16-bit address encodingsRicardo Neri1-1/+212
2017-11-08x86/insn-eval: Handle 32-bit address encodings in virtual-8086 modeRicardo Neri1-0/+11
2017-11-08x86/insn-eval: Add wrapper function for 32 and 64-bit addressesRicardo Neri1-5/+55
2017-11-08x86/insn-eval: Add support to resolve 32-bit address encodingsRicardo Neri1-6/+106
2017-11-08x86/insn-eval: Compute linear address in several utility functionsRicardo Neri1-58/+185
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2-4/+2
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar6-125/+910
2017-11-08x86/unwind: Disable KASAN checking in the ORC unwinderJosh Poimboeuf1-1/+1
2017-11-07PCI: Remove unused declarationsBjorn Helgaas1-1/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-1/+0
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot1-2/+2
2017-11-07x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2-10/+9
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2-13/+57
2017-11-07X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh1-3/+37
2017-11-07x86: Add support for changing memory encryption attribute in early bootBrijesh Singh2-0/+138
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky2-4/+47
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky8-15/+186
2017-11-07x86/mm: Add DMA support for SEV memory encryptionTom Lendacky1-0/+86
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky1-12/+67
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky2-10/+10
2017-11-07x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky1-1/+15
2017-11-07x86/mm: Include SEV for encryption memory attribute changesTom Lendacky1-2/+2
2017-11-07x86/mm: Use encrypted access of boot related data with SEVTom Lendacky1-14/+30
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky1-2/+3
2017-11-07x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky1-2/+4
2017-11-07x86/mm: Add Secure Encrypted Virtualization (SEV) supportTom Lendacky2-0/+32
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-13/+13
2017-11-07x86/mm: Remove unnecessary TLB flush for SME in-place encryptionTom Lendacky1-1/+0
2017-11-07ACPI / APEI: Remove arch_apei_flush_tlb_one()James Morse1-5/+0
2017-11-07ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse1-0/+6
2017-11-07x86/build: Add more generated files to the .gitignore fileChangbin Du1-0/+3
2017-11-07x86/build: Specify -input-charset=utf-8 for mkisofsChangbin Du1-2/+3
2017-11-07x86/build: Add new paths for isolinux.bin and ldlinux.c32Changbin Du1-5/+18
2017-11-07x86/build: Factor out fdimage/isoimage generation commands to standalone scriptChangbin Du2-48/+116
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam1-1/+1