1. 85602be RISC-V: build vdso-dummy.o with -no-pie by Aurelien Jarno · 7 years ago
  2. 5b7252a riscv: there is no <asm/handle_irq.h> by Christoph Hellwig · 7 years ago
  3. 86e1175 riscv: select DMA_DIRECT_OPS instead of redefining it by Christoph Hellwig · 7 years ago
  4. 527cd20 Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  5. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. f6a11d9 RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCE by Palmer Dabbelt · 7 years ago
  7. 7a8e7da RISC-V: Fixes to module loading by Palmer Dabbelt · 7 years ago
  8. 2c9046b RISC-V: Assorted memory model fixes by Palmer Dabbelt · 7 years ago
  9. e21d542 RISC-V: Add definition of relocation types by Zong Li · 7 years ago
  10. 4a632ce RISC-V: Enable module support in defconfig by Zong Li · 7 years ago
  11. 4aad074 RISC-V: Support SUB32 relocation type in kernel module by Zong Li · 7 years ago
  12. 8e691b1 RISC-V: Support ADD32 relocation type in kernel module by Zong Li · 7 years ago
  13. 29e405c RISC-V: Support ALIGN relocation type in kernel module by Zong Li · 7 years ago
  14. 56ea45a RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewq by Zong Li · 7 years ago
  15. e7456e69 RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel module by Zong Li · 7 years ago
  16. e1910c7 RISC-V: Support CALL relocation type in kernel module by Zong Li · 7 years ago
  17. da975dd RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel module by Zong Li · 7 years ago
  18. b8bde0e RISC-V: Add section of GOT.PLT for kernel module by Zong Li · 7 years ago
  19. ab1ef68 RISC-V: Add sections of PLT and GOT for kernel module by Zong Li · 7 years ago
  20. 5ce6c1f riscv/atomic: Strengthen implementations with fences by Andrea Parri · 7 years ago
  21. 0123f4d riscv/spinlock: Strengthen implementations with fences by Andrea Parri · 7 years ago
  22. 8d235b1 riscv/barrier: Define __smp_{store_release,load_acquire} by Andrea Parri · 7 years ago
  23. b785ec1 riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support by Alan Kao · 7 years ago
  24. aea4c67 riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support by Alan Kao · 7 years ago
  25. 71e736a riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support by Alan Kao · 7 years ago
  26. bc1a4c3 riscv/ftrace: Add dynamic function graph tracer support by Alan Kao · 7 years ago
  27. c15ac4f riscv/ftrace: Add dynamic function tracer support by Alan Kao · 7 years ago
  28. a1d2a6b riscv/ftrace: Add RECORD_MCOUNT support by Alan Kao · 7 years ago
  29. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  30. cc6c984 RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler by Palmer Dabbelt · 7 years ago
  31. ab4af60 riscv/barrier: Define __smp_{mb,rmb,wmb} by Andrea Parri · 7 years ago
  32. 8b08f50 Rename sbi_save to parse_dtb to improve code readability by Michael Clark · 7 years ago
  33. bcae803 RISC-V: Enable IRQ during exception handling by zongbox@gmail.com · 7 years ago
  34. 89a4b44 riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select by Ulf Magnusson · 7 years ago
  35. 2aaa2dc riscv: kconfig: Remove RISCV_IRQ_INTC select by Ulf Magnusson · 7 years ago
  36. ab0dc41 riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select by Ulf Magnusson · 7 years ago
  37. 413879a Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  38. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  39. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  40. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  41. 4889dec riscv: inline set_pgdir into its only caller by Christoph Hellwig · 7 years ago
  42. 7549cdf riscv: rename sptbr to satp by Christoph Hellwig · 7 years ago
  43. 372def1 riscv: don't read back satp in paging_init by Christoph Hellwig · 7 years ago
  44. 0ca7a0b riscv: remove the unused current_pgdir function by Christoph Hellwig · 7 years ago
  45. 5ec9c4f riscv: add ZONE_DMA32 by Christoph Hellwig · 7 years ago
  46. f1b65f2 RISC-V: Limit the scope of TLB shootdowns by Andrew Waterman · 7 years ago
  47. fe9b842 riscv: disable SUM in the exception handler by Christoph Hellwig · 7 years ago
  48. 509009c riscv: remove redundant unlikely() by Tobias Klauser · 7 years ago
  49. 0b5030c riscv: remove unused __ARCH_HAVE_MMU define by Tobias Klauser · 7 years ago
  50. 10626c3 riscv/ftrace: Add basic support by Alan Kao · 7 years ago
  51. 5d44bf2 RISC-V: Remove mem_end command line processing by Palmer Dabbelt · 7 years ago
  52. 3e076a7 RISC-V: Remove duplicate command-line parsing logic by Michael Clark · 7 years ago
  53. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  54. 002e674 dma-direct: rename dma_noop to dma_direct by Christoph Hellwig · 7 years ago
  55. c5cd037 dma-mapping: provide a generic asm/dma-mapping.h by Christoph Hellwig · 7 years ago
  56. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  57. b8ee205 riscv: remove the unused dma_capable helper by Christoph Hellwig · 7 years ago
  58. 1125203 riscv: rename SR_* constants to match the spec by Christoph Hellwig · 7 years ago
  59. c163fb3 riscv: remove CONFIG_MMU ifdefs by Christoph Hellwig · 7 years ago
  60. 9e49a4e RISC-V: Make __NR_riscv_flush_icache visible to userspace by Palmer Dabbelt · 7 years ago
  61. 33c57c0 RISC-V: Add a basic defconfig by Karsten Merker · 7 years ago
  62. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  63. 27b0174 RISC-V: Remove unused CONFIG_HVC_RISCV_SBI code by Palmer Dabbelt · 7 years ago
  64. 3cfa500 RISC-V: Resurrect smp_mb__after_spinlock() by Palmer Dabbelt · 7 years ago
  65. 86ad5c9 RISC-V: Logical vs Bitwise typo by Dan Carpenter · 7 years ago
  66. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  67. 5e454b5 riscv: use linux/uaccess.h, not asm/uaccess.h... by Al Viro · 7 years ago
  68. 3b62de2 RISC-V: Fixes for clean allmodconfig build by Palmer Dabbelt · 7 years ago
  69. 7382fbd RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  70. 07f8ba7 RISC-V: User-Visible Changes by Palmer Dabbelt · 7 years ago
  71. da894ff RISC-V: __io_writes should respect the length argument by Palmer Dabbelt · 7 years ago
  72. 0e710ac RISC-V: Clean up an unused include by Palmer Dabbelt · 7 years ago
  73. 921ebd8 RISC-V: Allow userspace to flush the instruction cache by Andrew Waterman · 7 years ago
  74. 08f051e RISC-V: Flush I$ when making a dirty page executable by Andrew Waterman · 7 years ago
  75. 741fc3f RISC-V: Add missing include by Olof Johansson · 7 years ago
  76. 4a41d5d RISC-V: Use define for get_cycles like other architectures by Olof Johansson · 7 years ago
  77. 4bde632 RISC-V: Provide stub of setup_profiling_timer() by Olof Johansson · 7 years ago
  78. 24948b7 RISC-V: Export some expected symbols for modules by Olof Johansson · 7 years ago
  79. 83e7b87 RISC-V: move empty_zero_page definition to C and export it by Olof Johansson · 7 years ago
  80. fe2726a RISC-V: io.h: type fixes for warnings by Olof Johansson · 7 years ago
  81. 5e6f82b RISC-V: use RISCV_{INT,SHORT} instead of {INT,SHORT} for asm macros by Olof Johansson · 7 years ago
  82. 5ddf755 RISC-V: use generic serial.h by Olof Johansson · 7 years ago
  83. bf73055 RISC-V: remove spin_unlock_wait() by Palmer Dabbelt · 7 years ago
  84. c901e45 RISC-V: `sfence.vma` orderes the instruction cache by Palmer Dabbelt · 7 years ago
  85. 21db403 RISC-V: Add READ_ONCE in arch_spin_is_locked() by Palmer Dabbelt · 7 years ago
  86. 9347ce5 RISC-V: __test_and_op_bit_ord should be strongly ordered by Palmer Dabbelt · 7 years ago
  87. 3343eb6 RISC-V: Remove smb_mb__{before,after}_spinlock() by Palmer Dabbelt · 7 years ago
  88. 61a60d3 RISC-V: Remove __smp_bp__{before,after}_atomic by Palmer Dabbelt · 7 years ago
  89. 8286d51 RISC-V: Comment on why {,cmp}xchg is ordered how it is by Palmer Dabbelt · 7 years ago
  90. 4650d02 RISC-V: Remove unused arguments from ATOMIC_OP by Palmer Dabbelt · 7 years ago
  91. 28dfbe6 RISC-V: Add VDSO entries for clock_get/gettimeofday/getcpu by Andrew Waterman · 7 years ago
  92. b7e5a59 RISC-V: Remove __vdso_cmpxchg{32,64} symbol versions by Palmer Dabbelt · 7 years ago
  93. b293fca Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux by Linus Torvalds · 7 years ago
  94. fbe934d RISC-V: Build Infrastructure by Palmer Dabbelt · 7 years ago
  95. e2c0cdf RISC-V: User-facing API by Palmer Dabbelt · 7 years ago
  96. 07037db RISC-V: Paging and MMU by Palmer Dabbelt · 7 years ago
  97. 6d60b6e RISC-V: Device, timer, IRQs, and the SBI by Palmer Dabbelt · 7 years ago
  98. 7db91e5 RISC-V: Task implementation by Palmer Dabbelt · 7 years ago
  99. 2129a23 RISC-V: ELF and module implementation by Palmer Dabbelt · 7 years ago
  100. 5d8544e RISC-V: Generic library routines and assembly by Palmer Dabbelt · 7 years ago