summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| * | | RISC-V: Do not wait indefinitely in __cpu_upAtish Patra2019-03-041-3/+12
| |/ /
| * | riscv: remove the HAVE_KPROBES optionChristoph Hellwig2019-02-191-3/+0
| * | riscv: use for_each_of_cpu_node iteratorJohan Hovold2019-02-112-4/+5
| * | riscv: treat cpu devicetree nodes without status as enabledJohan Hovold2019-02-111-7/+3
| * | riscv: fix riscv_of_processor_hartid() commentJohan Hovold2019-02-111-9/+9
| * | riscv: use pr_info and friendsJohan Hovold2019-02-111-3/+3
| * | riscv: add missing newlines to printk messagesJohan Hovold2019-02-113-6/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+0
|\ \ \
| * | | riscv/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-1/+0
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-272-0/+3
| |\ \ \
| | * | | riscv: Use latest system call ABIArnd Bergmann2019-02-253-5/+3
| | * | | asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+3
| | * | | asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
| | * | | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| | | |/ | | |/|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-054-1/+1605
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-153-10/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-089-14/+30
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | bpf, riscv: add BPF JIT for RV64GBjörn Töpel2019-02-054-1/+1605
| | |_|/ | |/| |
* | | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
| |_|/ |/| |
* | | Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Palmer Dabbelt2019-02-111-6/+2
* | | riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2019-02-112-4/+10
| |/ |/|
* | riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti2019-01-251-1/+1
* | riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-232-2/+3
* | RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt2019-01-231-0/+1
* | RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis2019-01-231-1/+2
* | RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt2019-01-231-2/+2
* | RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov2019-01-231-1/+1
* | RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov2019-01-231-1/+1
* | RISC-V: fix bad use of of_node_putAndreas Schwab2019-01-231-5/+1
* | 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-077-3/+35
|\
| * riscv: add HAVE_SYSCALL_TRACEPOINTS to KconfigDavid Abdurachmanov2019-01-071-0/+1
| * 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: define NR_syscalls in unistd.hDavid 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-075-2/+24
* | RISC-V: Support MODULE_SECTIONS mechanism on RV32Zong Li2019-01-073-28/+32
* | 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
* | arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-27/+0
* | arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* | riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-4/+2
|\ \
| * | mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+2
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-13/+7
|/ /
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-22/+3
|\ \
| * | PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-6/+1