summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2019-05-22arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker
2019-05-22arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon
2019-05-22arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou
2019-05-16arm64/module: ftrace: deal with place relative nature of PLTsArd Biesheuvel
2019-05-08arm64: fix wrong check of on_sdei_stack in nmi contextWei Li
2019-04-17arm64/ftrace: fix inadvertent BUG() in trampoline checkArd Biesheuvel
2019-04-17arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon
2019-03-23arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon
2019-03-23arm64: Fix HCR.TGE status for NMI contextsJulien Thierry
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov
2019-02-20arm64: Relax GIC version check during early bootVladimir Murzin
2019-02-18arm64: fix SSBS sanitizationMark Rutland
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03arm64: entry: remove unused register aliasesMark Rutland
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland
2018-12-13arm64: add basic pointer authentication supportMark Rutland
2018-12-13arm64/cpufeature: detect pointer authenticationMark Rutland
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-12-13arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon
2018-12-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel