summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-10-10mips: Fix unroll macro when building with ClangNathan Chancellor1-1/+2
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2-0/+5
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2-0/+44
2019-10-10MIPS: cmdline: Clean up boot_command_line initializationPaul Burton1-42/+83
2019-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+2
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider1-2/+1
2019-10-09MIPS: cmdline: Remove redundant Kconfig defaultsPaul Burton1-3/+0
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer5-79/+34
2019-10-09MIPS: SGI-IP22: set PHYS_OFFSET to memory startThomas Bogendoerfer1-2/+1
2019-10-09MIPS: fw: arc: workaround 64bit kernel/32bit ARC problemsThomas Bogendoerfer1-4/+21
2019-10-09MIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB for platformThomas Bogendoerfer1-4/+8
2019-10-09MIPS: fw: arc: use call_o32 to call ARC prom from 64bit kernelThomas Bogendoerfer2-73/+35
2019-10-09MIPS: fw: arc: remove unused ARC codeThomas Bogendoerfer9-304/+6
2019-10-09MIPS: Drop 32-bit asm string functionsPaul Burton1-123/+0
2019-10-09MIPS: Provide unroll() macro, use it for cache opsPaul Burton3-343/+103
2019-10-09MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds14-94/+90
2019-10-09perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky1-13/+17
2019-10-09powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe1-0/+1
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour1-0/+3
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-10-08MIPS: generic: Use __initconst for const init dataTiezhu Yang1-3/+3
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye1-0/+5
2019-10-08x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen1-1/+1
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2-3/+3
2019-10-07x86/xen: Return from panic notifierBoris Ostrovsky1-3/+25
2019-10-07riscv: Correct the handling of unexpected ebreak in do_trap_break()Vincent Chen1-3/+3
2019-10-07riscv: avoid sending a SIGTRAP to a user thread trapped in WARN()Vincent Chen1-1/+1
2019-10-07riscv: avoid kernel hangs when trapped in BUG()Vincent Chen1-3/+3
2019-10-07MIPS: futex: Restore \n after sync instructionsPaul Burton1-3/+3
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-0/+23
2019-10-07mips: check for dsp presence only once before save/restoreAurabindo Jayamohanan1-4/+4
2019-10-07MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer4-8/+175
2019-10-07MIPS: CI20: DTS: Add LedsAlexandre GRIVEAUX1-0/+28
2019-10-07MIPS: CI20: DTS: Add IW8103 Wifi + bluetoothAlexandre GRIVEAUX1-0/+39
2019-10-07MIPS: CI20: DTS: Add I2C nodesAlexandre GRIVEAUX1-0/+147
2019-10-07MIPS: JZ4780: DTS: Add I2C nodesAlexandre GRIVEAUX1-0/+86
2019-10-07mips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEDmitry Korotin2-0/+3
2019-10-07MIPS: Loongson-3: Add CSR IPI supportHuacai Chen1-8/+62
2019-10-07MIPS: Loongson: Add Loongson-3A R4 basic supportHuacai Chen7-50/+96
2019-10-07MIPS: Loongson: Add CFUCFG&CSR supportHuacai Chen1-0/+227
2019-10-07mips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2-14/+4
2019-10-07MIPS: Check Loongson3 LL/SC errata workaround correctnessPaul Burton5-1/+325
2019-10-07MIPS: genex: Don't reload address unnecessarilyPaul Burton1-2/+2
2019-10-07MIPS: genex: Add Loongson3 LL/SC workaround to ejtag_debug_handlerPaul Burton1-0/+2
2019-10-07MIPS: barrier: Make __smp_mb__before_atomic() a no-op for Loongson3Paul Burton1-1/+11
2019-10-07MIPS: barrier: Remove loongson_llsc_mb()Paul Burton2-41/+1
2019-10-07MIPS: syscall: Emit Loongson3 sync workarounds within asmPaul Burton1-1/+2