summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-0/+55
|\
| * Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman2015-10-121-2/+2
| |\
| * | ARM64: TTY: hvc_dcc: Add support for ARM64 dccAbhimanyu Kapur2015-10-041-0/+55
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-042-14/+0
|\ \ \
| * \ \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-252-14/+0
| |\ \ \
| | * | | irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-012-3/+0
| | * | | irqchip / ACPI: Add probing infrastructure for ACPI-based irqchipsMarc Zyngier2015-10-011-11/+0
| | |/ /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-0432-536/+940
|\ \ \ \
| * | | | arm64: Fix compat register mappingsRobin Murphy2015-10-291-8/+8
| * | | | arm64: Increase the max granular sizeTirumalesh Chalamarla2015-10-281-1/+1
| * | | | arm64: remove bogus TASK_SIZE_64 checkArd Biesheuvel2015-10-281-4/+0
| * | | | arm64: cachetype: fix definitions of ICACHEF_* flagsWill Deacon2015-10-281-2/+2
| * | | | arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose2015-10-211-2/+7
| * | | | arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose2015-10-212-0/+10
| * | | | arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose2015-10-211-0/+1
| * | | | arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-212-3/+10
| * | | | arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose2015-10-211-1/+1
| * | | | arm64: Cleanup mixed endian support detectionSuzuki K. Poulose2015-10-211-2/+10
| * | | | arm64: Read system wide CPUID valueSuzuki K. Poulose2015-10-211-0/+2
| * | | | arm64: Consolidate CPU Sanity check to CPU Feature infrastructureSuzuki K. Poulose2015-10-211-1/+2
| * | | | arm64: Keep track of CPU feature registersSuzuki K. Poulose2015-10-213-5/+169
| * | | | arm64: Handle width of a cpuid featureSuzuki K. Poulose2015-10-211-3/+9
| * | | | arm64: Move mixed endian support detectionSuzuki K. Poulose2015-10-214-15/+11
| * | | | arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose2015-10-211-0/+1
| * | | | arm64: Add 16K page size supportSuzuki K. Poulose2015-10-193-0/+8
| * | | | arm64: Check for selected granule supportSuzuki K. Poulose2015-10-191-0/+20
| * | | | arm64: Simplify NR_FIX_BTMAPS calculationMark Rutland2015-10-191-5/+2
| * | | | arm64: Clean config usages for page sizeSuzuki K. Poulose2015-10-191-1/+1
| * | | | 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-191-11/+26
| * | | | arm64: Move swapper pagetable definitionsSuzuki K. Poulose2015-10-192-18/+65
| * | | | 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-131-0/+2
| * | | | arm64: add KASAN supportAndrey Ryabinin2015-10-123-0/+59
| * | | | arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2015-10-121-0/+1
| * | | | arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-124-262/+371
| * | | | arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-121-0/+11
| * | | | arm64: fix a migrating irq bug when hotplug cpuYang Yingliang2015-10-091-1/+0
| * | | | 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
| * | | | arm64: perf: move to shared arm_pmu frameworkMark Rutland2015-10-071-83/+0
| * | | | 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: switch_mm: simplify mm and CPU checksWill Deacon2015-10-071-2/+4
OpenPOWER on IntegriCloud