summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar2017-08-31102-560/+2848
|\
| * x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-313-4/+19
| * x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich2017-08-311-11/+15
| * x86/mm: Fix SME encryption stack ptr handlingBorislav Petkov2017-08-291-3/+3
| * kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh2017-08-262-4/+28
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-2669-367/+843
| |\
| | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-2018-66/+84
| | |\
| | | * x86: Constify attribute_group structuresArvind Yadav2017-08-187-36/+36
| | | * x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'Alexander Potapenko2017-08-171-3/+4
| | | * x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checksOleg Nesterov2017-08-161-2/+1
| | | * x86: Fix norandmaps/ADDR_NO_RANDOMIZEOleg Nesterov2017-08-161-2/+2
| | | * x86/mtrr: Prevent CPU hotplug lock recursionThomas Gleixner2017-08-151-3/+15
| | | * x86: Mark various structures and functions as 'static'Colin Ian King2017-08-114-5/+5
| | | * x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD"...Borislav Petkov2017-08-112-2/+2
| | | * x86/smpboot: Unbreak CPU0 hotplugVitaly Kuznetsov2017-08-101-13/+17
| | | * x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-101-0/+2
| | * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-9/+7
| | |\ \
| | | * | perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra2017-08-101-9/+7
| | | |/
| | * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-0/+1
| | |\ \
| | | * | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+1
| | * | | mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-191-2/+2
| | * | | kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin2017-08-191-1/+1
| | * | | Merge tag 'pm-4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-08-171-0/+3
| | |\ \ \
| | | | \ \
| | | | \ \
| | | *-. \ \ Merge branches 'intel_pstate-fix' and 'cpufreq-x86-fix'Rafael J. Wysocki2017-08-171-0/+3
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | / | | | | | |/ | | | | |/|
| | | | | * cpufreq: x86: Disable interrupts during MSRs readingDoug Smythies2017-08-111-0/+3
| | | | |/
| | * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-08-142-32/+37
| | |\ \ \ | | | |/ / | | |/| |
| | | * | crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2017-08-092-32/+37
| | * | | Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-123-22/+50
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | xen: fix hvm guest with kaslr enabledJuergen Gross2017-08-111-2/+14
| | | * | xen: split up xen_hvm_init_shared_info()Juergen Gross2017-08-111-21/+24
| | | * | x86: provide an init_mem_mapping hypervisor hookJuergen Gross2017-08-112-0/+13
| * | | | 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-172-0/+47
| * | | | 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-303-2/+18
| * | | | x86/mm/dump_pagetables: Speed up page tables dump for CONFIG_KASAN=yAndrey Ryabinin2017-07-251-23/+41
| * | | | 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