index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
page.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: mm: Fix the out of bound issue of vmemmap address
Xu Lu
2025-01-08
1
-0
/
+1
*
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-21
1
-3
/
+0
|
\
|
*
asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
2024-10-28
1
-3
/
+0
*
|
vdso: Introduce vdso/page.h
Vincenzo Frascino
2024-10-16
1
-3
/
+1
|
/
*
riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()
Nam Cao
2024-09-12
1
-1
/
+1
*
riscv: replace misleading va_kernel_pa_offset on XIP kernel
Nam Cao
2024-09-12
1
-8
/
+21
*
riscv: Extend sv39 linear mapping max size to 128G
Stuart Menefy
2024-07-26
1
-1
/
+1
*
riscv: mm: Add pfn_to_kaddr() implementation
Björn Töpel
2024-06-26
1
-0
/
+5
*
Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
2024-04-09
1
-1
/
+1
|
\
|
*
riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Samuel Holland
2024-04-09
1
-1
/
+1
*
|
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2024-03-06
1
-1
/
+1
|
/
*
riscv: mm: Update the comment of CONFIG_PAGE_OFFSET
Song Shuai
2023-11-01
1
-2
/
+2
*
riscv: Introduce virtual kernel mapping KASLR
Alexandre Ghiti
2023-09-06
1
-0
/
+3
*
Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"
Palmer Dabbelt
2023-04-19
1
-2
/
+17
|
\
|
*
riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
2023-04-19
1
-0
/
+16
|
*
riscv: Get rid of riscv_pfn_base variable
Alexandre Ghiti
2023-04-19
1
-2
/
+1
*
|
Merge patch series "RISC-V: Apply Zicboz to clear_page"
Palmer Dabbelt
2023-03-15
1
-1
/
+5
|
\
\
|
*
|
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
2023-03-15
1
-1
/
+5
|
|
/
*
|
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
2023-03-10
1
-5
/
+0
|
\
\
|
|
/
|
/
|
|
*
riscv: mm: modify pte format for Svnapot
Qinglin Pan
2023-03-08
1
-5
/
+0
*
|
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-10
1
-5
/
+0
|
/
*
riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]a
Samuel Holland
2022-12-09
1
-9
/
+9
*
arch/*/: remove CONFIG_VIRT_TO_BUS
Arnd Bergmann
2022-06-28
1
-1
/
+0
*
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-03-25
1
-0
/
+1
|
\
|
*
riscv: mm: Set sv57 on defaultly
Qinglin Pan
2022-02-15
1
-0
/
+1
*
|
riscv: Fix is_linear_mapping with recent move of KASAN region
Alexandre Ghiti
2022-03-03
1
-1
/
+1
|
/
*
riscv: Implement sv48 support
Alexandre Ghiti
2022-01-20
1
-0
/
+14
*
riscv: Move KASAN mapping next to the kernel mapping
Alexandre Ghiti
2022-01-20
1
-2
/
+0
*
riscv/vdso: Add support for time namespaces
Tong Tiangen
2021-10-04
1
-0
/
+2
*
Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-05
1
-16
/
+5
|
\
|
*
riscv: fix the global name pfn_base confliction error
Kenneth Lee
2021-08-14
1
-2
/
+2
|
*
riscv: Introduce va_kernel_pa_offset for 32-bit kernel
Alexandre Ghiti
2021-08-12
1
-13
/
+2
|
*
riscv: Optimize kernel virtual address conversion macro
Alexandre Ghiti
2021-08-12
1
-1
/
+1
*
|
riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion
Alexandre Ghiti
2021-08-07
1
-3
/
+4
|
/
*
riscv: Introduce structure that group all variables regarding kernel mapping
Alexandre Ghiti
2021-07-06
1
-24
/
+30
*
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
2021-07-01
1
-12
/
+15
|
\
|
*
riscv: Map the kernel with correct permissions the first time
Alexandre Ghiti
2021-07-01
1
-1
/
+12
|
*
riscv: Simplify xip and !xip kernel address conversion macros
Alexandre Ghiti
2021-06-11
1
-11
/
+3
*
|
riscv: Cleanup unused functions
Guo Ren
2021-06-09
1
-10
/
+0
|
/
*
riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=y
Alexandre Ghiti
2021-05-01
1
-1
/
+1
*
RISC-V: enable XIP
Vitaly Wool
2021-04-26
1
-0
/
+21
*
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
2021-04-26
1
-2
/
+24
*
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
1
-3
/
+0
|
\
|
*
riscv: Remove unnecessary declaration
Kefeng Wang
2021-02-23
1
-3
/
+0
*
|
riscv: virt_addr_valid must check the address belongs to linear mapping
Alexandre Ghiti
2021-02-03
1
-1
/
+4
|
/
*
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-04-11
1
-2
/
+1
*
riscv: mm: add support for CONFIG_DEBUG_VIRTUAL
Zong Li
2020-01-23
1
-2
/
+14
*
riscv: add nommu support
Christoph Hellwig
2019-11-18
1
-3
/
+7
*
RISC-V: Implement sparsemem
Logan Gunthorpe
2019-08-30
1
-0
/
+2
*
riscv: Introduce huge page support for 32/64bit kernel
Alexandre Ghiti
2019-07-04
1
-0
/
+10
[next]