aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06arm64: Enable the support of pseudo-NMIsJulien Thierry1-1/+9
2019-02-06arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry1-0/+21
2019-02-06arm64: Skip preemption when exiting an NMIJulien Thierry1-1/+9
2019-02-06arm64: Handle serror in NMI contextJulien Thierry1-2/+6
2019-02-06arm64: Switch to PMR masking when starting CPUsJulien Thierry1-0/+26
2019-02-06arm64: alternative: Apply alternatives early in boot processDaniel Thompson3-5/+51
2019-02-06arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2-5/+18
2019-02-06arm64: Unmask PMR before going idleJulien Thierry1-0/+45
2019-02-06arm64: Make PMR part of task contextJulien Thierry3-0/+21
2019-02-06arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry1-0/+23
2019-02-06arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system featureJulien Thierry1-1/+1
2019-02-06arm64: Fix HCR.TGE status for NMI contextsJulien Thierry1-0/+3
2019-02-04arm64: entry: Remove unneeded need_resched() loopValentin Schneider1-10/+1
2019-02-01arm64: add ptrace regsets for ptrauth key managementKristina Martsenko1-0/+147
2019-01-21arm64: Remove asm/memblock.hWill Deacon1-1/+0
2019-01-21arm64: asm-offsets: remove unused offsetsAndrew Murray1-20/+0
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