index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
2016-12-07
parisc: Purge TLB before setting PTE
John David Anglin
2016-10-09
parisc: Increase initial kernel mapping size
Helge Deller
2016-10-07
parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels
Helge Deller
2015-12-12
parisc: Disable huge pages on Mako machines
Helge Deller
2015-11-22
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
Helge Deller
2015-11-22
parisc: Add defines for Huge page support
Helge Deller
2015-07-10
parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...
John David Anglin
2015-04-14
parisc: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-02-28
mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines
Kirill A. Shutemov
2015-02-11
mm: make FIRST_USER_ADDRESS unsigned long on all archs
Kirill A. Shutemov
2015-02-10
parisc: drop _PAGE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2014-02-02
parisc: add flexible mmap memory layout support
Helge Deller
2013-06-29
consolidate io_remap_pfn_range definitions
Al Viro
2013-04-25
parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates
John David Anglin
2013-01-19
[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotect
John David Anglin
2012-05-10
parisc: add missing include of asm/page.h to asm/pgtable.h
Rolf Eike Beer
2011-04-15
[PARISC] only make executable areas executable
James Bottomley
2011-02-10
Merge branch 'tmpalias-flush' into for-next
James Bottomley
2011-01-16
parisc: fix compile breakage caused by inlining maybe_mkwrite
James Bottomley
2011-01-15
eliminate special FLUSH flag from page table
James Bottomley
2010-10-26
mm: remove pte_*map_nested()
Peter Zijlstra
2010-02-20
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
Russell King
2009-03-31
parisc: fix usage of 32bit PTE page table entries on 32bit kernels
Helge Deller
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin