summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-0310-12/+24
|\
| * x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-024-8/+8
| * x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-02-011-0/+3
| * x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1
| * x86/fault: Fix sign-extend unintended sign extensionColin Ian King2019-01-291-1/+1
| * x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-292-1/+9
| * x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang2019-01-291-1/+2
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-032-2/+3
|\ \
| * | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-302-2/+3
* | | Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-029-14/+30
|\ \ \
| * | | riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti2019-01-251-1/+1
| * | | riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-232-2/+3
| * | | RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt2019-01-231-0/+1
| * | | RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis2019-01-231-1/+2
| * | | RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt2019-01-231-2/+2
| * | | RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov2019-01-231-1/+1
| * | | RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov2019-01-231-1/+1
| * | | RISC-V: fix bad use of of_node_putAndreas Schwab2019-01-231-5/+1
| * | | RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen2019-01-232-1/+18
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-02-0215-7/+11
|\ \ \ \
| * | | | x86_64: increase stack size for KASAN_EXTRAQian Cai2019-02-011-0/+4
| * | | | arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-0114-7/+7
* | | | | Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-02-0110-26/+43
|\ \ \ \ \
| * | | | | xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
| * | | | | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe2019-01-267-9/+9
| * | | | | xtensa: Fix typo use space=>user spaceCorentin Labbe2019-01-261-1/+1
| * | | | | xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
| * | | | | xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov2019-01-261-0/+1
| * | | | | xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
| * | | | | xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-02-015-5/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse2019-02-011-1/+3
| * | | | arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse2019-02-011-0/+2
| * | | | arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse2019-02-011-3/+3
| * | | | arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel2019-02-011-0/+1
| * | | | arm64: Do not issue IPIs for user executable ptesCatalin Marinas2019-02-011-1/+5
| | |/ / | |/| |
* | | | x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds2019-02-011-3/+30
* | | | Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-311-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: cns3xxx: Use actual size reads for PCIeKoen Vandeputte2019-01-311-1/+1
| * | | ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentKoen Vandeputte2019-01-311-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-277-7/+30
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| * | | x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| * | | x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
| * | | x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
| * | | x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
| * | | x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
| * | | x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-18/+16
|\ \ \ \
| * | | | x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier2018-12-041-4/+0