summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add 16K page size supportSuzuki K. Poulose2015-10-196-6/+51
* arm64: Add page size to the kernel image headerArd Biesheuvel2015-10-192-2/+10
* arm64: Check for selected granule supportSuzuki K. Poulose2015-10-192-2/+35
* arm64: Kconfig: Fix help text about AArch32 support with 64K pagesSuzuki K. Poulose2015-10-191-2/+2
* arm64: Simplify NR_FIX_BTMAPS calculationMark Rutland2015-10-191-5/+2
* arm64: Clean config usages for page sizeSuzuki K. Poulose2015-10-193-4/+4
* arm64: Handle 4 level page table for swapperSuzuki K. Poulose2015-10-191-1/+4
* arm64: Calculate size for idmap_pg_dir at compile timeSuzuki K. Poulose2015-10-191-2/+5
* arm64: Introduce helpers for page table levelsSuzuki K. Poulose2015-10-191-3/+36
* arm64: Handle section maps for swapper/idmapSuzuki K. Poulose2015-10-192-52/+59
* arm64: Move swapper pagetable definitionsSuzuki K. Poulose2015-10-194-47/+74
* arm64: debug: Fix typo in debug-monitors.cYang Shi2015-10-161-1/+1
* arm64: AArch32 user space PC alignment exceptionMark Salyzyn2015-10-161-0/+2
* arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offsetCatalin Marinas2015-10-161-2/+3
* Revert "arm64: ioremap: add ioremap_cache macro"Catalin Marinas2015-10-131-1/+0
* arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macroyalin wang2015-10-131-0/+2
* arm64: ioremap: add ioremap_cache macroyalin wang2015-10-131-0/+1
* arm64: kasan: fix issues reported by sparseWill Deacon2015-10-132-1/+3
* Documentation/features/KASAN: arm64 supports KASAN nowAndrey Ryabinin2015-10-121-1/+1
* ARM64: kasan: print memory assignmentLinus Walleij2015-10-121-0/+6
* arm64: add KASAN supportAndrey Ryabinin2015-10-1218-6/+288
* arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2015-10-122-2/+1
* arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-124-262/+371
* arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-126-20/+139
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-1210-13/+24
* arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2015-10-122-11/+0
* arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas2015-10-121-0/+1
* arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-094-64/+3
* Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-094-0/+89
|\
| * genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang2015-10-014-0/+89
* | arm64: Mark kernel page ranges contiguousJeremy Linton2015-10-081-8/+61
* | arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton2015-10-081-1/+17
* | arm64: Default kernel pages should be contiguousJeremy Linton2015-10-081-0/+1
* | arm64: Macros to check/set/unset the contiguous bitJeremy Linton2015-10-081-0/+11
* | arm64: PTE/PMD contiguous bit definitionJeremy Linton2015-10-081-0/+9
* | arm64: Add contiguous page flag shifts and constantsJeremy Linton2015-10-081-1/+7
* | MAINTAINERS: add myself as arm perf reviewerMark Rutland2015-10-071-0/+1
* | MAINTAINERS: update ARM PMU profiling and debugging for arm64Mark Rutland2015-10-071-4/+4
* | arm64: dts: juno: describe PMUs separatelyMark Rutland2015-10-072-14/+22
* | arm64: perf: add Cortex-A57 supportMark Rutland2015-10-072-0/+62
* | arm64: perf: add Cortex-A53 supportMark Rutland2015-10-072-2/+63
* | arm64: perf: move to shared arm_pmu frameworkMark Rutland2015-10-074-951/+93
* | arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon2015-10-071-2/+16
* | arm64: mm: remove dsb from update_mmu_cacheWill Deacon2015-10-071-3/+3
* | arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon2015-10-071-1/+0
* | arm64: mm: kill mm_cpumask usageWill Deacon2015-10-072-9/+0
* | arm64: switch_mm: simplify mm and CPU checksWill Deacon2015-10-072-3/+5
* | arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon2015-10-071-11/+15
* | arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon2015-10-071-5/+4
* | arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon2015-10-077-169/+166
OpenPOWER on IntegriCloud