summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: selftests: Use pattern matching in .gitignoreSean Christopherson2022-12-271-85/+6
| * KVM: selftests: Fix divide-by-zero bug in memslot_perf_testSean Christopherson2022-12-271-0/+3
| * KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.cSean Christopherson2022-12-271-5/+0
| * KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson2022-12-271-1/+1
| * KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson2022-12-231-1/+3
| * KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson2022-12-231-1/+2
| * KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson2022-12-231-3/+11
| * KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson2022-12-231-3/+3
| * KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson2022-12-231-0/+7
| * KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson2022-12-231-1/+2
| * KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberateSean Christopherson2022-12-231-4/+13
| * KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI testSean Christopherson2022-12-231-1/+2
| * KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson2022-12-231-0/+3
| * KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao2022-12-231-2/+2
| * KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warningVitaly Kuznetsov2022-12-231-27/+36
| * KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari2022-12-231-2/+3
| * KVM: x86/pmu: Prevent zero period event from being repeatedly releasedLike Xu2022-12-232-2/+4
* | Linux 6.2-rc1v6.2-rc1Linus Torvalds2022-12-251-2/+2
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2569-97/+97
* | Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\ \
| * | spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \ \
| * | | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | | | Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2022-12-231-1/+1
|\ \ \ \
| * | | | scripts: coccicheck: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-09-211-1/+1
* | | | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-237-21/+36
|\ \ \ \ \
| * | | | | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| * | | | | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
| * | | | | security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6Nathan Chancellor2022-12-141-0/+3
| * | | | | lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko2022-12-141-1/+5
| * | | | | docs: Fix path paste-o for /sys/kernel/warn_countKees Cook2022-12-141-1/+1
| * | | | | LoadPin: Ignore the "contents" argument of the LSM hooksKees Cook2022-12-141-12/+18
* | | | | | Merge tag 'pstore-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-233-4/+6
|\ \ \ \ \ \
| * | | | | | pstore: Properly assign mem_type propertyLuca Stefani2022-12-231-1/+1
| * | | | | | pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXESJohn Stultz2022-12-231-0/+1
| * | | | | | pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversionJohn Stultz2022-12-141-3/+4
* | | | | | | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-232-2/+6
|\ \ \ \ \ \ \
| * | | | | | | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
| * | | | | | | ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocationsChristoph Hellwig2022-12-211-2/+2
* | | | | | | | Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-2315-38/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | 9p/client: fix data race on req->statusDominique Martinet2022-12-135-21/+23
| * | | | | | | | net/9p: fix response size check in p9_check_errors()Christian Schoenebeck2022-12-061-4/+3
| * | | | | | | | net/9p: distinguish zero-copy requestsChristian Schoenebeck2022-12-062-0/+8
| * | | | | | | | 9p/xen: do not memcpy header into req->rcDominique Martinet2022-12-031-1/+3
| * | | | | | | | 9p: set req refcount to zero to avoid uninitialized usageSchspa Shi2022-12-021-0/+5
| * | | | | | | | 9p/net: Remove unneeded idr.h #includeChristophe JAILLET2022-12-023-3/+0
| * | | | | | | | 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-029-9/+0
* | | | | | | | | Merge tag 'sound-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-2371-640/+1731
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'asoc-v6.2-3' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2022-12-2212-15/+138
| |\ \ \ \ \ \ \ \ \