aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2018-11-01RISC-V: refresh defconfigGravatar Anup Patel 1-8/+8
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-7/+5
2018-10-31lib: Remove umoddi3 and udivmoddi4Gravatar Palmer Dabbelt 1-1/+0
2018-10-31Move EM_RISCV into elf-em.hGravatar Palmer Dabbelt 1-3/+0
2018-10-31RISC-V: properly determine hardware capsGravatar Andreas Schwab 1-3/+5
2018-10-31Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Gravatar Palmer Dabbelt 1-1/+0
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 27-238/+679
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-24/+1
2018-10-22RISC-V: SMP cleanup and new featuresGravatar Palmer Dabbelt 10-62/+245
2018-10-22RISC-V: Fix some RV32 bugs and build failuresGravatar Palmer Dabbelt 4-2/+7
2018-10-22riscv: Add support to no-FPU systemsGravatar Palmer Dabbelt 9-127/+196
2018-10-22RISC-V: Cosmetic menuconfig changesGravatar Nick Kossifidis 2-36/+39
2018-10-22riscv: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigGravatar Masahiro Yamada 2-2/+1
2018-10-22RISC-V: remove the unused return_to_handler exportGravatar Christoph Hellwig 1-1/+0
2018-10-22RISC-V: Add futex support.Gravatar Jim Wilson 3-1/+129
2018-10-22RISC-V: Add FP register ptrace support for gdb.Gravatar Jim Wilson 2-0/+55
2018-10-22RISC-V: Mask out the F extension on systems without DGravatar Palmer Dabbelt 1-0/+7
2018-10-22RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Gravatar Palmer Dabbelt 1-7/+0
2018-10-22RISC-V: Show IPI statsGravatar Anup Patel 3-7/+49
2018-10-22RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoGravatar Anup Patel 1-4/+6
2018-10-22RISC-V: Use Linux logical CPU number instead of hartidGravatar Atish Patra 6-25/+58
2018-10-22RISC-V: Add logical CPU indexing for RISC-VGravatar Atish Patra 3-1/+46
2018-10-22RISC-V: Use WRITE_ONCE instead of direct accessGravatar Atish Patra 1-2/+3
2018-10-22RISC-V: Use mmgrab()Gravatar Palmer Dabbelt 1-1/+2
2018-10-22RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuGravatar Palmer Dabbelt 1-4/+5
2018-10-22RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidGravatar Palmer Dabbelt 3-4/+7
2018-10-22RISC-V: Provide a cleaner raw_smp_processor_id()Gravatar Palmer Dabbelt 1-10/+4
2018-10-22RISC-V: Disable preemption before enabling interruptsGravatar Atish Patra 1-1/+5
2018-10-22RISC-V: Comment on the TLB flush in smp_callin()Gravatar Palmer Dabbelt 1-0/+4
2018-10-22RISC-V: Filter ISA and MMU values in cpuinfoGravatar Palmer Dabbelt 1-7/+61
2018-10-22RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Gravatar Palmer Dabbelt 1-7/+0
2018-10-22RISC-V: No need to pass scause as arg to do_IRQ()Gravatar Anup Patel 2-3/+2
2018-10-22RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapGravatar Vincent Chen 1-1/+1
2018-10-22RISC-V: Select GENERIC_LIB_UMODDI3 on RV32Gravatar Zong Li 1-0/+1
2018-10-22RISC-V: Use swiotlb on RV64 onlyGravatar Zong Li 1-0/+3
2018-10-22RISC-V: Build tishift only on 64-bitGravatar Zong Li 1-1/+2
2018-10-22Auto-detect whether a FPU existsGravatar Alan Kao 4-7/+19
2018-10-22Allow to disable FPU supportGravatar Alan Kao 6-3/+29
2018-10-22Cleanup ISA string settingGravatar Alan Kao 1-11/+8
2018-10-22Refactor FPU code in signal setup/return proceduresGravatar Alan Kao 1-27/+41
2018-10-22Extract FPU context operations from entry.SGravatar Alan Kao 3-87/+107
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEGravatar Eric W. Biederman 2-24/+1
2018-10-02RISCV: Fix end PFN for low memoryGravatar Atish Patra 1-1/+1
2018-09-24RISC-V: include linux/ftrace.h in asm-prototypes.hGravatar James Cowgill 1-0/+7