index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
2016-08-04
arm64: Fix copy-on-write referencing in HugeTLB
Steve Capper
1
-0
/
+17
2016-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+0
2016-05-19
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-17
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
2016-02-16
arm64: mm: add functions to walk tables in fixmap
Mark Rutland
1
-0
/
+26
2016-02-16
arm64: mm: add functions to walk page tables by PA
Mark Rutland
1
-16
/
+23
2016-02-16
arm64: mm: move pte_* macros
Mark Rutland
1
-10
/
+10
2016-02-16
arm64: mm: place empty_zero_page in bss
Mark Rutland
1
-2
/
+2
2016-01-25
arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
Catalin Marinas
1
-11
/
+10
2016-01-15
arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP
Minchan Kim
1
-0
/
+1
2016-01-15
arm64, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-8
/
+0
2016-01-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+20
2016-01-05
arm64: mm: move pgd_cache initialisation to pgtable_cache_init
Will Deacon
1
-1
/
+2
2015-12-21
arm64: hugetlb: add support for PTE contiguous bit
David Woods
1
-2
/
+8
2015-12-11
arm64: Improve error reporting on set_pte_at() checks
Catalin Marinas
1
-4
/
+8
2015-12-01
arm64: pgtable: implement pte_accessible()
Will Deacon
1
-0
/
+10
2015-11-18
arm64: Fix R/O permissions in mark_rodata_ro
Laura Abbott
1
-0
/
+1
2015-11-12
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2015-11-09
arm64: fix R/O permissions of FDT mapping
Ard Biesheuvel
1
-0
/
+1
2015-11-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+26
2015-10-16
arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offset
Catalin Marinas
1
-2
/
+3
2015-10-14
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
1
-10
/
+159
2015-10-13
arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro
yalin wang
1
-0
/
+2
2015-10-12
arm64: add KASAN support
Andrey Ryabinin
1
-0
/
+7
2015-10-08
arm64: Default kernel pages should be contiguous
Jeremy Linton
1
-0
/
+1
2015-10-08
arm64: Macros to check/set/unset the contiguous bit
Jeremy Linton
1
-0
/
+11
2015-10-07
arm64: mm: remove dsb from update_mmu_cache
Will Deacon
1
-3
/
+3
2015-10-07
arm64: introduce VA_START macro - the first kernel virtual address.
Andrey Ryabinin
1
-1
/
+1
2015-10-01
arm64: Fix THP protection change logic
Steve Capper
1
-2
/
+2
2015-09-14
arm64: pgtable: use a single bit for PTE_WRITE regardless of DBM
Will Deacon
1
-5
/
+1
2015-09-14
arm64: Fix pte_modify() to preserve the hardware dirty information
Catalin Marinas
1
-1
/
+1
[next]