Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | 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 |
2015-09-14 | arm64: Fix the pte_hw_dirty() check when AF/DBM is enabled | Catalin Marinas | 1 | -2/+2 |
2015-08-08 | arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT | Jonathan (Zhixiong) Zhang | 1 | -0/+2 |
2015-07-28 | arm64: pgtable: fix definition of pte_valid | Will Deacon | 1 | -1/+1 |
2015-07-27 | arm64: force CONFIG_SMP=y and remove redundant #ifdefs | Will Deacon | 1 | -5/+0 |
2015-07-27 | arm64: Add support for hardware updates of the access and dirty pte bits | Catalin Marinas | 1 | -2/+145 |
2015-07-27 | arm64: move update_mmu_cache() into asm/pgtable.h | Will Deacon | 1 | -0/+15 |
2015-04-15 | arm64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -4/+4 |
2015-02-26 | arm64: enable PTE type bit in the mask for pte_modify | Feng Kan | 1 | -1/+1 |
2015-02-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-02-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+8 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-11 | arm64: drop PTE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -18/+4 |
2015-01-28 | arm64:mm: free the useless initial page table | zhichang.yuan | 1 | -0/+3 |
2015-01-12 | arm64/mm: add create_pgd_mapping() to create private page tables | Ard Biesheuvel | 1 | -0/+5 |
2014-12-23 | arm64: mm: Add pgd_page to support RCU fast_gup | Jungseok Lee | 1 | -2/+3 |
2014-12-11 | mm: fix huge zero page accounting in smaps report | Kirill A. Shutemov | 1 | -0/+1 |
2014-10-19 | Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2014-10-10 | arm64: kvm: define PAGE_S2_DEVICE as read-only by default | Ard Biesheuvel | 1 | -1/+1 |
2014-10-10 | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 1 | -1/+20 |
2014-10-10 | arm64: mm: enable RCU fast_gup | Steve Capper | 1 | -1/+20 |
2014-10-09 | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2014-10-01 | arm64: Add architectural support for PCI | Liviu Dudau | 1 | -0/+2 |
2014-09-08 | arm64: Introduce {set,clear}_pte_bit | Laura Abbott | 1 | -14/+19 |
2014-07-24 | arm64: Fix barriers used for page table modifications | Catalin Marinas | 1 | -0/+13 |
2014-07-23 | arm64: asm/pgtable.h pmd/pud definitions clean-up | Catalin Marinas | 1 | -29/+28 |
2014-07-23 | arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS | Catalin Marinas | 1 | -5/+8 |
2014-07-23 | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS | Catalin Marinas | 1 | -9/+9 |
2014-07-23 | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee | 1 | -0/+40 |
2014-07-23 | arm64: Introduce VA_BITS and translation level options | Jungseok Lee | 1 | -4/+4 |
2014-07-17 | arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions | Catalin Marinas | 1 | -3/+0 |
2014-07-04 | arm64: mm: Fix horrendous config typo | Steve Capper | 1 | -1/+1 |
2014-06-18 | arm64: mm: remove broken &= operator from pmd_mknotpresent | Will Deacon | 1 | -1/+1 |
2014-06-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -52/+55 |
2014-06-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-05-29 | arm64: mm: fix pmd_write CoW brokenness | Will Deacon | 1 | -1/+1 |
2014-05-16 | Revert "arm64: Introduce execute-only page access permissions" | Catalin Marinas | 1 | -6/+5 |
2014-05-09 | arm64: barriers: make use of barrier options with explicit barriers | Will Deacon | 1 | -2/+2 |
2014-05-09 | arm64: mm: Create gigabyte kernel logical mappings where possible | Steve Capper | 1 | -0/+7 |