1. 1d2cc5a Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 9 months ago
  2. a5fe13c riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMU by Damien Le Moal · 4 years, 9 months ago
  3. 62d0fd5 arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> by Masahiro Yamada · 4 years, 9 months ago
  4. 7d0ce3b riscv: sbi: Fix undefined reference to sbi_shutdown by Kefeng Wang · 4 years, 9 months ago
  5. 72df61d riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export by Kefeng Wang · 4 years, 9 months ago
  6. 3c1918c riscv: fix vdso build with lld by Ilie Halip · 4 years, 9 months ago
  7. af2bdf8 RISC-V: stacktrace: Declare sp_in_global outside ifdef by Guenter Roeck · 4 years, 9 months ago
  8. c837266 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  9. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 10 months ago
  10. 40fc7ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 10 months ago
  11. eab4002 Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 10 months ago
  12. 489553d riscv, bpf: Fix offset range checking for auipc+jalr on RV64 by Luke Nelson · 4 years, 10 months ago
  13. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 10 months ago
  14. 37809df riscv: create a loader.bin boot image for Kendryte SoC by Christoph Hellwig · 4 years, 10 months ago
  15. aa10eb6 riscv: Kendryte K210 default config by Damien Le Moal · 4 years, 10 months ago
  16. 5ba568f riscv: Add Kendryte K210 device tree by Damien Le Moal · 4 years, 10 months ago
  17. 8759a42 riscv: Select required drivers for Kendryte SOC by Damien Le Moal · 4 years, 10 months ago
  18. c48c4a4 riscv: Add Kendryte K210 SoC support by Christoph Hellwig · 4 years, 10 months ago
  19. 335b139 riscv: Add SOC early init support by Damien Le Moal · 4 years, 10 months ago
  20. 956d705 riscv: Unaligned load/store handling for M_MODE by Damien Le Moal · 4 years, 10 months ago
  21. 93bbb25 riscv, bpf: Remove BPF JIT for nommu builds by Björn Töpel · 4 years, 10 months ago
  22. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  23. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  24. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  25. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 10 months ago
  26. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 10 months ago
  27. f1e5858 RISC-V: Support cpu hotplug by Atish Patra · 4 years, 10 months ago
  28. cfafe26 RISC-V: Add supported for ordered booting method using HSM by Atish Patra · 4 years, 10 months ago
  29. db5a794 RISC-V: Add SBI HSM extension definitions by Atish Patra · 4 years, 10 months ago
  30. f90b43c RISC-V: Export SBI error to linux error mapping function by Atish Patra · 4 years, 10 months ago
  31. 2875fe0 RISC-V: Add cpu_ops and modify default booting method by Atish Patra · 4 years, 10 months ago
  32. e011995 RISC-V: Move relocate and few other functions out of __init by Atish Patra · 4 years, 10 months ago
  33. 1ef46c2 RISC-V: Implement new SBI v0.2 extensions by Atish Patra · 4 years, 10 months ago
  34. efca139 RISC-V: Introduce a new config for SBI v0.1 by Atish Patra · 4 years, 10 months ago
  35. ecbacc2 RISC-V: Add SBI v0.2 extension definitions by Atish Patra · 4 years, 10 months ago
  36. b9dcd9e RISC-V: Add basic support for SBI v0.2 by Atish Patra · 4 years, 10 months ago
  37. 8446923 RISC-V: Mark existing SBI as 0.1 SBI. by Atish Patra · 4 years, 10 months ago
  38. 2d38533 Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  39. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  40. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 10 months ago
  41. cf226c4 Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/core by Thomas Gleixner · 4 years, 10 months ago
  42. a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 5 years ago
  43. 2191b4f RISC-V: Move all address space definition macros to one place by Atish Patra · 4 years, 10 months ago
  44. bd6f203 RISC-V: Only select essential drivers for SOC_VIRT config by Anup Patel · 4 years, 11 months ago
  45. 88d1103 riscv: Use macro definition instead of magic number by Zong Li · 4 years, 11 months ago
  46. 59c4da8 riscv: Add support to dump the kernel page tables by Zong Li · 4 years, 11 months ago
  47. 8fdddb2 riscv: patch code by fixmap mapping by Zong Li · 4 years, 11 months ago
  48. 043cb41 riscv: introduce interfaces to patch kernel code by Zong Li · 4 years, 11 months ago
  49. b42d763 riscv: add macro to get instruction length by Zong Li · 4 years, 11 months ago
  50. d27c3c9 riscv: add STRICT_KERNEL_RWX support by Zong Li · 4 years, 11 months ago
  51. 00cb41d riscv: add alignment for text, rodata and data sections by Zong Li · 4 years, 11 months ago
  52. bd3d914 riscv: move exception table immediately after RO_DATA by Zong Li · 4 years, 11 months ago
  53. 5fde3db riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support by Zong Li · 4 years, 11 months ago
  54. 395a21f riscv: add ARCH_HAS_SET_DIRECT_MAP support by Zong Li · 4 years, 11 months ago
  55. d3ab332 riscv: add ARCH_HAS_SET_MEMORY support by Zong Li · 4 years, 11 months ago
  56. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 5 years ago
  57. 3384b04 riscv: fix the IPI missing issue in nommu mode by Greentime Hu · 5 years ago
  58. adccfb1 riscv: uaccess should be used in nommu mode by Greentime Hu · 5 years ago
  59. ccbe80b irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline by Atish Patra · 5 years ago
  60. 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  61. 9f40b6e RISC-V: Move all address space definition macros to one place by Atish Patra · 5 years ago
  62. af33d24 riscv: fix seccomp reject syscall code path by Tycho Andersen · 5 years ago
  63. 3133287 riscv: Use p*d_leaf macros to define p*d_huge by Alexandre Ghiti · 5 years ago
  64. 0a91330 riscv: dts: Add GPIO reboot method to HiFive Unleashed DTS file by Yash Shah · 5 years ago
  65. d2047ab RISC-V: Select Goldfish RTC driver for QEMU virt machine by Anup Patel · 5 years ago
  66. 81e2d3c RISC-V: Select SYSCON Reboot and Poweroff for QEMU virt machine by Anup Patel · 5 years ago
  67. a448539 RISC-V: Enable QEMU virt machine support in defconfigs by Anup Patel · 5 years ago
  68. 759bdc1 RISC-V: Add kconfig option for QEMU virt machine by Anup Patel · 5 years ago
  69. 5f316b6 riscv, bpf: Add RV32G eBPF JIT by Luke Nelson · 4 years, 11 months ago
  70. ca6cb54 riscv, bpf: Factor common RISC-V JIT code by Luke Nelson · 4 years, 11 months ago
  71. a160eed riscv: Fix range looking for kernel image memblock by Alexandre Ghiti · 5 years ago
  72. aa273420 riscv: Force flat memory model with no-mmu by Damien Le Moal · 5 years ago
  73. abc71bf RISC-V: Stop using LOCAL for the uaccess fixups by Palmer Dabbelt · 5 years ago
  74. fdff991 RISC-V: Inline the assembly register save/restore macros by Palmer Dabbelt · 5 years ago
  75. 52e7c52 RISC-V: Stop relying on GCC's register allocator's hueristics by Palmer Dabbelt · 5 years ago
  76. 064223b RISC-V: Stop putting .sbss in .sdata by Palmer Dabbelt · 5 years ago
  77. aff7783 riscv: force hart_lottery to put in .sdata section by Zong Li · 5 years ago
  78. 2fab7a1 riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigs by Deepa Dinamani · 5 years ago
  79. ab70a73 riscv: Use flush_icache_mm for flush_icache_user_range by Guo Ren · 5 years ago
  80. aad15bc riscv: Change code model of module to medany to improve data accessing by Vincent Chen · 5 years ago
  81. 0cff8bf riscv: avoid the PIC offset of static percpu data in module beyond 2G limits by Vincent Chen · 5 years ago
  82. 8458ca1 riscv: adjust the indent by Zong Li · 5 years ago
  83. a0a31fd riscv: allocate a complete page size for each page table by Zong Li · 5 years ago
  84. e716704 riscv: Fix gitignore by Damien Le Moal · 5 years ago
  85. 6a1ce99 RISC-V: Don't enable all interrupts in trap_init() by Anup Patel · 5 years ago
  86. c68a903 riscv: set pmp configuration if kernel is running in M-mode by Greentime Hu · 5 years ago
  87. 153b5c5 Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  88. def3f7c asm-generic: Make dma-contiguous.h a mandatory include/asm header by Michal Simek · 5 years ago
  89. af6513e riscv: mm: add p?d_leaf() definitions by Steven Price · 5 years ago
  90. a108454 Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  91. 05ef8b9 Merge tag 'docs-5.6' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  92. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  93. 61ffb9d riscv: dts: Add DT support for SiFive FU540 GPIO driver by Yash Shah · 5 years ago
  94. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  95. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  96. 6435f77 riscv: mm: add support for CONFIG_DEBUG_VIRTUAL by Zong Li · 5 years ago
  97. fc76324 riscv: keep 32-bit kernel to 32-bit phys_addr_t by Olof Johansson · 5 years ago
  98. 8ad8b72 riscv: Add KASAN support by Nick Hu · 5 years ago
  99. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  100. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago