summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0429-62/+406
|\
| * x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-311-0/+14
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-2613-22/+38
| |\
| * | x86/CPU: Align CR3 definesBorislav Petkov2017-08-211-6/+6
| * | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+4
| * | acpi, x86/mm: Remove encryption mask from ACPI page protection typeTom Lendacky2017-07-302-5/+7
| * | x86/mm, kexec: Fix memory corruption with SME on successive kexecsTom Lendacky2017-07-301-1/+2
| * | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-253-2/+21
| * | 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-212-3/+6
| * | x86/mpx: Do not allow MPX if we have mappings above 47-bitKirill A. Shutemov2017-07-212-0/+12
| * | x86/mm: Rename tasksize_32bit/64bit to task_size_32bit/64bit()Kirill A. Shutemov2017-07-211-2/+2
| * | x86/mm: Add support to make use of Secure Memory EncryptionTom Lendacky2017-07-181-2/+4
| * | x86/boot: Add early cmdline parsing for options with argumentsTom Lendacky2017-07-181-0/+2
| * | x86/mm: Add support to encrypt the kernel in-placeTom Lendacky2017-07-181-0/+6
| * | 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-181-0/+3
| * | x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-183-0/+10
| * | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-1/+1
| * | x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky2017-07-181-1/+13
| * | x86/boot/realmode: Check for memory encryption on the APsTom Lendacky2017-07-181-0/+12
| * | x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-182-2/+8
| * | x86/mm: Add support for changing the memory encryption attributeTom Lendacky2017-07-181-0/+3
| * | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-0/+5
| * | x86/boot/e820: Add support to determine the E820 type of an addressTom Lendacky2017-07-181-0/+2
| * | x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-182-0/+9
| * | x86/mm: Add support for early encryption/decryption of memoryTom Lendacky2017-07-181-0/+10
| * | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-182-0/+21
| * | 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-186-18/+62
| * | 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-181-0/+8
| * | x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-181-0/+30
| * | x86/cpu/AMD: Add the Secure Memory Encryption CPU featureTom Lendacky2017-07-182-0/+3
| * | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-181-4/+4
| * | Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-1825-196/+128
| |\ \
| * | | x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+8
| * | | x86/mm: Disable PCID on 32-bit kernelsAndy Lutomirski2017-07-051-1/+3
| * | | x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski2017-07-051-2/+0
| * | | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-052-6/+4
| * | | x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski2017-07-051-3/+40
| * | | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-053-2/+47
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-047-109/+271
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-043-8/+5
| |\ \ \ \
| * | | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-35/+5
| * | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-253-3/+13
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'x86/asm' into locking/coreIngo Molnar2017-08-185-64/+284
| |\ \ \ \ \
| * | | | | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-172-0/+115
| * | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-104-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'WIP.locking/atomics' into locking/coreIngo Molnar2017-07-254-74/+151
| |\ \ \ \ \ \ \