summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-07Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt
2019-03-04arch: riscv: fix logic error in parse_dtbAndreas Schwab
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra
2019-03-04RISC-V: Compare cpuid with NR_CPUS before mapping.Atish Patra
2019-03-04RISC-V: Allow hartid-to-cpuid function to fail.Atish Patra
2019-03-04RISC-V: Remove NR_CPUs check during hartid search from DTAtish Patra
2019-03-04RISC-V: Move cpuid to hartid mapping to SMP.Atish Patra
2019-03-04RISC-V: Do not wait indefinitely in __cpu_upAtish Patra
2019-02-28riscv: io: Update __io_[p]ar() macros to take an argumentWill Deacon
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-25riscv: Use latest system call ABIArnd Bergmann
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel
2019-02-21RISC-V: Setup init_mm before parse_early_param()Anup Patel
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig
2019-02-19riscv: remove the HAVE_KPROBES optionChristoph Hellwig
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11riscv: use for_each_of_cpu_node iteratorJohan Hovold
2019-02-11riscv: treat cpu devicetree nodes without status as enabledJohan Hovold
2019-02-11riscv: fix riscv_of_processor_hartid() commentJohan Hovold
2019-02-11riscv: use pr_info and friendsJohan Hovold
2019-02-11riscv: add missing newlines to printk messagesJohan Hovold
2019-02-11Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Palmer Dabbelt
2019-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren
2019-01-23RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt
2019-01-23RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis
2019-01-23RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt
2019-01-23RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov
2019-01-23RISC-V: fix bad use of of_node_putAndreas Schwab
2019-01-23RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen
2019-01-07Fix a handful of audit-related issuePalmer Dabbelt