summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-143-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-102-6/+33
|\
| * arm: Add syscall detection for restartable sequencesMathieu Desnoyers2018-06-062-6/+26
| * arm: Add restartable sequences supportMathieu Desnoyers2018-06-061-0/+7
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-083-9/+4
|\ \
| * | arm_pmu: simplify arm_pmu::handle_irqMark Rutland2018-05-213-9/+4
* | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-0611-80/+315
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-0511-80/+315
| |\ \ \
| | | * | ARM: spectre-v1: fix syscall entryRussell King2018-05-312-11/+32
| | | * | ARM: bugs: add support for per-processor bug checkingRussell King2018-05-311-0/+4
| | | * | ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-05-313-0/+11
| | | * | ARM: bugs: prepare processor bug infrastructureRussell King2018-05-312-0/+10
| | * | | ARM: 8774/1: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-191-8/+8
| | * | | ARM: 8765/1: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()Grygorii Strashko2018-05-191-2/+1
| | * | | ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin2018-05-194-0/+176
| | * | | ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_initVladimir Murzin2018-05-191-23/+22
| | * | | ARM: 8755/1: NOMMU: Reorganise __setup_mpuVladimir Murzin2018-05-191-2/+5
| | * | | ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin2018-05-192-39/+51
| | | |/ | | |/|
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-043-0/+7
|\ \ \ \
| * | | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-253-0/+7
| | |/ / | |/| |
* | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-1/+1
|\ \ \ \
| * | | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-1/+1
| |/ / /
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-26/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-26/+3
| |/ /
* | | ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu2018-05-191-1/+4
* | | ARM: kexec: record parent context registers for non-crash CPUsRussell King2018-05-191-1/+1
* | | ARM: kexec: fix kdump register saving on panic()Russell King2018-05-191-12/+22
|/ /
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-04-093-317/+156
|\ \
| * | ARM: simplify and fix linker script for TCMNicolas Pitre2018-03-093-54/+14
| * | ARM: linker script: factor out TCM bitsNicolas Pitre2018-03-093-108/+62
| * | ARM: linker script: factor out vectors and stubsNicolas Pitre2018-03-093-40/+23
| * | ARM: linker script: factor out unwinding table sectionsNicolas Pitre2018-03-093-28/+16
| * | ARM: linker script: factor out stuff for the .text sectionNicolas Pitre2018-03-093-36/+22
| * | ARM: linker script: factor out stuff for the DISCARD sectionNicolas Pitre2018-03-093-32/+25
| * | ARM: linker script: factor out some common definitions between XIP and non-XIPNicolas Pitre2018-03-093-69/+44
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-1/+1
|\ \ \ | |_|/ |/| |
| * | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-03-271-5/+7
|\ \ \ | |/ / |/| |
| * | ARM: 8748/1: mm: Define vdso_start, vdso_end as arrayJinbum Park2018-03-241-5/+7
| |/
* | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-1/+1
|/
* 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
|\ \ \
OpenPOWER on IntegriCloud