| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 2019-09-24 | 1 | -2/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | ARM: 8823/1: Implement pgprot_device() | Vincent Whitchurch | 2019-02-01 | 1 | -0/+3 |
* | KVM: arm/arm64: Limit icache invalidation to prefetch aborts | Marc Zyngier | 2018-01-08 | 1 | -2/+2 |
* | ARM: fix get_user_pages_fast | Russell King | 2017-11-21 | 1 | -0/+12 |
* | arch, mm: convert all architectures to use 5level-fixup.h | Kirill A. Shutemov | 2017-03-09 | 1 | -0/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 1 | -1/+3 |
|\ |
|
| * | arm/arm64: KVM: Make default HYP mappings non-excutable | Marc Zyngier | 2016-06-29 | 1 | -1/+1 |
| * | arm/arm64: KVM: Map the HYP text as read-only | Marc Zyngier | 2016-06-29 | 1 | -0/+1 |
| * | arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata section | Marc Zyngier | 2016-06-29 | 1 | -0/+1 |
* | | ARM: 8578/1: mm: ensure pmd_present only checks the valid bit | Will Deacon | 2016-06-09 | 1 | -1/+0 |
|/ |
|
* | ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000 | Nicolas Pitre | 2015-09-22 | 1 | -1/+1 |
* | arm: drop L_PTE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -17/+3 |
* | ARM: 8239/1: Introduce {set,clear}_pte_bit | Jungseung Lee | 2014-12-03 | 1 | -11/+51 |
* | 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 |
|\ |
|
| * | ARM: kvm: define PAGE_S2_DEVICE as read-only by default | Ard Biesheuvel | 2014-10-10 | 1 | -1/+1 |
* | | arm: mm: introduce special ptes for LPAE | Steve Capper | 2014-10-09 | 1 | -4/+2 |
|/ |
|
* | ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear | Steven Capper | 2014-07-24 | 1 | -7/+11 |
* | ARM: 7985/1: mm: implement pte_accessible for faulting mappings | Will Deacon | 2014-02-25 | 1 | -2/+5 |
*-. | Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for... | Russell King | 2014-01-21 | 1 | -0/+2 |
|\ \ |
|
| | * | ARM: add definitions for pte_mkexec/pte_mknexec | Laura Abbott | 2013-12-11 | 1 | -0/+2 |
| |/ |
|
* / | ARM: fix booting low-vectors machines | Russell King | 2013-11-30 | 1 | -1/+1 |
|/ |
|
* | ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE | Christoffer Dall | 2013-08-13 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-07-03 | 1 | -0/+3 |
|\ |
|
| * | ARM: mm: Transparent huge page support for LPAE systems. | Catalin Marinas | 2013-06-04 | 1 | -0/+3 |
* | | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -7/+0 |
|/ |
|
* | arm: set the page table freeing ceiling to TASK_SIZE | Catalin Marinas | 2013-04-29 | 1 | -0/+9 |
*-. | Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus | Russell King | 2013-03-03 | 1 | -1/+2 |
|\ \ |
|
| * | | ARM: 7654/1: Preserve L_PTE_VALID in pte_modify() | Catalin Marinas | 2013-02-21 | 1 | -1/+2 |
| |/ |
|
* / | ARM: Add page table and page defines needed by KVM | Christoffer Dall | 2013-01-23 | 1 | -0/+7 |
|/ |
|
* | ARM: mm: introduce present, faulting entries for PAGE_NONE | Will Deacon | 2012-11-09 | 1 | -3/+3 |
* | ARM: mm: introduce L_PTE_VALID for page table entries | Will Deacon | 2012-11-09 | 1 | -3/+1 |
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 1 | -1/+1 |
* | ARM: 7488/1: mm: use 5 bits for swapfile type encoding | Will Deacon | 2012-08-11 | 1 | -3/+3 |
* | ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present | Will Deacon | 2012-08-11 | 1 | -16/+18 |
* | Merge branch 'devel-stable' into for-linus | Russell King | 2012-01-05 | 1 | -47/+7 |
|\ |
|
| * | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2012-01-04 | 1 | -7/+0 |
| |\ |
|
| | * | Revert "ARM: move VMALLOC_END down temporarily for shmobile" | Nicolas Pitre | 2012-01-02 | 1 | -7/+0 |
| * | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 2011-12-08 | 1 | -37/+6 |
| |\ \ |
|
| | * | | ARM: LPAE: Introduce the 3-level page table format definitions | Catalin Marinas | 2011-12-08 | 1 | -0/+4 |
| | * | | ARM: LPAE: Move page table maintenance macros to pgtable-2level.h | Catalin Marinas | 2011-12-08 | 1 | -38/+0 |
| | * | | ARM: pgtable: switch to use pgtable-nopud.h | Russell King | 2011-12-08 | 1 | -10/+13 |
| * | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Russell King | 2011-12-06 | 1 | -3/+0 |
| |\| |
| | |/
| |/| |
|
| | * | ARM: idmap: populate identity map pgd at init time using .init.text | Will Deacon | 2011-12-06 | 1 | -3/+0 |
| * | | ARM: move VMALLOC_END down temporarily for shmobile | Nicolas Pitre | 2011-11-26 | 1 | -0/+7 |
| * | | ARM: move iotable mappings within the vmalloc region | Nicolas Pitre | 2011-11-26 | 1 | -7/+1 |
| |/ |
|
* / | ARM: 7169/1: topdown mmap support | Rob Herring | 2011-12-06 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 1 | -0/+3 |
|\ |
|
| * | ARM: mm: Add strongly ordered descriptor support. | Santosh Shilimkar | 2011-09-23 | 1 | -0/+3 |
* | | ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entries | Catalin Marinas | 2011-10-06 | 1 | -3/+3 |