summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-255-18/+86
* x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-07-212-0/+24
* x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov2017-07-211-2/+2
* x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov2017-07-215-14/+43
* x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-215-1/+59
* x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-214-9/+9
* x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUDKirill A. Shutemov2017-07-211-1/+1
* x86/mm/dump_pagetables: Fix printout of p4d levelKirill A. Shutemov2017-07-211-9/+9
* x86/mm/dump_pagetables: Generalize address normalizationKirill A. Shutemov2017-07-211-5/+6
* x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky2017-07-183-5/+83
* x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky2017-07-182-0/+107
* x86/mm: Add support to encrypt the kernel in-placeTom Lendacky2017-07-184-0/+466
* x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4Tom Lendacky2017-07-181-0/+5
* x86/mm: Use proper encryption attributes with /dev/memTom Lendacky2017-07-183-9/+15
* xen/x86: Remove SME feature in PV guestsTom Lendacky2017-07-181-0/+1
* x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-186-7/+54
* kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-186-25/+30
* x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-182-1/+15
* x86/boot/realmode: Check for memory encryption on the APsTom Lendacky2017-07-183-0/+40
* x86/cpu/AMD: Make the microcode level available earlier in the bootTom Lendacky2017-07-181-4/+4
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-186-9/+51
* x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky2017-07-181-0/+8
* x86/mm: Add support for changing the memory encryption attributeTom Lendacky2017-07-182-0/+65
* x86/mm: Add support to access persistent memory in the clearTom Lendacky2017-07-181-1/+30
* x86/boot: Use memremap() to map the MPF and MPC dataTom Lendacky2017-07-181-28/+70
* x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-182-0/+185
* x86/efi: Update EFI pagetable creation to work with SMETom Lendacky2017-07-181-4/+11
* efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-3/+3
* x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky2017-07-182-3/+25
* x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-186-5/+108
* x86/mm: Add support for early encryption/decryption of memoryTom Lendacky2017-07-182-0/+86
* x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-184-0/+69
* x86/mm: Add SME support for read_cr3_pa()Tom Lendacky2017-07-182-2/+8
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-1814-35/+113
* x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky2017-07-181-7/+9
* x86/mm: Add support to enable SME in early boot processingTom Lendacky2017-07-184-13/+77
* x86/mm: Remove phys_to_virt() usage in ioremap()Tom Lendacky2017-07-181-10/+8
* x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-184-0/+77
* x86/cpu/AMD: Handle SME reduction in physical address sizeTom Lendacky2017-07-181-11/+13
* x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2017-07-184-0/+23
* x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-186-51/+39
* x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky2017-07-181-3/+3
* Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-1899-1182/+2138
|\
| * x86/boot/KASLR: Rename process_e820_entry() into process_mem_region()Baoquan He2017-07-181-3/+3
| * x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()Baoquan He2017-07-181-11/+14
| * x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...Baoquan He2017-07-181-17/+21
| * Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0
| |\
| | * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-3/+0
| * | Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-154-21/+29
| |\ \
| | * | um: Correctly check for PTRACE_GETRESET/SETREGSETRichard Weinberger2017-07-101-1/+1
OpenPOWER on IntegriCloud