aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand1-1/+1
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand1-1/+0
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-9/+9
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-0/+3
2019-02-20arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-02-18arm64: fix SSBS sanitizationMark Rutland1-7/+8
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-1/+0
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker1-1/+3
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro1-1/+3
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon3-3/+9
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-53/+40
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon1-2/+2
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada1-31/+30
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds5-10/+10
2019-01-03arm64: entry: remove unused register aliasesMark Rutland1-11/+1
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-13/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-13/+13
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov1-0/+60
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds29-560/+1079
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)6-10/+12
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen1-0/+1
2018-12-13arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2-76/+53
2018-12-13arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon1-10/+1
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon1-1/+1
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko2-0/+48
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland1-1/+5
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland1-0/+38
2018-12-13arm64: add basic pointer authentication supportMark Rutland3-0/+19
2018-12-13arm64/cpufeature: detect pointer authenticationMark Rutland1-0/+90
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-3/+2
2018-12-13arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon1-0/+6
2018-12-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon1-166/+55
2018-12-12arm64: enable per-task stack canariesArd Biesheuvel2-1/+4
2018-12-11arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon1-4/+2
2018-12-11arm64: kexec_file: include linux/vmalloc.hArnd Bergmann1-0/+1
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon8-17/+386
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon1-0/+8
2018-12-10arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose1-0/+1
2018-12-10arm64: smp: Rework early feature mismatched detectionWill Deacon2-14/+9
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2-3/+3