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
starfive-6.6.48-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
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
arm64/mm/kasan: don't use vmemmap_populate() to initialize shadow
Will Deacon
1
-50
/
+80
2017-11-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-67
/
+19
2017-11-13
Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'
Rafael J. Wysocki
1
-0
/
+4
2017-11-07
arm64: mm: Remove arch_apei_flush_tlb_one()
James Morse
1
-0
/
+4
2017-11-02
arm64: explicitly mask all exceptions
James Morse
1
-5
/
+4
2017-11-02
arm64: Don't walk page table for user faults in do_mem_abort
Will Deacon
1
-1
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-10-27
arm64: consistently log ESR and page table
Mark Rutland
1
-2
/
+5
2017-10-19
arm64: Update fault_info table with new exception types
Julien Thierry
1
-6
/
+6
2017-10-04
dma mapping : export caller to vmallocinfo
Matthieu CASTET
1
-1
/
+1
2017-10-02
arm64: fix misleading data abort decoding
Mark Rutland
1
-1
/
+1
2017-10-02
arm64: dma-mapping: Cocci spatch "vma_pages"
Thomas Meyer
1
-2
/
+1
2017-10-02
arm64: mm: Remove useless and wrong comments from fault.c
Will Deacon
1
-51
/
+1
2017-09-29
arm64: fault: Route pte translation faults via do_translation_fault
Will Deacon
1
-1
/
+1
2017-09-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
5
-114
/
+334
2017-08-22
arm64: mm: abort uaccess retries upon fatal signal
Mark Rutland
1
-1
/
+4
2017-08-22
arm64: hugetlb: Cleanup setup_hugepagesz
Steve Capper
1
-13
/
+13
2017-08-22
arm64: Re-enable support for contiguous hugepages
Punit Agrawal
1
-0
/
+14
2017-08-22
arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepages
Punit Agrawal
1
-0
/
+12
2017-08-22
arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepages
Punit Agrawal
1
-0
/
+38
2017-08-22
arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...
Punit Agrawal
1
-5
/
+14
2017-08-22
arm64: hugetlb: Add break-before-make logic for contiguous entries
Steve Capper
1
-21
/
+91
2017-08-22
arm64: hugetlb: Spring clean huge pte accessors
Steve Capper
1
-65
/
+54
2017-08-22
arm64: hugetlb: Introduce pte_pgprot helper
Steve Capper
1
-4
/
+12
2017-08-22
arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_present
Steve Capper
1
-0
/
+6
2017-08-21
arm64: dma-mapping: Mark atomic_pool as __ro_after_init
Vladimir Murzin
1
-1
/
+1
2017-08-21
arm64: dma-mapping: Do not pass data to gen_pool_set_algo()
Vladimir Murzin
1
-1
/
+1
2017-08-21
arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
Catalin Marinas
1
-2
/
+0
2017-08-21
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
1
-5
/
+1
2017-08-21
arm64: Convert pte handling from inline asm to using (cmp)xchg
Catalin Marinas
1
-13
/
+11
2017-08-10
arm64: fix pmem interface definition
Arnd Bergmann
1
-2
/
+2
2017-08-09
arm64: Implement pmem API support
Robin Murphy
2
-0
/
+30
2017-08-09
arm64: Convert __inval_cache_range() to area-based
Robin Murphy
1
-9
/
+14
2017-08-07
arm64: Decode information from ESR upon mem faults
Julien Thierry
1
-0
/
+47
2017-08-04
arm64: Fix potential race with hardware DBM in ptep_set_access_flags()
Catalin Marinas
1
-7
/
+8
2017-07-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-13
/
+12
2017-07-28
arm64: mmu: Place guard page after mapping of kernel image
Will Deacon
1
-7
/
+11
2017-07-20
arm64/numa: Drop duplicate message
Punit Agrawal
1
-6
/
+1
2017-07-20
dma-coherent: introduce interface for default DMA pool
Vladimir Murzin
1
-2
/
+2
2017-07-13
arm64/mmap: properly account for stack randomization in mmap_base
Rik van Riel
1
-1
/
+6
2017-07-11
arm64/kasan: don't allocate extra shadow memory
Andrey Ryabinin
1
-7
/
+1
2017-07-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-31
/
+22
2017-07-07
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+1
2017-07-07
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
1
-1
/
+2
2017-07-07
arm64: hugetlb: remove spurious calls to huge_ptep_offset()
Steve Capper
1
-23
/
+14
2017-07-07
arm64: hugetlb: refactor find_num_contig()
Steve Capper
1
-9
/
+8
2017-06-26
Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/core
Will Deacon
1
-10
/
+70
2017-06-22
arm/arm64: KVM: add guest SEA support
Tyler Baicar
1
-2
/
+20
2017-06-22
acpi: apei: handle SEA notification type for ARMv8
Tyler Baicar
1
-0
/
+17
2017-06-22
arm64: exception: handle Synchronous External Abort
Tyler Baicar
1
-10
/
+35
[next]