All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-11 21:44:28 to 2025-06-11 22:50:17 UTC [more...]

[nft] mnl: catch bogus expressions before crashing
 2025-06-11 22:50 UTC  (2+ messages)

[PATCH v4 0/3] bus: ts-nbus: use gpiod_multi_set_value_cansleep
 2025-06-11 20:18 UTC  (2+ messages)
` [PATCH v4 1/3] bus: ts-nbus: validate ts,data-gpios array size

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-11 22:46 UTC  (63+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 03/62] KVM: Pass new routing entries and irqfd when updating IRTEs
` [PATCH v3 04/62] KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
` [PATCH v3 05/62] KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
` [PATCH v3 06/62] iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
` [PATCH v3 07/62] KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 14/62] KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
` [PATCH v3 15/62] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v3 16/62] KVM: VMX: Move enable_ipiv knob to common x86
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v3 18/62] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
` [PATCH v3 19/62] KVM: VMX: Suppress PI notifications whenever the vCPU is put
` [PATCH v3 20/62] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
` [PATCH v3 21/62] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH v3 22/62] iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"
` [PATCH v3 23/62] KVM: SVM: Stop walking list of routing table entries when updating IRTE
` [PATCH v3 24/62] KVM: VMX: "
` [PATCH v3 25/62] KVM: SVM: Extract SVM specific code out of get_pi_vcpu_info()
` [PATCH v3 26/62] KVM: x86: Move IRQ routing/delivery APIs from x86.c => irq.c
` [PATCH v3 27/62] KVM: x86: Nullify irqfd->producer after updating IRTEs
` [PATCH v3 28/62] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
` [PATCH v3 29/62] KVM: x86: Move posted interrupt tracepoint to common code
` [PATCH v3 30/62] KVM: SVM: Clean up return handling in avic_pi_update_irte()
` [PATCH v3 31/62] iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structs
` [PATCH v3 32/62] KVM: Don't WARN if updating IRQ bypass route fails
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
` [PATCH v3 34/62] KVM: x86: Track irq_bypass_vcpu in common x86 code
` [PATCH v3 35/62] KVM: x86: Skip IOMMU IRTE updates if there's no old or new vCPU being targeted
` [PATCH v3 36/62] KVM: x86: Don't update IRTE entries when old and new routes were !MSI
` [PATCH v3 37/62] KVM: SVM: Revert IRTE to legacy mode if IOMMU doesn't provide IR metadata
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` [PATCH v3 39/62] iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modify
` [PATCH v3 40/62] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v3 41/62] iommu/amd: Factor out helper for manipulating IRTE GA/CPU info
` [PATCH v3 42/62] iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinity
` [PATCH v3 43/62] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
` [PATCH v3 44/62] KVM: SVM: Don't check for assigned device(s) when updating affinity
` [PATCH v3 45/62] KVM: SVM: Don't check for assigned device(s) when activating AVIC
` [PATCH v3 46/62] KVM: SVM: WARN if (de)activating guest mode in IOMMU fails
` [PATCH v3 47/62] KVM: SVM: Process all IRTEs on affinity change even if one update fails
` [PATCH v3 48/62] KVM: SVM: WARN if updating IRTE GA fields in IOMMU fails
` [PATCH v3 49/62] KVM: x86: Drop superfluous "has assigned device" check in kvm_pi_update_irte()
` [PATCH v3 50/62] KVM: x86: WARN if IRQ bypass isn't supported "
` [PATCH v3 51/62] KVM: x86: WARN if IRQ bypass routing is updated without in-kernel local APIC
` [PATCH v3 52/62] KVM: SVM: WARN if ir_list is non-empty at vCPU free
` [PATCH v3 53/62] KVM: x86: Decouple device assignment from IRQ bypass
` [PATCH v3 54/62] KVM: VMX: WARN if VT-d Posted IRQs aren't possible when starting "
` [PATCH v3 55/62] KVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag/metadata
` [PATCH v3 56/62] iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC support
` [PATCH v3 57/62] KVM: SVM: Fold avic_set_pi_irte_mode() into its sole caller
` [PATCH v3 58/62] KVM: SVM: Don't check vCPU's blocking status when toggling AVIC on/off
` [PATCH v3 59/62] KVM: SVM: Consolidate IRTE update "
` [PATCH v3 60/62] iommu/amd: KVM: SVM: Allow KVM to control need for GA log interrupts
` [PATCH v3 61/62] KVM: SVM: Generate GA log IRQs only if the associated vCPUs is blocking
` [PATCH v3 62/62] KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()

[RFC] latencystats: performance overhaul
 2025-06-11 22:48 UTC  (5+ messages)
` [PATCH v8 0/7] latencystats: cleanup and floating point fixes
  ` [PATCH v8 2/7] latencystats: do not use floating point

[PATCH] PCI: Set up runtime PM on devices that don't support PCI PM
 2025-06-11 22:47 UTC  (2+ messages)

[PATCH wireless v2] Revert "wifi: mwifiex: Fix HT40 bandwidth issue."
 2025-06-11 22:47 UTC  (2+ messages)

[PATCH nft] src: move BASECHAIN flag toggle to netlink linearize code for device update
 2025-06-11 22:46 UTC  (2+ messages)

[PATCH wireless-next v2] wifi: mwifiex: enable host mlme on sdio W8997 chipsets
 2025-06-11 22:46 UTC  (2+ messages)

[PATCH bpf-next v3 01/11] Revert "bpf: use common instruction history across all states"
 2025-06-11 22:45 UTC  (2+ messages)

+ mm-gup-revert-mm-gup-fix-infinite-loop-within-__get_longterm_locked.patch added to mm-hotfixes-unstable branch
 2025-06-11 22:45 UTC 

[PATCH v2] Expose RDS features via sysfs
 2025-06-11 22:44 UTC  (3+ messages)
` [PATCH v2] rds: Expose feature parameters "

[PATCH] drm/xe: Fix early wedge on GuC load failure
 2025-06-11 22:44 UTC  (6+ messages)
` ✓ CI.checkpatch: success for drm/xe: Fix early wedge on GuC load failure (rev3)
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v3 0/4] drm/xe/bmg: Update some WAs
 2025-06-11 22:44 UTC  (9+ messages)
` [PATCH v3 1/4] drm/xe/bmg: Update Wa_14022085890

[PULL 0/1] Tracing patches
 2025-06-11 22:42 UTC  (5+ messages)
` [PULL 1/1] meson: fix Windows build

[PATCH] m68k: Enable dead code elimination
 2025-06-11 22:41 UTC  (7+ messages)

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-06-11 22:40 UTC  (3+ messages)
` [PATCH v5 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF

[PATCH net-next 06/12] net: txgbevf: init interrupts and request irqs
 2025-06-11 22:39 UTC  (2+ messages)

simple NFSv4.1/4.2 test of remove while holding a delegation
 2025-06-11 22:39 UTC  (3+ messages)
  ` [nfsv4] "

[PATCH v3] drm/xe/vm: Add a helper xe_vm_range_tilemask_tlb_invalidation()
 2025-06-11 22:38 UTC  (8+ messages)

[PATCH v3 00/22] x86: Trenchboot Secure Launch DRTM (Xen)
 2025-06-11 22:36 UTC  (7+ messages)
` [PATCH v3 04/22] x86/boot/slaunch-early: implement early initialization
` [PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval

[syzbot] [bpf?] KASAN: slab-use-after-free Read in do_check
 2025-06-11 22:36 UTC  (5+ messages)
` [PATCH bpf-next] bpf: Fix state use-after-free on push_stack() err
` [PATCH bpf-next] bpf: Remove redundant free_verifier_state()/pop_stack()

[PATCH 1/4] PCI: dw-rockchip: Do not enumerate bus before endpoint devices are ready
 2025-06-11 21:14 UTC  (3+ messages)

[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-11 21:15 UTC  (6+ messages)
  ` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC

[PATCH i-g-t] tests/kms_vrr: Skip LOBF test if PR is not supported on sink
 2025-06-11 22:35 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-11 22:35 UTC  (3+ messages)

list_lru isolate callback question?
 2025-06-11 22:34 UTC  (8+ messages)

[PATCH v2 0/5] Add support for BeagleBone Green Eco board
 2025-06-11 21:13 UTC  (3+ messages)
` [PATCH v2 5/5] arm: omap2plus_defconfig: Enable TPS65219 regulator

locking/local_lock, mm: sparse warnings about shadowed variable
 2025-06-11 22:33 UTC  (4+ messages)

[net-next PATCH v6 07/10] net: axienet: Convert to use PCS subsystem
 2025-06-11 20:56 UTC  (2+ messages)

[PATCH] fscrypt: don't use hardware offload Crypto API drivers
 2025-06-11 20:58 UTC 

[PATCH v4 0/4] arm64: dts: exynos: add initial support for Samsung Galaxy S22+
 2025-06-11 20:44 UTC  (2+ messages)

[PATCH] fixup! ARM: i.MX8M: Add support for eCSPI boot
 2025-06-11 18:24 UTC  (2+ messages)

[PATCH] ARM: k3: beagleplay: Enable 32k crystal
 2025-06-11 18:24 UTC  (2+ messages)

Firmware Handoff for DT Overlay created by OP-TEE?
 2025-06-11 18:09 UTC 

[PATCH v8 0/9] support FEAT_MTE_TAGGED_FAR feature
 2025-06-11 18:07 UTC  (2+ messages)
` [PATCH v8 9/9] kselftest/arm64/mte: add mtefar tests on check_mmap_options

[PATCH net] net: drv: netdevsim: don't napi_complete() from netpoll
 2025-06-11 22:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/z3: bump to version 4.15.1
 2025-06-11 22:23 UTC 

[PATCH 0/2] dm: core: use {s,u}32 instead of int for dev_read_{s,u}32_default
 2025-06-11 22:21 UTC  (2+ messages)

[PATCH 1/2] regulator: dt-bindings: rpi-panel: Add regulator for 7" Raspberry Pi 720x1280
 2025-06-11 20:30 UTC  (3+ messages)
` [PATCH 2/2] regulator: rpi-panel-v2: "

[PATCH] ARM: Cortex-A9: document core versions used in various SoCs
 2025-06-11 20:19 UTC 

[PATCH bpf-next v3 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 22:18 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCH 0/2] Clean up of GuC init data macros
 2025-06-11 22:19 UTC  (7+ messages)
` [PATCH 1/2] drm/xe/guc: Clean up of GuC 'CTL' defines
` [PATCH 2/2] drm/xe/guc: Add support for NPK as a GuC log target
` ✓ Xe.CI.BAT: success for Clean up of GuC init data macros

[PATCH v4 0/2] AT91 SAMA7 SoC Clock Adjustments
 2025-06-11 19:51 UTC  (4+ messages)
` [PATCH v4 2/2] ARM: dts: microchip: sama7d65: Add clock name property

[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-11 22:15 UTC  (5+ messages)
` [PATCH v2 1/4] cgroup: support to enable nmi-safe css_rstat_updated
` [PATCH v2 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v2 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v2 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()

[PATCH v2] docs: ABI: Fix "diasble" to "disable"
 2025-06-11 21:53 UTC  (2+ messages)

[PATCH v3] perf debug: Add function symbols to dump_stack
 2025-06-11 22:15 UTC 

[PATCH v2 00/10] SAMA7D65 Add support for Crypto, CAN and PWM
 2025-06-11 19:47 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: crypto: add sama7d65 in Atmel AES
` [PATCH v2 02/10] dt-bindings: crypto: add sama7d65 in Atmel SHA
` [PATCH v2 03/10] dt-bindings: crypto: add sama7d65 in Atmel TDES
` [PATCH v2 04/10] dt-bindings: rng: atmel,at91-trng: add sama7d65 TRNG
` [PATCH v2 05/10] crypto: atmel - add support for AES and SHA IPs available on sama7d65 SoC
` [PATCH v2 06/10] ARM: dts: microchip: sama7d65: Add crypto support
` [PATCH v2 07/10] ARM: dts: microchip: sama7d65: Add PWM support
` [PATCH v2 08/10] ARM: dts: microchip: sama7d65: Add CAN bus support
` [PATCH v2 09/10] ARM: dts: microchip: sama7d65: Clean up extra space
` [PATCH v2 10/10] ARM: dts: microchip: sama7d65: Enable CAN bus

[PATCH v2 0/6] bswap.h: Rework ntohl handling
 2025-06-11 22:14 UTC  (8+ messages)
` [PATCH v2 1/6] Revert "bswap.h: add support for built-in bswap functions"
` [PATCH v2 2/6] bswap.h: Add support for __BYTE_ORDER__
` [PATCH v2 3/6] bswap.h: Define GIT_LITTLE_ENDIAN on msvc as little endian
` [PATCH v2 4/6] bswap.h: Always overwrite ntohl/ ntohll macros
` [PATCH v2 5/6] bswap.h: Remove optimized x86 version of bswap32/64
` [PATCH v2 5/6] bswap: "
` [PATCH v2 6/6] bswap.h: Provide a built-in based version of bswap32/64 if possible

[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
 2025-06-11 22:12 UTC  (10+ messages)
  `  "

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-06-11 22:10 UTC  (3+ messages)

[PATCH v2 net] net/mlx5: HWS, Add error checking to hws_bwc_rule_complex_hash_node_get()
 2025-06-11 22:10 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/xe_vm: Fix skip condition to account for padded BO size
 2025-06-11 22:10 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v2 3/3] cpuidle: Add SiFive power provider
 2025-06-11 22:09 UTC  (2+ messages)

[PATCH 0/2] drm/xe: Fix and prepare WA BB for more users
 2025-06-11 22:07 UTC  (2+ messages)

[PATCH v2] PCI: Explicitly put devices into D0 when initializing - Bug report
 2025-06-11 22:07 UTC  (6+ messages)

[kernel-cve-report] New CVE entries this week
 2025-06-11 22:06 UTC 

[PATCH v2 0/5] btrfs: use the super_block as bdev holder
 2025-06-11 22:06 UTC  (3+ messages)

[PATCH net-next v4 0/8] gve: Add Rx HW timestamping support
 2025-06-11 22:05 UTC  (3+ messages)

[PATCH v2 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
 2025-06-11 22:05 UTC  (7+ messages)
` [PATCH v2 2/2] perf debug: Add function symbols to dump_stack

[PATCH 1/2] tests/amdgpu: disabled tests are skipped with skip message
 2025-06-11 22:03 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/2] "

[PATCH net-next 0/2] fbnic: Expand mac stats coverage
 2025-06-11 22:03 UTC  (5+ messages)
` [PATCH net-next 1/2] eth: Update rmon hist range
` [PATCH net-next 2/2] eth: fbnic: Expand coverage of mac stats

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-11 22:02 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v4 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v4 bpf-next 5/5] selftests/bpf: Path walk test

[PATCH nft] src: use constant range expression for interval+concatenation sets
 2025-06-11 22:00 UTC 

[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-11 21:58 UTC  (3+ messages)
` [PATCH v12 3/5] rust: add bitmap API

[REGRESSION] Linux 6.15.1 xen/dom0 domain_crash_sync called from entry.S
 2025-06-11 21:34 UTC  (3+ messages)

[PATCH 1/2] Move FCH header to a location accessible by all archs
 2025-06-11 21:53 UTC  (3+ messages)
` [PATCH 2/2] i2c: Re-enable piix4 driver on non-x86

[PATCH] net: pfcp: fix typo in message_priority field name
 2025-06-11 21:51 UTC  (3+ messages)

[PATCH i-g-t 0/3] improvements for AMD color and async flip tests
 2025-06-11 21:51 UTC  (4+ messages)
` [PATCH i-g-t 3/3] tests/kms_async_flip: skip subtest on AMD if invalid condition

[RFC PATCH v2 1/4] PCI: pcie-rockchip: add Link Control and Status Register 2
 2025-06-11 19:42 UTC  (4+ messages)

[PATCH] i3c: ast2600: Generate T-bits to terminate IBI storm
 2025-06-11 19:44 UTC  (2+ messages)

[Cancelled] CCC Kernel SIG Thursday, June 12th
 2025-06-11 21:50 UTC 

[BUG] perf tools: Build failure in v6.16-rc1
 2025-06-11 21:50 UTC  (7+ messages)

[PATCH net 0/9] mlx5 misc fixes 2025-06-10
 2025-06-11 21:50 UTC  (2+ messages)

[PATCH] arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts
 2025-06-11 21:49 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-06-11 21:06 UTC  (2+ messages)

[PATCH v2 1/2] rcu: Enable rcu_normal_wake_from_gp on small systems
 2025-06-11 21:49 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation/kernel-parameters: Update rcu_normal_wake_from_gp doc

[PATCH v8 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-06-11 17:06 UTC  (4+ messages)
` [PATCH v8 03/13] media: dt-bindings: add rockchip px30 vip
` [PATCH v8 11/13] arm64: dts: rockchip: add vicap node to rk356x
` [PATCH v8 13/13] arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander

[PATCH v4 00/14] kselftest harness and nolibc compatibility
 2025-06-11 21:47 UTC  (11+ messages)
` [PATCH v4 09/14] selftests: harness: Move teardown conditional into test metadata

[PATCH net-next v2 0/3] net: dsa: brcm: add legacy FCS tag
 2025-06-11 21:46 UTC  (3+ messages)
` [PATCH net-next v2 2/3] net: dsa: tag_brcm: add support for legacy FCS tags

[PATCH 0/9] drm/i915/dmc: Deal with loss of pipe DMC state
 2025-06-11 21:46 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps
 2025-06-11 21:39 UTC  (2+ messages)

[PATCH 00/12] Signed BPF programs
 2025-06-11 21:44 UTC  (4+ messages)
` [PATCH 03/12] bpf: Implement exclusive map creation

[PATCH v6 0/6] add support for pf1550 PMIC MFD-based drivers
 2025-06-11 21:44 UTC  (3+ messages)
` [PATCH v6 5/6] power: supply: pf1550: add battery charger support
  ` [PATCH v6 5/6] power: supply: pf1550: add battery charger supporty

[PATCH v2 00/62] objtool,livepatch: klp-build livepatch module generation
 2025-06-11 21:44 UTC  (3+ messages)
` [PATCH v2 59/62] livepatch/klp-build: Introduce klp-build script for generating livepatch modules


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.