All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 17:05:37 to 2026-02-23 17:35:23 UTC [more...]

[PATCH 0/37] PCI/MSI: Enforce explicit IRQ vector management by removing devres auto-free
 2026-02-23 15:59 UTC  (3+ messages)
` [PATCH 25/37] accel/qaic: Replace pci_alloc_irq_vectors() with pcim_alloc_irq_vectors()
` [PATCH 36/37] misc: microchip: pci1xxxx: "

[PATCH v4 0/3] migrate Debian/Ubuntu to pip packages for docs + fix epub and latexpdf targets not finding glob images
 2026-02-23 17:33 UTC  (4+ messages)
` [PATCH v4 1/3] use a venv for installing packages with pip
  ` [docs] "

[PATCH 0/2] init: ensure that /dev/console and /dev/null are (nearly) always available in initramfs
 2026-02-23 17:34 UTC  (7+ messages)
` [PATCH 1/2] init: ensure that /dev/console is "

[PATCH v2] staging: greybus: audio: Use sysfs_emit in show functions
 2026-02-23 17:34 UTC  (2+ messages)

[PATCH v3 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2026-02-23 17:33 UTC  (3+ messages)

[PATCH] ipc: Fix error pointer dereference
 2026-02-23 17:33 UTC  (2+ messages)

[PATCH] cxl/core: fix test_bit misuse with CXL_DECODER_F_ bitmask flags
 2026-02-23 17:33 UTC  (2+ messages)

[PATCH] target/arm/kvm: Don't free migration-blocker reason on failure
 2026-02-23 17:32 UTC 

[PATCH net] vsock: Use container_of() to get net namespace in sysctl handlers
 2026-02-23 17:32 UTC 

[PATCH v2 00/15] Further centralising of directory locking for name ops
 2026-02-23 17:31 UTC  (4+ messages)
` [PATCH v2 06/15] selinux: Use simple_start_creating() / simple_done_creating()

systemd-networkd MAC address randomization stops working when iwd restarts
 2026-02-23 17:30 UTC  (5+ messages)

[PATCH v2 00/12] i2c: configure parent device and OF node through the adapter struct
 2026-02-23 17:31 UTC  (7+ messages)
` [PATCH v2 03/12] i2c: bcm-kona: set device parent and of_node "
` [PATCH v2 08/12] i2c: mxs: "
` [PATCH v2 12/12] i2c: bcm2835: "

[PATCH v2 0/5] Support TQMa8QM
 2026-02-23 17:30 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: usb: cdns,usb3: support USB devices in DT

[PATCH v2] drm/xe: Fix memory leak in xe_vm_madvise_ioctl
 2026-02-23 17:29 UTC  (2+ messages)

[PATCH] mach-k3: j722s: unlock mmr after spl_early_init
 2026-02-23 14:45 UTC 

[PATCH v1 0/4] phy: add common PHY polarity properties support
 2026-02-23 14:42 UTC  (7+ messages)
` [PATCH v1 3/4] dt-bindings: net: airoha, en8811h: deprecate pnswap-rx and pnswap-tx
  ` [PATCH v1 3/4] dt-bindings: net: airoha,en8811h: "

[PATCH v2 0/2] Support for Samsung Exynos 7870 USB PHY device in driver
 2026-02-23 14:25 UTC  (3+ messages)
` [PATCH v2 1/2] phy: samsung: add enum for variants based on SoCs
` [PATCH v2 2/2] phy: samsung: add support for exynos7870 USB PHY

[PATCH v35 0/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-02-23 17:28 UTC  (7+ messages)
` [PATCH v35 1/4] drm/xe/xe_pagefault: Disallow writes to read-only VMAs
` [PATCH v35 2/4] drm/xe/uapi: Define drm_xe_vm_get_property
` [PATCH v35 3/4] drm/xe/xe_vm: Add per VM fault info
` [PATCH v35 4/4] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[PATCH] PCI: cpcihp: Check pci_hp_add_bridge() return value
 2026-02-23 17:26 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Fix build after dma-fence locking rework
 2026-02-23 17:25 UTC 

[PATCH bpf-next v2 0/2] libbpf: Add bpf_program__clone() for individual program loading
 2026-02-23 17:25 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Introduce bpf_program__clone()

[PATCH 00/65] arm: Implement an emulation of GICv5 interrupt controller
 2026-02-23 17:24 UTC  (50+ messages)
` [PATCH 01/65] hw/core: Permit devices to define an array of link properties
` [PATCH 02/65] hw/intc: Skeleton of GICv5 IRS classes
` [PATCH 04/65] hw/intc/arm_gicv5: Implement skeleton code for IRS register frames
` [PATCH 05/65] hw/intc/arm_gicv5: Add migration blocker
` [PATCH 06/65] hw/intc/arm_gicv5: Create and validate QOM properties
` [PATCH 07/65] hw/intc/arm_gicv5: Create inbound GPIO lines for SPIs
` [PATCH 08/65] hw/intc/arm_gicv5: Define macros for config frame registers
` [PATCH 11/65] hw/intc/arm_gicv5: Implement gicv5_class_name()
` [PATCH 12/65] hw/intc/arm_gicv5: Add defines for GICv5 architected PPIs
` [PATCH 16/65] hw/intc/arm_gicv5: Cache LPI IST config in a struct
` [PATCH 17/65] hw/intc/arm_gicv5: Implement gicv5_set_priority()
` [PATCH 18/65] target/arm: GICv5 cpuif: Implement the GIC CDPRI instruction
` [PATCH 20/65] hw/intc/arm_gicv5: Implement remaining set-config functions
` [PATCH 21/65] target/arm: GICv5 cpuif: Implement GIC CD* insns for setting config
` [PATCH 23/65] hw/intc/arm_gicv5: Make gicv5_set_* update SPI state
` [PATCH 24/65] hw/intc/arm_gicv5: Implement gicv5_request_config()
` [PATCH 25/65] target/arm: GICv5 cpuif: Implement GIC CDRCFG and ICC_ICSR_EL1
` [PATCH 26/65] hw/intc/arm_gicv5: Implement IRS_SPI_{SELR, STATUSR, CFGR, DOMAINR}
` [PATCH 27/65] hw/intc/arm_gicv5: Update SPI state for CLEAR/SET events
` [PATCH 28/65] hw/intc/arm_gicv5: Implement IRS_CR0 and IRS_CR1
` [PATCH 37/65] target/arm: GICv5 cpuif: Implement PPI pending status registers
` [PATCH 38/65] target/arm: GICv5 cpuif: Implement PPI enable register
` [PATCH 39/65] target/arm: GICv5 cpuif: Implement PPI priority registers
` [PATCH 40/65] target/arm: GICv5 cpuif: Implement ICC_APR_EL1 and ICC_HAPR_EL1
` [PATCH 41/65] target/arm: GICv5 cpuif: Calculate the highest priority PPI
` [PATCH 42/65] hw/intc/arm_gicv5: Calculate HPPI in the IRS
` [PATCH 43/65] target/arm: GICv5 cpuif: Implement ICC_CR0_EL1
` [PATCH 45/65] target/arm: GICv5 cpuif: Implement ICC_HPPIR_EL1
` [PATCH 46/65] hw/intc/arm_gicv5: Implement Activate command
` [PATCH 47/65] target/arm: GICv5 cpuif: Implement GICR CDIA command
` [PATCH 48/65] target/arm: GICv5 cpuif: Implement GIC CDEOI
` [PATCH 49/65] hw/intc/arm_gicv5: Implement Deactivate command
` [PATCH 50/65] target/arm: GICv5 cpuif: Implement GIC CDDI
` [PATCH 51/65] target/arm: GICv5 cpuif: Signal IRQ or FIQ
` [PATCH 52/65] target/arm: Connect internal interrupt sources up as GICv5 PPIs
` [PATCH 53/65] target/arm: Add has_gcie property to enable FEAT_GCIE
` [PATCH 54/65] hw/intc/arm_gicv3_cpuif: Don't allow GICv3 if CPU has GICv5 cpuif
` [PATCH 55/65] hw/arm/virt: Update error message for bad gic-version option
` [PATCH 56/65] hw/arm/virt: Remember CPU phandles rather than looking them up by name
` [PATCH 57/65] hw/arm/virt: Move MSI controller creation out of create_gic()
` [PATCH 58/65] hw/arm/virt: Pull "wire CPU interrupts" "
` [PATCH 59/65] hw/arm/virt: Split GICv2 and GICv3/4 creation
` [PATCH 60/65] hw/arm/virt: Create and connect GICv5
` [PATCH 61/65] hw/arm/virt: Advertise GICv5 in the DTB
` [PATCH 62/65] hw/arm/virt: Handle GICv5 in interrupt bindings for PPIs
` [PATCH 63/65] hw/arm/virt: Use correct interrupt type for GICv5 SPIs in the DTB
` [PATCH 64/65] hw/arm/virt: Enable GICv5 CPU interface when using GICv5
` [PATCH 65/65] hw/arm/virt: Allow user to select GICv5

[PATCH net] tipc: fix duplicate publication key in tipc_service_insert_publ()
 2026-02-23 17:24 UTC  (2+ messages)

[PATCH i-g-t v5 0/4] kms_flip: limit number of subtests run
 2026-02-23 17:24 UTC  (3+ messages)
` [PATCH i-g-t v5 4/4] tests/kms_flip: limit number of outputs wrt suspend

[PATCH 0/2] pid_namespace: make init creation more flexible
 2026-02-23 17:24 UTC  (5+ messages)
` [PATCH 1/2] pid_namespace: allow opening pid_for_children before init was created

[PATCH 6.1.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:24 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 6.1.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH v1] ufs: core: Move link recovery for hibern8 exit failure to wl_resume
 2026-02-23 17:23 UTC  (2+ messages)

[PATCH 5.15.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:23 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 5.15.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH v2 0/2] driver core: provide and use device_match_fwnode_ext()
 2026-02-23 17:23 UTC  (3+ messages)
` [PATCH v2 2/2] gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()

[PATCH 5.10.y 0/2] Fix incorrect backport of nvme-fc ioerr_work cancel_work_sync()
 2026-02-23 17:22 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] Revert "nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()"
` [PATCH 5.10.y 2/2] nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()

[PATCH v3] hrtimer: add usage examples to documentation
 2026-02-23 17:22 UTC  (6+ messages)

[PATCH 1/4] KVM: nSVM: Sync next_rip to cached vmcb12 after VMRUN of L2
 2026-02-23 17:21 UTC  (12+ messages)

+ maintainers-update-yosry-ahmeds-email-address.patch added to mm-hotfixes-unstable branch
 2026-02-23 17:21 UTC 

[PATCH] net/vdev_netvsc: block driver in github action
 2026-02-23 17:21 UTC 

[PATCH] test: Handle EDQUOT in act_keyctl_test_limits
 2026-02-23 17:20 UTC  (2+ messages)

[PATCH] mempool: introduce statistics reset function
 2026-02-23 17:21 UTC  (2+ messages)

Sparse not supporting kzalloc_obj() and friends
 2026-02-23 17:20 UTC  (4+ messages)

[PATCH net v2] strparser: Fix race condition in strp_done()
 2026-02-23 17:20 UTC  (2+ messages)

[PATCH] gpio: introduce a header for symbols shared by suppliers and consumers
 2026-02-23 17:20 UTC 

hang with current sparse with upstream linux arm64 build
 2026-02-23 17:20 UTC  (4+ messages)

+ mm-memcontrol-switch-to-native-nr_vmalloc-vmstat-counter.patch added to mm-new branch
 2026-02-23 17:20 UTC 

+ mm-vmalloc-streamline-vmalloc-memory-accounting.patch added to mm-new branch
 2026-02-23 17:19 UTC 

[PATCH] arm64: dts: rockchip: Fix vdec register blocks order on RK3576
 2026-02-23 17:19 UTC  (8+ messages)

[PATCH 0/2] block/curl: fix S3 presigned URL support
 2026-02-23 17:18 UTC  (4+ messages)
` [PATCH 2/2] block/curl: add support for S3 presigned URLs

[PATCH 0/4] ublk: rework partition handling
 2026-02-23 17:19 UTC  (6+ messages)
` [PATCH 1/4] ublk: cleanup flag handling and fix UBLK_F_NO_AUTO_PART_SCAN

[Intel-wired-lan] [PATCH iwl-next v5 00/15] Introduce iXD driver
 2026-02-23 17:18 UTC  (18+ messages)
` [Intel-wired-lan] [PATCH iwl-next v5 07/15] idpf: remove 'vport_params_reqd' field
` [Intel-wired-lan] [PATCH iwl-next v5 08/15] idpf: refactor idpf to use libie_pci APIs
` [Intel-wired-lan] [PATCH iwl-next v5 09/15] idpf: refactor idpf to use libie control queues
` [Intel-wired-lan] [PATCH iwl-next v5 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [Intel-wired-lan] [PATCH iwl-next v5 11/15] idpf: print a debug message and bail in case of non-event ctlq message

[PATCH] drm/tiny: ili9486: use DRM_MODE_INIT for proper vrefresh
 2026-02-23 17:12 UTC 

[PATCH 0/9] Add support for mt6392 PMIC
 2026-02-23 17:12 UTC  (9+ messages)
` [PATCH 1/9] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
` [PATCH 2/9] dt-bindings: regulator: add support for MT6392
` [PATCH 3/9] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
` [PATCH 4/9] mfd: mt6397: Add support for MT6392 pmic
` [PATCH 5/9] soc: mediatek: mtk-pmic-wrap: add compatible for MT6392 PMIC
` [PATCH 7/9] input: keyboard: mtk-pmic-keys: add MT6392 support
` [PATCH 8/9] rtc: mt6397: add compatible for MT6392 PMIC
` [PATCH 9/9] arm64: dts: mt6392: add mt6392 PMIC dtsi

[7.0-rc1] codetag: kernel warning "alloc_tag was not set" during boot
 2026-02-23 17:18 UTC  (2+ messages)

[PATCH 0/4] mm: zone lock tracepoint instrumentation
 2026-02-23 17:17 UTC  (4+ messages)

[PATCH v9] setup: improve error diagnosis for invalid .git files
 2026-02-23 17:17 UTC  (8+ messages)
` [PATCH v10] "

Missing audits
 2026-02-23 16:47 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net 0/2] tcp: re-enable acceptance of FIN packets when RWIN is 0
 2026-02-23 17:16 UTC  (5+ messages)
` [PATCH net 1/2] "

[PATCH] test/eal: remove PCI probing for vdev tests
 2026-02-23 17:16 UTC  (2+ messages)

+ mm-centralizefix-comments-about-compound_mapcount-in-new-sync_with_folio_pmd_zap.patch added to mm-unstable branch
 2026-02-23 17:16 UTC 

[PATCH v6 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-02-23 17:15 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v7 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v7 3/3] mm: vmscan: add PIDs "

OVTI08F4:00 sensor not in media graph
 2026-02-23 17:16 UTC  (4+ messages)

[PATCH 0/1] Fix zombie children when git is PID 1 in containers
 2026-02-23 17:14 UTC  (3+ messages)
` [PATCH 1/1] transport-helper, connect: add atexit handler to reap children on abnormal exit

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-23 17:15 UTC  (11+ messages)

[PATCH v1 1/7] Bluetooth: btintel: Add support for hybrid signature for ScP2 onwards
 2026-02-23 17:21 UTC  (5+ messages)
` [PATCH v1 2/7] Bluetooth: btintel: Replace CNVi id with hardware variant
` [PATCH v1 7/7] btintel_pcie: Add support for exception dump for ScP2F

[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
 2026-02-23 17:15 UTC  (5+ messages)
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode

[PATCH V3 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-02-23 17:14 UTC  (8+ messages)
` [PATCH V3 5/5] arm64: dts: qcom: glymur-crd: Enable ADSP and CDSP

[PATCH v1] ufs: core: Fix possible NULL pointer dereference in ufshcd_add_command_trace()
 2026-02-23 17:13 UTC  (2+ messages)

+ mailmap-add-entry-for-daniele-alessandrelli.patch added to mm-hotfixes-unstable branch
 2026-02-23 17:13 UTC 

[PATCH] dt-bindings: watchdog: renesas,wdt: Document RZ/G3L support
 2026-02-23 17:12 UTC  (2+ messages)

[PATCH 1/1] hw/arm: Implement i.MX6UL LCDIF model
 2026-02-23 16:54 UTC 

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-23 17:12 UTC  (14+ messages)

[PATCH v2] sched/topology: Check average distances to remote packages
 2026-02-23 16:42 UTC  (2+ messages)

[Bug 220722] New: Non existent battery reporting for a laptop with touchscreen MSI
 2026-02-23 17:12 UTC  (2+ messages)
` [Bug 220722] "

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-23 17:11 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
        ` [Intel-wired-lan] "

[PATCH 0/1] hw/arm: Implement i.MX6UL LCDIF model
 2026-02-23 16:54 UTC 

[PATCH 00/10] dt-bindings: Various cleanups for Tegra-related bindings
 2026-02-23 17:11 UTC  (2+ messages)

does not connect with intel 3168 past kernel 6.16
 2026-02-23 17:11 UTC  (4+ messages)

[PATCH v10 0/6] Add SPI offload support to AD4030
 2026-02-23 17:10 UTC  (7+ messages)
` [PATCH v10 1/6] Docs: iio: ad4030: Add double PWM SPI offload doc
` [PATCH v10 2/6] dt-bindings: iio: adc: adi,ad4030: Add PWM
` [PATCH v10 3/6] iio: adc: ad4030: Add SPI offload support
` [PATCH v10 4/6] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
` [PATCH v10 5/6] iio: adc: ad4030: Add support for "
` [PATCH v10 6/6] iio: adc: ad4030: Support common-mode channels with SPI offloading

Error while loading dw-i3c-master: UBSAN: shift-out-of-bounds in drivers/i3c/master/dw-i3c-master.c:885:12
 2026-02-23 17:10 UTC  (11+ messages)

[RFC v3] drm/i915/selftests: Prevent userspace mapping invalidation
 2026-02-23 17:10 UTC  (2+ messages)

[PATCH v2 00/33] hw/arm: Introduce generic FDT-driven machine
 2026-02-23 17:01 UTC  (5+ messages)
` [PATCH v2 19/33] hw/core/machine: add '-hw-dtb' option for machine

[PATCH] doc: commit: document special date keywords for --date
 2026-02-23 17:10 UTC  (2+ messages)

[PATCH v2 0/4] sunrpc: cache infrastructure scalability improvements
 2026-02-23 17:10 UTC  (5+ messages)
` [PATCH v2 1/4] sunrpc: fix cache_request leak in cache_release
` [PATCH v2 2/4] sunrpc: convert queue_lock from global spinlock to per-cache-detail lock
` [PATCH v2 3/4] sunrpc: convert queue_wait from global to per-cache-detail waitqueue
` [PATCH v2 4/4] sunrpc: split cache_detail queue into request and reader lists

[RFC] test/eal_flags: suppress vdev_netvsc auto-probe
 2026-02-23 17:10 UTC  (4+ messages)

[PATCH] x86/emul: Remove fallback path from SWAPGS
 2026-02-23 17:08 UTC 

[PATCH v7 5/4] doc: config: fix list continuation in alias section
 2026-02-23 17:09 UTC 

[PATCH v4 0/8] Add support for Pixel 3 and Pixel 3 XL
 2026-02-23 17:09 UTC  (5+ messages)
` [PATCH v4 4/8] drm/panel: sw43408: Add enable/disable and reset functions

[PATCH v2 1/1] spi: pxa2xx: use min() instead of min_t()
 2026-02-23 17:09 UTC  (2+ messages)

[PATCH] mailmap: add entry for Daniele Alessandrelli
 2026-02-23 17:09 UTC 

[PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
 2026-02-23 17:08 UTC  (3+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-02-23 17:08 UTC  (5+ messages)

[PATCH 1/2] checkpatch: Document config file in help
 2026-02-23 17:08 UTC  (5+ messages)
` [PATCH 2/2] checkpatch: Add --conf-dir option

[PATCH] iio: buffer: Fix wait_queue not being removed
 2026-02-23 17:08 UTC  (6+ messages)

[PATCH net v2] net: Drop the lock in skb_may_tx_timestamp()
 2026-02-23 17:07 UTC  (5+ messages)

[Intel-wired-lan] [PATCH v1 iwl-net] ice: fix potential NULL pointer deref in error path of ice_set_ringparam()
 2026-02-23 17:07 UTC  (6+ messages)
        `  "

[PATCH] staging: rtl8723bs: Replace comparison to false with !
 2026-02-23 17:07 UTC 

[PATCH] i2c: s3c24xx: check the size of the SMBUS message before using it
 2026-02-23 17:05 UTC 

[PATCH v4 0/4] pidfd: add CLONE_AUTOREAP and CLONE_PIDFD_AUTOKILL
 2026-02-23 17:05 UTC  (5+ messages)
` [PATCH v4 2/4] pidfd: add CLONE_PIDFD_AUTOKILL
      ` pidfd && O_RDWR

[PATCH 0/2] Misc fix for xe_guc_ct.c
 2026-02-23 17:05 UTC  (3+ messages)
` [PATCH 2/2] drm/xe/guc: Refine CT queue checks and log formatting


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.