index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-27
arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}
Will Deacon
1
-5
/
+1
2018-06-08
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
1
-2
/
+0
2018-04-24
arm64: mm: drop addr parameter from sync icache and dcache
Shaokun Zhang
1
-2
/
+2
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-10
/
+13
2018-02-01
arm64: provide pmdp_establish() helper
Catalin Marinas
1
-0
/
+7
2018-01-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-11
/
+46
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
1
-0
/
+1
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
1
-11
/
+44
2017-12-22
arm64: handle 52-bit physical addresses in page table entries
Kristina Martsenko
1
-12
/
+38
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
1
-0
/
+1
2017-12-22
arm64: handle 52-bit addresses in TTBR
Kristina Martsenko
1
-0
/
+6
2017-12-12
arm64: mm: Fix false positives in set_pte_at access/dirty race detection
Will Deacon
1
-4
/
+4
2017-12-11
arm64: mm: Fix pte_mkclean, pte_mkdirty semantics
Steve Capper
1
-15
/
+18
2017-12-11
arm64: mm: Map entry trampoline into trampoline and kernel page tables
Will Deacon
1
-0
/
+1
2017-11-30
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
1
-1
/
+0
2017-10-30
arm64: Implement arch-specific pte_access_permitted()
Catalin Marinas
1
-0
/
+14
2017-09-29
arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
Will Deacon
1
-1
/
+1
2017-08-21
arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
Catalin Marinas
1
-8
/
+1
2017-08-21
arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()
Catalin Marinas
1
-8
/
+13
2017-08-21
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
1
-24
/
+10
2017-08-21
arm64: Convert pte handling from inline asm to using (cmp)xchg
Catalin Marinas
1
-38
/
+33
2017-06-12
arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries
Punit Agrawal
1
-1
/
+1
2017-03-23
arm64: mm: set the contiguous bit for kernel mappings where appropriate
Ard Biesheuvel
1
-0
/
+10
2017-01-31
arm64: Improve detection of user/non-user mappings in set_pte(_at)
Catalin Marinas
1
-6
/
+9
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
1
-1
/
+1
2016-08-25
arm64: hibernate: Support DEBUG_PAGEALLOC
James Morse
1
-0
/
+10
2016-08-25
arm64: Introduce execute-only page access permissions
Catalin Marinas
1
-5
/
+5
2016-08-04
arm64: Fix copy-on-write referencing in HugeTLB
Steve Capper
1
-0
/
+17
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+0
2016-05-20
arch: fix has_transparent_hugepage()
Hugh Dickins
1
-5
/
+0
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+11
2016-05-09
kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tables
Catalin Marinas
1
-4
/
+9
2016-05-06
arm64: Ensure pmd_present() returns false after pmd_mknotpresent()
Catalin Marinas
1
-2
/
+2
2016-05-06
arm64: Replace hard-coded values in the pmd/pud_bad() macros
Catalin Marinas
1
-3
/
+3
2016-05-06
arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
Catalin Marinas
1
-0
/
+10
2016-05-06
arm64: Fix typo in the pmdp_huge_get_and_clear() definition
Catalin Marinas
1
-3
/
+3
2016-04-21
arm64: Introduce pmd_thp_or_huge
Suzuki K Poulose
1
-0
/
+2
2016-04-15
arm64: Implement ptep_set_access_flags() for hardware AF/DBM
Catalin Marinas
1
-0
/
+5
2016-04-15
arm64, mm, numa: Add NUMA balancing support for arm64.
Ganapatrao Kulkarni
1
-0
/
+15
2016-04-14
arm64: mm: move vmemmap region right below the linear region
Ard Biesheuvel
1
-8
/
+3
2016-04-14
arm64: mm: avoid virt_to_page() translation for the zero page
Ard Biesheuvel
1
-1
/
+1
2016-04-14
Revert "arm64: account for sparsemem section alignment when choosing vmemmap ...
Ard Biesheuvel
1
-3
/
+2
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-99
/
+79
2016-03-11
arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
Catalin Marinas
1
-1
/
+2
2016-03-09
arm64: account for sparsemem section alignment when choosing vmemmap offset
Ard Biesheuvel
1
-2
/
+3
2016-02-26
arm64: vmemmap: use virtual projection of linear region
Ard Biesheuvel
1
-3
/
+4
2016-02-26
arm64: Remove fixmap include fragility
Mark Rutland
1
-62
/
+1
2016-02-25
arm64: Fix building error with 16KB pages and 36-bit VA
Catalin Marinas
1
-1
/
+1
2016-02-18
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
1
-8
/
+2
2016-02-18
arm64: pgtable: implement static [pte|pmd|pud]_offset variants
Ard Biesheuvel
1
-0
/
+13
[next]