Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ba2746b0facf83c62bebf8aed8f0a3fd446de612
/
include
/
asm-generic
/
pgtable.h
8809aa2
mm: clarify that the function operates on hugepage pte
by Aneesh Kumar K.V
· 9 years ago
f28b6ff
powerpc/mm: use generic version of pmdp_clear_flush()
by Aneesh Kumar K.V
· 9 years ago
15a25b2
mm/thp: split out pmd collapse flush into separate functions
by Aneesh Kumar K.V
· 9 years ago
d1b4bfb
x86/mm/pat: Add pgprot_writethrough()
by Toshi Kani
· 10 years ago
b9820d8
mm: change vunmap to tear down huge KVA mappings
by Toshi Kani
· 10 years ago
e61ce6a
mm: change ioremap to set up huge I/O mappings
by Toshi Kani
· 10 years ago
235a8f0
mm: define default PGTABLE_LEVELS to two
by Kirill A. Shutemov
· 10 years ago
21d9ee3
mm: remove remaining references to NUMA hinting bits and helpers
by Mel Gorman
· 10 years ago
e7bb4b6d
mm: add p[te|md] protnone helpers for use by NUMA balancing
by Mel Gorman
· 10 years ago
5064c8e
asm-generic: drop unused pte_file* helpers
by Kirill A. Shutemov
· 10 years ago
fcbe08d6
s390/mm: pmdp_get_and_clear_full optimization
by Martin Schwidefsky
· 10 years ago
64e4550
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
by Peter Feiner
· 10 years ago
0cf744b
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 10 years ago
6a33979
mm: remove misleading ARCH_USES_NUMA_PROT_NONE
by Mel Gorman
· 10 years ago
8b921ac
PCI: Add pci_remap_iospace() to map bus I/O resources
by Liviu Dudau
· 10 years ago
c46a7c8
x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levels
by Mel Gorman
· 11 years ago
29c7787
mm: use paravirt friendly ops for NUMA hinting ptes
by Mel Gorman
· 11 years ago
4596172
mm: add support for discard of unused ptes
by Konstantin Weitz
· 12 years ago
56eecdb
mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit
by Aneesh Kumar K.V
· 11 years ago
b3084f4
powerpc/thp: Fix crash on mremap
by Aneesh Kumar K.V
· 11 years ago
ee53664
mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
by Kirill A. Shutemov
· 11 years ago
2084140
mm: fix TLB flush race between migration, and change_protection_range
by Rik van Riel
· 11 years ago
0944fe3
s390/mm: implement software referenced bits
by Martin Schwidefsky
· 11 years ago
41bb347
mm: save soft-dirty bits on file pages
by Cyrill Gorcunov
· 11 years ago
179ef71
mm: save soft-dirty bits on swapped pages
by Cyrill Gorcunov
· 11 years ago
65b97fb
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
0f8975e
mm: soft-dirty bits for user memory changes tracking
by Pavel Emelyanov
· 11 years ago
40d158e
consolidate io_remap_pfn_range definitions
by Al Viro
· 12 years ago
6b0b50b
mm/THP: add pmd args to pgtable deposit and withdraw APIs
by Aneesh Kumar K.V
· 12 years ago
6ee8630
mm: allow arch code to control the user page table ceiling
by Hugh Dickins
· 12 years ago
abf09be
s390/mm: implement software dirty bits
by Martin Schwidefsky
· 12 years ago
2f91ec8
asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build
by Kirill A. Shutemov
· 12 years ago
3d59eeb
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma
by Linus Torvalds
· 12 years ago
816422a
asm-generic, mm: pgtable: consolidate zero page helpers
by Kirill A. Shutemov
· 12 years ago
be3a728
mm: numa: pte_numa() and pmd_numa()
by Andrea Arcangeli
· 12 years ago
2c3cf55
x86/mm: Introduce pte_accessible()
by Rik van Riel
· 12 years ago
2d28a22
mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()
by Catalin Marinas
· 12 years ago
46dcde7
thp: introduce pmdp_invalidate()
by Gerald Schaefer
· 12 years ago
e3ebcf6
thp: remove assumptions on pgtable_t type
by Gerald Schaefer
· 12 years ago
b3b9c29
mm, x86, pat: rework linear pfn-mmap tracking
by Konstantin Khlebnikov
· 12 years ago
5180da4
x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn
by Suresh Siddha
· 12 years ago
e4eed03
thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
by Andrea Arcangeli
· 13 years ago
26c1917
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
by Andrea Arcangeli
· 13 years ago
73636b1
arch/tile: allow building Linux with transparent huge pages enabled
by Chris Metcalf
· 13 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
1a5a990
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
by Andrea Arcangeli
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
49b24d6
include/asm-generic/pgtable.h: fix unbalanced parenthesis
by Nicolas Kaiser
· 14 years ago
2d42552
[S390] merge page_test_dirty and page_clear_dirty
by Martin Schwidefsky
· 14 years ago
fbd7184
mm: <asm-generic/pgtable.h> must include <linux/mm_types.h>
by Ben Hutchings
· 14 years ago
b3697c0
fix non-x86 build failure in pmdp_get_and_clear
by Andrea Arcangeli
· 14 years ago
e2cda32
thp: add pmd mangling generic functions
by Andrea Arcangeli
· 14 years ago
5f6e8da
thp: special pmd_trans_* functions
by Andrea Arcangeli
· 14 years ago
e2b8d7a
[S390] add support for nonquiescing sske
by Martin Schwidefsky
· 14 years ago
61c7732
x86, mm: Avoid unnecessary TLB flush
by Shaohua Li
· 14 years ago
0634a63
asm-generic: add dummy pgprot_noncached()
by Paul Mundt
· 16 years ago
224101e
x86/paravirt: finish change from lazy cpu to context switch start/end
by Jeremy Fitzhardinge
· 16 years ago
7fd7d83
x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch
by Jeremy Fitzhardinge
· 16 years ago
e4b866e
x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param
by venkatesh.pallipadi@intel.com
· 16 years ago
34801ba
x86: PAT: move track untrack pfnmap stubs to asm-generic
by venkatesh.pallipadi@intel.com
· 16 years ago
2520bd3
x86: PAT: add pgprot_writecombine() interface for drivers - v3
by venkatesh.pallipadi@intel.com
· 16 years ago
fe1a687
mm: fix build on non-mmu machines
by Sebastian Siewior
· 16 years ago
1ea0704
mm: add a ptep_modify_prot transaction abstraction
by Jeremy Fitzhardinge
· 17 years ago
954ffcb
flush icache before set_pte() on ia64: flush icache at set_pte
by KAMEZAWA Hiroyuki
· 17 years ago
9535239
changing include/asm-generic/pgtable.h for non-mmu
by Greg Ungerer
· 17 years ago
e21ea24
mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty
by Martin Schwidefsky
· 17 years ago
f0e47c2
mm: remove ptep_establish()
by Martin Schwidefsky
· 17 years ago
8dab524
Rework ptep_set_access_flags and fix sun4c
by Benjamin Herrenschmidt
· 18 years ago
6c21048
[S390] split page_test_and_clear_dirty.
by Martin Schwidefsky
· 18 years ago
49f1971
[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21
by Zachary Amsden
· 18 years ago
9226d12
[PATCH] i386: paravirt CPU hypercall batching mode
by Zachary Amsden
· 18 years ago
a93cb05
[PATCH] paravirt: remove set pte atomic
by Zachary Amsden
· 18 years ago
6606c3e
[PATCH] paravirt: lazy mmu mode hooks.patch
by Zachary Amsden
· 18 years ago
9888a1c
[PATCH] paravirt: pte clear not present
by Zachary Amsden
· 18 years ago
673eae8
[PATCH] x86: trivial pgtable.h __ASSEMBLY__ move
by Rusty Russell
· 18 years ago
0b0968a
[SPARC64]: Fix D-cache corruption in mremap
by David S. Miller
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
b8072f0
[PATCH] mm: update comments to pte lock
by Hugh Dickins
· 19 years ago
8b1f312
[PATCH] mm: move_pte to remap ZERO_PAGE
by Nick Piggin
· 19 years ago
a600388
[PATCH] x86: ptep_clear optimization
by Zachary Amsden
· 19 years ago
b4955ce
[PATCH] msync: check pte dirty earlier
by Abhijit Karmarkar
· 20 years ago
8f6c99c
[PATCH] freepgt: remove arch pgd_addr_end
by Hugh Dickins
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago