aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+5
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-68/+8
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-25ARM: Use reboot_cpu instead of hardcoding it to 0Qais Yousef1-1/+1
2020-03-25ARM: Don't use disable_nonboot_cpus()Qais Yousef1-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-24arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier1-31/+8
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier3-26/+0
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier1-11/+0
2020-03-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+2
2020-03-12ARM: 8962/1: kexec: drop invalid assembly argumentStefan Agner1-4/+4
2020-02-21ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()Florian Fainelli1-0/+2
2020-02-21ARM: allow unwinder to unwind recursive functionsRussell King1-1/+1
2020-02-11arm/patch: Fix !MMU compilePeter Zijlstra1-10/+9
2020-02-11arm/ftrace: Fix BE text pokingPeter Zijlstra1-5/+2
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+6
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+4
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-4/+3
2020-01-25ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch2-2/+6
2020-01-22ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin1-4/+3
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar1-3/+3
2020-01-14arch/arm/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-07arm: Implement copy_thread_tlsAmanieu d'Antras1-3/+3
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2-5/+9
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar14-100/+37
2019-12-08sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner2-2/+4
2019-12-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+9
2019-12-06ARM: 8943/1: Fix topology setup in case of CPU hotplug for CONFIG_SCHED_MCDietmar Eggemann2-5/+9
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds12-94/+27
2019-11-27arm/ftrace: Use __patch_text()Peter Zijlstra2-10/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+2
2019-11-16ARM: 8938/1: kernel: initialize broadcast hrtimer based clock event deviceBenjamin Gaignard1-0/+2
2019-11-15ARM: 8930/1: Add support for generic vDSOVincenzo Frascino1-83/+4
2019-11-15ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions supportCandle Sun1-0/+3
2019-11-15ARM: 8918/2: only build return_address() if neededBen Dooks2-5/+5
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2-2/+2
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2-4/+0
2019-10-31ARM: 8925/1: tcm: include <asm/tcm.h> for missing declarationsBen Dooks1-0/+1
2019-10-31ARM: 8924/1: tcm: make dtcm_end and itcm_end staticBen Dooks1-2/+2
2019-10-31ARM: 8922/1: parse_dt_topology() rate is pointer to __be32Ben Dooks (Codethink)1-1/+1
2019-10-31ARM: 8920/1: share get_signal_page from signal.c to process.cBen Dooks (Codethink)2-0/+4
2019-10-31ARM: 8919/1: make unexported functions staticBen Dooks (Codethink)1-3/+3
2019-10-27ARM: 8913/1: arch_timer: include <asm/arch_timer.h>Ben Dooks1-0/+1
2019-10-27ARM: 8910/1: fix missing declartion of module_frob_arch_sectionsBen Dooks1-0/+1
2019-10-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+5