index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-24
xtensa: implement the new page table range API
Matthew Wilcox (Oracle)
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-07-17
xtensa: drop definition of PGD_ORDER
Mike Rapoport
2022-07-17
xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-03-25
Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2022-03-22
xtensa: define update_mmu_tlb function
Max Filippov
2022-03-21
arch: Add pmd_pfn() where it is missing
Mike Rapoport
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
2021-04-04
xtensa: fix pgprot_noncached assumptions
Max Filippov
2020-11-16
xtensa: fix TLBTEMP area placement
Max Filippov
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-04-10
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
2019-11-26
xtensa: get rid of __ARCH_USE_5LEVEL_HACK
Mike Rapoport
2019-11-26
xtensa: mm: fix PMD folding implementation
Mike Rapoport
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-07-11
xtensa: platform-specific handling of coherent memory
Max Filippov
2017-12-16
xtensa: add support for KASAN
Max Filippov
2017-03-09
arch, mm: convert all architectures to use 5level-fixup.h
Kirill A. Shutemov
2016-07-24
xtensa: move kernel mapping addresses into kmem_layout.h
Max Filippov
2015-11-02
xtensa: nommu: fix USER_RING definition
Max Filippov
2015-02-11
mm: make FIRST_USER_ADDRESS unsigned long on all archs
Kirill A. Shutemov
2015-02-10
xtensa: drop _PAGE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2014-10-21
xtensa: nommu: provide _PAGE_CHG_MASK definition
Max Filippov
2014-10-06
xtensa: implement pgprot_noncached
Max Filippov
2014-08-14
xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
Max Filippov
2014-04-06
xtensa: add HIGHMEM support
Max Filippov
2013-11-15
xtensa: use buddy allocator for PTE table
Kirill A. Shutemov
2013-07-11
Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linux
Linus Torvalds
2013-06-29
consolidate io_remap_pfn_range definitions
Al Viro
2013-05-20
xtensa: fix TLB multihit exceptions
Chris Zankel
2013-02-23
xtensa: avoid mmap cache aliasing
Max Filippov
2012-12-18
xtensa: clean up files to make them code-style compliant
Chris Zankel
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-04-02
xtensa: nommu support
Johannes Weiner
2008-11-06
xtensa: move headers files to arch/xtensa/include
Chris Zankel