All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-04 18:19:46 to 2025-04-04 19:41:22 UTC [more...]

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-04 19:39 UTC  (56+ messages)
` [PATCH 01/67] KVM: SVM: Allocate IR data using atomic allocation
` [PATCH 02/67] KVM: x86: Reset IRTE to host control if *new* route isn't postable
` [PATCH 03/67] KVM: x86: Explicitly treat routing entry type changes as changes
` [PATCH 04/67] KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producer
` [PATCH 05/67] iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
` [PATCH 06/67] iommu/amd: WARN if KVM attempts to set vCPU affinity without posted intrrupts
` [PATCH 07/67] KVM: SVM: WARN if an invalid posted interrupt IRTE entry is added
` [PATCH 08/67] KVM: x86: Pass new routing entries and irqfd when updating IRTEs
` [PATCH 09/67] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH 10/67] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH 11/67] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH 12/67] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 13/67] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH 14/67] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 15/67] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 16/67] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 17/67] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH 18/67] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH 19/67] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH 20/67] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH 21/67] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH 22/67] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH 23/67] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH 24/67] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH 25/67] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 26/67] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH 27/67] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH 28/67] KVM: SVM: Get vCPU info for IRTE using new routing entry
` [PATCH 29/67] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH 30/67] KVM: VMX: "
` [PATCH 31/67] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH 32/67] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH 34/67] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH 35/67] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH 36/67] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH 37/67] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH 38/67] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH 39/67] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH 40/67] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH 41/67] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH 42/67] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH 43/67] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH 44/67] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH 45/67] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH 46/67] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH 47/67] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH 48/67] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH 49/67] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH 50/67] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH 51/67] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH 52/67] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH 53/67] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH 54/67] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH 55/67] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC

[PATCH v2] dt-bindings: pwm: Convert lpc32xx-pwm.txt to YAML
 2025-04-04 19:38 UTC  (5+ messages)

[PATCH 0/4] dt-bindings: clock: ti: convert to yaml
 2025-04-04 19:40 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: clock: ti: Convert fixed-factor-clock "

[PATCH BlueZ v1 00/11] BAP Server test cases
 2025-04-04 19:39 UTC  (12+ messages)
` [PATCH BlueZ v1 01/11] test-bap: Introduce DISC tests for LC3
` [PATCH BlueZ v1 02/11] test-bap: Introduce USR/SCC "
` [PATCH BlueZ v1 03/11] test-bap: Introduce USR/SCC - VS "
` [PATCH BlueZ v1 04/11] test-bap: Introduce USR/SCC QoS "
` [PATCH BlueZ v1 05/11] test-bap: Introduce USR/SCC QoS tests for VS
` [PATCH BlueZ v1 06/11] test-bap: Introduce USR/SCC Enable tests for LC3
` [PATCH BlueZ v1 07/11] "
` [PATCH BlueZ v1 08/11] shared/bap: Fix not always sending Releasing state
` [PATCH BlueZ v1 09/11] test-bap: Introduce USR/SCC Release tests for LC3
` [PATCH BlueZ v1 10/11] shared/bap: Fix not sending ASE Notication in case of Metadata update
` [PATCH BlueZ v1 11/11] test-bap: Introduce USR/SCC Metadata tests for LC3

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-04-04 19:39 UTC  (3+ messages)
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices

[PATCH v3 0/9] Add support for RK3588 DisplayPort Controller
 2025-04-04 19:36 UTC  (4+ messages)
` [PATCH v3 1/9] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller

[PATCH v2 1/2] memcg: Don't generate low/min events if either low/min or elow/emin is 0
 2025-04-04 19:38 UTC  (8+ messages)

[PATCH v7 00/13] Add initial support for Renesas RZ/T2H SoC
 2025-04-04 19:37 UTC  (3+ messages)
` [PATCH v7 02/13] dt-bindings: clock: Add cpg for the "

[PATCH 1/1] pahole: When trying to encode BTF avoid DWARF less files
 2025-04-04 19:37 UTC  (4+ messages)

[PATCH 0/8] media: uvcvideo: Add support for V4L2_CID_CAMERA_SENSOR_ORIENTATION
 2025-04-04 19:36 UTC  (3+ messages)
` [PATCH 5/8] dt-bindings: usb: usb-device: Add orientation

[PATCH v2 0/4] support FEAT_MTE_STORE_ONLY feature
 2025-04-04 19:33 UTC  (3+ messages)

[PATCH v2 0/2] derpecate some block-job- APIs
 2025-04-04 19:31 UTC  (3+ messages)
` [PATCH v2 1/2] qapi: synchronize jobs and block-jobs documentation
` [PATCH v2 2/2] qapi/block-core: derpecate some block-job- APIs

[PATCH v3 0/2] Implement endianess swap macros for RISC-V
 2025-04-04 19:28 UTC  (5+ messages)
` [PATCH v3 2/2] riscv: introduce asm/swab.h

[PATCH 00/14] arm64: Preparatory FPSIMD/SVE/SME fixes
 2025-04-04 19:27 UTC  (15+ messages)
` [PATCH 01/14] arm64/fpsimd: Avoid RES0 bits in the SME trap handler
` [PATCH 03/14] arm64/fpsimd: Remove redundant clearing of TIF_SVE
` [PATCH 04/14] arm64/fpsimd: Remove redundant SVE trap manipulation
` [PATCH 05/14] arm64/fpsimd: Remove opportunistic freeing of SME state
` [PATCH 08/14] arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP
` [PATCH 09/14] arm64/fpsimd: Reset FPMR upon exec()
` [PATCH 14/14] arm64/fpsimd: signal: Simplify preserve_tpidr2_context()

[PATCH 6.14 00/21] 6.14.1-rc1 review
 2025-04-04 19:32 UTC  (2+ messages)

[PATCH v2] hwmon: (pmbus): Introduce page_change_delay
 2025-04-04 19:31 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 6.13 00/23] 6.13.10-rc1 review
 2025-04-04 19:30 UTC  (2+ messages)

[PATCH v3 0/6] x86/bugs: RSB mitigation fixes and documentation
 2025-04-04 19:30 UTC  (4+ messages)
` [PATCH v3 6/6] x86/bugs: Add RSB mitigation document

[PATCH 6.12 00/22] 6.12.22-rc1 review
 2025-04-04 19:30 UTC  (2+ messages)

[PATCH 6.6 00/26] 6.6.86-rc1 review
 2025-04-04 19:30 UTC  (2+ messages)

[PATCH 6.1 00/22] 6.1.133-rc1 review
 2025-04-04 19:29 UTC  (2+ messages)

[PATCH] libtraceevent: If function has arguments print them
 2025-04-04 19:30 UTC 

[PATCH v2] mm: add zblock allocator
 2025-04-04 19:28 UTC 

[PATCH RESEND] libsepol: Print info nodes at the first child
 2025-04-04 19:26 UTC  (2+ messages)

[REGRESSION][BISECTED] Firmware load error for TEE on Framework Desktop
 2025-04-04 19:20 UTC 

Bug#1100928: [regression 6.1.y] microphone no longer records (on VivoBook_ASUSLaptop TP401MARB_J401MA)
 2025-04-04 19:23 UTC  (8+ messages)

[PATCH] platform/x86: thinkpad-acpi: Add support for new hotkey for camera shutter switch
 2025-04-04 19:23 UTC  (6+ messages)

[RFC PATCH] terraform/OCI: Grab secrets from ~/.oci/config
 2025-04-04 19:19 UTC  (9+ messages)

[PATCH v2] ata: libata-scsi: Set INFORMATION sense data field consistently
 2025-04-04 19:18 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/3] dump.f2fs: support to dump hex of filename in dump_dirent()
 2025-04-04 19:17 UTC  (3+ messages)
` [f2fs-dev] [PATCH 3/3] fsck.f2fs: support to tune linear lookup feature

[PATCH] cobalt/dovetail: Fill fault statistics counters
 2025-04-04 19:08 UTC 

[PATCH v3] docs: update THP admin guide about non-tmpfs filesystem support
 2025-04-04 19:16 UTC  (6+ messages)

[PATCH 0/6] drm/i915/dp_mst: Clean up active stream count tracking
 2025-04-04 19:16 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] compiler.h: Avoid the usage of __typeof_unqual__() when __GENKSYMS__ is defined
 2025-04-04 19:13 UTC  (6+ messages)

[PATCH v7 0/3] fuse: remove temp page copies in writeback
 2025-04-04 19:13 UTC  (3+ messages)
` [PATCH v7 1/3] mm: add AS_WRITEBACK_INDETERMINATE mapping flag

QA notification for completed autobuilder build (yocto-4.0.26.rc1)
 2025-04-04 19:12 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH] ARM: dts: nuvoton: Add MMC Nodes
 2025-04-04 19:11 UTC  (2+ messages)

[PATCHSET sched_ext/for-6.16] sched_ext: Cleanup "ops" usage in symbols
 2025-04-04 19:12 UTC  (7+ messages)
` [PATCH 4/5] sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
  ` [PATCH 6/5] sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH

[meta-zephyr][PATCH] zephyr-core/zephyr-kernel: specify newlib capability with cross-compile toolchain
 2025-04-04 19:09 UTC 

[PATCH 3/3] crypto: x86 - Remove CONFIG_AS_AVX512
 2025-04-04 19:09 UTC  (5+ messages)

[PATCH] cxl: Remove always true condition for cxlctl_validate_hw_command()
 2025-04-04 19:07 UTC  (2+ messages)

[Patch net v2 00/11] net_sched: make ->qlen_notify() idempotent
 2025-04-04 19:03 UTC  (6+ messages)
` [Patch net v2 06/11] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
  ` [Patch net v2 11/11] selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent

[PATCH v16 00/15] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2025-04-04 19:01 UTC  (16+ messages)
` [PATCH v16 01/15] platform-msi: Add msi_remove_device_irq_domain() in platform_device_msi_free_irqs_all()
` [PATCH v16 02/15] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v16 03/15] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v16 04/15] dt-bindings: pci: pci-msi: Add support for PCI Endpoint msi-map
` [PATCH v16 05/15] irqchip/gic-v3-its: Add support for device tree msi-map and msi-mask
` [PATCH v16 06/15] PCI: endpoint: Set ID and of_node for function driver
` [PATCH v16 07/15] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v16 08/15] PCI: endpoint: pci-ep-msi: Add MSI address/data pair mutable check
` [PATCH v16 09/15] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v16 10/15] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v16 11/15] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v16 12/15] selftests: pci_endpoint: "
` [PATCH v16 13/15] pci: imx6: Add helper function imx_pcie_add_lut_by_rid()
` [PATCH v16 14/15] pci: imx6: Add LUT setting for MSI/IOMMU in Endpoint mode
` [PATCH v16 15/15] arm64: dts: imx95: Add msi-map for pci-ep device

[meta-core][PATCH v2] libgpg-error: inherit lib_package
 2025-04-04 19:02 UTC  (11+ messages)
` [OE-core] "
  ` AW: "

[PATCH 0/7] More CRC kconfig option cleanups
 2025-04-04 19:02 UTC  (4+ messages)
` [PATCH 6/7] lib/crc: document all the CRC library kconfig options

[PATCH 1/2] fetch/git: always fetch lfs when creating shallow tarball
 2025-04-04 18:59 UTC  (2+ messages)
` [PATCH 2/2] fetch/git: correct typo in comment and style

[PATCH v3] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
 2025-04-04 18:58 UTC  (3+ messages)

[PATCH v6 0/4] Enlightened vTPM support for SVSM on SEV-SNP
 2025-04-04 18:58 UTC  (5+ messages)
` [PATCH v6 3/4] tpm: add SNP SVSM vTPM driver

[PATCH v1 1/1] leds: pca955x: Avoid potential overflow when filling default_label
 2025-04-04 18:58 UTC  (2+ messages)

systemd-systemctl-native broken after update to walnascar #poky #yocto
 2025-04-04 18:58 UTC  (2+ messages)
` [poky] "

[PATCH v4] tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
 2025-04-04 18:58 UTC 

Leaking plh_return_segs in containerized pNFS client?
 2025-04-04 18:57 UTC 

[PATCH v8 0/5] TH1520 SoC: Add AON firmware & power-domain support
 2025-04-04 18:55 UTC  (4+ messages)
  ` [PATCH v8 5/5] riscv: Enable PM_GENERIC_DOMAINS for T-Head SoCs

[PATCH 1/1] tools build: Don't set libunwind as available if test-all.c build succeeds
 2025-04-04 18:55 UTC 

[ BUG: Invalid wait context ] rtc_lock at: mc146818_avoid_UIP
 2025-04-04 18:47 UTC  (7+ messages)
        ` [PATCH] timekeeping: Add a lockdep override in tick_freeze()

[PATCH RESEND v2] led: multicolor: Fix intensity setting while SW blinking
 2025-04-04 18:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] workqueue: Better document teardown for delayed_work
 2025-04-04 18:48 UTC  (2+ messages)

[PATCH] perl-ptest: copy xconfig data from perl source directory
 2025-04-04 18:46 UTC  (6+ messages)
` [OE-core] "
  ` [EXTERNAL] "

[PATCH] drm/amdgpu: Modify register write via PSP
 2025-04-04 18:41 UTC 

[paulmck-rcu:dev] BUILD SUCCESS 60093e6f3711907dff9120f861c2f7031201aca1
 2025-04-04 18:41 UTC 

[RFC PATCH] selinux: reduce path walk overhead
 2025-04-04 18:40 UTC  (5+ messages)

[PATCH 1/3] perf sort: Keep output fields in the same level
 2025-04-04 18:40 UTC  (10+ messages)
        ` [perf top] annotation doesn't work, libunwind doesn't seem to be working either

[paulmck-rcu:dev.2025.03.31a] BUILD SUCCESS cc7eda9f61052500791646a102964cf892704385
 2025-04-04 18:40 UTC 

kbuild: deb-pkg: Does the deb-pkg target discard multi-core compilation options?
 2025-04-04 18:40 UTC  (5+ messages)
  ` ⚠️ "

[PATCH] refs: fix duplicated word in comment
 2025-04-04 18:39 UTC 

[PATCH bpf-next v2] selftests/bpf: support struct/union presets in veristat
 2025-04-04 18:39 UTC  (2+ messages)

[PATCH v3] tracing: Move histogram trigger variables from stack to per CPU structure
 2025-04-04 18:40 UTC 

[PATCH i-g-t v6 0/5] Add per-device engine activity stats in GPUTOP
 2025-04-04 18:38 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Add per-device engine activity stats in GPUTOP (rev2)

[Buildroot] [PATCH] package/frr: bump to version 10.3
 2025-04-04 18:37 UTC  (2+ messages)

[PATCH v5 0/2] Remove support for UHBR13.5
 2025-04-04 18:35 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[RFC PATCH-for-10.1 00/39] single-binary: Make hw/arm/ common
 2025-04-04 18:33 UTC  (15+ messages)
` [RFC PATCH-for-10.1 11/39] hw/arm: Use full "target/arm/cpu.h" path to include target's "cpu.h"
` [RFC PATCH-for-10.1 20/39] target/arm: Extract PSCI definitions to 'psci.h'
` [RFC PATCH-for-10.1 27/39] system/hvf: Expose hvf_enabled() to common code
` [RFC PATCH-for-10.1 28/39] exec: Do not poison hardware accelerators
` [RFC PATCH-for-10.1 35/39] hw/arm/virt: Replace TARGET_AARCH64 -> target_long_bits()

[PATCH] drm/i915/dp: Enable SST LT fallback between UHBR and non-UHBR link rates
 2025-04-04 18:34 UTC 

[PATCH v2 00/14] drm/i915: sagv/bw cleanup
 2025-04-04 18:30 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915: sagv/bw cleanup (rev5)

Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
 2025-04-04 16:04 UTC  (11+ messages)

[PATCH v2] net: wwan: Add error handling for ipc_mux_dl_acb_send_cmds()
 2025-04-04 18:28 UTC  (3+ messages)

[PATCH v2] x86/xen: fix balloon target initialization for PVH dom0
 2025-04-04 18:26 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/1] package/hiredis: force cmake version 3.5
 2025-04-04 18:25 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/1] package/pkg-cmake.mk: force config version >=3.5
 2025-04-04 18:24 UTC 

[PATCH v2 0/3] commands: devlookup: add option to print kernel root option
 2025-04-04 18:23 UTC  (4+ messages)
` [PATCH v2 1/3] commands: devlookup: factor out cmd_export_val
` [PATCH v2 2/3] commands: findmnt: add support for exporting target as variable
` [PATCH v2 3/3] commands: devlookup: add option to print kernel root option

[PATCH] refs/packed: fix BUG when seeking refs with UTF-8 characters
 2025-04-04 18:21 UTC  (2+ messages)

[PATCH 0/2] Tree-checker unlikely annotations, error code updates
 2025-04-04 18:19 UTC  (2+ messages)
` [PATCH 2/2] btrfs: tree-checker: adjust error code for header level check


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.