aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2014-09-13arm64: add support for reserved memory defined by device treeMarek Szyprowski
2014-07-25arm64: mm: Make icache synchronisation logic huge page awareSteve Capper
2014-07-25arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper
2014-07-25arm64: use correct register width when retrieving ASIDMatthew Leach
2014-07-24arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson
2014-07-24arm64: Add function to create identity mappingsMark Salter
2014-07-23arm64: place initial page tables above the kernelMark Rutland
2014-07-23arm64: Relax the kernel cache requirements for bootCatalin Marinas
2014-07-23arm64: export __cpu_{clear,copy}_user_page functionsMark Salter
2014-06-04Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas
2014-05-24arm64: Clean up the default pgprot settingCatalin Marinas
2014-05-24Merge remote-tracking branch 'lsk/v3.10/topic/arm64-dma' into lsk-v3.10-arm64...Mark Brown
2014-05-23arm64: add early_ioremap supportMark Salter
2014-05-22arm64: Introduce execute-only page access permissionsCatalin Marinas
2014-05-21arm64: Use bus notifiers to set per-device coherent DMA opsv3.10/topic/arm64-dmaCatalin Marinas
2014-05-21arm64: initialize pgprot info earlier in bootMark Salter
2014-05-21arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott
2014-05-21arm64: Implement custom mmap functions for dma mappingLaura Abbott
2014-05-21arm64: remove unnecessary cache flush at bootMark Rutland
2014-05-21arm64: Change misleading function names in dma-mappingRitesh Harjani
2014-05-21arm64: simplify pgd_allocMark Rutland
2014-05-20arm64: mm: fix the function name in comment of cpu_do_switch_mmJingoo Han
2014-05-20arm64: mm: fix the function name in comment of __flush_dcache_areaJingoo Han
2014-05-20arm64: mm: use ubfm for dcache_line_sizeJingoo Han
2014-05-15arm64: ensure completion of TLB invalidatationMark Rutland
2014-05-15arm64: Make do_bad_area() function staticCatalin Marinas
2014-05-15arm64: mm: permit use of tagged pointers at EL0Will Deacon
2014-05-15arm64: Fix mapping of memory banks not ending on a PMD_SIZE boundaryCatalin Marinas
2014-05-15of: Specify initrd location using 64-bitSantosh Shilimkar
2014-05-15ARM64: mm: HugeTLB support.Steve Capper
2014-05-15ARM64: mm: Restore memblock limit when map_mem finished.Steve Capper
2014-05-15Merge remote-tracking branch 'lsk/v3.10/topic/arm64-lts' into lsk-v3.10-arm64...Mark Brown
2014-05-15arm64: Remove __flush_dcache_page()Catalin Marinas
2014-05-14arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas
2014-05-14arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas
2014-05-14arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas
2014-05-14arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.SCatalin Marinas
2014-05-14arm64: mm: don't treat user cache maintenance faults as writesWill Deacon
2014-05-12arm64: Make default dma_ops to be noncoherentRitesh Harjani
2014-05-12arm64: Use swiotlb late initialisationCatalin Marinas
2014-05-12arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas
2014-05-12arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas
2014-05-12Merge remote-tracking branch 'lsk/v3.10/topic/arm64-cma' into lsk-v3.10-arm64...Mark Brown
2014-05-05arm64: Align CMA sizes to PAGE_SIZEv3.10/topic/arm64-cmaLaura Abbott
2014-05-05arm64: Enable CMALaura Abbott
2014-04-16arm64: Implement coherent DMA API based on swiotlbCatalin Marinas
2014-04-16arm64: Change misleading function names in dma-mappingRitesh Harjani
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas
2013-05-14arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon