summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: better diagnostics with missing/corrupt dtbRussell King2017-09-291-0/+10
* ARM: kexec: avoid allocating crashkernel region outside lowmemRussell King2017-07-201-0/+3
* ARM: 8682/1: V7M: Set cacheid iff DminLine or IminLine is nonzeroVladimir Murzin2017-06-121-1/+1
* ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst2017-04-201-2/+2
* ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott2017-02-281-0/+6
* ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott2017-02-281-2/+2
* ARM: 8604/1: V7M: Add support for reading the CTR with read_cpuid_cachetype()Jonathan Austin2016-09-061-4/+5
* ARM: 8602/1: factor out CSSELR/CCSIDR operations that use cp15 directlyJonathan Austin2016-09-061-5/+2
* ARM: 8595/2: apply more __ro_after_initKees Cook2016-08-121-5/+5
* 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