Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
997cdcb068eb58d37f9f9b1d219368000066d272
/
arch
/
powerpc
/
mm
/
book3s64
/
radix_pgtable.c
997cdcb
powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.h
by Mike Kravetz
· 5 years ago
a3c0e7b
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
a6f197f
powerpc/book3s64: Export has_transparent_hugepage() related functions.
by Aneesh Kumar K.V
· 5 years ago
ec5b705
powerpc/mm/radix: remove useless kernel messages
by Qian Cai
· 5 years ago
7d805ac
powerpc/64s: remove unnecessary translation cache flushes at boot
by Nicholas Piggin
· 5 years ago
7e71c42
powerpc/64s/pseries: radix flush translations before MMU is enabled at boot
by Nicholas Piggin
· 5 years ago
fd13dae
powerpc/64s: make mmu_partition_table_set_entry TLB flush optional
by Nicholas Piggin
· 5 years ago
ed6546b
powerpc/64s: remove register_process_table callback
by Nicholas Piggin
· 5 years ago
9044adc
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 5 years ago
5223134
powerpc/mm: Write to PTCR only if ultravisor disabled
by Claudio Carvalho
· 5 years ago
191e420
powerpc/mm: refactor ioremap_range() and use ioremap_page_range()
by Christophe Leroy
· 5 years ago
31f210c
powerpc/64s/radix: Fix memory hot-unplug page table split
by Nicholas Piggin
· 5 years ago
8f51e39
powerpc/64s/radix: Fix memory hotplug section page table creation
by Nicholas Piggin
· 5 years ago
0f472d0
mm/ioremap: probe platform for p4d huge map support
by Anshuman Khandual
· 5 years ago
192f0f8
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
d6eaced
powerpc/book3s: Use config independent helpers for page table walk
by Aneesh Kumar K.V
· 6 years ago
89a3496
powerpc/mm/radix: Use the right page size for vmemmap mapping
by Aneesh Kumar K.V
· 6 years ago
d909f91
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
by Nicholas Piggin
· 6 years ago
d38153f
powerpc/64s/radix: ioremap use ioremap_page_range
by Nicholas Piggin
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
d667edc
powerpc/mm: Make some symbols static that can be
by YueHaibing
· 6 years ago
47d9994
powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64
by Christophe Leroy
· 6 years ago
[Renamed (95%) from arch/powerpc/mm/pgtable-radix.c]
f341d89
powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
by Colin Ian King
· 6 years ago
e090939
powerpc/mm: Validate address values against different region limits
by Aneesh Kumar K.V
· 6 years ago
0034d39
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
by Aneesh Kumar K.V
· 6 years ago
a35a3c6
powerpc/mm/hash64: Add a variable to track the end of IO mapping
by Aneesh Kumar K.V
· 6 years ago
890274c
powerpc/64s: Implement KUAP for Radix MMU
by Michael Ellerman
· 6 years ago
1bb2bae
powerpc/mm/radix: Use KUEP API for Radix MMU
by Russell Currey
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
f806714
powerpc: prefer memblock APIs returning virtual address
by Mike Rapoport
· 6 years ago
5b32336
arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade
by Aneesh Kumar K.V
· 6 years ago
afb6d06
powerpc/mm/radix: Display if mappings are exec or not
by Michael Ellerman
· 6 years ago
232aa40
powerpc/mm/radix: Simplify split mapping logic
by Michael Ellerman
· 6 years ago
57306c6
powerpc/mm/radix: Remove the retry in the split mapping logic
by Michael Ellerman
· 6 years ago
81d1b54
powerpc/mm/radix: Fix small page at boundary when splitting
by Michael Ellerman
· 6 years ago
3b5657e
powerpc/mm/radix: Fix overuse of small pages in splitting logic
by Michael Ellerman
· 6 years ago
5c6499b
powerpc/mm/radix: Fix off-by-one in split mapping logic
by Michael Ellerman
· 6 years ago
f08d08f
powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
by Aneesh Kumar K.V
· 6 years ago
a2dc009
powerpc/mm/book3s/radix: Add mapping statistics
by Aneesh Kumar K.V
· 6 years ago
2bf1071
powerpc/64s: Remove POWER9 DD1 support
by Nicholas Piggin
· 7 years ago
f1cb8f9
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
by Nicholas Piggin
· 7 years ago
e5f7cb5
powerpc/64s/radix: do not flush TLB when relaxing access
by Nicholas Piggin
· 7 years ago
bd5050e
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
by Aneesh Kumar K.V
· 7 years ago
e4c1112
powerpc/mm: Change function prototype
by Aneesh Kumar K.V
· 7 years ago
044003b
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
by Aneesh Kumar K.V
· 7 years ago
738f964
powerpc/mm: Use page fragments for allocation page table at PMD level
by Aneesh Kumar K.V
· 7 years ago
8a6c697
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
by Aneesh Kumar K.V
· 7 years ago
af60a4c
powerpc/mm: Use pmd_lockptr instead of opencoding it
by Aneesh Kumar K.V
· 7 years ago
fb4e5db
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
by Aneesh Kumar K.V
· 7 years ago
f437c51
Merge branch 'topic/paca' into next
by Michael Ellerman
· 7 years ago
29ab6c4
powerpc/mm: Pass node id into create_section_mapping
by Nicholas Piggin
· 7 years ago
2ad452f
powerpc/64s/radix: Allocate kernel page tables node-local if possible
by Nicholas Piggin
· 7 years ago
0633daf
powerpc/64s/radix: Split early page table mapping to its own function
by Nicholas Piggin
· 7 years ago
bde709a
powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()
by Mauricio Faria de Oliveira
· 7 years ago
fae2211
powerpc/mm: Fix crashes with 16G huge pages
by Aneesh Kumar K.V
· 7 years ago
4dd5f8a9
powerpc/mm/radix: Split linear mapping on hot-unplug
by Balbir Singh
· 7 years ago
eeb715c
powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
by Nicholas Piggin
· 7 years ago
5eae82c
powerpc/pseries: lift RTAS limit for radix
by Nicholas Piggin
· 7 years ago
98ae006
powerpc/pseries: radix is not subject to RMA limit, remove it
by Nicholas Piggin
· 7 years ago
1513c33
powerpc/powernv: Remove real mode access limit for early allocations
by Nicholas Piggin
· 7 years ago
d474827
powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
by Nicholas Piggin
· 7 years ago
f79ad50
powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
by Balbir Singh
· 7 years ago
6deb6b4
powerpc/mm/radix: Prettify mapped memory range print out
by Michael Ellerman
· 7 years ago
bd350f7
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
by Michael Ellerman
· 7 years ago
15c659ff
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
fa4531f
powerpc/mm: Don't send IPI to all cpus on THP updates
by Aneesh Kumar K.V
· 7 years ago
7cd2a86
powerpc/mm: Properly invalidate when setting process table base
by Suraj Jitindar Singh
· 7 years ago
63ee9b2
powerpc/mm/book3s64: Make KERN_IO_START a variable
by Michael Ellerman
· 7 years ago
424de9c
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
by Benjamin Herrenschmidt
· 7 years ago
a25bd72
powerpc/mm/radix: Workaround prefetch issue with KVM
by Benjamin Herrenschmidt
· 7 years ago
029d925
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
by Michael Ellerman
· 7 years ago
b134bd9
powerpc/mm/radix: Refactor radix__mark_rodata_ro()
by Michael Ellerman
· 7 years ago
7614ff3
powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix
by Balbir Singh
· 8 years ago
7f6d498
powerpc/mm/radix: Fix execute permissions for interrupt_vectors
by Balbir Singh
· 8 years ago
ebd3119
powerpc/mm: Add devmap support for ppc64
by Oliver O'Halloran
· 8 years ago
0428491
powerpc/mm: Trace tlbie(l) instructions
by Balbir Singh
· 8 years ago
9abcc98
powerpc/mm/radix: Only add X for pages overlapping kernel text
by Michael Ellerman
· 8 years ago
f7d6a72
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
7a70d72
powerpc/64: Invalidate process table caching after setting process table
by Paul Mackerras
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
38705613
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
da0e7e6
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 8 years ago
cc3d294
powerpc/64: Enable use of radix MMU under hypervisor on POWER9
by Paul Mackerras
· 8 years ago
0d0a4bc
powerpc/mm: unstub radix__vmemmap_remove_mapping()
by Reza Arbab
· 8 years ago
4b5d62c
powerpc/mm: add radix__remove_section_mapping()
by Reza Arbab
· 8 years ago
6cc2734
powerpc/mm: add radix__create_section_mapping()
by Reza Arbab
· 8 years ago
b5200ec
powerpc/mm: refactor radix physical page mapping
by Reza Arbab
· 8 years ago
1d0761d
powerpc/powernv: Initialise nest mmu
by Alistair Popple
· 8 years ago
a0615a1
powerpc/mm: Use the correct pointer when setting a 2MB pte
by Reza Arbab
· 8 years ago
de39981
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
93173b5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3b10d00
powerpc/mm/radix: Prevent kernel execution of user space
by Balbir Singh
· 8 years ago
ee97b6b
powerpc/mm/radix: Setup AMOR in HV mode to allow key 0
by Balbir Singh
· 8 years ago
ddbefe7
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 8 years ago
9d66195
powerpc/64: Provide functions for accessing POWER9 partition table
by Paul Mackerras
· 8 years ago
cac4a18
powerpc/mm: Fix missing update of HID register on secondary CPUs
by Aneesh Kumar K.V
· 8 years ago
555c163
powerpc/mm: Correct process and partition table max size
by Suraj Jitindar Singh
· 8 years ago
ac8d381
powerpc/mm: Fix typo in radix encodings print
by Balbir Singh
· 8 years ago
fe036a0
powerpc/64/kexec: Fix MMU cleanup on radix
by Benjamin Herrenschmidt
· 8 years ago
ad41067
powerpc/mm: Update the HID bit when switching from radix to hash
by Aneesh Kumar K.V
· 8 years ago
Next »