index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-07-10
1
-1
/
+0
|
\
|
*
kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
Masahiro Yamada
2021-05-26
1
-1
/
+0
*
|
Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-07-09
37
-360
/
+901
|
\
\
|
*
|
riscv: xip: Fix duplicate included asm/pgtable.h
Jiapeng Chong
2021-07-06
1
-1
/
+0
|
*
|
riscv: Fix PTDUMP output now BPF region moved back to module region
Alexandre Ghiti
2021-07-06
1
-2
/
+2
|
*
|
riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...
Akira Tsukamoto
2021-07-06
1
-35
/
+146
|
*
|
riscv: add VMAP_STACK overflow detection
Tong Tiangen
2021-07-06
6
-1
/
+163
|
*
|
riscv: ptrace: add argn syntax
Jeff Xie
2021-07-05
2
-0
/
+32
|
*
|
riscv: mm: fix build errors caused by mk_pmd()
Nanyong Sun
2021-07-05
2
-5
/
+2
|
*
|
riscv: Introduce structure that group all variables regarding kernel mapping
Alexandre Ghiti
2021-07-05
8
-93
/
+75
|
*
|
Merge branch 'riscv-wx-mappings' into for-next
Palmer Dabbelt
2021-06-30
7
-94
/
+102
|
|
\
\
|
|
*
|
riscv: Map the kernel with correct permissions the first time
Alexandre Ghiti
2021-06-30
5
-81
/
+82
|
|
*
|
riscv: Introduce set_kernel_memory helper
Alexandre Ghiti
2021-06-30
1
-0
/
+16
|
|
*
|
riscv: Simplify xip and !xip kernel address conversion macros
Alexandre Ghiti
2021-06-11
2
-11
/
+5
|
|
*
|
riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED
Alexandre Ghiti
2021-06-11
1
-6
/
+0
|
*
|
|
riscv: Enable KFENCE for riscv64
Liu Shixin
2021-06-30
3
-1
/
+74
|
*
|
|
RISC-V: Use asm-generic for {in,out}{bwlq}
Palmer Dabbelt
2021-06-30
1
-13
/
+0
|
*
|
|
riscv: add ASID-based tlbflushing methods
Guo Ren
2021-06-30
3
-8
/
+43
|
*
|
|
riscv: pass the mm_struct to __sbi_tlb_flush_range
Christoph Hellwig
2021-06-30
1
-9
/
+6
|
*
|
|
riscv: Add mem kernel parameter support
Kefeng Wang
2021-06-15
1
-3
/
+25
|
*
|
|
riscv: Only initialize swiotlb when necessary
Kefeng Wang
2021-06-11
2
-5
/
+8
|
*
|
|
riscv: fix typo in init.c
Vitaly Wool
2021-06-08
1
-1
/
+1
|
*
|
|
riscv: Cleanup unused functions
Guo Ren
2021-06-08
1
-10
/
+0
|
*
|
|
riscv: mm: Use better bitmap_zalloc()
Kefeng Wang
2021-06-08
1
-2
/
+1
|
*
|
|
riscv: fix build error when CONFIG_SMP is disabled
Bixuan Cui
2021-06-08
2
-5
/
+5
|
*
|
|
riscv: Use global mappings for kernel pages
Guo Ren
2021-05-29
1
-1
/
+2
|
*
|
|
riscv: TRANSPARENT_HUGEPAGE: depends on MMU
Randy Dunlap
2021-05-29
1
-1
/
+1
|
*
|
|
riscv: mm: init: Consolidate vars, functions
Jisheng Zhang
2021-05-29
2
-18
/
+20
|
*
|
|
riscv: Add __init section marker to some functions again
Jisheng Zhang
2021-05-29
2
-2
/
+2
|
*
|
|
riscv: kprobes: Remove redundant kprobe_step_ctx
Jisheng Zhang
2021-05-29
2
-38
/
+9
|
*
|
|
riscv: Turn has_fpu into a static key if FPU=y
Jisheng Zhang
2021-05-25
4
-8
/
+13
|
*
|
|
riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()
Jisheng Zhang
2021-05-25
1
-3
/
+4
|
*
|
|
riscv: mm: Drop redundant _sdata and _edata declaration
Kefeng Wang
2021-05-25
1
-7
/
+1
|
*
|
|
riscv: Move setup_bootmem into paging_init
Kefeng Wang
2021-05-25
3
-3
/
+2
|
*
|
|
riscv: enable generic PCI resource mapping
Stanislaw Kardach
2021-05-25
1
-0
/
+2
|
*
|
|
riscv: mm: Remove setup_zero_page()
Jisheng Zhang
2021-05-25
1
-6
/
+0
|
*
|
|
riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMD
Jisheng Zhang
2021-05-25
2
-0
/
+13
|
*
|
|
riscv: mm: add THP support on 64-bit
Nanyong Sun
2021-05-22
3
-0
/
+164
|
*
|
|
riscv: mm: add param stride for __sbi_tlb_flush_range
Nanyong Sun
2021-05-22
1
-5
/
+5
|
*
|
|
riscv: mm: make pmd_bad() check leaf condition
Nanyong Sun
2021-05-22
1
-1
/
+1
|
*
|
|
riscv: mm: add _PAGE_LEAF macro
Nanyong Sun
2021-05-22
3
-6
/
+8
|
|
|
/
|
|
/
|
*
|
|
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-07-08
1
-2
/
+2
*
|
|
riscv: convert to setup_initial_init_mm()
Kefeng Wang
2021-07-08
1
-4
/
+1
*
|
|
arch, mm: wire up memfd_secret system call where relevant
Mike Rapoport
2021-07-08
1
-0
/
+1
*
|
|
riscv/Kconfig: make direct map manipulation options depend on MMU
Mike Rapoport
2021-07-08
1
-2
/
+2
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
3
-8
/
+1
|
\
\
\
|
*
|
|
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-07-01
1
-2
/
+0
|
*
|
|
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
2021-07-01
1
-2
/
+0
|
*
|
|
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
2021-06-30
1
-4
/
+1
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-1
/
+1
|
\
|
|
|
[next]