aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-07arm64: perf: Add general hardware LLC events for PMUv3Leo Yan1-0/+3
2020-09-07arm64: traps: Add str of description to panic() in die()Yue Hu1-2/+2
2020-09-04arm64: mte: Save tags when hibernatingSteven Price1-0/+118
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price1-1/+18
2020-09-04arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regsetCatalin Marinas1-0/+42
2020-09-04arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS supportCatalin Marinas2-0/+145
2020-09-04arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasksCatalin Marinas2-14/+22
2020-09-04arm64: mte: Restore the GCR_EL1 register after a suspendCatalin Marinas2-0/+12
2020-09-04arm64: mte: Allow user control of the generated random tags via prctl()Catalin Marinas2-4/+33
2020-09-04arm64: mte: Allow user control of the tag check mode via prctl()Catalin Marinas2-3/+100
2020-09-04arm64: mte: Tags-aware aware memcmp_pages() implementationCatalin Marinas1-0/+26
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas2-0/+32
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino6-1/+85
2020-09-03arm64: mte: CPU feature detection and initial sysreg configurationVincenzo Frascino2-1/+18
2020-09-03arm64: mte: system register definitionsVincenzo Frascino1-1/+1
2020-09-02arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACEJessica Yu1-2/+1
2020-09-02arm64: Remove exporting cpu_logical_map symbolSudeep Holla1-1/+0
2020-09-01arm64: vdso: Fix unusual formatting in *setup_additional_pages()Will Deacon1-10/+3
2020-09-01arm64: vdso32: Remove a bunch of #ifdef CONFIG_COMPAT_VDSO guardsWill Deacon1-27/+17
2020-09-01arm64/build: Assert for unwanted sectionsKees Cook1-0/+20
2020-09-01arm64/build: Add missing DWARF sectionsKees Cook1-0/+1
2020-09-01arm64/build: Use common DISCARDS in linker scriptKees Cook1-3/+2
2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook1-1/+0
2020-09-01arm64/kernel: Remove needless Call Frame Information annotationsKees Cook1-2/+0
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+0
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+12
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2-0/+12
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva1-1/+0
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd1-1/+1
2020-08-21arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier1-0/+2
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier2-21/+34
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+57
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-1/+1
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next-5.6Paolo Bonzini3-4/+57
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+10
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang2-4/+10
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+1
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-204/+99
2020-08-07arm64: kaslr: Use standard early random functionGuenter Roeck1-7/+5
2020-08-05random: random.h should include archrandom.h, not the other way aroundLinus Torvalds1-1/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds14-141/+500
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2-1/+1
2020-07-31Merge branch 'for-next/tlbi' into for-next/coreCatalin Marinas1-0/+20