summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt1-1/+0
2018-10-23RISC-V: SMP cleanup and new featuresPalmer Dabbelt10-62/+245
2018-10-23RISC-V: Fix some RV32 bugs and build failuresPalmer Dabbelt4-2/+7
2018-10-23riscv: Add support to no-FPU systemsPalmer Dabbelt9-127/+196
2018-10-23RISC-V: Cosmetic menuconfig changesNick Kossifidis2-36/+39
2018-10-23riscv: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2-2/+1
2018-10-23RISC-V: remove the unused return_to_handler exportChristoph Hellwig1-1/+0
2018-10-23RISC-V: Add futex support.Jim Wilson3-1/+129
2018-10-23RISC-V: Add FP register ptrace support for gdb.Jim Wilson2-0/+55
2018-10-23RISC-V: Mask out the F extension on systems without DPalmer Dabbelt1-0/+7
2018-10-23RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt1-7/+0
2018-10-23RISC-V: Show IPI statsAnup Patel3-7/+49
2018-10-23RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel1-4/+6
2018-10-23RISC-V: Use Linux logical CPU number instead of hartidAtish Patra6-25/+58
2018-10-23RISC-V: Add logical CPU indexing for RISC-VAtish Patra3-1/+46
2018-10-23RISC-V: Use WRITE_ONCE instead of direct accessAtish Patra1-2/+3
2018-10-23RISC-V: Use mmgrab()Palmer Dabbelt1-1/+2
2018-10-23RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuPalmer Dabbelt1-4/+5
2018-10-23RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt3-4/+7
2018-10-23RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt1-10/+4
2018-10-23RISC-V: Disable preemption before enabling interruptsAtish Patra1-1/+5
2018-10-23RISC-V: Comment on the TLB flush in smp_callin()Palmer Dabbelt1-0/+4
2018-10-23RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt1-7/+61
2018-10-23RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt1-7/+0
2018-10-23RISC-V: No need to pass scause as arg to do_IRQ()Anup Patel2-3/+2
2018-10-23RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen1-1/+1
2018-10-23RISC-V: Select GENERIC_LIB_UMODDI3 on RV32Zong Li1-0/+1
2018-10-23RISC-V: Use swiotlb on RV64 onlyZong Li1-0/+3
2018-10-23RISC-V: Build tishift only on 64-bitZong Li1-1/+2
2018-10-23Auto-detect whether a FPU existsAlan Kao4-7/+19
2018-10-23Allow to disable FPU supportAlan Kao6-3/+29
2018-10-23Cleanup ISA string settingAlan Kao1-11/+8
2018-10-23Refactor FPU code in signal setup/return proceduresAlan Kao1-27/+41
2018-10-23Extract FPU context operations from entry.SAlan Kao3-87/+107
2018-10-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman9-18/+30
2018-10-19x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernelsChristoph Hellwig1-2/+0
2018-10-18sparc: vDSO: Silence an uninitialized variable warningDan Carpenter1-1/+3
2018-10-18sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2018-10-17Merge branch 'parisc-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-1/+1
2018-10-17x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior1-1/+1
2018-10-17x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior1-1/+0
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski1-6/+4
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka1-6/+7
2018-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGreg Kroah-Hartman10-61/+81
2018-10-16parisc: Fix uninitialized variable usage in unwind.cHelge Deller1-1/+1
2018-10-16Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller4-51/+51
2018-10-15sparc64: Set %l4 properly on trap return after handling signals.David S. Miller1-1/+2
2018-10-15sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-10-14x86/boot: Add -Wno-pointer-sign to KBUILD_CFLAGSNathan Chancellor1-0/+1
2018-10-14x86/time: Correct the attribute on jiffies' definitionNathan Chancellor1-1/+1