summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+1
2017-12-16arm64: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2017-12-16arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin1-0/+9
2017-12-16arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-oneKristina Martsenko1-2/+1
2017-11-24arm64: fix dump_instr when PAN and UAO are in useMark Rutland1-13/+13
2017-11-21arm64: dts: NS2: reserve memory for Nitro firmwareJon Mason1-0/+2
2017-11-08arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-10-05arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-10-05arm64: Make sure SPsel is always setMarc Zyngier1-0/+1
2017-09-02arm64: fpsimd: Prevent registers leaking across execDave Martin1-0/+2
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-25mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook1-2/+2
2017-08-07arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2017-08-07ARM64: zynqmp: Fix i2c node's compatible stringMoritz Fischer1-2/+2
2017-08-07ARM64: zynqmp: Fix W=1 dtc 1.4 warningsMichal Simek2-2/+2
2017-07-21arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-05ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi1-3/+3
2017-06-14arm64: ensure extension of smp_store_release valueMark Rutland1-4/+14
2017-06-14arm64: armv8_deprecated: ensure extension of addrMark Rutland1-1/+2
2017-06-14arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2-2/+17
2017-06-14arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2-1/+10
2017-05-25arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-25arm64: xchg: hazard against entire exchange variableMark Rutland1-1/+1
2017-05-20arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier1-3/+3
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann1-4/+4
2017-03-12arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2Marc Zyngier1-2/+1
2017-02-09crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel1-46/+42
2017-01-26arm64: avoid returning from bad_modeMark Rutland2-5/+25
2017-01-26arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsDave Martin1-0/+4
2017-01-26arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Dave Martin1-0/+1
2017-01-26arm64/ptrace: Preserve previous registers for short regset write - 3Dave Martin1-1/+1
2017-01-26arm64/ptrace: Preserve previous registers for short regset write - 2Dave Martin1-1/+2
2017-01-26arm64/ptrace: Preserve previous registers for short regset writeDave Martin1-3/+4
2017-01-12crypto: arm64/aes-ce - fix for big endianArd Biesheuvel1-10/+15
2017-01-12crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2-1/+3
2017-01-12crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel1-2/+2
2017-01-12crypto: arm64/aes-neon - fix for big endianArd Biesheuvel1-10/+15
2017-01-12crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel1-26/+27
2017-01-12crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel1-3/+3
2017-01-12crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel1-2/+2
2016-12-15arm64: futex.h: Add missing PAN togglingJames Morse1-0/+2
2016-12-08arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse1-0/+9
2016-12-08arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse1-0/+9
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse4-4/+13
2016-10-28arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier1-1/+2
2016-10-28arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon1-64/+56
2016-10-07arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-09-30crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-24arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10