summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-7/+6
|\
| * cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+0
| * arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf2023-04-142-5/+5
| * arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf2023-03-071-1/+1
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-0/+6
|\ \
| * | mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+6
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-287-75/+100
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-061-1/+1
| * | kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov2023-04-061-0/+2
| * | arm64: mte: rename TCO routinesVincenzo Frascino2023-04-064-70/+93
| * | kasan, arm64: rename tagging-related routinesAndrey Konovalov2023-04-061-3/+3
| * | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-291-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-2517-323/+249
|\ \ \
| * \ \ Merge branch 'for-next/sysreg' into for-next/coreWill Deacon2023-04-201-9/+0
| |\ \ \
| | * | | arm64/sysreg: Convert HFGITR_EL2 to automatic generationMark Brown2023-04-171-1/+0
| | * | | arm64/sysreg: Convert HFG[RW]TR_EL2 to automatic generationMark Brown2023-04-061-8/+0
| | |/ /
| * | | Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2023-04-202-17/+32
| |\ \ \
| | * | | arm64: move PAC masks to <asm/pointer_auth.h>Mark Rutland2023-04-132-7/+7
| | * | | arm64: use XPACLRI to strip PACMark Rutland2023-04-132-13/+25
| | * | | arm64: avoid redundant PAC stripping in __builtin_return_address()Mark Rutland2023-04-131-0/+3
| | |/ /
| * | | Merge branch 'for-next/perf' into for-next/coreWill Deacon2023-04-202-249/+155
| |\ \ \
| | * | | perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam2023-03-271-0/+2
| | * | | perf: pmuv3: Abstract PMU version checksZaid Al-Bassam2023-03-271-0/+16
| | * | | arm64: perf: Abstract system register accesses awayMarc Zyngier2023-03-271-0/+137
| | * | | arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-271-249/+0
| | |/ /
| * | | Merge branch 'for-next/mm' into for-next/coreWill Deacon2023-04-205-14/+27
| |\ \ \
| | * | | arm64: mm: always map fixmap at page granularityMark Rutland2023-04-112-10/+10
| | * | | arm64: mm: move fixmap code to its own fileMark Rutland2023-04-112-0/+3
| | * | | arm64: add FIXADDR_TOT_{START,SIZE}Mark Rutland2023-04-111-2/+4
| | * | | arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny2023-03-271-2/+0
| | * | | mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-271-0/+10
| | |/ /
| * | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2023-04-202-4/+1
| |\ \ \
| | * | | arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-04-141-0/+1
| | * | | arm64: compat: Remove defines now in asm-genericTeo Couprie Diaz2023-04-111-4/+0
| | |/ /
| * | | Merge branch 'for-next/kdump' into for-next/coreWill Deacon2023-04-202-11/+0
| |\ \ \
| | * | | arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He2023-04-111-5/+0
| | * | | arm64: kdump : take off the protection on crashkernel memory regionBaoquan He2023-04-111-6/+0
| | |/ /
| * | | Merge branch 'for-next/ftrace' into for-next/coreWill Deacon2023-04-201-0/+22
| |\ \ \
| | * | | arm64: ftrace: Add direct call supportFlorent Revest2023-04-111-0/+22
| | |/ /
| * | | arm64: uaccess: remove unnecessary earlyclobberMark Rutland2023-03-281-1/+1
| * | | arm64: uaccess: permit put_{user,kernel} to use zero registerMark Rutland2023-03-281-1/+1
| * | | arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland2023-03-281-5/+5
| * | | arm64: atomics: lse: improve cmpxchg implementationMark Rutland2023-03-281-12/+5
| |/ /
* / / KVM: arm64: Make vcpu flag updates non-preemptibleMarc Zyngier2023-04-181-1/+18
|/ /
* / KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier2023-03-111-0/+3
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-03-021-0/+11
|\
| * arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2023-02-281-0/+11
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-2512-26/+330
|\ \
| * \ Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-02-2019-25/+404
| |\ \
| | * \ Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-148-5/+196
| | |\ \