summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-03-12x86/mm: Do not use paravirtualized calls in native_set_p4d()Kirill A. Shutemov1-2/+2
2018-03-12kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He1-0/+1
2018-03-12x86/boot/compressed/64: Prepare new top-level page table for trampolineKirill A. Shutemov1-0/+61
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov3-1/+18
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov2-0/+23
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov3-0/+51
2018-03-12x86/boot/compressed/64: Describe the logic behind the LA57 checkKirill A. Shutemov1-3/+15
2018-02-28x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky2-2/+3
2018-02-26Merge branch 'x86/boot' into x86/mm, to unify branchesIngo Molnar4-36/+32
2018-02-26x86/boot/e820: Implement a range manipulation operatorJan H. Schönherr1-0/+18
2018-02-26x86/mm: Consider effective protection attributes in W+X checkJan Beulich1-36/+58
2018-02-26x86/boot: Make the x86_init noop functions staticJuergen Gross1-5/+5
2018-02-26x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross1-3/+11
2018-02-26x86/acpi: Add a new x86_init_acpi structure to x86_init_opsJuergen Gross3-0/+21
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar155-990/+1430
2018-02-26Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-17/+93
2018-02-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+33
2018-02-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-02-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-18/+26
2018-02-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-8/+8
2018-02-25Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-7/+16
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+45
2018-02-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds13-61/+44
2018-02-24Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand3-2/+7
2018-02-23x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves1-0/+1
2018-02-23locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri1-3/+18
2018-02-23locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __AS...Andrea Parri2-14/+8
2018-02-23x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui1-0/+1
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner1-3/+22
2018-02-23powerpc/powernv: Support firmware disable of RFI flushMichael Ellerman1-0/+4
2018-02-23powerpc/pseries: Support firmware disable of RFI flushMichael Ellerman1-1/+2
2018-02-23powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2Bharata B Rao1-3/+3
2018-02-23MIPS: boot: Define __ASSEMBLY__ for its.S buildKees Cook1-0/+1
2018-02-23bpf, arm64: fix out of bounds access in tail callDaniel Borkmann1-2/+3
2018-02-23bpf, x64: implement retpoline for tail callDaniel Borkmann2-4/+42
2018-02-22Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/p...Linus Torvalds4-7/+5
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-5/+24
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu3-0/+5
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar7-8/+8
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord1-0/+3
2018-02-22powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann1-1/+1
2018-02-22powerpc/pseries: Fix duplicate firmware feature for DRC_INFOMichael Ellerman1-1/+1
2018-02-22bug.h: work around GCC PR82365 in BUG()Arnd Bergmann5-5/+24
2018-02-21x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov6-13/+25
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov1-10/+13
2018-02-21x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVELKirill A. Shutemov3-11/+27
2018-02-21locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri1-8/+7
2018-02-21x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann1-1/+1