aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-1/+0
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-18/+18
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds11-193/+287
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 Torvalds2-0/+3
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-1/+1605
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt6-128/+208
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
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 Patra3-14/+22
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra1-3/+12
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon1-18/+18
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-0/+3
2019-02-25riscv: Use latest system call ABIArnd Bergmann3-5/+3
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel1-1/+2
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel3-0/+81
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel2-49/+49
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel3-72/+71
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel1-5/+4
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-19riscv: remove the HAVE_KPROBES optionChristoph Hellwig1-3/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+3
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+12
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-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear2-4/+10
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+30
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel4-1/+1605
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti1-1/+1
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2-2/+3
2019-01-23RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt1-0/+1
2019-01-23RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis1-1/+2
2019-01-23RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt1-2/+2
2019-01-23RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov1-1/+1
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov1-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 Dabbelt7-3/+35