All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-06 19:05:49 to 2025-08-06 20:16:45 UTC [more...]

[PATCH 0/2] iio: adc: ad799x: reference voltage capability
 2025-08-06 20:16 UTC  (6+ messages)
` [PATCH 1/2] iio: adc: ad799x: add reference voltage capability to chip_info
` [PATCH 2/2] iio: adc: ad799x: add reference voltage to ad7994

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-06 19:57 UTC  (59+ messages)
` [PATCH v5 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v5 02/44] perf: Add generic exclude_guest support
` [PATCH v5 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v5 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v5 05/44] perf: Clean up perf ctx time
` [PATCH v5 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v5 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v5 08/44] perf: core/x86: Register a new vector for handling mediated guest PMIs
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v5 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v5 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v5 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v5 14/44] KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()
` [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v5 18/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v5 19/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 21/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v5 22/44] KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers
` [PATCH v5 23/44] KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header
` [PATCH v5 24/44] KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
` [PATCH v5 25/44] KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
` [PATCH v5 26/44] KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls
` [PATCH v5 27/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
` [PATCH v5 28/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v5 29/44] KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents
` [PATCH v5 30/44] KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86
` [PATCH v5 31/44] KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 34/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v5 35/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v5 36/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v5 37/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v5 39/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v5 40/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v5 41/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v5 42/44] KVM: nSVM: "
` [PATCH v5 43/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match

[RFC v2] memory.c: improve refcounting for RAM vs MMIO regions
 2025-08-06 20:15 UTC  (2+ messages)

[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
 2025-08-06 18:03 UTC  (4+ messages)
` [RFC PATCH 13/36] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate

[PATCH v2 00/32] Live Update Orchestrator
 2025-08-06 20:14 UTC  (10+ messages)
` [PATCH v2 31/32] libluo: introduce luoctl

[RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-06 20:14 UTC  (4+ messages)

[BUG] ipmi_si: watchdog: Watchdog detected hard LOCKUP
 2025-08-06 20:14 UTC 

[patch 0/6] perf: Convert mmap() related reference counts to refcount_t
 2025-08-06 20:13 UTC  (7+ messages)
` [patch 1/6] perf/core: Remove redundant condition for AUX buffer size
` [patch 2/6] perf/core: Split out mlock limit handling
` [patch 3/6] perf/core: Split out VM accounting
` [patch 4/6] perf/core: Split out ringbuffer allocation
` [patch 5/6] perf/core: Split the ringbuffer mmap() and allocation code out
` [patch 6/6] perf/core: Convert mmap() refcounts to refcount_t

[PATCH][next] PCI: cpqphp: move space in debug messages
 2025-08-06 20:12 UTC  (2+ messages)

[PATCH][next] PCI: ibmphp: Remove space before newline
 2025-08-06 20:11 UTC  (2+ messages)

[PATCH v2 0/4] Wait PSR idle before on dsb commit
 2025-08-06 20:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Wait PSR idle before on dsb commit (rev2)

[RFC PATCH 2/2] tty: serial/8250: Fix build warning in serial8250_probe_platform()
 2025-08-06 20:10 UTC  (4+ messages)
` [PATCH v2 0/2] serial: 8250_platform: Reduce stack usage in probe functions
  ` [PATCH v2 1/2] serial: 8250_platform: Reduce stack usage in serial8250_probe_acpi()
  ` [PATCH v2 2/2] serial: 8250_platform: Reduce stack usage in serial8250_probe_platform()

[PATCH for-10.1] CI: Use mingw-w64-x86_64-curl-winssl instead of mingw-w64-x86_64-curl for Windows build
 2025-08-06 20:09 UTC 

[PATCH bpf-next v1 1/2] bpf: removed unused 'env' parameter from is_reg64 and insn_has_def32
 2025-08-06 20:09 UTC  (2+ messages)
` [PATCH bpf-next v1 2/2] bpf: use realloc in bpf_patch_insn_data

[PATCH] cifs: Fix null-ptr-deref by static initializing global lock
 2025-08-06 20:09 UTC  (2+ messages)

[PATCH 0/7] mm: hugetlb: cleanup and allocate frozen hugetlb folio
 2025-08-06 20:08 UTC  (5+ messages)
` [PATCH 4/7] mm: hugetlb: directly pass order when allocate a "
` [PATCH 5/7] mm: hugetlb: remove struct hstate from init_new_hugetlb_folio()

[PATCH 0/5] Add USB2 PHY support for RZ/T2H and RZ/N2H SoCs
 2025-08-06 20:06 UTC  (7+ messages)
` [PATCH 2/5] phy: renesas: rcar-gen3-usb2: Store drvdata pointer in channel
` [PATCH 4/5] phy: renesas: rcar-gen3-usb2: Add support for RZ/T2H SoC

[PATCH v2 1/1] mm: Correct misleading comment on mmap_lock field in mm_struct
 2025-08-06 20:06 UTC  (3+ messages)

[Buildroot] [PATCH] package/libapparmor: fix build w/ musl
 2025-08-06 20:06 UTC 

[Samba] Sequence of actions resulting in data loss
 2025-08-06 20:06 UTC  (5+ messages)

[PATCH] iio: light: ltr390: Add remove callback with needed support in device registration
 2025-08-06 20:02 UTC  (6+ messages)

[PATCH] dt-bindings: phy: marvell,comphy-cp110: Fix clock and child node constraints
 2025-08-06 20:01 UTC 

[Buildroot] [git commit] package/htpdate: bump to version 2.0.0
 2025-08-06 19:59 UTC 

[Buildroot] [git commit] package/flatcc: add CPE identifier
 2025-08-06 19:51 UTC 

[Buildroot] [PATCH] package/htpdate: bump to version 2.0.0
 2025-08-06 20:00 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm: nv: fix AT S* behaviour
 2025-08-06 20:00 UTC  (4+ messages)
` [PATCH v1 2/2] KVM: arm64: nv: update CPU register PAR_EL1 after 'at s*'

[bluez/bluez]
 2025-08-06 19:59 UTC 

[PATCH V2 0/2] mmc: sdhci-msm: Rectify DLL programming sequence for SDCC
 2025-08-06 19:58 UTC  (14+ messages)
` [PATCH V2 2/2] "

[PATCH v3 00/14] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
 2025-08-06 19:54 UTC  (5+ messages)

[PATCH v3] rust: lock: Export Guard::do_unlocked()
 2025-08-06 19:57 UTC  (3+ messages)

[PATCH v3 0/2] Improve CCS save restore series
 2025-08-06 19:57 UTC  (4+ messages)
` [PATCH v3 2/2] drm/xe/guc: Scale mmio send/recv timeout for CCS save/restore with smem size

[PULL 0/1] Ui patches
 2025-08-06 19:55 UTC  (2+ messages)
` [PULL 1/1] ui/curses: Fix infinite loop on windows

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-08-06 19:55 UTC  (7+ messages)
` [GSoC PATCH v8 0/5] repo: "
  ` [GSoC PATCH v8 1/5] repo: declare the repo command
  ` [GSoC PATCH v8 2/5] repo: add the field references.format
  ` [GSoC PATCH v8 3/5] repo: add the field layout.bare
  ` [GSoC PATCH v8 4/5] repo: add the field layout.shallow
  ` [GSoC PATCH v8 5/5] repo: add the --format flag

[PATCH v3 0/7] pinctrl: renesas: rzg2l: Unify OEN handling
 2025-08-06 19:55 UTC  (8+ messages)
` [PATCH v3 1/7] pinctrl: renesas: rzg2l: Fix invalid unsigned return in rzg3s_oen_read()
` [PATCH v3 2/7] pinctrl: renesas: rzg2l: parameterize OEN register offset
` [PATCH v3 3/7] pinctrl: renesas: rzg2l: Unify OEN access by making pin-to-bit mapping configurable
` [PATCH v3 4/7] pinctrl: renesas: rzg2l: Remove OEN ops for RZ/G3E
` [PATCH v3 5/7] pinctrl: renesas: rzg2l: Unify OEN handling across RZ/{G2L,V2H,V2N}
` [PATCH v3 6/7] pinctrl: renesas: rzg2l: Add PFC_OEN support for RZ/G3E SoC
` [PATCH v3 7/7] pinctrl: renesas: rzg2l: Drop oen_read and oen_write callbacks

[Buildroot] [PATCH 1/2] package/tiff: add patch to fix CVE-2025-8176
 2025-08-06 19:55 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/tiff: add patch to fix CVE-2025-8177

[PATCH net v3] net: usbnet: Fix the wrong netif_carrier_on() call
 2025-08-06 19:54 UTC  (2+ messages)

[PATCH] bpf: relax acquire for consumer_pos in ringbuf_process_ring()
 2025-08-06 19:43 UTC  (3+ messages)

[PATCH v4 0/9] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-08-06 19:51 UTC  (6+ messages)
` [PATCH v4 1/9] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

arch/arm64/boot/dts/qcom/qcs9100-ride.dtb: pcie@1c00000 (qcom,pcie-sa8775p): reset-names: ['pci'] is too short
 2025-08-06 19:51 UTC  (2+ messages)

[Buildroot] [PATCH] package/flatcc: add CPE identifier
 2025-08-06 19:51 UTC  (2+ messages)

[LTP] [PATCH v2 1/1] Makefile: Add kernel modules related make targets
 2025-08-06 19:49 UTC  (6+ messages)

[PATCH] mm/damon/core: skip needless update of next_{aggregation,ops_update}_sis
 2025-08-06 19:49 UTC  (3+ messages)

[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
 2025-08-06 19:48 UTC  (4+ messages)

[PATCH v3 1/2] Bluetooth: hci_core: Fix using {cis,bis}_capable for current settings
 2025-08-06 19:48 UTC  (2+ messages)
` [PATCH v3 2/2] Bluetooth: hci_core: Fix using ll_privacy_capable "

[PATCH] cdx: don't select CONFIG_GENERIC_MSI_IRQ
 2025-08-06 19:44 UTC  (2+ messages)

[RESEND PATCH] sched: restore the behavior of put_task_struct() for non-rt
 2025-08-06 19:43 UTC 

[PATCH] arm64: dts: rockchip: enable the mmu600_pcie IOMMU on the rk3588 SoC
 2025-08-06 19:36 UTC  (3+ messages)

[MAINTAINERS SUMMIT] The role of AI and LLMs in the kernel process
 2025-08-06 19:36 UTC  (15+ messages)

[PATCH v3 00/16] rnull: add configfs, remote completion to rnull
 2025-08-06 19:35 UTC  (3+ messages)
` [PATCH v3 12/16] rnull: enable configuration via `configfs`

Guidance on Submitting Firmware File >100MB to linux-firmware
 2025-08-06 19:34 UTC  (3+ messages)

[smfrench-smb3:ksmbd-for-next-next 6/7] Warning: fs/smb/server/connection.c:53 function parameter 'inet_addr' not described in 'ksmbd_conn_alloc'
 2025-08-06 19:33 UTC 

[PATCH 2/2] hwmon: (ina780) Add driver for TI INA780
 2025-08-06 19:33 UTC 

[PULL] u-boot-sh/master
 2025-08-06 19:30 UTC 

[PATCH] arm64: dts: renesas: r8a779g3: Set VDDQ18_25_AVB voltage on Retronix R-Car V4H Sparrow Hawk EVTB1
 2025-08-06 19:28 UTC 

[PATCH v5 0/3] rust: add `ww_mutex` support
 2025-08-06 19:30 UTC  (6+ messages)

[PATCH v2] drm/xe/hwmon: Add SW clamp for power limits writes
 2025-08-06 19:30 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/hwmon: Add SW clamp for power limits writes (rev2)

[PATCH v2 0/3] Add IIO backend support for AD7779
 2025-08-06 19:25 UTC  (4+ messages)
` [PATCH v2 1/3] iio: adc: adi-axi-adc: add axi_adc_num_lanes_set
` [PATCH v2 2/3] dt-bindings: iio: adc: add IIO backend support
` [PATCH v2 3/3] iio: adc: update ad7779 to use IIO backend

[PATCH 00/11] Add and use memdesc_flags_t
 2025-08-06 19:27 UTC  (17+ messages)
` [PATCH 03/11] mm: Introduce memdesc_nid()
` [PATCH 05/11] slab: Use memdesc_flags_t
` [PATCH 06/11] slab: Use memdesc_nid()
` [PATCH 07/11] mm: Introduce memdesc_is_zone_device()
` [PATCH 08/11] mm: Reimplement folio_is_device_private()
` [PATCH 09/11] mm: Reimplement folio_is_device_coherent()
` [PATCH 10/11] mm: Reimplement folio_is_fsdax()

[PATCH] PCI: rcar-gen4: Fix PHY initialization
 2025-08-06 19:25 UTC 

[PATCH 0/3] ALSA: hda: Restrict prompt only for CONFIG_EXPERT
 2025-08-06 19:25 UTC  (4+ messages)
` [PATCH 1/3] ALSA: hda/realtek: "
` [PATCH 2/3] ALSA: hda/hdmi: "
` [PATCH 3/3] ALSA: hda/cirrus: "

[PATCH] arm64: dts: renesas: r8a779g3: Set VDDQ18_25_AVB voltage on Retronix R-Car V4H Sparrow Hawk EVTB1
 2025-08-06 19:24 UTC 

[PATCH 0/3] Add Rust abstraction for Maple Trees
 2025-08-06 19:24 UTC  (2+ messages)

[PATCH] pci: pcie-rcar-gen4: Fix PHY initialization
 2025-08-06 19:23 UTC 

[PATCH 00/15] drm/i915: drop __to_intel_display() transitional macro
 2025-08-06 19:24 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for "
` ✓ i915.CI.BAT: "

[RFC PATCH] wifi: ath10k: support flush_sta method
 2025-08-06 19:18 UTC  (4+ messages)

[PATCH 2/2] PCI: brcmstb: Add panic/die handler to driver
 2025-08-06 19:16 UTC  (3+ messages)

[PATCH v4] acpi: remove unnecessary return parentheses and conditional braces
 2025-08-06 19:22 UTC 

[Intel-wired-lan] [PATCH iwl-net] idpf: set mac type when adding and removing MAC filters
 2025-08-06 19:21 UTC  (2+ messages)
`  "

Proposed deprecation of device-tree-gpio-naming.md
 2025-08-06 19:21 UTC  (2+ messages)

[PATCH v3 0/4] ARM: dts: aspeed: Add Balcones system
 2025-08-06 18:47 UTC  (2+ messages)
` [PATCH v3 1/4] dt-bindings: arm: aspeed: add IBM Balcones board

[PATCH 2/2] hwmon: (ina780) Add driver for TI INA780
 2025-08-06 19:21 UTC  (2+ messages)

[openeuler:openEuler-1.0-LTS 1753/1753] block/genhd.c:642:5: warning: no previous prototype for function 'disk_scan_partitions'
 2025-08-06 19:21 UTC 

Request for Clarification Regarding CVE-2025-45512 Affecting U-Boot v1.1.3
 2025-08-06 19:21 UTC  (2+ messages)

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-06 19:20 UTC  (3+ messages)

[PATCH 2/2] PCI: brcmstb: Add panic/die handler to driver
 2025-08-06 19:14 UTC  (2+ messages)

Issues with pdcm in qemu 10.1-rc on migration and save/restore
 2025-08-06 19:18 UTC  (4+ messages)

[PATCH 1/2] PCI: brcmstb: Add a way to indicate if PCIe bridge is active
 2025-08-06 19:14 UTC  (2+ messages)

[OE-core][PATCH 1/1] yocto-uninative: Update to 4.9 for glibc 2.42
 2025-08-06 19:16 UTC  (2+ messages)
` Patchtest results for "

[PATCH v2] nfsd: decouple the xprtsec policy check from check_nfsd_access()
 2025-08-06 19:15 UTC 

[PATCH] drm/i915/hdmi: add debugfs to contorl HDMI bpc
 2025-08-06 19:15 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock
 2025-08-06 19:13 UTC  (5+ messages)
` [PATCH RFC net-next v4 09/12] vsock/loopback: add netns support

[PATCH v2 0/2] tracetool: remove no_check_foo() and if(true){..} blocks
 2025-08-06 19:13 UTC  (3+ messages)
` [PATCH v2 1/2] tracetool: add CHECK_TRACE_EVENT_GET_STATE

kvm_log_clear_one_slot: Assertion `mem->dirty_bmap' failed
 2025-08-06 19:10 UTC  (2+ messages)

[smfrench-smb3:ksmbd-for-next-next 6/7] Warning: fs/smb/server/connection.c:53 function parameter 'inet_addr' not described in 'ksmbd_conn_alloc'
 2025-08-06 19:08 UTC 

[PATCH v3 0/2] fscontext: do not consume log entries when returning -EMSGSIZE
 2025-08-06 19:07 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v2 1/4] soc: qcom: mdt_loader: Fix check mdt_header_valid()
 2025-08-06 19:07 UTC  (3+ messages)
` [PATCH v2 3/4] soc: qcom: mdt_loader: Remove pas id parameter

[PATCH 1/8] tlshd: Relocate /etc/tlshd.conf
 2025-08-06 19:05 UTC  (3+ messages)
` [PATCH 7/8] tlshd: Update netlink.h
` [PATCH 8/8] tlshd: Add handshake tags to the DONE command


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.