messages from 2024-05-17 16:44:50 to 2024-05-17 17:41:01 UTC [more...]
[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
2024-05-17 17:39 UTC (42+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
` [PATCH v2 09/49] KVM: x86/pmu: Drop now-redundant refresh() during init()
` [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
` [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after "
` [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed
` [PATCH v2 13/49] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
` [PATCH v2 14/49] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
` [PATCH v2 15/49] KVM: x86: Zero out PV features cache when the CPUID leaf is not present
` [PATCH v2 16/49] KVM: x86: Don't update PV features caches when enabling enforcement capability
` [PATCH v2 17/49] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
` [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
` [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
` [PATCH v2 20/49] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
` [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only
` [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
` [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 27/49] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
` [PATCH v2 28/49] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
` [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
` [PATCH v2 30/49] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
` [PATCH v2 31/49] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
` [PATCH v2 32/49] KVM: x86: Remove all direct usage of cpuid_entry2_find()
` [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
` [PATCH v2 34/49] KVM: x86: Advertise HYPERVISOR "
` [PATCH v2 35/49] KVM: x86: Add a macro to handle features that are fully VMM controlled
` [PATCH v2 36/49] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
` [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
` [PATCH v2 41/49] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
[RFC 0/3] generic sw counters
2024-05-17 17:35 UTC (3+ messages)
` [PATCH v7 0/9] Use weak atomic operations for SW PMD counters
` [PATCH v7 1/9] eal: generic 64 bit counter
[PATCH 0/7] MIPS: Enable EFI support
2024-05-17 17:40 UTC (3+ messages)
[PATCH v2 0/2] hwmon: (adt7475) duty cycle configuration
2024-05-17 17:39 UTC (12+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Document adt7475 PWM initial duty cycle
[PATCH v1] dt-bindings: pwm: describe the cells in #pwm-cells in pwm.yaml
2024-05-17 17:38 UTC
[PATCH v8 00/10] Add V4L2 M2M Driver for E5010 JPEG Encoder
2024-05-17 17:38 UTC (13+ messages)
` [PATCH v8 01/10] media: dt-bindings: Add Imagination "
` [PATCH v8 02/10] media: imagination: Add E5010 JPEG Encoder driver
` [PATCH v8 03/10] media: v4l2-jpeg: Export reference quantization and huffman tables
` [PATCH v8 04/10] media: imagination: Use exported tables from v4l2-jpeg core
` [PATCH v8 05/10] media: verisilcon : Use exported tables from v4l2-jpeg for hantro codec
` [PATCH v8 06/10] math.h: Add macros for rounding to closest value
` [PATCH v8 07/10] lib: add basic KUnit test for lib/math
` [PATCH v8 08/10] lib: math_kunit: Add tests for new rounding related macros
` [PATCH v8 09/10] media: imagination: Round to closest multiple for cropping region
[PATCH v3] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL
2024-05-17 17:38 UTC (4+ messages)
[PATCH v3 1/2] doc: swiotlb: iommu/dma: Clarify swiotlb=force option applies only to dma-direct
2024-05-17 17:38 UTC (2+ messages)
` [PATCH v3 2/2] doc: swiotlb: Document SWIOTLB areas parameter
[PATCH 00/20] x86/tdx: Rewrite TDCALL wrappers
2024-05-17 17:37 UTC (10+ messages)
` [PATCH 01/20] x86/tdx: Introduce tdvmcall_trampoline()
` [PATCH 02/20] x86/tdx: Add macros to generate TDVMCALL wrappers
` [PATCH 03/20] x86/tdx: Convert port I/O handling to use new TDVMCALL macros
` [PATCH 14/20] x86/tdx: Add macros to generate TDCALL wrappers
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-05-17 17:36 UTC (4+ messages)
` [f2fs-dev] "
[PATCH v3 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
2024-05-17 17:35 UTC (5+ messages)
` [PATCH v3 4/4] imx: hab: Use "
[PATCH] SubmittingPatches: advertise git-manpages-l10n project a bit
2024-05-17 17:36 UTC (3+ messages)
[PATCH] arm64: mm: force write fault for atomic RMW instructions
2024-05-17 17:35 UTC (9+ messages)
[PATCH] archive: make --add-virtual-file honor --prefix
2024-05-17 17:34 UTC (2+ messages)
` [PATCH v2] "
[PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
2024-05-17 17:33 UTC (2+ messages)
` [PATCH v3 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
[PATCH v3 0/6] clk: imx: clk-audiomix: Improvement for audiomix
2024-05-17 17:13 UTC (13+ messages)
` [PATCH v3 3/6] dt-bindings: clock: imx8mp: Add reset-controller sub-node
[Buildroot] [PATCH v2 0/3] swtpm and libtpms host packages
2024-05-17 17:31 UTC (4+ messages)
` [Buildroot] [PATCH v2 1/3] package/json-glib: add host build
` [Buildroot] [PATCH v2 2/3] package/libtpms: add host package
` [Buildroot] [PATCH v2 3/3] package/swtpm: "
[PATCH i-g-t] tests/xe_pm: s3 vs s2idle: Validate only the platform default
2024-05-17 17:31 UTC (3+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH v1 0/7] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
2024-05-17 17:30 UTC (6+ messages)
` [PATCH v1 6/7] KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
[PATCH 0/6] rds: rdma: Add ability to force GFP_NOIO
2024-05-17 17:30 UTC (4+ messages)
[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
2024-05-17 17:29 UTC (3+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
[PATCH] SubmittingPatches: add section for iterating patches
2024-05-17 17:24 UTC (6+ messages)
` [PATCH v2] "
[regression] suspend stress test stalls within 30 minutes
2024-05-17 17:26 UTC (16+ messages)
[PATCH] thermal: adding check if the thermal firmware is running
2024-05-17 17:25 UTC (3+ messages)
[PATCH 0/7] Add support for hwspinlock bust
2024-05-17 17:25 UTC (6+ messages)
` [PATCH 6/7] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop
[PATCH v1 1/1] spi: pxa2xx: Move PXA SSP bindings to the correct folder
2024-05-17 17:24 UTC (2+ messages)
[PATCH v3 1/2] tty: rfcomm: prefer struct_size over open coded arithmetic
2024-05-17 17:21 UTC (2+ messages)
` [PATCH v3 2/2] tty: rfcomm: prefer array indexing over pointer arithmetic
[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function
2024-05-17 17:21 UTC
[PATCH] nvme: enable FDP support
2024-05-17 17:22 UTC (8+ messages)
[PATCH v7 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
2024-05-17 17:20 UTC (2+ messages)
[PATCH] iommu/arm-smmu: Don't disable next-page prefetcher on devices it works on
2024-05-17 17:19 UTC (4+ messages)
[PATCH v5 0/5] PCI: dwc: Add support for integrating HDMA with DWC EP driver
2024-05-17 17:19 UTC (2+ messages)
[PATCH v2 0/3] Improve drm printer code
2024-05-17 17:17 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Improve drm printer code (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
[PATCH v2 0/3] Add I2C support on TH1520
2024-05-17 16:14 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: dw: Document compatible thead,th1520-i2c
[PATCH 18/26] xfs: use merkle tree offset as attr hash
2024-05-17 17:17 UTC (11+ messages)
[Bpf] [PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
2024-05-17 17:16 UTC (6+ messages)
` "
` [Bpf] "
[PATCH v11 0/3] arm64: qcom: sa8775p: add support for EP PCIe
2024-05-17 17:15 UTC (2+ messages)
[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
2024-05-17 17:14 UTC (4+ messages)
` [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree
[PATCH v2] prepare-kernel.sh: Warn when result can be defective
2024-05-17 17:15 UTC (2+ messages)
[PATCH] diff: document what --name-only shows
2024-05-17 17:14 UTC
[PATCH v2] iwlwifi: mvm: adding check if the thermal firmware is running
2024-05-17 17:13 UTC
[PATCH] PCI: qcom: Switch to devm_clk_bulk_get_all() API to get the clocks from Devicetree
2024-05-17 17:14 UTC (2+ messages)
[PATCH] PCI: dwc: keystone: Fix potential NULL dereference
2024-05-17 17:13 UTC (3+ messages)
` [PATCH v4] PCI: dwc: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs()
[PATCH v2] clocksource: Add node counter timer driver for MIPS/Loongson64
2024-05-17 17:13 UTC
[Buildroot] [PATCH 1/1] package/gr-osmosdr: fix python build
2024-05-17 17:12 UTC
[PATCH v8 0/5] PCI: dwc: Add common pme_turn_off message by using outbound iATU
2024-05-17 17:12 UTC (2+ messages)
[PATCH 01/13] drm/i915: Add skl+ plane name aliases to enum plane_id
2024-05-17 17:12 UTC (2+ messages)
` [PATCH v2 "
[PATCH] drm/amdgpu: Remove wrong fini_data_exchange call
2024-05-17 17:11 UTC
[PATCH 1/2] PCI: dra7xx: Fix cpu_addr_fixup parameter name
2024-05-17 17:11 UTC (3+ messages)
[PATCH] [RFC] prepare-kernel.sh: Emit architecture agnostic changes
2024-05-17 17:11 UTC (2+ messages)
[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
2024-05-17 17:11 UTC (19+ messages)
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "
[PATCH] line6: add midibuf init failure handling in line6_init_midi()
2024-05-17 17:10 UTC (3+ messages)
[PATCH] Switch grep from non-portable BRE to portable ERE
2024-05-17 17:10 UTC
[PATCH v2] iio: imu: inv_icm42600: add support of accel low-power mode
2024-05-17 17:09 UTC
[PATCH 0/7] KVM: MMU changes for TDX VE support
2024-05-17 17:09 UTC (6+ messages)
` [PATCH 7/7] KVM: VMX: Introduce test mode related to EPT violation VE
[PATCH v15 0/5] PCI devices passthrough on Arm, part 3
2024-05-17 17:06 UTC (6+ messages)
` [PATCH v15 1/5] arm/vpci: honor access size when returning an error
` [PATCH v15 2/5] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v15 3/5] vpci: add initial support for virtual PCI bus topology
` [PATCH v15 4/5] xen/arm: translate virtual PCI bus topology for guests
` [PATCH v15 5/5] xen/arm: account IO handlers for emulated PCI MSI-X
[PATCH i-g-t v3 00/10] tests/intel/xe_svm: Add tests for Shared Virtual Memory (SVM)
2024-05-17 17:07 UTC (4+ messages)
` [PATCH i-g-t v3 03/10] tests/intel/xe_svm: Add SVM basic tests using malloc and mmap
[PATCH v4 1/1] PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
2024-05-17 17:06 UTC (2+ messages)
[PATCH] docs: rust: introduce the new kernel.org LLVM+Rust toolchains
2024-05-17 17:06 UTC
[PATCH v2] PCI: dwc: Use the correct sleep function in wait_for_link
2024-05-17 17:06 UTC (2+ messages)
[PATCH v12 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
2024-05-17 17:04 UTC (5+ messages)
[Q] rebase -i: turn "pick" to "edit", make no change, what should happen?
2024-05-17 17:04 UTC (3+ messages)
[PATCH] x86/kvm/tdx: Save %rbp in TDX_MODULE_CALL
2024-05-17 17:01 UTC (15+ messages)
[PATCH] eal/unix: support ZSTD compression for firmwares
2024-05-17 17:01 UTC (4+ messages)
` [PATCH v2] eal/unix: support ZSTD compression for firmware
[PATCH 0/3] un-breaking osx-gcc ci job
2024-05-17 16:59 UTC (10+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
[PATCH 00/46] use stdatomic API
2024-05-17 16:58 UTC (3+ messages)
` [PATCH v6 00/45] "
[PATCH] rpmsg: char: fix rpmsg_eptdev structure documentation
2024-05-17 16:56 UTC
[PATCH] t/t9001-send-email.sh: sed - remove the i flag for s
2024-05-17 16:57 UTC
linux-media checkout failing for KernelCI
2024-05-17 16:57 UTC (3+ messages)
[PULL 0/5] Misc HW patches & fixes for 2024-05-17
2024-05-17 16:56 UTC (3+ messages)
` [PULL 1/5] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
[f2fs-dev] [PATCH] f2fs: fix to check return value of f2fs_allocate_new_section
2024-05-17 16:55 UTC (3+ messages)
` "
[PATCH v2 0/2] btrfs: fix a bug in the direct IO write path for COW writes
2024-05-17 16:54 UTC (3+ messages)
[PATCH] drm/xe: Replace RING_START_UDW by u64 RING_START
2024-05-17 16:54 UTC (2+ messages)
[PATCH] regmap: kunit: Fix array overflow in stride() test
2024-05-17 16:54 UTC (2+ messages)
[rafael-pm:bleeding-edge 11/15] drivers/opp/core.c:2447 _opp_attach_genpd() warn: missing unwind goto?
2024-05-17 16:52 UTC
[scarthgap][PATCH] glibc: stable 2.39 branch updates
2024-05-17 16:53 UTC (4+ messages)
` [OE-core] "
[PATCH net] ipv6: sr: fix memleak in seg6_hmac_init_algo
2024-05-17 16:52 UTC (2+ messages)
[PATCH v3 0/2] btrfs: fix logging unwritten extents after failure in write paths
2024-05-17 16:52 UTC (3+ messages)
` [PATCH v3 1/2] btrfs: ensure fast fsync waits for ordered extents after a write failure
` [PATCH v3 2/2] btrfs: make btrfs_finish_ordered_extent() return void
[PATCH RFC v2 0/8] spi: axi-spi-engine: add offload support
2024-05-17 16:51 UTC (8+ messages)
` [PATCH RFC v2 1/8] spi: dt-bindings: spi-peripheral-props: add spi-offloads property
[PATCH] KVM: x86: Prevent L0 VMM from modifying L2 VM registers via ioctl
2024-05-17 16:51 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
2024-05-17 16:50 UTC
[PATCH] binutils: stable 2.42 branch updates
2024-05-17 16:50 UTC (2+ messages)
[net] ipv6: sr: fix missing sk_buff release in seg6_input_core
2024-05-17 16:45 UTC
[PATCH v8 00/22] add integrity and security to TPM2 transactions
2024-05-17 16:48 UTC (10+ messages)
` [PATCH v8 18/22] tpm: add session encryption protection to tpm2_get_random()
Three t4150 tests does not work as expected
2024-05-17 16:45 UTC
[ACPI Code First ECN] Enumerate "Inclusive Linear Address Mode" memory-side caches
2024-05-17 16:45 UTC (2+ messages)
[PATCH v2] drm/buddy: Fix the warn on's during force merge
2024-05-17 16:44 UTC (2+ messages)
[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
2024-05-17 16:44 UTC (4+ messages)
` [PATCH v5 07/16] riscv: add ISA extensions validation callback
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.