aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-09arm64: mm: Reclaim unused vmemmap region for vmalloc useArd Biesheuvel1-2/+6
2024-02-09arm64: vmemmap: Avoid base2 order of struct page size to dimension regionArd Biesheuvel1-4/+4
2024-02-09arm64: ptdump: Discover start of vmemmap region at runtimeArd Biesheuvel1-1/+3
2024-02-09arm64: ptdump: Allow all region boundaries to be defined at boot timeArd Biesheuvel1-32/+22
2024-02-09arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel4-4/+7
2024-02-09arm64: mm: Move PCI I/O emulation region above the vmemmap regionArd Biesheuvel2-4/+4
2024-02-09RISC-V: KVM: Use correct restricted typesAndrew Jones1-8/+12
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones1-2/+2
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones1-1/+1
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-57/+198
2024-02-08KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implementedMarc Zyngier1-1/+17
2024-02-08KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implementedMarc Zyngier2-2/+13
2024-02-08KVM: arm64: Expose ID_AA64MMFR4_EL1 to guestsMarc Zyngier2-1/+8
2024-02-08arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negativeMarc Zyngier1-8/+15
2024-02-08arm64: cpufeature: Detect HCR_EL2.NV1 being RES0Marc Zyngier2-0/+13
2024-02-08arm64: cpufeature: Add ID_AA64MMFR4_EL1 handlingMarc Zyngier3-0/+9
2024-02-08arm64: sysreg: Add layout for ID_AA64MMFR4_EL1Marc Zyngier1-0/+37
2024-02-08arm64: cpufeature: Correctly display signed override valuesMarc Zyngier1-1/+2
2024-02-08arm64: cpufeatures: Correctly handle signed valuesMarc Zyngier2-9/+57
2024-02-08arm64: Add macro to compose a sysreg field valueMarc Zyngier2-2/+6
2024-02-08Merge branch 'kvm-kconfig'Paolo Bonzini17-29/+17
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini9-18/+0
2024-02-08x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini6-7/+7
2024-02-08MIPS: introduce Kconfig for MIPS VZPaolo Bonzini2-1/+10
2024-02-08kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini3-3/+0
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyPaolo Bonzini4-4/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolPaolo Bonzini10-7/+5
2024-02-08KVM: arm64: move ARM-specific defines to uapi/asm/kvm.hPaolo Bonzini1-0/+5
2024-02-08KVM: s390: move s390-specific structs to uapi/asm/kvm.hPaolo Bonzini1-0/+314
2024-02-08KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hPaolo Bonzini1-0/+44
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hPaolo Bonzini1-0/+262
2024-02-08kvm: x86: use a uapi-friendly macro for GENMASKPaolo Bonzini3-8/+9
2024-02-08kvm: x86: use a uapi-friendly macro for BITDionna Glaze1-3/+4
2024-02-08x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32Masahiro Yamada2-4/+2
2024-02-08x86/vdso: Use $(addprefix ) instead of $(foreach )Masahiro Yamada1-3/+3
2024-02-08x86/vdso: Simplify obj-y additionMasahiro Yamada1-12/+4
2024-02-08x86/vdso: Consolidate targets and clean-filesMasahiro Yamada1-6/+1
2024-02-08arm64: dts: exynos: gs101: enable i2c bus 12 on gs101-orioleAndré Draszik1-0/+10
2024-02-08arm64: dts: exynos: gs101: define USI12 with I2C configurationAndré Draszik1-0/+29
2024-02-08arm64: dts: exynos: gs101: enable cmu-peric1 clock controllerAndré Draszik1-0/+11
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-02-07arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2024-02-07KVM: x86: rename push to emulate_push for consistencyJulian Stecklina1-5/+5
2024-02-07KVM: x86: Clean up partially uninitialized integer in emulate_pop()Julian Stecklina1-6/+8
2024-02-07KVM: x86/emulator: emulate movbe with operand-size prefixThomas Prescher1-2/+2
2024-02-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskAlexandre Ghiti1-0/+1
2024-02-07Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-25/+10
2024-02-07riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti2-3/+16
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-6/+155