summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | RISC-V: Assign hwcap as per comman capabilities.Atish Patra2019-03-041-19/+22
| * | RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra2019-03-041-0/+5
| * | RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra2019-03-041-1/+0Star
| * | RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra2019-03-041-4/+0Star
| * | RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra2019-03-042-9/+9
| * | RISC-V: Do not wait indefinitely in __cpu_upAtish Patra2019-03-041-3/+12
| |/
| * riscv: use for_each_of_cpu_node iteratorJohan Hovold2019-02-122-4/+5
| * riscv: treat cpu devicetree nodes without status as enabledJohan Hovold2019-02-121-7/+3Star
| * riscv: fix riscv_of_processor_hartid() commentJohan Hovold2019-02-121-9/+9
| * riscv: use pr_info and friendsJohan Hovold2019-02-121-3/+3
| * riscv: add missing newlines to printk messagesJohan Hovold2019-02-123-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+0Star
|\ \
| * | riscv/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-061-1/+0Star
| |/
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+2
|\ \ | |/ |/|
| * Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+2
| |\
| | * riscv: Use latest system call ABIArnd Bergmann2019-02-251-0/+2
* | | Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Palmer Dabbelt2019-02-121-6/+2Star
|/ /
* | riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-241-1/+1
* | RISC-V: fix bad use of of_node_putAndreas Schwab2019-01-231-5/+1Star
* | RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen2019-01-232-1/+18
|/
* Fix a handful of audit-related issuePalmer Dabbelt2019-01-072-3/+10
|\
| * riscv: fix trace_sys_exit hookDavid Abdurachmanov2019-01-071-1/+1
| * riscv: define CREATE_TRACE_POINTS in ptrace.cDavid Abdurachmanov2019-01-071-0/+2
| * riscv: audit: add audit hook in do_syscall_trace_enter/exit()David Abdurachmanov2019-01-071-0/+5
| * riscv: add audit supportDavid Abdurachmanov2019-01-071-2/+2
* | RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li2019-01-071-14/+16
* | riscv: don't stop itself in smp_send_stopAndreas Schwab2019-01-071-7/+36
* | arch: riscv: support kernel command line forcing when no DTB passedPaul Walmsley2019-01-071-1/+8
* | RISC-V: Make BSS section as the last section in vmlinux.lds.SAnup Patel2019-01-071-2/+6
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* | RISC-V: Move from EARLY_PRINTK to SBI earlyconPalmer Dabbelt2018-12-211-28/+0Star
|\ \
| * | RISC-V: Remove EARLY_PRINTK supportAnup Patel2018-12-171-28/+0Star
| |/
* | riscv: remove unused variable in ftraceDavid Abdurachmanov2018-12-211-1/+0Star
* | RISC-V: add of_node_put()Yangtao Li2018-12-211-0/+1
* | RISC-V: Fix of_node_* refcountAtish Patra2018-12-215-1/+20
|/
* 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
* | RISC-V: Build flat and compressed kernel imagesAnup Patel2018-11-202-1/+11
|/
* RISC-V: Silence some module warnings on 32-bitOlof Johansson2018-11-131-6/+6
* RISC-V: properly determine hardware capsAndreas Schwab2018-10-311-3/+5
* RISC-V: SMP cleanup and new featuresPalmer Dabbelt2018-10-237-47/+195
|\
| * RISC-V: Show IPI statsAnup Patel2018-10-232-7/+40
| * 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-235-22/+45
| * RISC-V: Add logical CPU indexing for RISC-VAtish Patra2018-10-232-0/+23
| * 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-232-3/+6