summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+1
|\
| * PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas2017-12-181-1/+1
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-02-0210-33/+23
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-nextRussell King2018-01-2110-33/+23
| |\ \ \ | | |_|/ | |/| |
| | * | ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-212-3/+3
| | * | ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin2018-01-211-0/+3
| | * | ARM: 8733/1: hw_breakpoint: Mark variables as __ro_after_initJinbum Park2017-12-171-5/+5
| | * | ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-176-25/+12
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\ \ \
| * | | arm: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-7/+1
|\ \ \ \
| * | | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-7/+1
| | |/ / | |/| |
* | | | kernel/exit.c: export abort() to modulesAndrew Morton2018-01-041-1/+0
|/ / /
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
|\ \ \ | |_|/ |/| |
| * | ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-261-0/+6
|\ \ \ | |/ / | | / | |/ |/|
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-261-0/+6
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-11-161-6/+37
|\ \
| * \ Merge tag 'amlogic-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/khil...Arnd Bergmann2017-10-301-6/+37
| |\ \
| | * | ARM: smp_scu: allow the platform code to read the SCU CPU statusMartin Blumenstingl2017-10-291-1/+17
| | * | ARM: smp_scu: add a helper for powering on a specific CPUMartin Blumenstingl2017-10-291-10/+25
* | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-1618-202/+499
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-nextRussell King2017-11-0813-168/+452
| |\ \ \ \
| | * | | | ARM: 8713/1: NOMMU: Support MPU in XIP configurationVladimir Murzin2017-10-232-0/+43
| | * | | | ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin2017-10-231-16/+40
| | * | | | ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin2017-10-233-19/+74
| | * | | | ARM: 8702/1: head-common.S: Clear lr before jumping to start_kernel()Geert Uytterhoeven2017-10-141-0/+1
| | * | | | Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-026-21/+130
| | |\ \ \ \
| | | * | | | ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-101-0/+22
| | | * | | | ARM: signal handling support for FDPIC_FUNCPTRS functionsNicolas Pitre2017-09-104-20/+104
| | | * | | | arm_elf_read_implies_exec(): remove unused argumentNicolas Pitre2017-09-101-1/+1
| | | * | | | ARM: implement get_tls syscallNicolas Pitre2017-09-101-0/+3
| | * | | | | Merge branch 'xip_zdata' of http://git.linaro.org/people/nicolas.pitre/linux ...Russell King2017-09-285-117/+169
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | ARM: XIP kernel: store .data compressed in ROMNicolas Pitre2017-09-104-1/+85
| | | * | | | ARM: vmlinux-xip.lds.S: fix multiple issuesNicolas Pitre2017-09-101-36/+34
| | | * | | | ARM: vmlinux.lds.S: replace open coded .data sections with generic macrosNicolas Pitre2017-09-101-32/+6
| | | * | | | ARM: vmlinux*.lds.S: some decruftificationNicolas Pitre2017-09-102-17/+1
| | | * | | | ARM: head-common.S: speed up startup codeNicolas Pitre2017-09-102-33/+45
| | | |/ / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-085-34/+47
| |\ \ \ \ \ \ | | | |/ / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r"Nicolas Pitre2017-11-061-11/+14
| | * | | | ARM: 8705/1: early_printk: use printascii() rather than printch()Nicolas Pitre2017-10-121-6/+10
| | * | | | ARM: 8703/1: debug.S: move hexbuf to a writable sectionNicolas Pitre2017-10-121-3/+11
| | * | | | ARM: better diagnostics with missing/corrupt dtbRussell King2017-09-292-5/+12
| | * | | | ARM: 8695/1: entry: Remove dead code in sys_mmap2Vladimir Murzin2017-09-281-9/+0
| | |/ / /
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-091-10/+18
|\ \ \ \ \ | |/ / / /
| * | | | ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland2017-11-061-10/+18
* | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-10-201-0/+8
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | ARM: 8704/1: semihosting: use proper instruction on v7m processorsNicolas Pitre2017-10-121-0/+8
| |/ /
* | | arm/syscalls: Optimize address limit checkThomas Garnier2017-09-172-0/+18
OpenPOWER on IntegriCloud