summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-073-10/+20
* Linux 6.1-rc4v6.1-rc4Linus Torvalds2022-11-061-1/+1
* Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-068-91/+448
|\
| * cxl/region: Recycle region idsDan Williams2022-11-041-0/+20
| * cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-043-3/+19
| * tools/testing/cxl: Add a single-port host-bridge regression configDan Williams2022-11-041-19/+278
| * tools/testing/cxl: Fix some error exitsDan Williams2022-11-041-2/+2
| * cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-043-37/+68
| * cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
| * cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
| * cxl/pmem: Use size_add() against integer overflowYu Zhe2022-11-031-1/+1
| * cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
| * ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams2022-10-211-0/+1
| * cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-201-1/+1
| * cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-201-1/+2
| * cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-201-1/+1
* | Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-062-14/+103
|\ \
| * | Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck2022-11-041-1/+0
| * | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-041-13/+103
* | | Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-064-11/+18
|\ \ \
| * | | perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang2022-11-021-0/+1
| * | | perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
| * | | perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
| * | | perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui2022-11-021-5/+1
| * | | perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow2022-11-021-2/+2
| |/ /
* | | Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-063-9/+29
|\ \ \
| * | | x86/cpu: Add several Intel server CPU model numbersTony Luck2022-11-041-1/+10
| * | | x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov2022-11-011-5/+16
| * | | x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen2022-11-011-3/+3
| * | | x86/syscall: Include asm/ptrace.h in syscall_wrapper headerJiri Olsa2022-10-241-1/+1
* | | | Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-064-21/+16
|\ \ \ \
| * | | | kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4
| * | | | kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada2022-10-281-1/+1
| * | | | kbuild: fix typo in modpostWill McVicker2022-10-281-1/+1
| * | | | Documentation: kbuild: Add description of git for reproducible buildsDan Li2022-10-281-0/+10
| * | | | kbuild: use POSIX-compatible grep optionStefan Hansson2022-10-281-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-0611-60/+52
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-11-067-36/+34
| |\ \ \ \
| | * | | | arm64: booting: Document our requirements for fine grained traps with SMEMark Brown2022-11-011-0/+8
| | * | | | KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier2022-11-013-34/+20
| | * | | | KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling themGavin Shan2022-10-311-0/+3
| | * | | | KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts2022-10-271-1/+2
| | * | | | KVM: arm64: Use correct accessor to parse stage-1 PTEsQuentin Perret2022-10-251-1/+1
| | |/ / /
| * | | | Merge branch 'kvm-master' into HEADPaolo Bonzini2022-11-064-24/+18
| |\ \ \ \
| | * | | | KVM: x86: Fix a typo about the usage of kvcalloc()Liao Chang2022-11-031-1/+1
| | * | | | KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()Ben Gardon2022-11-031-0/+3
| | * | | | KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTLSean Christopherson2022-11-021-4/+6
| | * | | | KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl()Sean Christopherson2022-11-022-20/+7
| | * | | | KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRsSean Christopherson2022-11-021-1/+3
* | | | | | Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-062-18/+7
|\ \ \ \ \ \