aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | arm64: Mark functions using explicit register variables as '__always_inline'Will Deacon2019-10-041-2/+4
| * | | | | | arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma2019-10-011-17/+15
| * | | | | | arm64: errata: Update stale commentThierry Reding2019-10-011-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-071-0/+23
| |_|/ / / |/| | | |
* | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-10-0513-141/+50
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI supportPatrice Chotard2019-10-041-1/+1
| * | | | Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-10-039-133/+37
| |\ \ \ \