summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel
2019-04-09RISC-V: Add separate defconfig for 32bit systemsAnup Patel
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04riscv: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin
2019-03-28RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)Joe Perches
2019-03-28RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC areaAnup Patel
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2019-03-26riscv: fix accessing 8-byte variable from RV32Alan Kao
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra
2019-03-04RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-25riscv: Use latest system call ABIArnd Bergmann
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig
2019-02-19riscv: remove the HAVE_KPROBES optionChristoph Hellwig
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11riscv: use for_each_of_cpu_node iteratorJohan Hovold
2019-02-11riscv: treat cpu devicetree nodes without status as enabledJohan Hovold
2019-02-11riscv: fix riscv_of_processor_hartid() commentJohan Hovold
2019-02-11riscv: use pr_info and friendsJohan Hovold
2019-02-11riscv: add missing newlines to printk messagesJohan Hovold
2019-02-11Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Palmer Dabbelt
2019-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel