summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-1513-101/+51
|\
| *-. Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King2019-03-159-89/+27
| |\ \
| | | * ARM: smp: remove arch-provided "pen_release"Russell King2019-02-011-6/+0
| | * | ARM: 8848/1: virt: Align GIC version check with arm64 counterpartVladimir Murzin2019-02-261-2/+2
| | * | ARM: 8844/1: use unified assembler in assembly filesStefan Agner2019-02-264-12/+12
| | * | ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2019-02-012-2/+7
| | * | ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin2019-02-012-1/+6
| | * | ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven2019-02-011-66/+0
| | |/
| * | ARM: 8849/1: NOMMU: Fix encodings for PMSAv8's PRBAR4/PRLAR4Vladimir Murzin2019-02-261-2/+2
| * | ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski2019-02-261-0/+12
| * | ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior2019-02-261-7/+7
| * | ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi2019-02-261-3/+3
* | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+6
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-4/+4
|\ \ \
| * | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-4/+4
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
| |/ |/|
* | ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2019-02-012-63/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-01-052-1/+16
|\ \
| | \
| | \
| *-. \ Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King2019-01-024-20/+61
| |\ \ \ | | | |/ | | |/|
| * | | ARM: 8811/1: always list both ldrd/strd registers explicitlyNicolas Pitre2018-11-121-1/+1
| * | | ARM: 8808/1: kexec:offline panic_smp_self_stop CPUYufen Wang2018-11-081-0/+15
| |/ /
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-035-8/+8
* | | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-011-13/+1
|\ \ \
| * | | kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * | | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-12/+0
| * | | kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | | | Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-272-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-122-1/+9
| |/ /
* | | ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-16/+1
* | | Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-184-20/+61
|\ \ \ | |/ / |/| / | |/
| * ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-122-0/+36
| * ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-121-3/+1
| * ARM: clean up per-processor check_bugs method callRussell King2018-11-121-2/+2
| * ARM: split out processor lookupRussell King2018-11-121-12/+19
| * ARM: make lookup_processor_type() non-__initRussell King2018-11-121-3/+3
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+0
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-2/+2
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-262-10/+1
|\ \
| * | ARM: topology: remove unneeded check for /cpus nodeRob Herring2018-09-281-6/+0
| * | ARM: use for_each_of_cpu_node iteratorRob Herring2018-09-281-4/+1
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\ \ \
| * | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-243-64/+26
|\ \ \
| * | | signal/arm: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-9/+2
| * | | signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2018-09-272-55/+24
| |/ /
* | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-10-236-168/+58
|\ \ \