summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-12/+2Star
|\
| * riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-12/+2Star
* | RISC-V: recognize S/U mode bits in print_isaPatrick Stählin2018-11-201-3/+6
* | riscv: add asm/unistd.h UAPI headerDavid Abdurachmanov2018-11-202-10/+21
* | riscv: fix warning in arch/riscv/include/asm/module.hDavid Abdurachmanov2018-11-201-0/+1
* | RISC-V: Build flat and compressed kernel imagesAnup Patel2018-11-206-2/+120
* | RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson2018-11-201-2/+2
|/
* RISC-V: Silence some module warnings on 32-bitOlof Johansson2018-11-131-6/+6
* RISC-V: lib: Fix build error for 64-bitOlof Johansson2018-11-131-1/+1
* riscv: add missing vdso_install targetDavid Abdurachmanov2018-11-131-0/+4
* riscv: fix spacing in struct pt_regsDavid Abdurachmanov2018-11-131-2/+2
* RISC-V: defconfig: Enable printk timestampsAnup Patel2018-11-131-0/+1
* RISC-V: refresh defconfigAnup Patel2018-11-021-8/+8
* Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-013-7/+5Star
|\
| * lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt2018-10-311-1/+0Star
| |\
| | * Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt2018-10-311-1/+0Star
| * | Move EM_RISCV into elf-em.hPalmer Dabbelt2018-10-311-3/+0Star
| * | RISC-V: properly determine hardware capsAndreas Schwab2018-10-311-3/+5
| |/
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* | Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-2627-238/+679
|\|
| * RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-2310-62/+245
| |\
| | * RISC-V: Show IPI statsAnup Patel2018-10-233-7/+49
| | * RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfoAnup Patel2018-10-231-4/+6
| | * RISC-V: Use Linux logical CPU number instead of hartidAtish Patra2018-10-236-25/+58
| | * RISC-V: Add logical CPU indexing for RISC-VAtish Patra2018-10-233-1/+46
| | * RISC-V: Use WRITE_ONCE instead of direct accessAtish Patra2018-10-231-2/+3
| | * RISC-V: Use mmgrab()Palmer Dabbelt2018-10-231-1/+2
| | * RISC-V: Rename im_okay_therefore_i_am to found_boot_cpuPalmer Dabbelt2018-10-231-4/+5
| | * RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartidPalmer Dabbelt2018-10-233-4/+7
| | * RISC-V: Provide a cleaner raw_smp_processor_id()Palmer Dabbelt2018-10-231-10/+4Star
| | * RISC-V: Disable preemption before enabling interruptsAtish Patra2018-10-231-1/+5
| | * RISC-V: Comment on the TLB flush in smp_callin()Palmer Dabbelt2018-10-231-0/+4
| | * RISC-V: Filter ISA and MMU values in cpuinfoPalmer Dabbelt2018-10-231-7/+61
| | * RISC-V: Don't set cacheinfo.{physical_line_partition,attributes}Palmer Dabbelt2018-10-231-7/+0Star
| | * RISC-V: No need to pass scause as arg to do_IRQ()Anup Patel2018-10-232-3/+2Star
| * | RISC-V: Fix some RV32 bugs and build failuresPalmer Dabbelt2018-10-234-2/+7
| |\ \
| | * | RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen2018-10-231-1/+1
| | * | RISC-V: Select GENERIC_LIB_UMODDI3 on RV32Zong Li2018-10-231-0/+1
| | * | RISC-V: Use swiotlb on RV64 onlyZong Li2018-10-231-0/+3
| | * | RISC-V: Build tishift only on 64-bitZong Li2018-10-231-1/+2
| | |/
| * | riscv: Add support to no-FPU systemsPalmer Dabbelt2018-10-239-127/+196
| |\ \
| | * | Auto-detect whether a FPU existsAlan Kao2018-10-234-7/+19
| | * | Allow to disable FPU supportAlan Kao2018-10-236-3/+29
| | * | Cleanup ISA string settingAlan Kao2018-10-231-11/+8Star
| | * | Refactor FPU code in signal setup/return proceduresAlan Kao2018-10-231-27/+41
| | * | Extract FPU context operations from entry.SAlan Kao2018-10-233-87/+107
| | |/