index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
sparc/mm: move protection_map[] inside the platform
Anshuman Khandual
2
-0
/
+23
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2
-0
/
+9
2022-04-29
sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+12
2022-03-24
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+4
2022-03-23
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
1
-0
/
+1
2022-02-25
sparc64: remove CONFIG_SET_FS support
Arnd Bergmann
1
-3
/
+4
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2
-18
/
+14
2021-10-25
signal/sparc: In setup_tsb_params convert open coded BUG into BUG
Eric W. Biederman
1
-1
/
+1
2021-10-20
signal/sparc32: Remove unreachable do_exit in do_sparc_fault
Eric W. Biederman
1
-1
/
+0
2021-09-02
Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2021-08-09
sparc/iommu: return error codes from .map_sg() ops
Martin Oliveira
1
-1
/
+1
2021-07-23
signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
Eric W. Biederman
2
-2
/
+2
2021-07-01
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
1
-4
/
+2
2021-07-01
mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
Muchun Song
1
-0
/
+1
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-6
/
+6
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
1
-1
/
+1
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2
-3
/
+0
2021-04-30
mm: move page_mapping_file to pagemap.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-02-27
Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
4
-180
/
+11
2021-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-10
/
+13
2021-02-19
sparc32: Fix comparing pointer to 0 coccicheck warning
Kaixu Xia
1
-1
/
+1
2021-02-19
sparc: Fix handling of page table constructor failure
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-19
sparc32: Limit memblock allocation to low memory
Andreas Larsson
1
-0
/
+3
2021-01-04
Merge remote-tracking branch 'sparc/master' into work.sparc32
Al Viro
1
-9
/
+9
2021-01-04
sparc32: switch to generic extables
Al Viro
3
-123
/
+12
2021-01-04
sparc32: kill lookup_fault()
Al Viro
2
-58
/
+0
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-12-15
sparc: fix handling of page table constructor failure
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-120
/
+0
2020-12-09
sparc64/mm: Implement pXX_leaf_size() support
Peter Zijlstra
1
-6
/
+13
2020-11-07
sparc/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
3
-120
/
+0
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-2
/
+2
2020-10-14
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-8
/
+4
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2
-2
/
+2
2020-08-20
sparc32: propagate the calling conventions change down to __csum_partial_copy...
Al Viro
1
-5
/
+1
2020-08-12
mm/sparc64: use general page fault accounting
Peter Xu
1
-10
/
+1
2020-08-12
mm/sparc32: use general page fault accounting
Peter Xu
1
-10
/
+1
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
2
-3
/
+3
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-1
/
+0
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
4
-4
/
+0
2020-07-22
sparc32: srmmu: improve type safety of __nocache_fix()
Mike Rapoport
1
-8
/
+8
2020-07-22
sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()
Mike Rapoport
1
-1
/
+1
2020-06-10
arch/sparc/mm/srmmu.c: fix build
Andrew Morton
1
-10
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2
-2
/
+2
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2
-15
/
+15
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
4
-30
/
+6
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2
-2
/
+2
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2
-2
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
8
-8
/
+0
[next]