summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-08Merge tag 'execve-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-08Merge tag 'x86-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven
2025-02-06Merge tag 'for-linus-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-06alpha/elf: Fix misc/setarch test of util-linux by removing 32bit supportEric W. Biederman
2025-02-05x86/xen: remove unneeded dummy push from xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross
2025-02-05x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross
2025-02-04KVM: x86/mmu: Ensure NX huge page recovery thread is alive before wakingSean Christopherson
2025-02-04KVM: remove kvm_arch_post_init_vmPaolo Bonzini
2025-02-04Merge tag 'kvmarm-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2025-02-04Merge tag 'kvm-s390-next-6.14-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2025-02-04kvm: x86: SRSO_USER_KERNEL_NO is not synthesizedPaolo Bonzini
2025-02-04KVM: arm64: timer: Don't adjust the EL2 virtual timer offsetMarc Zyngier
2025-02-04KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECVMarc Zyngier
2025-02-04KVM: arm64: timer: Always evaluate the need for a soft timerMarc Zyngier
2025-02-04KVM: arm64: Fix nested S2 MMU structures reallocationMarc Zyngier
2025-02-04KVM: arm64: Fail protected mode init if no vgic hardware is presentOliver Upton
2025-02-02Merge tag 'sh-for-v6.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-01Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-02-01revert "xarray: port tests to kunit"Andrew Morton
2025-02-01sh: boards: Use imply to enable hardware with complex dependenciesGeert Uytterhoeven
2025-02-01sh: Migrate to the generic rule for built-in DTBMasahiro Yamada
2025-02-01sh: irq: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang
2025-02-01KVM: arm64: Flush/sync debug state in protected modeOliver Upton
2025-01-31Merge tag 'for-linus-hexagon-6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-02-01kbuild: Strip runtime const RELA sections correctlyArd Biesheuvel
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-31KVM: s390: remove the last user of page->indexClaudio Imbrenda
2025-01-31KVM: s390: move PGSTE softbitsClaudio Imbrenda
2025-01-31KVM: s390: remove useless page->index usageClaudio Imbrenda
2025-01-31KVM: s390: move gmap_shadow_pgt_lookup() into kvmClaudio Imbrenda
2025-01-31KVM: s390: stop using lists to keep track of used dat tablesClaudio Imbrenda
2025-01-31KVM: s390: stop using page->index for non-shadow gmapsClaudio Imbrenda
2025-01-31KVM: s390: move some gmap shadowing functions away from mm/gmap.cClaudio Imbrenda
2025-01-31KVM: s390: get rid of gmap_translate()Claudio Imbrenda
2025-01-31KVM: s390: get rid of gmap_fault()Claudio Imbrenda
2025-01-31KVM: s390: use __kvm_faultin_pfn()Claudio Imbrenda
2025-01-31KVM: s390: move pv gmap functions into kvmClaudio Imbrenda
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda
2025-01-31KVM: s390: wrapper for KVM_BUGClaudio Imbrenda
2025-01-31KVM: s390: vsie: stop using "struct page" for vsie pageDavid Hildenbrand
2025-01-31KVM: s390: vsie: stop messing with page refcountDavid Hildenbrand
2025-01-31KVM: s390: vsie: stop using page->indexDavid Hildenbrand
2025-01-31KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand
2025-01-31Revert "mips: fix shmctl/semctl/msgctl syscall for o32"Thomas Bogendoerfer