aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose4-47/+74
2015-10-16arm64: debug: Fix typo in debug-monitors.cYang Shi1-1/+1
2015-10-16arm64: AArch32 user space PC alignment exceptionMark Salyzyn1-0/+2
2015-10-16arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offsetCatalin Marinas1-2/+3
2015-10-13Revert "arm64: ioremap: add ioremap_cache macro"Catalin Marinas1-1/+0
2015-10-13arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macroyalin wang1-0/+2
2015-10-13arm64: ioremap: add ioremap_cache macroyalin wang1-0/+1
2015-10-13arm64: kasan: fix issues reported by sparseWill Deacon2-1/+3
2015-10-12Documentation/features/KASAN: arm64 supports KASAN nowAndrey Ryabinin1-1/+1
2015-10-12ARM64: kasan: print memory assignmentLinus Walleij1-0/+6
2015-10-12arm64: add KASAN supportAndrey Ryabinin18-6/+288
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2-2/+1
2015-10-12arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon4-262/+371
2015-10-12arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel6-20/+139
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel10-13/+24
2015-10-12arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2-11/+0
2015-10-12arm64: Fix missing #include in hw_breakpoint.cCatalin Marinas1-0/+1
2015-10-09arm64: fix a migrating irq bug when hotplug cpuYang Yingliang4-64/+3
2015-10-09Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipCatalin Marinas4-0/+89
2015-10-08arm64: Mark kernel page ranges contiguousJeremy Linton1-8/+61
2015-10-08arm64: Make the kernel page dump utility aware of the CONT bitJeremy Linton1-1/+17
2015-10-08arm64: Default kernel pages should be contiguousJeremy Linton1-0/+1
2015-10-08arm64: Macros to check/set/unset the contiguous bitJeremy Linton1-0/+11
2015-10-08arm64: PTE/PMD contiguous bit definitionJeremy Linton1-0/+9
2015-10-08arm64: Add contiguous page flag shifts and constantsJeremy Linton1-1/+7
2015-10-07MAINTAINERS: add myself as arm perf reviewerMark Rutland1-0/+1
2015-10-07MAINTAINERS: update ARM PMU profiling and debugging for arm64Mark Rutland1-4/+4
2015-10-07arm64: dts: juno: describe PMUs separatelyMark Rutland2-14/+22
2015-10-07arm64: perf: add Cortex-A57 supportMark Rutland2-0/+62
2015-10-07arm64: perf: add Cortex-A53 supportMark Rutland2-2/+63
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland4-951/+93
2015-10-07arm64: hw_breakpoint: use target state to determine ABI behaviourWill Deacon1-2/+16
2015-10-07arm64: mm: remove dsb from update_mmu_cacheWill Deacon1-3/+3
2015-10-07arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon1-1/+0
2015-10-07arm64: mm: kill mm_cpumask usageWill Deacon2-9/+0
2015-10-07arm64: switch_mm: simplify mm and CPU checksWill Deacon2-3/+5
2015-10-07arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon1-11/+15
2015-10-07arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon1-5/+4
2015-10-07arm64: mm: rewrite ASID allocator and MM context-switching codeWill Deacon7-169/+166
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon7-7/+22
2015-10-07arm64: proc: de-scope TLBI operation during cold bootWill Deacon1-2/+2
2015-10-07arm64: mm: remove unused cpu_set_idmap_tcr_t0sz functionWill Deacon1-23/+12
2015-10-07arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin2-1/+3
2015-10-07arm64: copy_to-from-in_user optimization using copy templateFeng Kan3-92/+120
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan2-153/+219
2015-10-07arm64: defconfig: Enable samsung serial and mmcAlim Akhtar1-0/+8
2015-10-04Linux 4.3-rc4Linus Torvalds1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds25-37/+188
2015-10-04Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds7-26/+28
2015-10-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds13-144/+82