summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-261-0/+3
* Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2017-08-26119-513/+2805
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-26293-1503/+4505
| |\
| | * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-08-243-1/+14
| | |\
| | | * ARM: dts: exynos: add needs-hpd for Odroid-XU3/4Hans Verkuil2017-08-231-0/+1
| | | * ARM: at91: don't select CONFIG_ARM_CPU_SUSPEND for old platformsArnd Bergmann2017-08-232-1/+13
| | * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-08-234-11/+17
| | |\ \
| | | * | arm64: kaslr: Adjust the offset to avoid Image across alignment boundaryCatalin Marinas2017-08-221-7/+3
| | | * | arm64: kaslr: ignore modulo offset when validating virtual displacementArd Biesheuvel2017-08-222-4/+9
| | | * | arm64: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-221-1/+4
| | | * | arm64: fpsimd: Prevent registers leaking across execDave Martin2017-08-221-0/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-08-214-15/+15
| | |\ \ \
| | | * | | sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni2017-08-211-1/+1
| | | * | | sparc64: remove unnecessary log messageTushar Dave2017-08-161-2/+0
| | | * | | sparc64: Don't clibber fixed registers in __multi4.David S. Miller2017-08-161-12/+12
| | | * | | mm: add pmd_t initializer __pmd() to work around a GCC bug.Zi Yan2017-08-111-0/+2
| | * | | | Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-2125-70/+153
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2017-08-112-1/+16
| | | * | | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-043-7/+41
| | | * | | ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-042-2/+13
| | | * | | ARC: dma: implement dma_unmap_page and sg variantVineet Gupta2017-08-041-0/+45
| | | * | | ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin2017-08-041-0/+3
| | | * | | ARC: [plat-sim] Include this platform unconditionallyVineet Gupta2017-08-0412-24/+5
| | | * | | ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103Eugeniy Paltsev2017-08-044-34/+30
| | | * | | ARC: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-182-2/+0
| * | | | | 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
| * | | | | 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