1. 0570bc8 Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  2. 0f327f2 RISC-V: Add an Image header that boot loader can parse. by Atish Patra · 6 years ago
  3. 671f9a3 RISC-V: Setup initial page tables in two stages by Anup Patel · 6 years ago
  4. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  5. 556024d riscv: Remove gate area stubs by Andy Lutomirski · 6 years ago
  6. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  7. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  8. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  9. eb7c825 Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 6 years ago
  10. 4059455 riscv: export pm_power_off again by Andreas Schwab · 6 years ago
  11. 50acfb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 by Thomas Gleixner · 6 years ago
  12. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  13. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  14. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  15. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  16. 6f25a96 signal/riscv: Remove tsk parameter from do_trap by Eric W. Biederman · 6 years ago
  17. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  18. 588cb88 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120 by Thomas Gleixner · 6 years ago
  19. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  20. b0bb126 Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  21. 4c3aeb8 RISC-V: Avoid using invalid intermediate translations by Palmer Dabbelt · 6 years ago
  22. 9a6e7af riscv: Support BUG() in kernel module by Vincent Chen · 6 years ago
  23. ee72e0e riscv: Add the support for c.ebreak check in is_valid_bugaddr() by Vincent Chen · 6 years ago
  24. 58de775 riscv: move flush_icache_{all,mm} to cacheflush.c by Gary Guo · 6 years ago
  25. a3182c9 RISC-V: Access CSRs using CSR numbers by Anup Patel · 6 years ago
  26. 6dcaf00 RISC-V: Add interrupt related SCAUSE defines in asm/csr.h by Anup Patel · 6 years ago
  27. f1f47c6 RISC-V: Fix minor checkpatch issues. by Atish Patra · 6 years ago
  28. 8b4302a RISC-V: Support nr_cpus command line option. by Atish Patra · 6 years ago
  29. ab3d265 RISC-V: Implement nosmp commandline option. by Atish Patra · 6 years ago
  30. 7011456 RISC-V: Add RISC-V specific arch_match_cpu_phys_id by Atish Patra · 6 years ago
  31. fd7f744 riscv: vdso: drop unnecessary cc-ldoption by Nick Desaulniers · 6 years ago
  32. bf0102a riscv: call pm_power_off from machine_halt / machine_power_off by Christoph Hellwig · 6 years ago
  33. bed1378 riscv: print the unexpected interrupt cause by Christoph Hellwig · 6 years ago
  34. 6ab77af riscv: remove duplicate macros from ptrace.h by Christoph Hellwig · 6 years ago
  35. 8774254 riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR code by Christoph Hellwig · 6 years ago
  36. ba9c014 riscv: cleanup the parse_dtb calling conventions by Christoph Hellwig · 6 years ago
  37. c637b91 riscv: simplify the stack pointer setup in head.S by Christoph Hellwig · 6 years ago
  38. df16c40 riscv: clear all pending interrupts when booting by Christoph Hellwig · 6 years ago
  39. 7a64f3f riscv/signal: Fixup additional syscall restarting by Guo Ren · 6 years ago
  40. fa98339 riscv/stacktrace: Remove the pointless ULONG_MAX marker by Thomas Gleixner · 6 years ago
  41. da4ed37 RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW) by Joe Perches · 6 years ago
  42. 387181d RISC-V: Always compile mm/init.c with cmodel=medany and notrace by Anup Patel · 6 years ago
  43. d72cb8c Merge tag 'riscv-for-linus-5.1-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  44. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  45. 795c230 riscv/vdso: don't clear PG_reserved by David Hildenbrand · 6 years ago
  46. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  47. 13fd5de RISC-V: Fixmap support and MM cleanups by Palmer Dabbelt · 6 years ago
  48. f7ccc35 arch: riscv: fix logic error in parse_dtb by Andreas Schwab · 6 years ago
  49. fbdc619 RISC-V: Assign hwcap as per comman capabilities. by Atish Patra · 6 years ago
  50. 291debb RISC-V: Compare cpuid with NR_CPUS before mapping. by Atish Patra · 6 years ago
  51. dd641e2 RISC-V: Allow hartid-to-cpuid function to fail. by Atish Patra · 6 years ago
  52. ba15c86 RISC-V: Remove NR_CPUs check during hartid search from DT by Atish Patra · 6 years ago
  53. 78d1daa RISC-V: Move cpuid to hartid mapping to SMP. by Atish Patra · 6 years ago
  54. e15c6e3 RISC-V: Do not wait indefinitely in __cpu_up by Atish Patra · 6 years ago
  55. cfbe271 Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  56. d4c08b9 riscv: Use latest system call ABI by Arnd Bergmann · 6 years ago
  57. 6f1e9e9 RISC-V: Move setup_vm() to mm/init.c by Anup Patel · 6 years ago
  58. 0651c26 RISC-V: Move setup_bootmem() to mm/init.c by Anup Patel · 6 years ago
  59. 680f9b8 RISC-V: Setup init_mm before parse_early_param() by Anup Patel · 6 years ago
  60. dd81c8a riscv: use for_each_of_cpu_node iterator by Johan Hovold · 6 years ago
  61. e3d794d riscv: treat cpu devicetree nodes without status as enabled by Johan Hovold · 6 years ago
  62. 149820c riscv: fix riscv_of_processor_hartid() comment by Johan Hovold · 6 years ago
  63. e1b1381 riscv: use pr_info and friends by Johan Hovold · 6 years ago
  64. 7265d10 riscv: add missing newlines to printk messages by Johan Hovold · 6 years ago
  65. 41fb9d5 Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S" by Palmer Dabbelt · 6 years ago
  66. 28198c4 riscv: fixup max_low_pfn with PFN_DOWN. by Guo Ren · 6 years ago
  67. 2bb1063 RISC-V: fix bad use of of_node_put by Andreas Schwab · 6 years ago
  68. 99fd6e8 RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=y by Vincent Chen · 6 years ago
  69. 8010094 Fix a handful of audit-related issue by Palmer Dabbelt · 6 years ago
  70. 775800b riscv: fix trace_sys_exit hook by David Abdurachmanov · 6 years ago
  71. 008e901 riscv: define CREATE_TRACE_POINTS in ptrace.c by David Abdurachmanov · 6 years ago
  72. 0aea894 riscv: audit: add audit hook in do_syscall_trace_enter/exit() by David Abdurachmanov · 6 years ago
  73. efe75c4 riscv: add audit support by David Abdurachmanov · 6 years ago
  74. 2cffc95 RISC-V: Support MODULE_SECTIONS mechanism on RV32 by Zong Li · 6 years ago
  75. 37a107f riscv: don't stop itself in smp_send_stop by Andreas Schwab · 6 years ago
  76. 8fd6e05 arch: riscv: support kernel command line forcing when no DTB passed by Paul Walmsley · 6 years ago
  77. 22e6a2e RISC-V: Make BSS section as the last section in vmlinux.lds.S by Anup Patel · 6 years ago
  78. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  79. 358f3ff RISC-V: Move from EARLY_PRINTK to SBI earlycon by Palmer Dabbelt · 6 years ago
  80. 397182e riscv: remove unused variable in ftrace by David Abdurachmanov · 6 years ago
  81. cd378db RISC-V: add of_node_put() by Yangtao Li · 6 years ago
  82. 94f9bf1 RISC-V: Fix of_node_* refcount by Atish Patra · 6 years ago
  83. 7ba12bb RISC-V: Remove EARLY_PRINTK support by Anup Patel · 6 years ago
  84. 0f1f692 Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  85. e949b6d riscv/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  86. 5d8f81b RISC-V: recognize S/U mode bits in print_isa by Patrick Stählin · 6 years ago
  87. c0fbcd9 RISC-V: Build flat and compressed kernel images by Anup Patel · 6 years ago
  88. ef3a614 RISC-V: Silence some module warnings on 32-bit by Olof Johansson · 6 years ago
  89. 732e8e4 RISC-V: properly determine hardware caps by Andreas Schwab · 6 years ago
  90. d26c4bb RISC-V: SMP cleanup and new features by Palmer Dabbelt · 6 years ago
  91. a6de21b RISC-V: Fix some RV32 bugs and build failures by Palmer Dabbelt · 6 years ago
  92. 4e4101c riscv: Add support to no-FPU systems by Palmer Dabbelt · 6 years ago
  93. f31b8de RISC-V: remove the unused return_to_handler export by Christoph Hellwig · 6 years ago
  94. b8c8a95 RISC-V: Add FP register ptrace support for gdb. by Jim Wilson · 6 years ago
  95. 86e581e RISC-V: Mask out the F extension on systems without D by Palmer Dabbelt · 6 years ago
  96. 1760deb RISC-V: Don't set cacheinfo.{physical_line_partition,attributes} by Palmer Dabbelt · 6 years ago
  97. 8b20d2d RISC-V: Show IPI stats by Anup Patel · 6 years ago
  98. 4b26d22 RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo by Anup Patel · 6 years ago
  99. f99fb60 RISC-V: Use Linux logical CPU number instead of hartid by Atish Patra · 6 years ago
  100. 6825c7a RISC-V: Add logical CPU indexing for RISC-V by Atish Patra · 6 years ago