aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge branch 'runtime-constants'Linus Torvalds4-0/+155
2024-07-15ARM: pxa: fix build breakage on PXA3xxDmitry Torokhov1-0/+2
2024-07-15uprobe: Change uretprobe syscall scope and numberJiri Olsa1-1/+1
2024-07-14Merge tag 'x86_urgent_for_v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+10
2024-07-14sh: config: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}Oscar Salvador3-6/+0
2024-07-14sh: Drop support for memory hotplug and memory hotremoveOscar Salvador3-34/+0
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton4-12/+54
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton11-42/+370
2024-07-14Merge branch kvm-arm64/el2-kcfi into kvmarm/nextOliver Upton14-42/+78
2024-07-14Merge branch kvm-arm64/ctr-el0 into kvmarm/nextOliver Upton6-221/+247
2024-07-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton13-43/+1777
2024-07-14Merge branch kvm-arm64/ffa-1p1 into kvmarm/nextOliver Upton2-33/+149
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner165-939/+1520
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-23/+64
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-2/+0
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy7-477/+3
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy15-186/+74
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy10-79/+107
2024-07-12powerpc/e500: free r10 for FIND_PTEChristophe Leroy1-14/+16
2024-07-12powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy1-15/+0
2024-07-12powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-12powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2-4/+10
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy4-14/+4
2024-07-12powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy12-114/+111
2024-07-12powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy7-12/+41
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy7-10/+10
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman3-232/+2
2024-07-12powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2-65/+38
2024-07-12powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-07-12Merge tag 'arm-fixes-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-23/+64
2024-07-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-07-12Merge patch series "riscv: Apply Zawrs when available"Palmer Dabbelt15-31/+131
2024-07-12KVM: riscv: Support guest wrs.ntoAndrew Jones5-0/+20
2024-07-12riscv: hwprobe: export Zawrs ISA extensionAndrew Jones2-0/+2
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini141-815/+1399
2024-07-12Merge tag 'kvm-s390-next-6.11-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini3-4/+22
2024-07-12Merge tag 'kvm-riscv-6.11-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini9-113/+100
2024-07-12Merge branch 'kvm-prefault' into HEADPaolo Bonzini4-24/+102
2024-07-12KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()Paolo Bonzini3-0/+77
2024-07-12KVM: x86/mmu: Make kvm_mmu_do_page_fault() return mapped levelPaolo Bonzini2-3/+6
2024-07-12KVM: x86/mmu: Account pf_{fixed,emulate,spurious} in callers of "do page fault"Sean Christopherson2-14/+18
2024-07-12KVM: x86/mmu: Bump pf_taken stat only in the "real" page fault handlerSean Christopherson2-8/+2