summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: mm: Correct fixmap pagetable typesSteve Capper2014-10-201-2/+2
* arm64: Align less than PAGE_SIZE pgds naturallyCatalin Marinas2014-10-201-2/+16
* arm64: mm: enable RCU fast_gupSteve Capper2014-10-091-0/+16
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-091-19/+145
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-087-36/+117
|\
| * arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-021-1/+1
| * arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-021-1/+1
| * arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-221-31/+0
| * arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni2014-09-171-1/+1
| * arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois2014-09-151-1/+1
| * arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott2014-09-121-1/+2
| * arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2014-09-082-1/+97
| * arm64: convert part of soft_restart() to assemblyArun Chandran2014-09-081-0/+15
| |
| \
*-. \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-3/+8
|\ \ \ | |_|/ |/| |
| | * ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang2014-10-021-1/+7
| |/ |/|
| * efi/arm64: Fix fdt-related memory reservationMark Salter2014-09-091-2/+1
|/
* arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2014-08-191-1/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-044-26/+53
|\
| * arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas2014-07-231-7/+15
| * arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-2/+2
| * arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-233-4/+17
| * arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-8/+18
| * arm64: place initial page tables above the kernelMark Rutland2014-07-101-8/+4
* | arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas2014-07-231-4/+13
* | arm64: export __cpu_{clear,copy}_user_page functionsMark Salter2014-07-081-0/+2
|/
* arm64: mm: Make icache synchronisation logic huge page awareSteve Capper2014-07-041-1/+2
* arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas2014-06-181-2/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-067-118/+40
|\
| * Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-161-2/+3
| * arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2014-05-092-4/+4
| * arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper2014-05-092-72/+1
| * arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper2014-05-091-1/+27
| * arm64: Clean up the default pgprot settingCatalin Marinas2014-05-092-35/+3
| * arm64: Introduce execute-only page access permissionsCatalin Marinas2014-05-091-3/+2
| * arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-091-4/+4
* | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-051-18/+47
|\ \
| * | arm64: Add function to create identity mappingsMark Salter2014-04-301-18/+47
* | | hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-041-5/+0
* | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-21/+0
|\ \ \
| * \ \ Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-132-2/+36
| |\ \ \ | | | |/ | | |/|
| * | | of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-21/+0
| | |/ | |/|
* | | arm64: fix pud_huge() for 2-level pagetablesMark Salter2014-05-161-0/+4
| |/ |/|
* | arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-031-1/+32
* | arm64: Make default dma_ops to be noncoherentRitesh Harjani2014-05-031-1/+1
* | arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson2014-05-031-0/+3
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-082-15/+34
|\
| * arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas2014-04-081-4/+11
| * arm64: Relax the kernel cache requirements for bootCatalin Marinas2014-04-051-0/+9
| * arm64: Update the TCR_EL1 translation granule definitions for 16K pagesCatalin Marinas2014-04-031-11/+14
* | arm64: add early_ioremap supportMark Salter2014-04-072-41/+85
OpenPOWER on IntegriCloud