summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-251-2/+10
|\
| * bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne2024-10-211-2/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-2113-59/+219
|\ \ | |/ |/|
| * KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton2024-10-171-2/+11
| * KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQSOliver Upton2024-10-171-1/+6
| * KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen2024-10-171-1/+1
| * KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier2024-10-173-23/+31
| * KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2024-10-112-3/+6
| * KVM: arm64: Expose S1PIE to guestsMark Brown2024-10-081-1/+3
| * KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to rescheduleOliver Upton2024-10-081-0/+27
| * KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton2024-10-084-2/+37
| * KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton2024-10-085-15/+17
| * KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled outOliver Upton2024-10-081-3/+18
| * KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton2024-10-081-1/+21
| * Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier2024-10-082-8/+42
| |\
| | * KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1Shaoqin Huang2024-08-251-1/+13
| | * KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guestShaoqin Huang2024-08-251-6/+6
| | * KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1...Shaoqin Huang2024-08-251-0/+8
| | * KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum2024-08-221-1/+15
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-10-175-23/+26
|\ \ \
| * | | arm64: set POR_EL0 for kernel threadsJoey Gouly2024-10-141-0/+3
| * | | arm64: probes: Fix uprobes for big-endian kernelsMark Rutland2024-10-092-7/+5
| * | | arm64: probes: Fix simulate_ldr*_literal()Mark Rutland2024-10-091-11/+7
| * | | arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland2024-10-091-5/+11
* | | | Merge tag 'mvebu-fixes-6.12-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2024-10-151-1/+1
|\ \ \ \
| * | | | arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbersJosua Mayer2024-10-071-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-064-20/+25
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier2024-10-031-12/+13
| * | | | KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown2024-10-012-6/+8
| * | | | KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort2024-10-011-2/+4
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-10-044-4/+10
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan2024-10-041-0/+1
| * | | arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland2024-10-011-3/+2
| * | | arm64: errata: Expand speculative SSBS workaround once moreMark Rutland2024-10-012-0/+4
| * | | arm64: cputype: Add Neoverse-N3 definitionsMark Rutland2024-10-011-0/+2
| * | | arm64: Force position-independent veneersMark Rutland2024-10-011-1/+1
| |/ /
* / / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0210-10/+10
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-281-3/+3
|\ \
| * \ Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini2024-09-171-3/+3
| |\ \
| | * | KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson2024-09-041-3/+3
* | | | Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-261-2/+1
|\ \ \ \
| * | | | runtime constants: move list of constants to vmlinux.lds.hJann Horn2024-08-191-2/+1
* | | | | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-1/+2
|\ \ \ \ \
| * | | | | arm64: dts: ti: k3-am625-beagleplay: Add bootloader-backdoor-gpios to cc1352p7Ayush Singh2024-09-121-1/+2
* | | | | | Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-261-0/+33
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 6.11-rc4 into tty-nextGreg Kroah-Hartman2024-08-1920-38/+43
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge 6.11-rc3 into tty-nextGreg Kroah-Hartman2024-08-1213-59/+57
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | arm64: dts: mediatek: mt7981: add UART controllersRafał Miłecki2024-07-311-0/+33
* | | | | | | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-252-1/+16
|\ \ \ \ \ \ \
| * | | | | | | rust: support for shadow call stack sanitizerAlice Ryhl2024-09-132-1/+16
| | |_|/ / / / | |/| | | | |