summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-022-13/+24
|\
| * ARM: 8975/1: module: fix handling of unwind init sectionsVincent Whitchurch2020-05-191-3/+19
| * ARM: compat: remove KERNEL_DS usage in sys_oabi_epoll_ctl()Russell King2020-04-211-10/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-1/+0
|\ \
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
| |/
* | ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe2020-05-191-2/+2
* | Merge branch 'uaccess' into fixesRussell King2020-05-072-15/+5
|\ \
| * | ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.hRussell King2020-05-032-15/+5
* | | ARM: 8973/1: Add missing newline terminator to kernel messageGeert Uytterhoeven2020-05-071-1/+1
| |/ |/|
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-04-032-5/+5
|\ \
| * | ARM: 8962/1: kexec: drop invalid assembly argumentStefan Agner2020-03-121-4/+4
| * | ARM: allow unwinder to unwind recursive functionsRussell King2020-02-211-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-035-68/+8
|\ \ \
| * | | arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2020-03-241-31/+8
| * | | arm: Remove HYP/Stage-2 page-table supportMarc Zyngier2020-03-243-26/+0
| * | | arm: Remove 32bit KVM host supportMarc Zyngier2020-03-241-11/+0
* | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef2020-03-251-1/+1
| * | | ARM: Don't use disable_nonboot_cpus()Qais Yousef2020-03-251-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-03-161-0/+2
|\ \ \ | |/ / |/| |
| * | ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli2020-02-211-0/+2
| |/
* | arm/patch: Fix !MMU compilePeter Zijlstra2020-02-111-10/+9
* | arm/ftrace: Fix BE text pokingPeter Zijlstra2020-02-111-5/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-02-042-2/+6
|\
| * ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch2020-01-252-2/+6
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-4/+4
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \
| * | arch/arm/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-2/+4
|\ \ \
| * \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-252-5/+9
| |\ \ \ | | | |/ | | |/|
| * | | sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-2/+4
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-10/+4
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-201-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1014-100/+37
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | arm/ftrace: Use __patch_text()Peter Zijlstra2019-11-272-10/+4
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-01-251-4/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin2020-01-221-4/+3
| | |/ / | |/| |
* / | | arm: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-3/+3
|/ / /
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-12-072-5/+9
|\ \ \ | |_|/ |/| |
| * | ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann2019-12-062-5/+9
* | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-011-1/+1
|\ \ \
| * | | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-11-3012-94/+27
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event deviceBenjamin Gaignard2019-11-161-0/+2
| * | ARM: 8930/1: Add support for generic vDSOVincenzo Frascino2019-11-151-83/+4
| * | ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions su...Candle Sun2019-11-151-0/+3
| * | ARM: 8918/2: only build return_address() if neededBen Dooks2019-11-152-5/+5
| * | ARM: 8925/1: tcm: include <asm/tcm.h> for missing declarationsBen Dooks2019-10-311-0/+1