aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds6-184/+71
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand1-1/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt2-127/+5
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab1-1/+1
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra1-19/+22
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra1-0/+5
2019-03-04RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra1-1/+0
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra1-4/+0
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra2-9/+9
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra1-3/+12
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+2
2019-02-25riscv: Use latest system call ABIArnd Bergmann1-0/+2
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel1-49/+0
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel1-72/+0
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel1-5/+4
2019-02-11riscv: use for_each_of_cpu_node iteratorJohan Hovold2-4/+5
2019-02-11riscv: treat cpu devicetree nodes without status as enabledJohan Hovold1-7/+3
2019-02-11riscv: fix riscv_of_processor_hartid() commentJohan Hovold1-9/+9
2019-02-11riscv: use pr_info and friendsJohan Hovold1-3/+3
2019-02-11riscv: add missing newlines to printk messagesJohan Hovold3-6/+6
2019-02-11Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Palmer Dabbelt1-6/+2
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren1-1/+1
2019-01-23RISC-V: fix bad use of of_node_putAndreas Schwab1-5/+1
2019-01-23RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen2-1/+18
2019-01-07Fix a handful of audit-related issuePalmer Dabbelt2-3/+10
2019-01-07riscv: fix trace_sys_exit hookDavid Abdurachmanov1-1/+1
2019-01-07riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov1-0/+2
2019-01-07riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov1-0/+5
2019-01-07riscv: add audit supportDavid Abdurachmanov1-2/+2
2019-01-07RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li1-14/+16
2019-01-07riscv: don't stop itself in smp_send_stopAndreas Schwab1-7/+36
2019-01-07arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley1-1/+8
2019-01-07RISC-V: Make BSS section as the last section in vmlinux.lds.SAnup Patel1-2/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-21RISC-V: Move from EARLY_PRINTK to SBI earlyconPalmer Dabbelt1-28/+0
2018-12-21riscv: remove unused variable in ftraceDavid Abdurachmanov1-1/+0
2018-12-21RISC-V: add of_node_put()Yangtao Li1-0/+1
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra5-1/+20
2018-12-17RISC-V: Remove EARLY_PRINTK supportAnup Patel1-28/+0
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-12/+2
2018-11-27riscv/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-20RISC-V: recognize S/U mode bits in print_isaPatrick Stählin1-3/+6
2018-11-20RISC-V: Build flat and compressed kernel imagesAnup Patel2-1/+11
2018-11-12RISC-V: Silence some module warnings on 32-bitOlof Johansson1-6/+6
2018-10-31RISC-V: properly determine hardware capsAndreas Schwab1-3/+5
2018-10-22RISC-V: SMP cleanup and new featuresPalmer Dabbelt7-47/+195
2018-10-22RISC-V: Fix some RV32 bugs and build failuresPalmer Dabbelt1-0/+3
2018-10-22riscv: Add support to no-FPU systemsPalmer Dabbelt6-115/+168