summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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-04get rid of legacy 'get_ds()' functionLinus Torvalds
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-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-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
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren
2019-01-23RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt
2019-01-23RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis
2019-01-23RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt
2019-01-23RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov
2019-01-23RISC-V: fix bad use of of_node_putAndreas Schwab
2019-01-23RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen
2019-01-07Fix a handful of audit-related issuePalmer Dabbelt
2019-01-07riscv: add HAVE_SYSCALL_TRACEPOINTS to KconfigDavid Abdurachmanov
2019-01-07riscv: fix trace_sys_exit hookDavid Abdurachmanov
2019-01-07riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov
2019-01-07riscv: define NR_syscalls in unistd.hDavid Abdurachmanov
2019-01-07riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov
2019-01-07riscv: add audit supportDavid Abdurachmanov
2019-01-07RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li
2019-01-07riscv: don't stop itself in smp_send_stopAndreas Schwab
2019-01-07arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley
2019-01-07RISC-V: Make BSS section as the last section in vmlinux.lds.SAnup Patel
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-21RISC-V: Select GENERIC_SCHED_CLOCK for clocksource driversAnup Patel
2018-12-21RISC-V: lib: minor asm cleanupOlof Johansson
2018-12-21RISC-V: Move from EARLY_PRINTK to SBI earlyconPalmer Dabbelt
2018-12-21RISC-V: Update Kconfig to better handle CMDLINENick Kossifidis
2018-12-21riscv: remove unused variable in ftraceDavid Abdurachmanov
2018-12-21RISC-V: add of_node_put()Yangtao Li