1. da81558 riscv: Enable CMA support by Kefeng Wang · 4 years, 2 months ago
  2. 00ab027 RISC-V: Add kernel image sections to the resource tree by Nick Kossifidis · 4 years, 3 months ago
  3. 270315b Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 2 months ago
  4. cc6de16 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 3 months ago
  5. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 3 months ago
  6. c8e4701 riscv: drop unneeded node initialization by Mike Rapoport · 4 years, 3 months ago
  7. a78c6f5 RISC-V: Make sure memblock reserves the memory containing DT by Atish Patra · 4 years, 3 months ago
  8. b91540d RISC-V: Add EFI runtime services by Atish Patra · 4 years, 3 months ago
  9. e8dcb61 RISC-V: Implement late mapping page table allocation functions by Atish Patra · 4 years, 3 months ago
  10. 6262f66 RISC-V: Add early ioremap support by Atish Patra · 4 years, 3 months ago
  11. 8f3a2b4 RISC-V: Move DT mapping outof fixmap by Anup Patel · 4 years, 3 months ago
  12. 21190b7 riscv: Add sfence.vma after early page table changes by Greentime Hu · 4 years, 5 months ago
  13. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  14. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  15. 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 5 months ago
  16. dbf8381 Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 5 months ago
  17. e3ef4d6 riscv: Fix build warning for mm/init by Zong Li · 4 years, 6 months ago
  18. fa5a198 riscv: Parse all memory blocks to remove unusable memory by Atish Patra · 4 years, 6 months ago
  19. 4400231 RISC-V: Do not rely on initrd_start/end computed during early dt parsing by Atish Patra · 4 years, 6 months ago
  20. d0d8aae RISC-V: Set maximum number of mapped pages correctly by Atish Patra · 4 years, 6 months ago
  21. 526fbae riscv: Register System RAM as iomem resources by Zong Li · 4 years, 7 months ago
  22. cd16ed3 Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  23. 4e0f9e3 RISC-V: Don't mark init section as non-executable by Anup Patel · 4 years, 7 months ago
  24. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  25. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  26. 435faf5 Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  27. b422d28 riscv: support DEBUG_WX by Zong Li · 4 years, 7 months ago
  28. 9691a07 mm: use free_area_init() instead of free_area_init_nodes() by Mike Rapoport · 4 years, 7 months ago
  29. 8fa3cdf riscv: Fix print_vm_layout build error if NOMMU by Kefeng Wang · 4 years, 8 months ago
  30. 2d26825 riscv: Allow device trees to be built into the kernel by Palmer Dabbelt · 4 years, 9 months ago
  31. 73cb8e2 RISC-V: Remove unused code from STRICT_KERNEL_RWX by Atish Patra · 4 years, 8 months ago
  32. c749bb2 riscv: set max_pfn to the PFN of the last page by Vincent Chen · 4 years, 8 months ago
  33. 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, 9 months ago
  34. d27c3c9 riscv: add STRICT_KERNEL_RWX support by Zong Li · 4 years, 10 months ago
  35. a160eed riscv: Fix range looking for kernel image memblock by Alexandre Ghiti · 4 years, 11 months ago
  36. ac51e00 riscv: mm: use __pa_symbol for kernel symbols by Zong Li · 5 years ago
  37. 8eace9f Merge branch 'next/misc2' into for-next by Paul Walmsley · 5 years ago
  38. 5ba9aa5 Merge branch 'next/nommu' into for-next by Paul Walmsley · 5 years ago
  39. 2cc6c4a RISC-V: Add address map dumper by Yash Shah · 5 years ago
  40. 6bd33e1 riscv: add nommu support by Christoph Hellwig · 5 years ago
  41. 0fdc636 riscv: Use PMD_SIZE to replace PTE_PARENT_SIZE by Zong Li · 5 years ago
  42. 6a527b6 riscv: init: merge split string literals in preprocessor directive by Paul Walmsley · 5 years ago
  43. ffaee27 riscv: add prototypes for assembly language functions from head.S by Paul Walmsley · 5 years ago
  44. 9fe57d8 riscv: Fix undefined reference to vmemmap_populate_basepages by Kefeng Wang · 5 years ago
  45. 922b037 riscv: Fix memblock reservation for device tree blob by Albert Ou · 5 years ago
  46. d95f1a5 RISC-V: Implement sparsemem by Logan Gunthorpe · 5 years ago
  47. 4f3f900 riscv: Using CSR numbers to access CSRs by Bin Meng · 5 years ago
  48. 671f9a3 RISC-V: Setup initial page tables in two stages by Anup Patel · 6 years ago
  49. 2ebca1c riscv: remove free_initrd_mem by Christoph Hellwig · 6 years ago
  50. d90d45d RISC-V: Fix memory reservation in setup_bootmem() by Anup Patel · 6 years ago
  51. 50acfb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 by Thomas Gleixner · 6 years ago
  52. 0d7b4a6 riscv: switch over to generic free_initmem() by Mike Rapoport · 6 years ago
  53. f05badd RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems by Anup Patel · 6 years ago
  54. 387181d RISC-V: Always compile mm/init.c with cmodel=medany and notrace by Anup Patel · 6 years ago
  55. 823900c RISC-V: Free-up initrd in free_initrd_mem() by Anup Patel · 6 years ago
  56. f2c17aa RISC-V: Implement compile-time fixed mappings by Anup Patel · 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. 28198c4 riscv: fixup max_low_pfn with PFN_DOWN. by Guo Ren · 6 years ago
  60. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  61. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  62. d5fad48 RISC-V: Add conditional macro for zone of DMA32 by Zong Li · 7 years ago
  63. 372def1 riscv: don't read back satp in paging_init by Christoph Hellwig · 7 years ago
  64. 5ec9c4f riscv: add ZONE_DMA32 by Christoph Hellwig · 7 years ago
  65. 76d2a04 RISC-V: Init and Halt Code by Palmer Dabbelt · 7 years ago