summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-1522-105/+329
|\
| * x86/pgtable: Don't set huge PUD/PMD on non-leaf entriesJoerg Roedel2018-04-121-0/+9
| * x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-123-4/+82
| * x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-123-10/+35
| * x86/pti: Enable global pages for shared areasDave Hansen2018-04-122-2/+35
| * x86/mm: Do not forbid _PAGE_RW before init for __ro_after_initDave Hansen2018-04-121-2/+4
| * x86/mm: Comment _PAGE_GLOBAL mysteryDave Hansen2018-04-121-1/+10
| * x86/mm: Remove extra filtering in pageattr codeDave Hansen2018-04-121-4/+2
| * x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-1210-12/+75
| * x86/espfix: Document use of _PAGE_GLOBALDave Hansen2018-04-091-0/+4
| * x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-094-14/+34
| * x86/mm: Undo double _PAGE_PSE clearingDave Hansen2018-04-091-3/+6
| * x86/mm: Factor out pageattr _PAGE_GLOBAL settingDave Hansen2018-04-091-43/+23
| * Merge branch 'linus' into x86/pti to pick up upstream changesIngo Molnar2018-04-09379-3647/+5274
| |\
| * | x86/entry/64: Drop idtentry's manual stack switch for user entriesAndy Lutomirski2018-04-091-2/+2
| * | x86/uapi: Fix asm/bootparam.h userspace compilation errorsDmitry V. Levin2018-04-051-9/+9
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-151-10/+24
|\ \ \
| * | | perf/x86/intel: Move regs->flags EXACT bit initStephane Eranian2018-04-051-10/+24
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-1/+6
|\ \ \ \
| * | | | x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of th...Sai Praneeth2018-04-051-1/+6
| |/ / /
* | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-04-151-2/+0
|\ \ \ \
| * | | | openrisc: remove unused __ARCH_HAVE_MMU defineTobias Klauser2018-04-071-2/+0
* | | | | Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-1510-40/+63
|\ \ \ \ \
| * | | | | powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU featuresMichael Ellerman2018-04-132-15/+22
| * | | | | powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman2018-04-121-3/+2
| * | | | | KVM: PPC: Book3S HV: trace_tlbie must not be called in realmodeNicholas Piggin2018-04-111-4/+0
| * | | | | powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V2018-04-111-0/+1
| * | | | | powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin2018-04-111-1/+6
| * | | | | powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin2018-04-101-0/+3
| * | | | | powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual2018-04-101-15/+17
| * | | | | powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman2018-04-101-1/+1
| * | | | | powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagicMichael Ellerman2018-04-091-1/+11
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-1418-708/+138
|\ \ \ \ \ \
| * | | | | | kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo2018-04-145-305/+16
| * | | | | | kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-142-8/+9
| * | | | | | kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2018-04-141-4/+6
| * | | | | | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-141-36/+20
| * | | | | | kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-141-188/+7
| * | | | | | x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro2018-04-141-11/+7
| * | | | | | x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro2018-04-141-51/+31
| * | | | | | x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro2018-04-141-12/+12
| * | | | | | x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro2018-04-141-63/+58
| * | | | | | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-146-83/+9
| * | | | | | kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-142-0/+6
| * | | | | | mm/gup.c: document return valueMichael S. Tsirkin2018-04-144-0/+10
* | | | | | | Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds2018-04-139-38/+84
|\ \ \ \ \ \ \
| * | | | | | | arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni2018-04-131-0/+8
| * | | | | | | arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni2018-04-131-5/+14
| * | | | | | | arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni2018-04-131-18/+18
| * | | | | | | arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni2018-04-131-0/+12