index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv: Consistify protect_kernel_linear_mapping_text_rodata() use
Geert Uytterhoeven
2021-05-06
1
-1
/
+1
*
riscv: Only extend kernel reservation if mapped read-only
Geert Uytterhoeven
2021-05-06
1
-2
/
+7
*
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-05-06
5
-86
/
+412
|
\
|
*
riscv: Remove 32b kernel mapping from page table dump
Alexandre Ghiti
2021-05-01
1
-3
/
+3
|
*
RISC-V: enable XIP
Vitaly Wool
2021-04-26
1
-8
/
+109
|
*
RISC-V: Add crash kernel support
Nick Kossifidis
2021-04-26
1
-0
/
+33
|
*
RISC-V: Add kdump support
Nick Kossifidis
2021-04-26
1
-0
/
+71
|
*
riscv/mm: Use BUG_ON instead of if condition followed by BUG.
zhouchuangao
2021-04-26
1
-2
/
+2
|
*
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
2021-04-26
1
-3
/
+3
|
*
riscv: add __init section marker to some functions
Jisheng Zhang
2021-04-26
3
-7
/
+7
|
*
riscv: Prepare ptdump for vm layout dynamic addresses
Alexandre Ghiti
2021-04-26
1
-12
/
+61
|
*
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
2021-04-26
4
-18
/
+112
|
*
riscv: Cleanup KASAN_VMALLOC support
Alexandre Ghiti
2021-03-30
1
-41
/
+18
|
*
riscv: Add support for memtest
Kefeng Wang
2021-03-10
1
-2
/
+4
*
|
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
1
-1
/
+0
*
|
riscv: add do_page_fault and do_trap_break into the kprobes blacklist
Jisheng Zhang
2021-04-16
1
-0
/
+1
*
|
riscv: remove unneeded semicolon
Yang Li
2021-04-02
1
-1
/
+1
*
|
RISC-V: kasan: Declare kasan_shallow_populate() static
Palmer Dabbelt
2021-03-17
1
-1
/
+1
*
|
riscv: Ensure page table writes are flushed when initializing KASAN vmalloc
Alexandre Ghiti
2021-03-17
1
-0
/
+2
|
/
*
riscv: Cleanup setup_bootmem()
Kefeng Wang
2021-02-27
1
-19
/
+2
*
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-26
5
-123
/
+467
|
\
|
*
riscv: Improve kasan population by using hugepages when possible
Alexandre Ghiti
2021-02-23
1
-0
/
+24
|
*
riscv: Improve kasan population function
Alexandre Ghiti
2021-02-23
1
-28
/
+63
|
*
riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization
Alexandre Ghiti
2021-02-23
1
-2
/
+2
|
*
riscv: Get rid of MAX_EARLY_MAPPING_SIZE
Alexandre Ghiti
2021-02-23
1
-16
/
+5
|
*
RISC-V: Implement ASID allocator
Anup Patel
2021-02-19
1
-4
/
+261
|
*
riscv/kasan: add KASAN_VMALLOC support
Nylon Chen
2021-02-19
1
-1
/
+56
|
*
riscv: Covert to reserve_initrd_mem()
Kefeng Wang
2021-02-19
1
-53
/
+1
|
*
riscv: add BUILTIN_DTB support for MMU-enabled targets
Vitaly Wool
2021-02-19
1
-6
/
+13
|
*
riscv: Add uprobes supported
Guo Ren
2021-01-15
1
-0
/
+6
|
*
riscv: Add kprobes supported
Guo Ren
2021-01-15
1
-0
/
+4
|
*
riscv: Fixup patch_text panic in ftrace
Guo Ren
2021-01-15
1
-0
/
+1
|
*
riscv: Fixup wrong ftrace remove cflag
Guo Ren
2021-01-15
1
-1
/
+1
|
*
riscv: Add numa support for riscv64 platform
Atish Patra
2021-01-15
1
-1
/
+3
|
*
riscv: Separate memory init from paging init
Atish Patra
2021-01-15
1
-1
/
+5
|
*
riscv: Fix builtin DTB handling
Damien Le Moal
2021-01-08
1
-5
/
+1
|
*
riscv/mm: Prevent kernel module to access user memory without uaccess routines
Eric Lin
2021-01-08
1
-0
/
+5
|
*
riscv/mm: Introduce a die_kernel_fault() helper function
Eric Lin
2021-01-08
1
-6
/
+17
*
|
riscv: Fixup pfn_valid error with wrong max_mapnr
Guo Ren
2021-01-23
1
-1
/
+1
*
|
RISC-V: Set current memblock limit
Atish Patra
2021-01-16
1
-2
/
+14
*
|
riscv: Fix KASAN memory mapping.
Nick Hu
2021-01-14
1
-2
/
+2
|
/
*
RISC-V: Fix usage of memblock_enforce_memory_limit
Atish Patra
2020-12-22
1
-1
/
+1
*
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-12-18
2
-32
/
+26
|
\
|
*
RISC-V: Protect all kernel sections including init early
Atish Patra
2020-11-26
2
-5
/
+22
|
*
riscv: Enable CMA support
Kefeng Wang
2020-11-21
1
-2
/
+6
|
*
RISC-V: Add kernel image sections to the resource tree
Nick Kossifidis
2020-11-09
1
-27
/
+0
*
|
arch, mm: make kernel_page_present() always available
Mike Rapoport
2020-12-15
1
-0
/
+29
*
|
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
2020-12-15
1
-0
/
+2
*
|
RISC-V: Use non-PGD mappings for early DTB access
Anup Patel
2020-11-06
1
-0
/
+14
*
|
riscv: fix pfn_to_virt err in do_page_fault().
Liu Shaohua
2020-11-06
1
-1
/
+3
[next]