Sign in
android-kvm
/
linux
/
0cf710f8c6bc210b147b0625ddf2eec8cdb33f43
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
64
/
pgtable.h
e4e40e0
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
by Dan Williams
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
15c659ff
Merge branch 'fixes' into next
by Michael Ellerman
· 8 years ago
fa4531f
powerpc/mm: Don't send IPI to all cpus on THP updates
by Aneesh Kumar K.V
· 8 years ago
ca8afd4
powerpc/hugetlb: fix page rights verification in gup_hugepte()
by Christophe Leroy
· 8 years ago
63ee9b2
powerpc/mm/book3s64: Make KERN_IO_START a variable
by Michael Ellerman
· 8 years ago
c9c98bc
powerpc/mm: Fix pmd/pte_devmap() on non-leaf entries
by Oliver O'Halloran
· 8 years ago
029d925
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
by Michael Ellerman
· 8 years ago
ebd3119
powerpc/mm: Add devmap support for ppc64
by Oliver O'Halloran
· 8 years ago
fd893fe
powerpc/mm: Fix missing page attributes in page table dump
by Christophe Leroy
· 8 years ago
03dfee6
powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pages
by Michael Ellerman
· 8 years ago
6aa59f5
powerpc/mm: Move hash specific pte bits to be top bits of RPN
by Aneesh Kumar K.V
· 8 years ago
2f18d53
powerpc/mm: Lower the max real address to 53 bits
by Aneesh Kumar K.V
· 8 years ago
32789d3
powerpc/mm: Define all PTE bits based on radix definitions.
by Aneesh Kumar K.V
· 8 years ago
54c4025
powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionally
by Aneesh Kumar K.V
· 8 years ago
f5bd0fd
powerpc/mm: Cleanup bits definition between hash and radix.
by Aneesh Kumar K.V
· 8 years ago
baeedc71
Merge branch 'prep-for-5level'
by Linus Torvalds
· 8 years ago
d19469e
power/mm: update pte_write and pte_wrprotect to handle savedwrite
by Aneesh Kumar K.V
· 8 years ago
52c50ca
powerpc/mm: handle protnone ptes on fork
by Aneesh Kumar K.V
· 8 years ago
9849a56
arch, mm: convert all architectures to use 5level-fixup.h
by Kirill A. Shutemov
· 8 years ago
c137a27
powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
by Aneesh Kumar K.V
· 8 years ago
f4894b8
powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
by Aneesh Kumar K.V
· 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
c6f6634
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 8 years ago
953c66c
mm: THP page cache support for ppc64
by Aneesh Kumar K.V
· 8 years ago
1dd38b6
mm: move vma_is_anonymous check within pmd_move_must_withdraw
by Aneesh Kumar K.V
· 8 years ago
9b081e1
powerpc: port 64 bits pgtable_cache to 32 bits
by Christophe Leroy
· 8 years ago
b3603e1
powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
by Aneesh Kumar K.V
· 8 years ago
049d567
powerpc/mm: Introduce _PAGE_LARGE software pte bits
by Aneesh Kumar K.V
· 8 years ago
6b8cb66
powerpc: Fix usage of _PAGE_RO in hugepage
by Christophe Leroy
· 8 years ago
c6d1a76
powerpc/mm/radix: Use different pte update sequence for different POWER9 revs
by Aneesh Kumar K.V
· 9 years ago
66c570f
powerpc/mm: use _raw variant of page table accessors
by Aneesh Kumar K.V
· 9 years ago
bfa3708
powerpc: Initialise pci_io_base as early as possible
by Darren Stevens
· 9 years ago
c04a588
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
fd8cfd3
arch: fix has_transparent_hugepage()
by Hugh Dickins
· 9 years ago
69dfbae
powerpc/mm/radix: Document software bits for radix
by Aneesh Kumar K.V
· 9 years ago
ab62476
powerpc/mm/radix: Add THP support for 4K linux page size
by Aneesh Kumar K.V
· 9 years ago
bde3eb6
powerpc/mm/radix: Add radix THP callbacks
by Aneesh Kumar K.V
· 9 years ago
3df33f1
powerpc/mm/thp: Abstraction for THP functions
by Aneesh Kumar K.V
· 9 years ago
6a1ea36
powerpc/mm: THP is only available on hash64 as of now
by Aneesh Kumar K.V
· 9 years ago
5ed7ecd
powerpc/mm: pte_frag abstraction
by Aneesh Kumar K.V
· 9 years ago
d6a9996
powerpc/mm: vmalloc abstraction in preparation for radix
by Aneesh Kumar K.V
· 9 years ago
a2f41eb
powerpc/mm: Add radix pgalloc details
by Aneesh Kumar K.V
· 9 years ago
d9225ad
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
by Aneesh Kumar K.V
· 9 years ago
31a14fa
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
by Aneesh Kumar K.V
· 9 years ago
a9252aae
powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
ac94ac79
powerpc/mm: Add radix callbacks to pte accessors
by Aneesh Kumar K.V
· 9 years ago
b0b5e9b
powerpc/mm/radix: Add radix pte #defines
by Aneesh Kumar K.V
· 9 years ago
34fbadd
powerpc/mm: Move pte related functions together
by Aneesh Kumar K.V
· 9 years ago
aba480e
powerpc/mm: Move page table index and and vaddr to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
dd1842a
powerpc/mm: Make page table size a variable
by Aneesh Kumar K.V
· 9 years ago
13f829a
powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
by Aneesh Kumar K.V
· 9 years ago
2e87351
powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
by Aneesh Kumar K.V
· 9 years ago
945537d
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
by Aneesh Kumar K.V
· 9 years ago
ff844b7
powerpc/mm: Use generic version of pmdp_clear_flush_young()
by Aneesh Kumar K.V
· 9 years ago
96270b1
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
by Aneesh Kumar K.V
· 9 years ago
ac29c64
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
by Aneesh Kumar K.V
· 9 years ago
e7bfc46
powerpc/mm: Use pte_user() instead of open coding
by Aneesh Kumar K.V
· 9 years ago
368ced7
powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
by Aneesh Kumar K.V
· 9 years ago
ae9a71a
powerpc/mm: Don't have conditional defines for real_pte_t
by Aneesh Kumar K.V
· 9 years ago
f1a9ae0
powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
by Paul Mackerras
· 9 years ago
c777e2a
powerpc/mm: Fix Multi hit ERAT cause by recent THP update
by Aneesh Kumar K.V
· 9 years ago
0e2bce7
powerpc: Remove newly added extra definition of pmd_dirty
by Stephen Rothwell
· 9 years ago
d5d6a44
arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP
by Minchan Kim
· 9 years ago
7aa9a23
powerpc, thp: remove infrastructure for handling splitting PMDs
by Kirill A. Shutemov
· 9 years ago
2f10f1a
powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff
by Hugh Dickins
· 9 years ago
44734f2
powerpc/mm: Fix _PAGE_PTE breaking swapoff
by Aneesh Kumar K.V
· 9 years ago
7207f43
powerpc/mm: Add page soft dirty tracking
by Laurent Dufour
· 9 years ago
4d9057c
powerpc/mm: Don't hardcode the hash pte slot shift
by Aneesh Kumar K.V
· 9 years ago
6a119ea
powerpc/mm: Add a _PAGE_PTE bit
by Aneesh Kumar K.V
· 9 years ago
1ca7212
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
by Aneesh Kumar K.V
· 9 years ago
371352c
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
by Aneesh Kumar K.V
· 9 years ago
f281b5d
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
by Aneesh Kumar K.V
· 9 years ago
b0412ea
powerpc/mm: Drop pte-common.h from BOOK3S 64
by Aneesh Kumar K.V
· 9 years ago
cbbb868
powerpc/mm: Delete booke bits from book3s
by Aneesh Kumar K.V
· 9 years ago
ab537dc
powerpc/mm: Move hash specific pte width and other defines to book3s
by Aneesh Kumar K.V
· 9 years ago
3dfcb315
powerpc/mm: make a separate copy for book3s
by Aneesh Kumar K.V
· 9 years ago