summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-09-082-4/+4
|\
| * arm64: csum: Fix OoB access in IP checksum code for negative lengthsWill Deacon2023-09-071-1/+1
| * arm64/sysreg: Fix broken strncpy() -> strscpy() conversionWill Deacon2023-09-061-3/+3
* | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-0859-449/+2825
|\ \
| * | LoongArch: Update Loongson-3 default config fileHuacai Chen2023-09-071-4/+70
| * | LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-0614-9/+451
| * | LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang2023-09-063-12/+9
| * | LoongArch: Add KFENCE (Kernel Electric-Fence) supportEnze Li2023-09-064-9/+86
| * | LoongArch: Get partial stack information when providing regs parameterEnze Li2023-09-061-8/+10
| * | LoongArch: mm: Add page table mapped mode support for virt_to_page()Enze Li2023-09-063-1/+21
| * | LoongArch: Allow building with kcov coverageFeiyang Chen2023-09-062-0/+4
| * | LoongArch: Provide kaslr_offset() to get kernel offsetFeiyang Chen2023-09-061-0/+6
| * | LoongArch: Add basic KGDB & KDB supportQing Zhang2023-09-067-0/+844
| * | LoongArch: Add Loongson Binary Translation (LBT) extension supportQi Hu2023-09-0619-31/+693
| * | LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui2023-09-067-0/+417
| * | LoongArch: Allow usage of LSX/LASX in the kernelHuacai Chen2023-09-061-4/+51
| * | LoongArch: Define symbol 'fault' as a local label in fpu.STiezhu Yang2023-09-061-3/+2
| * | LoongArch: Adjust {copy, clear}_user exception handler behaviorWeihao Li2023-09-062-121/+127
| * | LoongArch: Use static defined zero page rather than allocatedBibo Mao2023-09-064-35/+3
| * | LoongArch: mm: Introduce unified function populate_kernel_pte()Bibo Mao2023-09-063-57/+23
| * | LoongArch: Code improvements in function pcpu_populate_pte()Bibo Mao2023-09-061-13/+15
| * | LoongArch: Remove shm_align_mask and use SHMLBA insteadHuacai Chen2023-09-062-8/+6
| * | LoongArch: mm: Add p?d_leaf() definitionsHongchen Zhang2023-09-061-0/+3
| * | LoongArch: Drop unused parse_r and parse_v macrosNathan Chancellor2023-09-062-150/+0
* | | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-0/+10
|\ \ \
| * | | s390/bpf: Pass through tail call counter in trampolinesIlya Leoshkevich2023-09-061-0/+10
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-07103-1964/+5593
|\ \ \ \
| * | | | KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson2023-08-311-0/+1
| * | | | KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson2023-08-314-24/+47
| * | | | KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson2023-08-311-1/+6
| * | | | KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson2023-08-311-5/+6
| * | | | KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson2023-08-311-6/+19
| * | | | KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson2023-08-313-16/+23
| * | | | KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson2023-08-312-12/+17
| * | | | KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson2023-08-314-29/+72
| * | | | KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson2023-08-311-2/+2
| * | | | KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson2023-08-311-6/+11
| * | | | KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson2023-08-314-21/+19
| * | | | KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson2023-08-315-100/+46
| * | | | KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson2023-08-314-16/+47
| * | | | KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson2023-08-315-27/+39
| * | | | KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao2023-08-313-39/+0
| * | | | KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao2023-08-313-2/+40
| * | | | KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson2023-08-313-0/+15
| * | | | KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson2023-08-312-4/+3
| * | | | KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEsSean Christopherson2023-08-314-12/+6
| * | | | KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot changeSean Christopherson2023-08-311-8/+2
| * | | | KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson2023-08-313-13/+12
| * | | | KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson2023-08-311-11/+10
| * | | | KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()Mingwei Zhang2023-08-311-15/+18