aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-967/+1069
2025-02-08Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-21/+6
2025-02-08Merge tag 'x86-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven1-1/+1
2025-02-06Merge tag 'for-linus-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-8/+3
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman4-21/+6
2025-02-05x86/xen: remove unneeded dummy push from xen_hypercall_hvm()Juergen Gross1-6/+0
2025-02-05x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-02-05x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-02-04KVM: x86/mmu: Ensure NX huge page recovery thread is alive before wakingSean Christopherson1-7/+26
2025-02-04KVM: remove kvm_arch_post_init_vmPaolo Bonzini1-6/+1
2025-02-04Merge tag 'kvmarm-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini5-45/+73
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini18-908/+968
2025-02-04kvm: x86: SRSO_USER_KERNEL_NO is not synthesizedPaolo Bonzini1-1/+1
2025-02-04KVM: arm64: timer: Don't adjust the EL2 virtual timer offsetMarc Zyngier2-18/+13
2025-02-04KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECVMarc Zyngier1-20/+10
2025-02-04KVM: arm64: timer: Always evaluate the need for a soft timerMarc Zyngier1-3/+1
2025-02-04KVM: arm64: Fix nested S2 MMU structures reallocationMarc Zyngier1-4/+5
2025-02-04KVM: arm64: Fail protected mode init if no vgic hardware is presentOliver Upton1-0/+13
2025-02-02Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linuxLinus Torvalds6-11/+11
2025-02-01Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-3/+3
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds13-0/+13
2025-02-01revert "xarray: port tests to kunit"Andrew Morton13-0/+13
2025-02-01sh: boards: Use imply to enable hardware with complex dependenciesGeert Uytterhoeven1-2/+2
2025-02-01sh: Migrate to the generic rule for built-in DTBMasahiro Yamada4-7/+7
2025-02-01sh: irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-2/+2
2025-02-01KVM: arm64: Flush/sync debug state in protected modeOliver Upton1-0/+24
2025-01-31Merge tag 'for-linus-hexagon-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linuxLinus Torvalds5-17/+28
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds32-77/+664
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds20-45/+44
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel3-16/+4
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-19/+55
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda3-4/+39
2025-01-31KVM: s390: move PGSTE softbitsClaudio Imbrenda1-3/+3
2025-01-31KVM: s390: remove useless page->index usageClaudio Imbrenda1-9/+0
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda4-47/+46
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda3-86/+23
2025-01-31KVM: s390: stop using page->index for non-shadow gmapsClaudio Imbrenda1-51/+54
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda8-218/+271
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda4-29/+20
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda3-127/+2
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda3-27/+106
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda10-268/+315
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda3-1/+20
2025-01-31KVM: s390: wrapper for KVM_BUGClaudio Imbrenda1-9/+10
2025-01-31KVM: s390: vsie: stop using "struct page" for vsie pageDavid Hildenbrand2-20/+15
2025-01-31KVM: s390: vsie: stop messing with page refcountDavid Hildenbrand1-16/+30
2025-01-31KVM: s390: vsie: stop using page->indexDavid Hildenbrand1-10/+18
2025-01-31KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2025-01-31Revert "mips: fix shmctl/semctl/msgctl syscall for o32"Thomas Bogendoerfer1-3/+3