aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2017-07-24Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell
2017-07-22Merge branch 'x86/syscall'Ingo Molnar
2017-07-22Merge branch 'x86/mm'Ingo Molnar
2017-07-22Merge branch 'x86/asm'Ingo Molnar
2017-07-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21x86/mm: Allow userspace have mappings above 47-bitKirill A. Shutemov
2017-07-21x86/mm: Prepare to expose larger address space to userspaceKirill A. Shutemov
2017-07-21x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov
2017-07-21x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov
2017-07-20x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf
2017-07-20Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set"Greg Kroah-Hartman
2017-07-20x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-18x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky
2017-07-18x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky
2017-07-18x86/mm: Add support to encrypt the kernel in-placeTom Lendacky
2017-07-18x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4Tom Lendacky
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky
2017-07-18kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky
2017-07-18x86/mm: Add support for changing the memory encryption attributeTom Lendacky
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky
2017-07-18x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky
2017-07-18x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky
2017-07-18x86/mm: Add support for early encryption/decryption of memoryTom Lendacky
2017-07-18x86/mm: Extend early_memremap() support with additional attrsTom Lendacky
2017-07-18x86/mm: Add SME support for read_cr3_pa()Tom Lendacky
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-07-18x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky
2017-07-18x86/mm: Add support to enable SME in early boot processingTom Lendacky
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky
2017-07-18x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar
2017-07-18x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-07-18x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan
2017-07-17x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov
2017-07-17x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li