summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-04-30arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2-6/+42
2019-04-29arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou1-1/+1
2019-04-29arm64: Kconfig: Tidy up errata workaround help textWill Deacon1-16/+13
2019-04-25arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTOKees Cook3-19/+38
2019-04-23arm64: Expose SVE2 features for userspaceDave Martin6-1/+51
2019-04-23arm64: Kconfig: Make CONFIG_COMPAT a menuconfig entryWill Deacon1-55/+58
2019-04-23arm64: compat: Add KUSER_HELPERS config optionVincenzo Frascino4-5/+39
2019-04-23arm64: compat: Refactor aarch32_alloc_vdso_pages()Vincenzo Frascino1-26/+26
2019-04-23arm64: compat: Split kuser32Vincenzo Frascino3-57/+50
2019-04-23arm64: compat: Alloc separate pages for vectors and sigpageVincenzo Frascino4-34/+93
2019-04-16arm64: vdso: Fix clock_getres() for CLOCK_REALTIMEVincenzo Frascino4-5/+8
2019-04-16arm64: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2019-04-16arm64: instrument smp_{load_acquire,store_release}Mark Rutland1-9/+15
2019-04-16arm64: mm: check virtual addr in virt_to_page() if CONFIG_DEBUG_VIRTUAL=yMiles Chen1-1/+1
2019-04-16arm64: Advertise ARM64_HAS_DCPODP cpu featureAndrew Murray2-1/+12
2019-04-16arm64: add CVADP support to the cache maintenance helperAndrew Murray1-0/+4
2019-04-16arm64: Expose DC CVADP to userspaceAndrew Murray4-0/+8
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray2-1/+5
2019-04-16arm64: HWCAP: encapsulate elf_hwcapAndrew Murray3-17/+38
2019-04-16arm64: HWCAP: add support for AT_HWCAP2Andrew Murray13-60/+112
2019-04-12arm64: ptrace: Add function argument access APIMasami Hiramatsu2-0/+23
2019-04-11arm64: vdso: use $(LD) instead of $(CC) to link VDSOMasahiro Yamada1-10/+3
2019-04-10arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-04-09arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-04-09arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-04-09arm64: mm: Consolidate early page table allocationWill Deacon1-11/+7
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao3-2/+18
2019-04-09KVM: ARM: Remove pgtable page standard functions from stage-2 page tablesAnshuman Khandual1-2/+2
2019-04-09arm64: mm: don't call page table ctors for init_mmYu Zhao1-2/+13
2019-04-09arm64: mm: use appropriate ctors for page tablesYu Zhao1-12/+24
2019-04-09arm64: debug: Clean up brk_handler()Will Deacon1-6/+4
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon7-12/+11
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon4-27/+5
2019-04-09arm64: kprobes: Avoid calling kprobes debug handlers explicitlyWill Deacon3-14/+14
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon6-58/+95
2019-04-09arm64: debug: Remove meaningless commentWill Deacon1-5/+0
2019-04-09arm64: debug: Rename addr parameter for non-watchpoint exception hooksWill Deacon1-2/+2
2019-04-09arm64: debug: Remove unused return value from do_debug_exception()Will Deacon1-10/+4
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2-4/+4
2019-04-05arm64: Use defines instead of magic numbersAlexandru Elisei2-7/+7
2019-04-03arm64: vdso: fix and clean-up MakefileMasahiro Yamada1-5/+3
2019-04-03arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon1-1/+1
2019-04-03arm64: cpu_ops: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-04-03arm64: mm: Make show_pte() a static functionWill Deacon2-2/+1
2019-04-03arm64/vdso: don't leak kernel addressesMatteo Croce1-2/+0
2019-04-03arm64: setup min_low_pfnMiles Chen1-0/+1
2019-04-03arm64/mm: fix kernel-doc commentsQian Cai1-13/+12
2019-04-01arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song1-1/+1
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+14
2019-03-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1