aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature', 'for-next/acpi', 'for-next/perf', 'for-next/timens', 'for-next/msi-iommu' and 'for-next/trivial' into for-next/coreCatalin Marinas7-63/+371
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh1-1/+1
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier1-2/+2
2020-07-28KVM: arm64: Substitute RANDOMIZE_BASE for HARDEN_EL2_VECTORSDavid Brazdil1-2/+2
2020-07-27regset(): kill ->get_size()Al Viro1-13/+0
2020-07-27arm64: switch to ->regset_get()Al Viro1-163/+62
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into masterLinus Torvalds1-1/+1
2020-07-24arm64/vdso: Restrict splitting VVAR VMAAndrei Vagin1-0/+13
2020-07-24arm64/vdso: Handle faults on timens pageAndrei Vagin1-4/+52
2020-07-24arm64/vdso: Add time namespace pageAndrei Vagin3-5/+24
2020-07-24arm64/vdso: Zap vvar pages when switching to a time namespaceAndrei Vagin1-0/+31
2020-07-24arm64/vdso: use the fault callback to map vvar pagesAndrei Vagin1-10/+15
2020-07-24arm64: Reserve HWCAP2_MTE as (1 << 18)Catalin Marinas1-0/+1
2020-07-23arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel1-48/+47
2020-07-23arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor1-1/+1
2020-07-21arm64: perf: Expose some new events via sysfsShaokun Zhang1-0/+19
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2-1/+1
2020-07-20arm64: perf: Add cap_user_time_shortPeter Zijlstra1-5/+7
2020-07-20arm64: perf: Only advertise cap_user_time for arch_timerPeter Zijlstra1-6/+13
2020-07-20arm64: perf: Implement correct cap_user_timePeter Zijlstra1-9/+29
2020-07-20arm64: perf: Correct the event index in sysfsShaokun Zhang1-5/+8
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into masterLinus Torvalds4-29/+76
2020-07-16arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon1-2/+2
2020-07-16arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon1-2/+2
2020-07-16arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon1-1/+15
2020-07-16arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon1-2/+14
2020-07-16arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon1-0/+3
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2-6/+18
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon3-16/+22
2020-07-15arm64: tlb: Detect the ARMv8.4 TLBI RANGE featureZhenyu Ye1-0/+10
2020-07-14arm64: stacktrace: Move export for save_stack_trace_tsk()Mark Brown1-1/+1
2020-07-14arm64/acpi: disallow writeable AML opregion mapping for EFI code regionsArd Biesheuvel1-0/+9
2020-07-14arm64/acpi: disallow AML memory opregions to access kernel memoryArd Biesheuvel1-0/+66