summaryrefslogtreecommitdiffstats
path: root/drivers/message (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-21arm64: Move mixed endian support detectionSuzuki K. Poulose6-36/+33
2015-10-21arm64: Move cpu feature detection codeSuzuki K. Poulose2-108/+109
2015-10-21arm64: Delay cpuinfo_store_boot_cpuSuzuki K. Poulose2-8/+3
2015-10-21arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose3-8/+10
2015-10-21arm64: Make the CPU information more clearSuzuki K. Poulose2-3/+3
2015-10-20arm64: Make 36-bit VA depend on EXPERTCatalin Marinas1-1/+1
2015-10-19arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee1-5/+10
2015-10-19arm64: add cpu_idle tracepoints to arch_cpu_idleJisheng Zhang1-0/+3
2015-10-19arm64: 36 bit VASuzuki K. Poulose1-1/+7
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose6-6/+51
2015-10-19arm64: Add page size to the kernel image headerArd Biesheuvel2-2/+10
2015-10-19arm64: Check for selected granule supportSuzuki K. Poulose2-2/+35
2015-10-19arm64: Kconfig: Fix help text about AArch32 support with 64K pagesSuzuki K. Poulose1-2/+2
2015-10-19arm64: Simplify NR_FIX_BTMAPS calculationMark Rutland1-5/+2
2015-10-19arm64: Clean config usages for page sizeSuzuki K. Poulose3-4/+4
2015-10-19arm64: Handle 4 level page table for swapperSuzuki K. Poulose1-1/+4
2015-10-19arm64: Calculate size for idmap_pg_dir at compile timeSuzuki K. Poulose1-2/+5
2015-10-19arm64: Introduce helpers for page table levelsSuzuki K. Poulose1-3/+36
2015-10-19arm64: Handle section maps for swapper/idmapSuzuki K. Poulose2-52/+59
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-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