summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-13/+0
* Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-11-034-4/+26
|\
| * powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman2022-11-011-0/+1
| * powerpc/32: fix syscall wrappers with 64-bit argumentsAndreas Schwab2022-11-013-3/+24
| * powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman2022-10-311-1/+1
| * Merge tag 'v6.1-rc2' into fixesMichael Ellerman2022-10-3124-163/+236
| |\
* | \ Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-023-37/+25
|\ \ \
| * | | parisc: Avoid printing the hardware path twiceHelge Deller2022-10-312-14/+12
| * | | parisc: Use signed char for hardware path in pdc.hHelge Deller2022-10-211-23/+13
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-016-71/+151
|\ \ \ \
| * | | | KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()Eiichi Tsukata2022-10-281-3/+4
| * | | | KVM: x86: smm: number of GPRs in the SMRAM image depends on the image formatMaxim Levitsky2022-10-281-2/+2
| * | | | KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky2022-10-281-1/+15
| * | | | KVM: x86: emulator: update the emulation mode after rsmMaxim Levitsky2022-10-281-1/+1
| * | | | KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky2022-10-281-28/+57
| * | | | KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky2022-10-281-0/+1
| * | | | KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-272-32/+37
| * | | | KVM: VMX: fully disable SGX if SECONDARY_EXEC_ENCLS_EXITING unavailableEmanuele Giuseppe Esposito2022-10-271-0/+5
| * | | | KVM: x86: Exempt pending triple fault from event injection sanity checkSean Christopherson2022-10-271-1/+14
| * | | | KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()Hou Wenlong2022-10-271-1/+6
| * | | | KVM: x86: Mask off reserved bits in CPUID.8000001FHJim Mattson2022-10-271-1/+2
| * | | | KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson2022-10-221-0/+3
| * | | | KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson2022-10-221-0/+1
| * | | | KVM: x86: Mask off reserved bits in CPUID.80000006HJim Mattson2022-10-221-1/+2
| * | | | KVM: x86: Mask off reserved bits in CPUID.80000001HJim Mattson2022-10-221-0/+1
* | | | | Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-302-1/+5
|\ \ \ \ \
| * | | | | perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLRavi Bangoria2022-10-271-1/+1
| * | | | | perf/x86/rapl: Add support for Intel Raptor LakeZhang Rui2022-10-271-0/+3
| * | | | | perf/x86/rapl: Add support for Intel AlderLake-NZhang Rui2022-10-271-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-306-26/+20
|\ \ \ \ \
| * | | | | LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen2022-10-291-18/+13
| * | | | | LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou2022-10-291-1/+1
| * | | | | LoongArch: Remove unused kernel stack paddingJinyang He2022-10-295-7/+6
| |/ / / /
* | | | | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-293-10/+15
|\ \ \ \ \
| * | | | | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-4/+7
| * | | | | x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko2022-10-281-6/+7
| * | | | | x86/purgatory: disable KMSAN instrumentationAlexander Potapenko2022-10-281-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-2913-45/+212
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
| * | | | powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
| * | | | powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
| * | | | KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
| * | | | powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
| * | | | powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
| * | | | powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
| * | | | powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
| * | | | powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
| * | | | powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
| * | | | powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni2022-10-183-14/+45
| * | | | powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2022-10-182-7/+34
| |/ / /