summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-15irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni1-0/+9
2016-09-15arm64: Add workaround for Cavium erratum 27456Andrew Pinski4-1/+34
2016-09-15arm64: KVM: Configure TCR_EL2.PS at runtimeTirumalesh Chalamarla2-7/+8
2016-09-15irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla1-0/+1
2016-09-07arm64: dts: rockchip: add reset saradc node for rk3368 SoCsCaesar Wang1-0/+2
2016-09-07arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2016-08-20arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel1-4/+4
2016-08-20arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368Caesar Wang1-1/+1
2016-08-20arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose1-1/+1
2016-08-20arm64: debug: unmask PSTATE.D earlierWill Deacon3-2/+2
2016-08-20arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse3-1/+17
2016-07-27arm64: Rework valid_user_regsMark Rutland4-34/+86
2016-06-24arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-06-24arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2-3/+9
2016-06-01kvm: arm64: Fix EC field in inject_abt64Matt Evans1-1/+1
2016-06-01arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall1-1/+2
2016-06-01arm64: Implement pmdp_set_access_flags() for hardware AF/DBMCatalin Marinas1-0/+10
2016-06-01arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2-0/+55
2016-06-01arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2-3/+2
2016-06-01arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas1-3/+3
2016-05-05arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permissionCatalin Marinas1-1/+2
2016-05-05arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappingsCatalin Marinas1-11/+10