summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2024-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-42/+82
2024-10-06Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2024-10-06Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-19326/+55927
2024-10-06x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini-4/+4
2024-10-06KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini-4/+7
2024-10-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-4/+10
2024-10-04Merge tag 'riscv-for-linus-6.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+7
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2024-10-04arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan-0/+1
2024-10-03Merge tag 'rust-fixes-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-1/+17
2024-10-03KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMUPaolo Bonzini-14/+46
2024-10-03x86/ftrace: Include <asm/ptrace.h>Sami Tolvanen-0/+2
2024-10-03KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier-12/+13
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-43/+43
2024-10-02arc: get rid of private asm/unaligned.hAl Viro-27/+19
2024-10-01parisc: get rid of private asm/unaligned.hAl Viro-11/+6
2024-10-01riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti-3/+7
2024-10-01KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown-6/+8
2024-10-01KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort-2/+4
2024-10-01arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland-3/+2
2024-10-01arm64: errata: Expand speculative SSBS workaround once moreMark Rutland-0/+4
2024-10-01arm64: cputype: Add Neoverse-N3 definitionsMark Rutland-0/+2
2024-10-01arm64: Force position-independent veneersMark Rutland-1/+1
2024-09-30powerpc/vdso: allow r30 in vDSO code generation of getrandomJason A. Donenfeld-1/+1
2024-09-29x86: kvm: fix build errorLinus Torvalds-0/+2
2024-09-29Merge tag 'x86-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+11
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+9
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar-6/+9
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1071/+1368
2024-09-28Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-50/+40
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-189/+249
2024-09-27Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-37/+55
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-188/+469
2024-09-27Merge tag 'sh-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+0
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+194
2024-09-27[tree-wide] finally take no_llseek outAl Viro-12/+0
2024-09-26cfi: encode cfi normalized integers + kasan/gcov bug in KconfigAlice Ryhl-1/+17
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3737/+909
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-268/+226
2024-09-26x86/cpu: Add two Intel CPU model numbersTony Luck-0/+5
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+2
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+33
2024-09-26x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)-0/+6
2024-09-26sh: Remove unused declarations for make_maskreg_irq() and irq_mask_registerGaosheng Cui-6/+0
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-09-25Merge tag 'sparc-for-6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+1
2024-09-25Merge tag 'powerpc-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-100/+100
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-3/+50
2024-09-25x86/pvh: Add 64bit relocation page tablesJason Andryuk-1/+103
2024-09-25x86/kernel: Move page table macros to headerJason Andryuk-21/+22