index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
2020-07-30
riscv: Fix build warning for mm/init
Zong Li
2020-07-09
riscv: Register System RAM as iomem resources
Zong Li
2020-06-11
Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-09
RISC-V: Don't mark init section as non-executable
Anup Patel
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-04
Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-03
riscv: support DEBUG_WX
Zong Li
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
2020-05-20
riscv: Fix print_vm_layout build error if NOMMU
Kefeng Wang
2020-05-18
riscv: Allow device trees to be built into the kernel
Palmer Dabbelt
2020-05-05
RISC-V: Remove unused code from STRICT_KERNEL_RWX
Atish Patra
2020-05-04
riscv: set max_pfn to the PFN of the last page
Vincent Chen
2020-04-09
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-03-26
riscv: add STRICT_KERNEL_RWX support
Zong Li
2020-03-04
riscv: Fix range looking for kernel image memblock
Alexandre Ghiti
2020-01-03
riscv: mm: use __pa_symbol for kernel symbols
Zong Li
2019-11-22
Merge branch 'next/misc2' into for-next
Paul Walmsley
2019-11-22
Merge branch 'next/nommu' into for-next
Paul Walmsley
2019-11-22
RISC-V: Add address map dumper
Yash Shah
2019-11-17
riscv: add nommu support
Christoph Hellwig
2019-11-12
riscv: Use PMD_SIZE to replace PTE_PARENT_SIZE
Zong Li
2019-10-28
riscv: init: merge split string literals in preprocessor directive
Paul Walmsley
2019-10-28
riscv: add prototypes for assembly language functions from head.S
Paul Walmsley
2019-10-23
riscv: Fix undefined reference to vmemmap_populate_basepages
Kefeng Wang
2019-10-01
riscv: Fix memblock reservation for device tree blob
Albert Ou
2019-08-30
RISC-V: Implement sparsemem
Logan Gunthorpe
2019-08-30
riscv: Using CSR numbers to access CSRs
Bin Meng
2019-07-09
RISC-V: Setup initial page tables in two stages
Anup Patel
2019-07-04
riscv: remove free_initrd_mem
Christoph Hellwig
2019-07-01
RISC-V: Fix memory reservation in setup_bootmem()
Anup Patel
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-05-14
riscv: switch over to generic free_initmem()
Mike Rapoport
2019-04-10
RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systems
Anup Patel
2019-03-26
RISC-V: Always compile mm/init.c with cmodel=medany and notrace
Anup Patel
2019-02-21
RISC-V: Free-up initrd in free_initrd_mem()
Anup Patel
2019-02-21
RISC-V: Implement compile-time fixed mappings
Anup Patel
2019-02-21
RISC-V: Move setup_vm() to mm/init.c
Anup Patel
2019-02-21
RISC-V: Move setup_bootmem() to mm/init.c
Anup Patel
2019-01-23
riscv: fixup max_low_pfn with PFN_DOWN.
Guo Ren
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-07-04
RISC-V: Add conditional macro for zone of DMA32
Zong Li
2018-01-30
riscv: don't read back satp in paging_init
Christoph Hellwig
2018-01-30
riscv: add ZONE_DMA32
Christoph Hellwig
2017-09-26
RISC-V: Init and Halt Code
Palmer Dabbelt