summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-2/+2
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* | 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-127-19/+42
| |\ \
| * | | 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-044-46/+1
|\ \ \
| * \ \ Merge branch 'acpi-init'Rafael J. Wysocki2015-10-254-46/+1
| |\ \ \
| | * | | clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
| | * | | clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier2015-10-011-6/+0
| | * | | irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-10-013-28/+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-0488-2474/+3177
|\ \ \ \
| * | | | ARM64: Enable multi-core scheduler support by defaultDietmar Eggemann2015-10-301-0/+1
| * | | | arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel2015-10-302-75/+2
| * | | | arm64: page-align sections for DEBUG_RODATAMark Rutland2015-10-291-1/+4
| * | | | arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy2015-10-291-6/+7
| * | | | 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: make Timer Interrupt Frequency selectableKefeng Wang2015-10-281-4/+1
| * | | | arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov2015-10-281-1/+1
| * | | | arm64: cachetype: fix definitions of ICACHEF_* flagsWill Deacon2015-10-281-2/+2
| * | | | arm64: cpufeature: declare enable_cpu_capabilities as staticWill Deacon2015-10-281-1/+1
| * | | | arm64: Constify hwcap name string arraysDave Martin2015-10-211-3/+3
| * | | | arm64/kvm: Make use of the system wide safe valuesSuzuki K. Poulose2015-10-212-7/+7
| * | | | arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose2015-10-212-4/+11
| * | | | arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose2015-10-212-11/+7
| * | | | arm64/HWCAP: Use system wide safe valuesSuzuki K. Poulose2015-10-213-72/+101
| * | | | arm64/capabilities: Make use of system wide safe valueSuzuki K. Poulose2015-10-212-20/+60
| * | | | arm64: Delay cpu feature capability checksSuzuki K. Poulose2015-10-216-9/+111
| * | | | arm64: Refactor check_cpu_capabilitiesSuzuki K. Poulose2015-10-213-5/+13
| * | | | arm64: Cleanup mixed endian support detectionSuzuki K. Poulose2015-10-212-24/+10
| * | | | arm64: Read system wide CPUID valueSuzuki K. Poulose2015-10-212-0/+11
| * | | | arm64: Consolidate CPU Sanity check to CPU Feature infrastructureSuzuki K. Poulose2015-10-213-146/+134
| * | | | arm64: Keep track of CPU feature registersSuzuki K. Poulose2015-10-215-6/+600
| * | | | arm64: Handle width of a cpuid featureSuzuki K. Poulose2015-10-211-3/+9
| * | | | arm64: Move /proc/cpuinfo handling codeSuzuki K. Poulose2015-10-212-123/+124
| * | | | arm64: Move mixed endian support detectionSuzuki K. Poulose2015-10-216-36/+33
| * | | | arm64: Move cpu feature detection codeSuzuki K. Poulose2015-10-212-108/+109
| * | | | arm64: Delay cpuinfo_store_boot_cpuSuzuki K. Poulose2015-10-212-8/+3
| * | | | arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose2015-10-213-8/+10
| * | | | arm64: Make the CPU information more clearSuzuki K. Poulose2015-10-212-3/+3
| * | | | arm64: Make 36-bit VA depend on EXPERTCatalin Marinas2015-10-201-1/+1
| * | | | arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee2015-10-191-5/+10
| * | | | arm64: add cpu_idle tracepoints to arch_cpu_idleJisheng Zhang2015-10-191-0/+3
| * | | | arm64: 36 bit VASuzuki K. Poulose2015-10-191-1/+7
| * | | | arm64: Add 16K page size supportSuzuki K. Poulose2015-10-196-6/+51
| * | | | arm64: Add page size to the kernel image headerArd Biesheuvel2015-10-191-1/+4
| * | | | 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
OpenPOWER on IntegriCloud