summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitionsIngo Molnar2019-10-124-4/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-3/+0
|\ \ \ \ \ \
| * | | | | | efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
| |/ / / / /
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-124-4/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang2019-10-081-0/+3
| * | | | | x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen2019-10-081-1/+1
| * | | | | x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-082-3/+3
| |/ / / /
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-123-3/+3
|\ \ \ \ \
| * | | | | x86: Use the correct SPDX License Identifier in headersNishad Kamdar2019-10-013-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-122-9/+8
|\ \ \ \ \
| * | | | | RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider2019-10-091-2/+1
| * | | | | riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen2019-10-071-3/+3
| * | | | | riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen2019-10-071-1/+1
| * | | | | riscv: avoid kernel hangs when trapped in BUG()Vincent Chen2019-10-071-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-10-126-5/+55
|\ \ \ \ \
| * | | | | MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-102-0/+5
| * | | | | MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-102-0/+44
| * | | | | MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer2019-10-091-1/+1
| * | | | | MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer2019-10-091-2/+2
| * | | | | MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer2019-10-071-2/+3
| |/ / / /
* | | | | Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-10-124-0/+9
|\ \ \ \ \
| * | | | | spufs: fix a crash in spufs_create_root()Emmanuel Nicolet2019-10-111-0/+1
| * | | | | powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe2019-10-091-0/+1
| * | | | | powerpc/pseries: Remove confusing warning message.Laurent Dufour2019-10-091-0/+3
| * | | | | powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell2019-10-091-0/+4
| |/ / / /
* | | | | Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-121-3/+25
|\ \ \ \ \
| * | | | | x86/xen: Return from panic notifierBoris Ostrovsky2019-10-071-3/+25
* | | | | | Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-10-121-2/+2
|\ \ \ \ \ \
| * | | | | | s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger2019-10-111-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-10-102-0/+2
|\ \ \ \ \ \
| * | | | | | crypto: arm/aes-ce - add dependency on AES libraryArd Biesheuvel2019-10-011-0/+1
| * | | | | | crypto: arm/aes-ce - build for v8 architecture explicitlyArd Biesheuvel2019-10-011-0/+1
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-0914-94/+90
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye2019-10-081-0/+5
| * | | | | | arm64: Kconfig: Make CONFIG_COMPAT_VDSO a proper Kconfig optionWill Deacon2019-10-072-7/+13
| * | | | | | arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon2019-10-071-13/+13
| * | | | | | arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon2019-10-071-1/+5
| * | | | | | arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon2019-10-071-4/+2
| * | | | | | arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon2019-10-072-7/+6
| * | | | | | arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANGWill Deacon2019-10-071-0/+4
| * | | | | | arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino2019-10-071-3/+0
| * | | | | | arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino2019-10-072-1/+10
| * | | | | | arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino2019-10-072-33/+0
| * | | | | | arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino2019-10-073-16/+6
| * | | | | | arm64: mm: fix spurious fault detectionMark Rutland2019-10-071-1/+1
| * | | | | | arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419James Morse2019-10-041-3/+9
| * | | | | | arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse2019-10-041-0/+1
| * | | | | | arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland2019-10-041-1/+10
| * | | | | | arm64: cpufeature: Effectively expose FRINT capability to userspaceJulien Grall2019-10-041-0/+1