summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-27arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-03arm64: support keyctl() system call in 32-bit modeEric Biggers1-0/+4
2019-04-03arm64: kconfig: drop CONFIG_RTC_LIB dependencyEzequiel Garcia1-1/+0
2019-04-03arm64: kernel: Include _AC definition in page.hJames Morse1-0/+2
2019-04-03arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel1-1/+1
2019-04-03arm64: fix COMPAT_SHMLBA definition for large pagesYury Norov1-1/+1
2019-03-23arm64: Relax GIC version check during early bootVladimir Murzin1-2/+1
2019-02-20arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2018-12-01arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-10-13arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2-1/+14
2018-10-13arm64: KVM: Tighten guest core register access from userspaceDave Martin1-0/+45
2018-10-13arm64: Add trace_hardirqs_off annotation in ret_to_userCatalin Marinas1-0/+3
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-08-28arm64: make secondary_start_kernel() notraceZhizhou Zhang1-1/+1
2018-07-03arm64: ptrace: remove addr_limit manipulationMark Rutland1-6/+0
2018-04-13arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-01-31arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper1-1/+2
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-08arm64: ensure __dump_instr() checks addr_limitMark Rutland1-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: flush FP/SIMD state correctly after execve()Ard Biesheuvel1-0/+1
2017-09-02arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-07-05arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall1-1/+2
2017-06-14arm64: ensure extension of smp_store_release valueMark Rutland1-2/+8
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-20arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose1-6/+15
2017-05-20arm64: make sys_call_table constMark Rutland1-1/+1
2017-05-08arm64: build vdso without libgcovArnd Bergmann1-0/+3
2017-05-08arm64: Provide a namespace to NCAPSFabio Estevam2-6/+6
2017-04-30arm64: avoid returning from bad_modeMark Rutland2-6/+26
2016-10-06crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-10-06arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-08-22arm64: debug: unmask PSTATE.D earlierWill Deacon3-2/+2
2016-07-12PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-22/+0
2016-07-12arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang1-4/+0
2016-06-03arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2-3/+2
2016-06-03mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+1
2016-04-18arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier1-0/+2
2016-04-12arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3
2016-04-12arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2-5/+6
2016-03-29arm64: psci: move psci firmware calls out of lineWill Deacon3-35/+32
2016-03-15arm64: kernel: pause/unpause function graph tracer in cpu_suspend()Lorenzo Pieralisi1-0/+10
2016-03-11arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1