aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-317/+156
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-1/+1
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-1/+1
2018-03-27Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-5/+7
2018-03-24ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park1-5/+7
2018-03-09ARM: simplify and fix linker script for TCMNicolas Pitre3-54/+14
2018-03-09ARM: linker script: factor out TCM bitsNicolas Pitre3-108/+62
2018-03-09ARM: linker script: factor out vectors and stubsNicolas Pitre3-40/+23
2018-03-09ARM: linker script: factor out unwinding table sectionsNicolas Pitre3-28/+16
2018-03-09ARM: linker script: factor out stuff for the .text sectionNicolas Pitre3-36/+22
2018-03-09ARM: linker script: factor out stuff for the DISCARD sectionNicolas Pitre3-32/+25
2018-03-09ARM: linker script: factor out some common definitions between XIP and non-XIPNicolas Pitre3-69/+44
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-33/+23
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+1
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+1
2018-01-21Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King10-33/+23
2018-01-21ARM: 8745/1: get rid of __memzero()Nicolas Pitre2-3/+3
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin1-0/+3
2018-01-05arm: do not use print_symbol()Sergey Senozhatsky1-3/+2
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton1-1/+0
2017-12-18PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas1-1/+1
2017-12-17ARM: 8733/1: hw_breakpoint: Mark variables as __ro_after_initJinbum Park1-5/+5
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King6-25/+12
2017-12-03Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2017-11-27ARM: avoid faulting on qemuRussell King1-2/+2
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+6
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King1-0/+6
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+37
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds18-202/+499
2017-11-09Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-10/+18
2017-11-08Merge branch 'devel-stable' into for-nextRussell King13-168/+452
2017-11-08Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King5-34/+47
2017-11-06ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland1-10/+18
2017-11-06ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r"Nicolas Pitre1-11/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman25-0/+25
2017-10-30Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/socArnd Bergmann1-6/+37
2017-10-29ARM: smp_scu: allow the platform code to read the SCU CPU statusMartin Blumenstingl1-1/+17
2017-10-29ARM: smp_scu: add a helper for powering on a specific CPUMartin Blumenstingl1-10/+25
2017-10-23ARM: 8713/1: NOMMU: Support MPU in XIP configurationVladimir Murzin2-0/+43
2017-10-23ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin1-16/+40
2017-10-23ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin3-19/+74
2017-10-20Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+8
2017-10-14ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven1-0/+1
2017-10-12ARM: 8705/1: early_printk: use printascii() rather than printch()Nicolas Pitre1-6/+10
2017-10-12ARM: 8704/1: semihosting: use proper instruction on v7m processorsNicolas Pitre1-0/+8
2017-10-12ARM: 8703/1: debug.S: move hexbuf to a writable sectionNicolas Pitre1-3/+11
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stableRussell King6-21/+130