summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier2024-08-081-2/+1
| * | | KVM: arm64: Tidying up PAuth code in KVMFuad Tabba2024-08-074-15/+7
| * | | KVM: arm64: vgic-debug: Exit the iterator properly w/o LPIZenghui Yu2024-08-071-2/+3
| * | | KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchainMarc Zyngier2024-08-071-0/+1
| * | | KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott2024-08-022-2/+2
| * | | KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott2024-08-024-11/+17
| * | | KVM: arm64: fix override-init warnings in W=1 buildsSebastian Ott2024-08-023-0/+7
| * | | KVM: arm64: free kvm->arch.nested_mmus with kvfree()Danilo Krummrich2024-08-021-1/+1
| | |/ | |/|
* | | Merge tag 'arm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-097-49/+16
|\ \ \
| * | | arm64: dts: ti: k3-j784s4-main: Correct McASP DMAsParth Pancholi2024-08-061-2/+2
| * | | arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0Jared McArthur2024-08-051-1/+2
| * | | arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0Jared McArthur2024-08-051-1/+2
| * | | arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0Jared McArthur2024-08-051-0/+2
| * | | arm64: dts: ti: k3-am62-verdin-dahlia: Keep CTRL_SLEEP_MOCI# regulator onFrancesco Dolcini2024-08-052-28/+0
| * | | Merge tag 'ti-k3-dt-for-v6.11-part2' into ti-k3-dts-nextNishanth Menon2024-07-291-17/+8
| |\ \ \ | | |/ / | |/| |
| | * | arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 referencesAndrew Halaney2024-07-121-16/+8
| | * | arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1Andrew Halaney2024-07-121-3/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-08-025-9/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: jump_label: Ensure patched jump_labels are visible to all CPUsWill Deacon2024-08-022-2/+10
| * | | arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland2024-08-012-7/+26
| * | | arm64: cputype: Add Cortex-A725 definitionsMark Rutland2024-08-011-0/+2
| * | | arm64: cputype: Add Cortex-X1C definitionsMark Rutland2024-08-011-0/+2
| |/ /
* / / syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann2024-08-021-1/+1
|/ /
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+0
|\ \
| * \ Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2024-07-221-1/+0
| |\ \
| | * | ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu2024-07-221-1/+0
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-07-265-8/+30
|\ \ \ \
| * | | | arm64: mm: Fix lockless walks with static and dynamic page-table foldingWill Deacon2024-07-251-0/+22
| * | | | arm64/sysreg: Correct the values for GICv4.1Raghavendra Rao Ananta2024-07-231-2/+2
| * | | | arm64/vdso: Remove --hash-style=sysvFangrui Song2024-07-232-2/+2
| * | | | arm64/Kconfig: Remove redundant 'if HAVE_FUNCTION_GRAPH_TRACER'Anshuman Khandual2024-07-231-1/+1
| * | | | arm64: remove redundant 'if HAVE_ARCH_KASAN' in KconfigMasahiro Yamada2024-07-231-3/+3
* | | | | arm64: allow installing compressed image by defaultLinus Torvalds2024-07-262-2/+19
* | | | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-242-2/+2
* | | | | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-232-1/+4
|\ \ \ \ \
| * | | | | kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
| * | | | | treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada2024-07-151-1/+2
* | | | | | Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-221-1/+0
|\ \ \ \ \ \
| * | | | | | arm64: Kconfig: Allow build irq-stm32mp-exti driver as moduleAntonio Borneo2024-06-241-1/+0
| * | | | | | arm64: Kconfig: Select STM32MP_EXTI on STM32 platformsAntonio Borneo2024-06-231-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-223-3/+3
|\ \ \ \ \ \
| * | | | | | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-132-2/+2
| * | | | | | mm: remove page_mapping()Matthew Wilcox (Oracle)2024-07-041-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-07-2033-376/+2719
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-2/+1
| |\ \ \ \ \ \
| | * | | | | | KVM: Introduce vcpu->wants_to_runDavid Matlack2024-06-181-1/+1
| | * | | | | | KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson2024-06-111-1/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2024-07-1633-374/+2718
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton2024-07-144-12/+54
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Honor trap routing for TCR2_EL1Marc Zyngier2024-06-271-0/+13