aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner3-39/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-06-01treewide: fix typos of SPDX-License-IdentifierMasahiro Yamada1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-25/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner1-7/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+15
2019-05-14ARM: mark setup_machine_tags() stub as __init __noreturnMasahiro Yamada1-1/+1
2019-05-14ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann1-1/+5
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar1-9/+15
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+7
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-04-23ARM: 8856/1: NOMMU: Fix CCR register faulty initialization when MPU is disabledTigran Tadevosyan1-1/+1
2019-04-19rseq: Clean up comments by reflecting removal of event counterMathieu Desnoyers1-2/+1
2019-04-14arm/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-6/+0
2019-04-08arm: use a dummy struct device for ISA DMA use of the DMA APIChristoph Hellwig1-1/+7
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds13-101/+51
2019-03-15Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-nextRussell King9-89/+27
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+6
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+1
2019-02-26ARM: 8849/1: NOMMU: Fix encodings for PMSAv8's PRBAR4/PRLAR4Vladimir Murzin1-2/+2
2019-02-26ARM: 8848/1: virt: Align GIC version check with arm64 counterpartVladimir Murzin1-2/+2
2019-02-26ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+12
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner4-12/+12
2019-02-26ARM: 8840/1: use a raw_spinlock_t in unwindSebastian Andrzej Siewior1-7/+7
2019-02-26ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi1-3/+3
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-4/+4
2019-02-01ARM: avoid Cortex-A9 livelock on tight dmb loopsRussell King2-2/+7
2019-02-01ARM: smp: remove arch-provided "pen_release"Russell King1-6/+0
2019-02-01ARM: 8824/1: fix a migrating irq bug when hotplug cpuDietmar Eggemann2-63/+1
2019-02-01ARM: 8830/1: NOMMU: Toggle only bits in EXC_RETURN we are really care ofVladimir Murzin2-1/+6
2019-02-01ARM: 8822/1: smp_twd: Remove legacy TWD registrationGeert Uytterhoeven1-66/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-1/+16
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds5-8/+8
2019-01-02Merge branches 'misc', 'sa1100-for-next' and 'spectre' into for-linusRussell King4-20/+61
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-27Merge tag 'gcc-plugins-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-1/+9
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+1
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel2-1/+9
2018-11-27ARM: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-16/+1