1. 153b5c5 Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  2. def3f7c asm-generic: Make dma-contiguous.h a mandatory include/asm header by Michal Simek · 5 years ago
  3. af6513e riscv: mm: add p?d_leaf() definitions by Steven Price · 5 years ago
  4. 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
  5. 05ef8b9 Merge tag 'docs-5.6' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  6. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  7. 6435f77 riscv: mm: add support for CONFIG_DEBUG_VIRTUAL by Zong Li · 5 years ago
  8. 8ad8b72 riscv: Add KASAN support by Nick Hu · 5 years ago
  9. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  10. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. fc585d4 riscv: Less inefficient gcc tishift helpers (and export their symbols) by Olof Johansson · 5 years ago
  12. 13cf4cf riscv: move sifive_l2_cache.h to include/soc by Yash Shah · 5 years ago
  13. 57ad87dd Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 5 years ago
  14. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  15. 2f3035d riscv: prefix IRQ_ macro names with an RV_ namespace by Paul Walmsley · 5 years ago
  16. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  17. 01f52e1 riscv: define vmemmap before pfn_to_page calls by David Abdurachmanov · 5 years ago
  18. 1d5c17e RISC-V: Typo fixes in image header and documentation. by Atish Patra · 5 years ago
  19. 34bfc10 riscv, perf: Add arch specific perf_arch_bpf_user_pt_regs by Björn Töpel · 5 years ago
  20. eb9928b riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs by Björn Töpel · 5 years ago
  21. 7f3631e riscv, bpf: Provide RISC-V specific JIT image alloc/free by Björn Töpel · 5 years ago
  22. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  23. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  24. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  25. a1b39ba asm-generic: Make msi.h a mandatory include/asm header by Michal Simek · 5 years ago
  26. 5ba9aa5 Merge branch 'next/nommu' into for-next by Paul Walmsley · 5 years ago
  27. 4a97986 Merge branch 'next/misc' into for-next by Paul Walmsley · 5 years ago
  28. 6bd33e1 riscv: add nommu support by Christoph Hellwig · 5 years ago
  29. 9e80635 riscv: clear the instruction cache and all registers when booting by Christoph Hellwig · 5 years ago
  30. accb9db riscv: read the hart ID from mhartid on boot by Damien Le Moal · 5 years ago
  31. fcdc653 riscv: provide native clint access for M-mode by Christoph Hellwig · 5 years ago
  32. 4f9bbce riscv: add support for MMIO access to the timer registers by Christoph Hellwig · 5 years ago
  33. 8bf90f3 riscv: implement remote sfence.i using IPIs by Christoph Hellwig · 5 years ago
  34. 3b03ac6 riscv: poison SBI calls for M-mode by Christoph Hellwig · 5 years ago
  35. 6b57ba8 riscv: clean up the macro format in each header file by Zong Li · 5 years ago
  36. 38af578 riscv: use the generic ioremap code by Christoph Hellwig · 6 years ago
  37. d092a87 arch: rely on asm-generic/io.h for default ioremap_* definitions by Christoph Hellwig · 5 years ago
  38. a4c3733 riscv: abstract out CSR names for supervisor vs machine mode by Christoph Hellwig · 5 years ago
  39. 0c3ac28 riscv: separate MMIO functions into their own header file by Paul Walmsley · 5 years ago
  40. 5340627 riscv: add support for SECCOMP and SECCOMP_FILTER by David Abdurachmanov · 5 years ago
  41. 00a5bf3 RISC-V: Add PCIe I/O BAR memory mapping by Yash Shah · 5 years ago
  42. 5ed881b riscv: add missing header file includes by Paul Walmsley · 5 years ago
  43. a6d9e26 riscv: cleanup <asm/bug.h> by Christoph Hellwig · 5 years ago
  44. 62103ec riscv: Fix implicit declaration of 'page_to_section' by Kefeng Wang · 5 years ago
  45. 90db7b2 riscv: fix fs/proc/kcore.c compilation with sparsemem enabled by David Abdurachmanov · 5 years ago
  46. 5bf4e52 RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START by Greentime Hu · 5 years ago
  47. 4c8eb19 riscv: tlbflush: remove confusing comment on local_flush_tlb_all() by Paul Walmsley · 5 years ago
  48. 1885660 RISC-V: Clear load reservations while restoring hart contexts by Palmer Dabbelt · 5 years ago
  49. 568d850 Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  50. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  51. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  52. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  53. b6f2b2e RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=y by Greentime Hu · 5 years ago
  54. 58d4faf Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  55. 474efec riscv: modify the Image header to improve compatibility with the ARM64 header by Paul Walmsley · 5 years ago
  56. 95594cb riscv: move the TLB flush logic out of line by Christoph Hellwig · 6 years ago
  57. 2f12dbf1 riscv: don't use the rdtime(h) pseudo-instructions by Christoph Hellwig · 6 years ago
  58. f5bf645 riscv: cleanup riscv_cpuid_to_hartid_mask by Christoph Hellwig · 6 years ago
  59. 98a93b0 riscv: Add support for perf registers sampling by Mao Han · 5 years ago
  60. d95f1a5 RISC-V: Implement sparsemem by Logan Gunthorpe · 6 years ago
  61. a256f2e RISC-V: Fix FIXMAP area corruption on RV32 systems by Anup Patel · 6 years ago
  62. 69703eb riscv: Make __fstate_clean() work correctly. by Vincent Chen · 6 years ago
  63. 8ac71d7 riscv: Correct the initialized flow of FP register by Vincent Chen · 6 years ago
  64. eb93685 riscv: fix flush_tlb_range() end address for flush_tlb_page() by Paul Walmsley · 6 years ago
  65. ad28fd1 Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  66. d9c5252 treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers by Masahiro Yamada · 6 years ago
  67. 251a448 riscv: include generic support for MSI irqdomains by Wesley Terpstra · 6 years ago
  68. 56ac5e2 riscv: enable sys_clone3 syscall for rv64 by Paul Walmsley · 6 years ago
  69. 0570bc8 Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 6 years ago
  70. 2d69fbf riscv: fix build break after macro-to-function conversion in generic cacheflush.h by Paul Walmsley · 6 years ago
  71. d1b46fe riscv: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  72. 0f327f2 RISC-V: Add an Image header that boot loader can parse. by Atish Patra · 6 years ago
  73. 398364a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  74. 671f9a3 RISC-V: Setup initial page tables in two stages by Anup Patel · 6 years ago
  75. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  76. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. 9e953cd riscv: Introduce huge page support for 32/64bit kernel by Alexandre Ghiti · 6 years ago
  78. 556024d riscv: Remove gate area stubs by Andy Lutomirski · 6 years ago
  79. ad97f9d riscv: add binfmt_flat support by Christoph Hellwig · 6 years ago
  80. 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
  81. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  82. 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
  83. 259931f riscv: remove unused barrier defines by Rolf Eike Beer · 6 years ago
  84. 410df0c Merge tag 'v5.2-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  85. 50acfb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 by Thomas Gleixner · 6 years ago
  86. 0754211 locking/atomic, riscv: Use s64 for atomic64 by Mark Rutland · 6 years ago
  87. 33e42ef locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argument by Mark Rutland · 6 years ago
  88. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  89. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  90. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  91. 6f25a96 signal/riscv: Remove tsk parameter from do_trap by Eric W. Biederman · 6 years ago
  92. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  93. ff8583d Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  94. 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
  95. 33ff99f arch: remove dangling asm-generic wrappers by Masahiro Yamada · 6 years ago
  96. a967a28 RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCs by Yash Shah · 6 years ago
  97. ee72e0e riscv: Add the support for c.ebreak check in is_valid_bugaddr() by Vincent Chen · 6 years ago
  98. d18ebc2 riscv: support trap-based WARN() by Vincent Chen · 6 years ago
  99. a21344d riscv: fix sbi_remote_sfence_vma{,_asid}. by Gary Guo · 6 years ago
  100. f6635f8 riscv: move switch_mm to its own file by Gary Guo · 6 years ago