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
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-10
powerpc/64s: move machine check SLB flushing to mm/slb.c
Nicholas Piggin
1
-0
/
+39
2018-08-10
powerpc/mm: remove warning about ‘type’ being set
Mathieu Malaterre
1
-1
/
+1
2018-08-07
powerpc/Makefiles: Convert ifeq to ifdef where possible
Rodrigo R. Galvao
1
-2
/
+2
2018-08-07
powerpc/64s: Fix page table fragment refcount race vs speculative references
Nicholas Piggin
2
-10
/
+15
2018-08-07
powerpc/64s: free page table caches at exit_mmap time
Nicholas Piggin
1
-2
/
+3
2018-07-30
powerpc/44x: Mark mmu_init_secondary() as __init
Alexey Spirkov
1
-1
/
+1
2018-07-30
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
6
-6
/
+0
2018-07-30
powerpc: remove superflous inclusions of asm/fixmap.h
Christophe Leroy
1
-1
/
+0
2018-07-30
powerpc: clean inclusions of asm/feature-fixups.h
Christophe Leroy
5
-0
/
+5
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
1
-0
/
+1
2018-07-24
powerpc/mm/hash: Reduce contention on hpte lock
Aneesh Kumar K.V
1
-16
/
+33
2018-07-24
powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding
Aneesh Kumar K.V
1
-20
/
+7
2018-07-24
powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group
Aneesh Kumar K.V
5
-24
/
+20
2018-07-24
powerpc/pkeys: make protection key 0 less special
Ram Pai
1
-7
/
+6
2018-07-24
powerpc/pkeys: Preallocate execute-only key
Ram Pai
1
-45
/
+18
2018-07-24
powerpc/pkeys: Fix calculation of total pkeys.
Ram Pai
1
-1
/
+1
2018-07-24
powerpc/pkeys: key allocation/deallocation must not change pkey registers
Ram Pai
1
-27
/
+0
2018-07-24
powerpc/pkeys: Deny read/write/execute by default
Ram Pai
1
-5
/
+3
2018-07-24
powerpc/pkeys: Give all threads control of their key permissions
Ram Pai
1
-18
/
+26
2018-07-19
powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macros
David Gibson
1
-13
/
+4
2018-07-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
5
-122
/
+7
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
5
-122
/
+7
2018-06-30
Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+0
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-4
/
+0
2018-06-20
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2
-1
/
+14
2018-06-20
powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possi...
Nicholas Piggin
1
-0
/
+2
2018-06-19
powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
Nicholas Piggin
1
-21
/
+75
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
1
-1
/
+1
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
18
-351
/
+915
2018-06-05
powerpc/pkeys: Detach execute_only key on !PROT_EXEC
Ram Pai
1
-2
/
+2
2018-06-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2018-06-03
powerpc/mm: Remove stale_map[] handling on non SMP processors
Christophe Leroy
1
-4
/
+17
2018-06-03
powerpc/mm: constify LAST_CONTEXT in mmu_context_nohash
Christophe Leroy
1
-45
/
+39
2018-06-03
powerpc/mm: Avoid unnecessary test and reduce code size
Christophe Leroy
1
-9
/
+4
2018-06-03
powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash
Christophe Leroy
1
-19
/
+18
2018-06-03
powerpc/mm/hash: hard disable irq in the SLB insert path
Aneesh Kumar K.V
1
-0
/
+13
2018-06-03
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
2
-15
/
+30
2018-06-03
powerpc/64s: Fix compiler store ordering to SLB shadow area
Nicholas Piggin
1
-4
/
+4
2018-06-03
powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask
Nicholas Piggin
1
-27
/
+121
2018-06-03
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
2
-3
/
+14
2018-06-03
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
1
-1
/
+1
2018-06-03
powerpc/64s/radix: prefetch user address in update_mmu_cache
Nicholas Piggin
2
-2
/
+5
2018-06-03
powerpc/64s/radix: do not flush TLB when relaxing access
Nicholas Piggin
1
-1
/
+6
2018-06-03
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
3
-7
/
+10
2018-06-03
powerpc/mm: Change function prototype
Aneesh Kumar K.V
3
-8
/
+24
2018-06-03
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
1
-0
/
+22
2018-06-03
powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...
Aneesh Kumar K.V
1
-2
/
+31
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+4
[next]