index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgtable.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-04
1
-4
/
+26
|
\
|
*
arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offset
Catalin Marinas
2015-10-16
1
-2
/
+3
|
*
arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro
yalin wang
2015-10-13
1
-0
/
+2
|
*
arm64: add KASAN support
Andrey Ryabinin
2015-10-12
1
-0
/
+7
|
*
arm64: Default kernel pages should be contiguous
Jeremy Linton
2015-10-08
1
-0
/
+1
|
*
arm64: Macros to check/set/unset the contiguous bit
Jeremy Linton
2015-10-08
1
-0
/
+11
|
*
arm64: mm: remove dsb from update_mmu_cache
Will Deacon
2015-10-07
1
-3
/
+3
|
*
arm64: introduce VA_START macro - the first kernel virtual address.
Andrey Ryabinin
2015-10-07
1
-1
/
+1
*
|
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
2015-10-14
1
-10
/
+159
|
\
|
|
*
arm64: Fix THP protection change logic
Steve Capper
2015-10-01
1
-2
/
+2
|
*
arm64: pgtable: use a single bit for PTE_WRITE regardless of DBM
Will Deacon
2015-09-14
1
-5
/
+1
|
*
arm64: Fix pte_modify() to preserve the hardware dirty information
Catalin Marinas
2015-09-14
1
-1
/
+1
|
*
arm64: Fix the pte_hw_dirty() check when AF/DBM is enabled
Catalin Marinas
2015-09-14
1
-2
/
+2
|
*
arm64: pgtable: fix definition of pte_valid
Will Deacon
2015-07-28
1
-1
/
+1
|
*
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-07-27
1
-5
/
+0
|
*
arm64: Add support for hardware updates of the access and dirty pte bits
Catalin Marinas
2015-07-27
1
-2
/
+145
|
*
arm64: move update_mmu_cache() into asm/pgtable.h
Will Deacon
2015-07-27
1
-0
/
+15
*
|
arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT
Jonathan (Zhixiong) Zhang
2015-08-08
1
-0
/
+2
|
/
*
arm64: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-04-15
1
-4
/
+4
*
arm64: enable PTE type bit in the mask for pte_modify
Feng Kan
2015-02-26
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-12
1
-1
/
+1
|
\
|
*
mm: make FIRST_USER_ADDRESS unsigned long on all archs
Kirill A. Shutemov
2015-02-12
1
-1
/
+1
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-02-12
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
arm64:mm: free the useless initial page table
zhichang.yuan
2015-01-28
1
-0
/
+3
|
*
arm64/mm: add create_pgd_mapping() to create private page tables
Ard Biesheuvel
2015-01-12
1
-0
/
+5
*
|
arm64: drop PTE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2015-02-10
1
-18
/
+4
|
/
*
arm64: mm: Add pgd_page to support RCU fast_gup
Jungseok Lee
2014-12-23
1
-2
/
+3
*
mm: fix huge zero page accounting in smaps report
Kirill A. Shutemov
2014-12-11
1
-0
/
+1
*
Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-18
1
-1
/
+1
|
\
|
*
arm64: kvm: define PAGE_S2_DEVICE as read-only by default
Ard Biesheuvel
2014-10-10
1
-1
/
+1
*
|
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2014-10-10
1
-1
/
+20
|
\
\
|
*
|
arm64: mm: enable RCU fast_gup
Steve Capper
2014-10-10
1
-1
/
+20
*
|
|
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-10-09
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arm64: Add architectural support for PCI
Liviu Dudau
2014-10-01
1
-0
/
+2
|
|
/
*
/
arm64: Introduce {set,clear}_pte_bit
Laura Abbott
2014-09-08
1
-14
/
+19
|
/
*
arm64: Fix barriers used for page table modifications
Catalin Marinas
2014-07-24
1
-0
/
+13
*
arm64: asm/pgtable.h pmd/pud definitions clean-up
Catalin Marinas
2014-07-23
1
-29
/
+28
*
arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS
Catalin Marinas
2014-07-23
1
-5
/
+8
*
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
2014-07-23
1
-9
/
+9
*
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
1
-0
/
+40
*
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
2014-07-23
1
-4
/
+4
*
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
2014-07-17
1
-3
/
+0
*
arm64: mm: Fix horrendous config typo
Steve Capper
2014-07-04
1
-1
/
+1
*
arm64: mm: remove broken &= operator from pmd_mknotpresent
Will Deacon
2014-06-18
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-06-06
1
-52
/
+55
|
\
|
*
Revert "arm64: Introduce execute-only page access permissions"
Catalin Marinas
2014-05-16
1
-6
/
+5
|
*
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
2014-05-09
1
-2
/
+2
|
*
arm64: mm: Create gigabyte kernel logical mappings where possible
Steve Capper
2014-05-09
1
-0
/
+7
|
*
arm64: Clean up the default pgprot setting
Catalin Marinas
2014-05-09
1
-51
/
+47
|
*
arm64: Introduce execute-only page access permissions
Catalin Marinas
2014-05-09
1
-5
/
+6
[next]