summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorLines
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-03-25ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef-1/+1
2020-03-25ARM: Don't use disable_nonboot_cpus()Qais Yousef-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-03-24arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier-31/+8
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier-26/+0
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier-11/+0
2020-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-0/+2
2020-03-12ARM: 8962/1: kexec: drop invalid assembly argumentStefan Agner-4/+4
2020-02-21ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli-0/+2
2020-02-21ARM: allow unwinder to unwind recursive functionsRussell King-1/+1
2020-02-11arm/patch: Fix !MMU compilePeter Zijlstra-10/+9
2020-02-11arm/ftrace: Fix BE text pokingPeter Zijlstra-5/+2
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+6
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-4/+4
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+4
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-10/+4
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-4/+3
2020-01-25ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch-2/+6
2020-01-22ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin-4/+3
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar-3/+3
2020-01-14arch/arm/setup: Drop dummy_con initializationArvind Sankar-2/+0
2020-01-07arm: Implement copy_thread_tlsAmanieu d'Antras-3/+3
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar-5/+9
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar-100/+37
2019-12-08sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner-2/+4
2019-12-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-5/+9
2019-12-06ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann-5/+9
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-94/+27
2019-11-27arm/ftrace: Use __patch_text()Peter Zijlstra-10/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+2
2019-11-16ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event deviceBenjamin Gaignard-0/+2
2019-11-15ARM: 8930/1: Add support for generic vDSOVincenzo Frascino-83/+4
2019-11-15ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions su...Candle Sun-0/+3
2019-11-15ARM: 8918/2: only build return_address() if neededBen Dooks-5/+5
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-2/+2
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-4/+0
2019-10-31ARM: 8925/1: tcm: include <asm/tcm.h> for missing declarationsBen Dooks-0/+1
2019-10-31ARM: 8924/1: tcm: make dtcm_end and itcm_end staticBen Dooks-2/+2
2019-10-31ARM: 8922/1: parse_dt_topology() rate is pointer to __be32Ben Dooks (Codethink)-1/+1
2019-10-31ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)-0/+4
2019-10-31ARM: 8919/1: make unexported functions staticBen Dooks (Codethink)-3/+3
2019-10-27ARM: 8913/1: arch_timer: include <asm/arch_timer.h>Ben Dooks-0/+1
2019-10-27ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks-0/+1
2019-10-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+5
2019-10-22Merge branch 'misc' into fixesRussell King-8/+5
2019-10-10seccomp: simplify secure_computing()Christian Brauner-1/+1
2019-10-10ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin-2/+5