summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2015-11-12arm64: use linux/types.h in kvm.hArnd Bergmann
2015-11-09arm64: fix R/O permissions of FDT mappingArd Biesheuvel
2015-11-05arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi
2015-10-29arm64: Fix compat register mappingsRobin Murphy
2015-10-28arm64: Increase the max granular sizeTirumalesh Chalamarla
2015-10-28arm64: remove bogus TASK_SIZE_64 checkArd Biesheuvel
2015-10-28arm64: cachetype: fix definitions of ICACHEF_* flagsWill Deacon
2015-10-21arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose
2015-10-21arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose
2015-10-21arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose
2015-10-21arm64: Delay cpu feature capability checksSuzuki K. Poulose
2015-10-21arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose
2015-10-21arm64: Cleanup mixed endian support detectionSuzuki K. Poulose
2015-10-21arm64: Read system wide CPUID valueSuzuki K. Poulose
2015-10-21arm64: Consolidate CPU Sanity check to CPU Feature infrastructureSuzuki K. Poulose
2015-10-21arm64: Keep track of CPU feature registersSuzuki K. Poulose
2015-10-21arm64: Handle width of a cpuid featureSuzuki K. Poulose
2015-10-21arm64: Move mixed endian support detectionSuzuki K. Poulose
2015-10-21arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose
2015-10-19arm64: Check for selected granule supportSuzuki K. Poulose
2015-10-19arm64: Simplify NR_FIX_BTMAPS calculationMark Rutland
2015-10-19arm64: Clean config usages for page sizeSuzuki K. Poulose
2015-10-19arm64: Calculate size for idmap_pg_dir at compile timeSuzuki K. Poulose
2015-10-19arm64: Introduce helpers for page table levelsSuzuki K. Poulose
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose
2015-10-16arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offsetCatalin Marinas
2015-10-13Revert "arm64: ioremap: add ioremap_cache macro"Catalin Marinas
2015-10-13arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macroyalin wang
2015-10-13arm64: ioremap: add ioremap_cache macroyalin wang
2015-10-13arm64: kasan: fix issues reported by sparseWill Deacon
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin
2015-10-12arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel
2015-10-09arm64: fix a migrating irq bug when hotplug cpuYang Yingliang
2015-10-08arm64: Default kernel pages should be contiguousJeremy Linton
2015-10-08arm64: Macros to check/set/unset the contiguous bitJeremy Linton
2015-10-08arm64: PTE/PMD contiguous bit definitionJeremy Linton
2015-10-08arm64: Add contiguous page flag shifts and constantsJeremy Linton
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland
2015-10-07arm64: mm: remove dsb from update_mmu_cacheWill Deacon
2015-10-07arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon
2015-10-07arm64: switch_mm: simplify mm and CPU checksWill Deacon
2015-10-07arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon
2015-10-07arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon
2015-10-07arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon