summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: kexec: advertise location of bootable RAMRussell King2016-08-021-2/+21
* ARM: kdump: advertise boot aliased crash kernel resourceRussell King2016-08-021-0/+16
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-7/+1
|\
| * arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-5/+1
| * of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang2016-06-231-2/+0
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-07-291-1/+1
|\ \
| * | ARM: 8583/1: mm: fix location of _etextKees Cook2016-07-021-1/+1
| |/
* / ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao2016-07-061-1/+1
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-201-0/+26
|\
| *-. Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l...Russell King2016-05-191-0/+28
| |\ \
| | | * ARM: kexec: remove 512MB restriction on kexec crashdumpRussell King2016-05-031-4/+1
| | | * ARM: kexec: fix crashkernel= handlingRussell King2016-05-031-0/+29
| | |/ | |/|
* | | efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2016-04-281-1/+2
* | | ARM: 8563/1: fix demoting HWCAP_SWPVladimir Murzin2016-04-191-1/+1
| |/ |/|
* | ARM: 8550/1: protect idiv patching against undefined gcc behaviorNicolas Pitre2016-04-071-0/+2
|/
* arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
* Merge branch 'devel-stable' into for-linusRussell King2016-01-121-2/+8
|\
| * ARM: wire up UEFI init and runtime supportArd Biesheuvel2015-12-131-0/+3
| * ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel2015-12-131-2/+5
* | ARM: 8477/1: runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()Nicolas Pitre2015-12-171-0/+67
|/
* Merge branch 'devel-stable' into for-linusRussell King2015-09-031-1/+2
|\
| * ARM: migrate to common PSCI client codeMark Rutland2015-08-031-1/+2
* | ARM: 8415/1: early fixmap support for earlyconStefan Agner2015-08-181-0/+4
* | ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggableStephen Boyd2015-07-311-1/+1
|/
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-0/+2
|\
| * arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-0/+2
| |
| \
*-. \ Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-121-5/+25
|\ \ \ | |_|/ |/| |
| | * ARM: cleanup early_paging_init() callingRussell King2015-06-011-3/+4
| |/ |/|
| * ARM: 8355/1: arch: Show the serial number from devicetree in cpuinfoPaul Kocialkowski2015-05-081-2/+21
|/
*-. Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King2015-04-141-4/+1
|\ \
| | * ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmMason2015-03-181-4/+1
| |/
* | ARM: 8319/1: advertise availability of v8 Crypto instructionsArd Biesheuvel2015-03-281-0/+22
* | ARM: 8318/1: treat CPU feature register fields as signed quantitiesArd Biesheuvel2015-03-281-13/+9
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-01-241-2/+5
|\
| * ARM: 8292/1: mm: fix size rounding-down of arm_add_memory() functionMasahiro Yamada2015-01-211-2/+5
* | Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek2015-01-041-0/+9
|/
* Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-0/+2
|\
| * arm: call iommu_init before of_platform_populateWill Deacon2014-12-011-0/+2
* | ARM: add machine name to stack dump outputRussell King2014-11-211-0/+1
|/
* ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson2014-09-181-1/+7
* ARM: hwcap: disable HWCAP_SWP if the CPU advertises it has exclusivesRussell King2014-07-181-7/+22
*-. Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-051-22/+8
|\ \
| | * ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-011-22/+8
| |/
* | ARM: ensure C page table setup code follows assembly codeRussell King2014-06-021-1/+4
* | ARM: use get_cr() rather than cr_alignmentRussell King2014-05-221-1/+1
|/
*---. Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King2014-04-041-1/+17
|\ \ \
| | * | ARM: 7982/1: introduce HWCAP2 feature bits for ARMv8 Crypto ExtensionsArd Biesheuvel2014-02-251-0/+5
| | * | ARM: 7981/1: add support for AT_HWCAP2 ELF auxv entryArd Biesheuvel2014-02-251-0/+11
| |/ / |/| |
| * | ARM: 7952/1: mm: Fix the memblock allocation for LPAE machinesSantosh Shilimkar2014-02-101-1/+1
|/ /
* | memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-271-1/+1