aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Fix a handful of audit-related issueGravatar Palmer Dabbelt 7-3/+35
2019-01-07riscv: add HAVE_SYSCALL_TRACEPOINTS to KconfigGravatar David Abdurachmanov 1-0/+1
2019-01-07riscv: fix trace_sys_exit hookGravatar David Abdurachmanov 1-1/+1
2019-01-07riscv: define CREATE_TRACE_POINTS in ptrace.cGravatar David Abdurachmanov 1-0/+2
2019-01-07riscv: define NR_syscalls in unistd.hGravatar David Abdurachmanov 1-0/+2
2019-01-07riscv: audit: add audit hook in do_syscall_trace_enter/exit()Gravatar David Abdurachmanov 1-0/+5
2019-01-07riscv: add audit supportGravatar David Abdurachmanov 5-2/+24
2019-01-07RISC-V: Support MODULE_SECTIONS mechanism on RV32Gravatar Zong Li 3-28/+32
2019-01-07riscv: don't stop itself in smp_send_stopGravatar Andreas Schwab 1-7/+36
2019-01-07arch: riscv: support kernel command line forcing when no DTB passedGravatar Paul Walmsley 1-1/+8
2019-01-07RISC-V: Make BSS section as the last section in vmlinux.lds.SGravatar Anup Patel 1-2/+6
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-27/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06riscv: remove redundant kernel-space generic-yGravatar Masahiro Yamada 1-25/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 3-13/+7
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-22/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-16/+0
2018-12-21RISC-V: Select GENERIC_SCHED_CLOCK for clocksource driversGravatar Anup Patel 1-0/+1
2018-12-21RISC-V: lib: minor asm cleanupGravatar Olof Johansson 2-48/+53
2018-12-21RISC-V: Move from EARLY_PRINTK to SBI earlyconGravatar Palmer Dabbelt 3-30/+1
2018-12-21RISC-V: Update Kconfig to better handle CMDLINEGravatar Nick Kossifidis 1-24/+33
2018-12-21riscv: remove unused variable in ftraceGravatar David Abdurachmanov 1-1/+0
2018-12-21RISC-V: add of_node_put()Gravatar Yangtao Li 1-0/+1
2018-12-21RISC-V: Fix of_node_* refcountGravatar Atish Patra 5-1/+20
2018-12-21riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variantsGravatar Andrea Parri 1-0/+9
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-17RISC-V: Remove EARLY_PRINTK supportGravatar Anup Patel 2-30/+0
2018-12-17RISC-V: defconfig: Enable RISC-V SBI earlycon supportGravatar Anup Patel 1-0/+1
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 1-15/+0
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-12/+2
2018-11-27riscv/function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-12/+2
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsGravatar Christoph Hellwig 1-6/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-16/+2
2018-11-20RISC-V: recognize S/U mode bits in print_isaGravatar Patrick Stählin 1-3/+6
2018-11-20riscv: add asm/unistd.h UAPI headerGravatar David Abdurachmanov 2-10/+21
2018-11-20riscv: fix warning in arch/riscv/include/asm/module.hGravatar David Abdurachmanov 1-0/+1
2018-11-20RISC-V: Build flat and compressed kernel imagesGravatar Anup Patel 6-2/+120
2018-11-20RISC-V: Fix raw_copy_{to,from}_user()Gravatar Olof Johansson 1-2/+2
2018-11-12RISC-V: Silence some module warnings on 32-bitGravatar Olof Johansson 1-6/+6
2018-11-12RISC-V: lib: Fix build error for 64-bitGravatar Olof Johansson 1-1/+1
2018-11-12riscv: add missing vdso_install targetGravatar David Abdurachmanov 1-0/+4
2018-11-12riscv: fix spacing in struct pt_regsGravatar David Abdurachmanov 1-2/+2
2018-11-12RISC-V: defconfig: Enable printk timestampsGravatar Anup Patel 1-0/+1
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