All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-18 13:12:56 to 2026-08-18 13:40:12 UTC [more...]

[PATCH -next] rust: fwctl: replace `__pinned_init` with `raw_try_init`
 2026-08-18 13:40 UTC  (5+ messages)

[PATCH v5 0/2] Add LPASS VA CSR HeartBeat pulse clock support
 2026-08-18 13:40 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: clock: qcom: Add LPASS VA CSR HeartBeat pulse clock

[PATCH] staging: rtl8723bs: remove extern from function declarations in header files
 2026-08-18 13:39 UTC  (2+ messages)

[PATCH v2] platform/x86: think-lmi: Fix current password length check
 2026-08-18 13:39 UTC  (5+ messages)

[PATCH v3 00/74] qom/qdev: associate properties with QAPI schema types
 2026-08-18 13:29 UTC  (18+ messages)
` [PATCH v3 57/74] hw/gpio/pca955x: convert pin/led property to QAPI-aware enum
` [PATCH v3 58/74] hw/pci: change the busnr type to uint8
` [PATCH v3 60/74] qdev: convert core PropertyInfo definitions to use qapi_type
` [PATCH v3 61/74] qdev: adjust PciDevfn declared type
` [PATCH v3 62/74] qdev: convert system PropertyInfo definitions to use qapi_type
` [PATCH v3 63/74] hw: convert device-local "
` [PATCH v3 64/74] target/riscv: fix incorrect QAPI types and u8 casting
` [PATCH v3 65/74] target/riscv: convert PropertyInfo definitions to use qapi_type
` [PATCH v3 66/74] qdev: "
` [PATCH v3 67/74] qdev: introduce typed array PropertyInfos
` [PATCH v3 68/74] qdev: simplify DEFINE_PROP_ARRAY and remove generic array PropertyInfo
` [PATCH v3 69/74] qdev: remove deprecated PropertyInfo.type and .enum_table fields
` [PATCH v3 70/74] memory: use object_property_add_link for container property
` [PATCH v3 71/74] hw/i386: convert PCSouthBridgeOption to QAPI enum
` [PATCH v3 72/74] qom: use QAPITypeInfo in object_property_get_enum
` [PATCH v3 73/74] qapi: expose integer signedness and width in introspection
` [PATCH v3 74/74] tests/qmp-cmd-test: assert qapi-type resolves in query-qmp-schema

[PATCH] MAINTAINERS: Add a section for virtio-rng
 2026-08-18 13:39 UTC 

[PATCH v3 0/2] spi: qcom-geni: Use GPIO to notify master of SPI target activity
 2026-08-18 13:38 UTC  (3+ messages)
` [PATCH v3 1/2] spi: dt-bindings: Document ready-gpios property
` [PATCH v3 2/2] spi: qcom-geni: Use GPIO to notify master of SPI target activity

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-08-18 13:38 UTC  (8+ messages)
` [PATCH v1 13/17] xen/riscv: add unprivileged guest memory read helper

[RFC PATCH 00/44] Allow intitializing EAL without argc/argv
 2026-08-18 13:36 UTC  (45+ messages)
` [PATCH 00/39] Rework EAL configuration
  ` [PATCH 03/39] eal: define new functionally distinct config structs
` [PATCH v2 00/39] Rework EAL configuration
  ` [PATCH v2 01/39] telemetry: make cpuset init parameter const
  ` [PATCH v2 02/39] argparse: check for range overflow in CPU lists
  ` [PATCH v2 03/39] eal: define new functionally distinct config structs
  ` [PATCH v2 04/39] eal: move memory request fields to user config
  ` [PATCH v2 05/39] eal: move NUMA "
  ` [PATCH v2 06/39] eal: move hugepage policy "
  ` [PATCH v2 07/39] eal: move process "
  ` [PATCH v2 08/39] eal: move hugepage limit fields to new config structs
  ` [PATCH v2 09/39] eal: move advanced user config options to user cfg struct
  ` [PATCH v2 10/39] eal: move hugepage size info to platform info struct
  ` [PATCH v2 11/39] eal: move runtime state to appropriate structure
  ` [PATCH v2 12/39] eal: record details of all cpus in platform info
  ` [PATCH v2 13/39] eal: use platform info for lcore lookups
  ` [PATCH v2 14/39] eal: add macro for lowest set CPU bit in a set
  ` [PATCH v2 15/39] eal: store lcore configuration in runtime data
  ` [PATCH v2 16/39] eal: move core indices bitset to runtime state
  ` [PATCH v2 17/39] eal: cleanup CPU init function
  ` [PATCH v2 18/39] eal: move NUMA node information to platform info struct
  ` [PATCH v2 19/39] eal: move lcore role and count to runtime state
  ` [PATCH v2 20/39] eal: make lcore role a field in lcore config struct
  ` [PATCH v2 21/39] eal: move main lcore setting to runtime "
  ` [PATCH v2 22/39] eal: move IOVA mode and process type to runtime cfg
  ` [PATCH v2 23/39] eal: move memory config pointer to runtime state struct
  ` [PATCH v2 24/39] eal: remove rte_config structure
  ` [PATCH v2 25/39] eal: separate runtime state update from arg parsing
  ` [PATCH v2 26/39] eal: move device options staging list into user cfg
  ` [PATCH v2 27/39] eal: separate plugin paths from loaded plugin objects
  ` [PATCH v2 28/39] eal: simplify internal driver path iteration APIs
  ` [PATCH v2 29/39] eal: move trace config into user config struct
  ` [PATCH v2 30/39] eal: record service cores in "
  ` [PATCH v2 31/39] eal: store user-provided lcore info "
  ` [PATCH v2 32/39] eal: clarify docs on params taking lcore IDs
  ` [PATCH v2 33/39] eal: remove internal config reset function
  ` [PATCH v2 34/39] eal: move functions setting runtime state
  ` [PATCH v2 35/39] eal: initialize platform info on first use
  ` [PATCH v2 36/39] eal: remove duplicated scan of sysfs for hugepage details
  ` [PATCH v2 37/39] eal: add utilities for working with user config struct
  ` [PATCH v2 38/39] eal: split EAL init into two stages
  ` [PATCH v2 39/39] eal: provide hooks for init with externally supplied config

[PATCH net-next v2 0/2] Guard against gso_segs overflows
 2026-08-18 13:38 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: Guard for gso_segs overflow in skb_segment

[PATCH 0/3] cpu_exec_halt: make method mandatory
 2026-08-18 13:34 UTC  (3+ messages)
` [PATCH 3/3] accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory

[PATCH v5 00/10] media: microchip-isc: AWB, stream-stop and endpoint-ref fixes
 2026-08-18 13:37 UTC  (3+ messages)
` [PATCH v5 02/10] media: microchip-isc: take a reference on the parsed endpoints

[PATCH v2 0/4] Kendryte K230 CMU register model
 2026-08-18 13:35 UTC  (5+ messages)
` [PATCH v2 1/4] hw/misc: model K230 CMU registers
` [PATCH v2 2/4] hw/riscv: connect the K230 CMU
` [PATCH v2 3/4] tests/qtest: add K230 CMU coverage
` [PATCH v2 4/4] docs/system/riscv: document K230 CMU support

[PATCH v3] monitor: Refine 'info tlb' command
 2026-08-18 13:36 UTC  (2+ messages)

[syzbot] [net?] WARNING in rtmsg_ifinfo_build_skb
 2026-08-18 13:37 UTC  (4+ messages)

[PATCH] classes/archiver: fix tarball content in "original" mode
 2026-08-18 13:36 UTC 

[PATCH v2 00/14] devtool: ide-sdk: robust attach-mode debugging and test cleanup
 2026-08-18 13:36 UTC  (2+ messages)
` [OE-core] "

[PATCH v5] drm/drv: Convert wedged event string building to seq_buf
 2026-08-18 13:36 UTC 

[PATCH v1] LoongArch: Fix __smp_mb__{before,after}_atomic()
 2026-08-18 13:35 UTC  (3+ messages)

[PATCH v3 0/6] spi: add multi-CS and multi-chip aggregation support
 2026-08-18 13:35 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: iio: adc: ad7768-1: Document multidevice support

[PATCH] chardev: Don't unregister yank upon async path connection failure
 2026-08-18 13:35 UTC  (2+ messages)

[kvm-unit-tests PATCH] svm: Add SMI handler for svm_intr_intercept_mix_smi test
 2026-08-18 13:34 UTC 

[RFC PATCH v2 05/10] iommu/riscv: support GSCID and GVMA invalidation command
 2026-08-18 13:34 UTC  (4+ messages)

[PATCH] drm/sun4i: frontend: fix clock leak on reset failure in runtime resume
 2026-08-18 13:34 UTC  (2+ messages)

[PATCH] power: domain: mtk: remove setting DCM_TOP_EN
 2026-08-18 13:34 UTC 

[PATCH] selftests/mm: fix unchecked ftruncate return value in soft-dirty test
 2026-08-18 13:32 UTC 

[PATCH 0/4] Add clipboard status notification to VNC
 2026-08-18 13:33 UTC  (3+ messages)
` [PATCH 4/4] ui/vnc: notify client of clipboard peer status

[PATCH] platform/x86: thinkpad_acpi: Use bool for str_supported() parameter
 2026-08-18 13:34 UTC  (3+ messages)

[PATCH RFC 0/4] RME-DA preparatory work
 2026-08-18 13:32 UTC  (5+ messages)
` [PATCH RFC 1/4] hw/pci: add IDE + TEE capability to PCIe root port
` [PATCH RFC 2/4] sata: add SPDM + IDE + TEE pci support
` [PATCH RFC 3/4] hw/pci: add DVSEC RMEDA capability to PCIe root port
` [PATCH RFC 4/4] hw/pci/msi: extract msi_message_address_register

[PATCH 1/2] RDMA/rxe: copy send WQE to kernel buffer before processing
 2026-08-18 13:33 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for HP Laptop 15-fd0039nt
 2026-08-18 13:32 UTC 

[PATCH v2 1/2] ASoC: dt-bindings: cs35l45: Adds SYNC properties
 2026-08-18 13:33 UTC  (3+ messages)

[PATCH v2] iommu/virtio: Add debugfs state dump
 2026-08-18 13:33 UTC  (2+ messages)

[PATCH net] net: ipa: fix stalled modem TX queue after runtime resume
 2026-08-18 13:33 UTC  (2+ messages)

[PATCH v2 i-g-t] intel-ci: Update Core Blocklists for LNL, PTL & NVL
 2026-08-18 13:32 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH v7 0/4] iio: light: add support for veml6031x00 ALS series
 2026-08-18 13:32 UTC  (5+ messages)
` [PATCH v7 2/4] "
` [PATCH v7 3/4] iio: light: veml6031x00: add support for triggered buffers

[PATCH] irqchip: irq-imx-intmux: fix runtime PM cleanup
 2026-08-18 13:32 UTC  (2+ messages)

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-18 13:32 UTC  (4+ messages)
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path

[PATCH net v3] netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()
 2026-08-18 13:31 UTC 

[PATCH v2 0/8] arm: u8500: Enable upstream DT based SD card boot
 2026-08-18 13:31 UTC  (6+ messages)
` [PATCH v2 7/8] arm: u8500: Switch Stemmy to upstream Janice device tree

[kas:collapse/rfc-v1 65/76] mm/khugepaged.c:593:7: warning: assignment to 'struct vm_area_struct *' from 'int' makes pointer from integer without a cast
 2026-08-18 13:31 UTC 

[PATCH v2] iio: gyro: mpu3050: Fix runtime PM leak on trigger errors
 2026-08-18 13:30 UTC 

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-18 13:30 UTC  (3+ messages)

[PATCH] tools: fwumdata: fix redundant metadata buffer overlap
 2026-08-18 13:30 UTC  (2+ messages)

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-18 13:30 UTC  (7+ messages)
  ` 答复: [External Mail]Re: "
    `  "

[PATCH v4 0/2] Bluetooth: fix endless adv params retry after a cancelled connection
 2026-08-18 13:29 UTC  (3+ messages)
` [PATCH v4 1/2] Bluetooth: hci_conn: re-enable advertising only for peripheral role
` [PATCH v4 2/2] Bluetooth: hci_event: clear HCI_LE_ADV only on a created connection

[PATCH v3 0/2] Bluetooth: fix endless adv params retry after a cancelled connection
 2026-08-18 13:30 UTC  (6+ messages)
` [PATCH v3 2/2] Bluetooth: hci_event: keep HCI_LE_ADV set if the host cancelled

[PATCH] xen/arm: ffa: Harden SEND2 against invented loads
 2026-08-18 13:28 UTC  (3+ messages)

[PATCH] selftests/mm: remove the local PKEY_UNRESTRICTED fallback
 2026-08-18 13:29 UTC  (3+ messages)

[PATCH RESEND] HID: corsair-void: Fix firmware event packet description
 2026-08-18 13:29 UTC  (2+ messages)

[PATCH] char: omap-rng: fix runtime PM cleanup
 2026-08-18 13:28 UTC 

[PATCH v4] reboot: fix cad_pid use-after-free race
 2026-08-18 12:53 UTC  (2+ messages)

[PATCH v3 0/2] spi: qcom-geni: Add shutdown and panic notifier support
 2026-08-18 13:28 UTC  (3+ messages)
` [PATCH v3 1/2] spi: qcom-geni: Add shutdown callback to quiesce hardware on reboot
` [PATCH v3 2/2] spi: qcom-geni: Add panic notifier to cancel and reset DMA during panic

[PATCH net-next v3 0/2] net: stmmac: dwxgmac2: timestamp interrupt + Agilex5 fix
 2026-08-18 13:27 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: stmmac: dwxgmac2: add XGMAC timestamp interrupt support
` [PATCH net-next v3 2/2] net: stmmac: dwmac-socfpga: mask XGMAC_TSIE during cross-timestamp

[PATCH 00/12] drm/panic: Split into core and helpers
 2026-08-18 13:28 UTC  (10+ messages)
` [PATCH 08/12] drm/panic: Split draw_panic_plane()
` [PATCH 09/12] drm/panic: Display panic screen via per-plane callback
` [PATCH 11/12] drm/panic: Move panic display code into helper library
` [PATCH 12/12] drm/panic: Compile KUnit tests as module
` ✗ Fi.CI.BUILD: failure for drm/panic: Split into core and helpers

[PATCH] tools: ynl: handle calloc failure in ynl_ntf_parse
 2026-08-18 13:27 UTC 

[PATCH mt76 1/5] wifi: mt76: mt7996: program a link again if the driver holds it
 2026-08-18 12:58 UTC  (5+ messages)
` [PATCH mt76 2/5] wifi: mt76: check the owner of a remain-on-channel request
` [PATCH mt76 3/5] wifi: mt76: mt7996: take over connection monitoring
` [PATCH mt76 4/5] wifi: mt76: clear offchannel state if a scan has no channel to restore
` [PATCH mt76 5/5] wifi: mt76: account non-AQL frames per peer rather than per link

[PATCH net] net: do not bond/team netdevices which use ml_priv
 2026-08-18 13:25 UTC  (5+ messages)

[PATCH v2 0/6] KVM: s390: Even more misc fixes
 2026-08-18 13:26 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: s390: Fix dirty marking in adapter_indicators_set*()

[RFC PATCH 0/4] espi: introduce eSPI bus framework
 2026-08-18 13:25 UTC  (6+ messages)

[PATCH] crypto: jh7110-cryp: handle clock enable failures
 2026-08-18 13:25 UTC 

[PATCH v7 11/23] firmware: arm_scmi: Add Telemetry notification support
 2026-08-18 13:25 UTC  (3+ messages)

[PATCH v2] netdevsim: update rxq->napi pointer during queue reset
 2026-08-18 13:25 UTC  (2+ messages)

[PATCH 0/4] KVM: Reset steal time accounting on vCPU pid change (x86 and arm64)
 2026-08-18 13:24 UTC  (5+ messages)
` [PATCH 2/4] KVM: arm64: Reset last_steal on vCPU pid change

[PATCH V17 00/12] Add memory page offlining support
 2026-08-18 13:24 UTC  (3+ messages)

[PATCH] mailbox: rockchip-mailbox: use devm_clk_get_enabled() for probe cleanup
 2026-08-18 13:24 UTC  (2+ messages)

[PATCH] misc: atmel-ssc: handle clock enable failure
 2026-08-18 13:22 UTC 

[PATCH] can: kvaser_pciefd: fix use-after-free in bec poll timer
 2026-08-18 13:22 UTC  (3+ messages)

[Buildroot] [PATCH] package/cmake: bump host-cmake minimum version to 3.26
 2026-08-18 13:22 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: vgic: Fixes for ITS table save and init retry
 2026-08-18 13:22 UTC  (7+ messages)
` [PATCH v2 2/4] KVM: arm64: vgic: Don't leak the SPI array when init is retried

[PATCH] fuse: wake one waiter per freed slot when raising max_background
 2026-08-18 13:21 UTC  (2+ messages)

[PATCH] net/vhost: preserve Tx ownership on VLAN failure
 2026-08-18 13:19 UTC  (2+ messages)

[PATCH v1 0/6] IXGBE IPsec fixes
 2026-08-18 13:19 UTC  (7+ messages)
` [PATCH v1 1/6] net/ixgbe: add key length check in IPsec
` [PATCH v1 2/6] net/ixgbe: remove unnecessary dev pointer
` [PATCH v1 3/6] net/ixgbe: harmonize return values in IPsec
` [PATCH v1 4/6] net/ixgbe: get rid of unnecessary malloc "
` [PATCH v1 5/6] net/ixgbe: fix missing HW write "
` [PATCH v1 6/6] net/ixgbe: refactor IPsec code

[PATCH] memory: exynos5422-dmc: handle clock enable failures
 2026-08-18 13:19 UTC 

[PATCH] platform/x86: ISST: Avoid model check for recent servers
 2026-08-18 13:19 UTC  (3+ messages)

[PATCH 0/3] serial: 8250_mxpcie: probe and console fixes
 2026-08-18 13:19 UTC  (3+ messages)
` [PATCH 2/3] serial: 8250_mxpcie: fail the probe when a port cannot be registered

[PATCH net-next 0/8] Netfilter/IPVS fixes for net-next
 2026-08-18 13:18 UTC  (2+ messages)

[jimc:folio-pool-v2-lockdep 14/21] kernel/locking/lockdep.c:6776:2: error: 'bootstrap_stack_trace' undeclared; did you mean 'save_stack_trace'?
 2026-08-18 13:18 UTC 

[PATCH net v3 0/3] net: pse-pd: fix use-after-free of PI array on controller unregister
 2026-08-18 13:18 UTC  (3+ messages)
` [PATCH net v3 3/3] net: pse-pd: unregister from the controller list before freeing PI data

[PATCH RFC 0/9] Path-compressed trie storage for persistent stack depot records
 2026-08-18 13:17 UTC  (2+ messages)

[PATCH] gpu: ipu-pre: handle clock enable failures
 2026-08-18 13:18 UTC 

[PATCH] thermal: rcar-thermal: fix runtime PM cleanup
 2026-08-18 13:16 UTC 

[PATCH] platform/x86: samsung-galaxybook: Add SAMB430 ACPI device ID
 2026-08-18 13:16 UTC  (2+ messages)

[PATCH v2 4/4] block, nvme: use lower-level limit helpers for namespace heads
 2026-08-18 13:14 UTC  (2+ messages)

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-18 13:14 UTC  (3+ messages)
` [PATCH 1/3] ovl: don't warn when the "

[PATCH] i2c: i2c-rzv2m: fix runtime PM cleanup
 2026-08-18 13:15 UTC 

[PATCH v2] python3-pygments: update 2.20.0 -> 2.21.0
 2026-08-18 13:14 UTC 

[PATCH] spi: rockchip-sfc: disable runtime PM in remove
 2026-08-18 13:14 UTC  (3+ messages)

[PATCH net-next v5 1/2] net: macb: Poll for link state changes when using the internal PCS
 2026-08-18 13:14 UTC  (2+ messages)

[PATCH net-next v5 2/2] net: macb: add support for 1000BASE-X autonegotiation to PCS
 2026-08-18 13:14 UTC  (2+ messages)

[PATCH] iommu/generic_pt: Fix the RISC-V supported feature mask
 2026-08-18 13:14 UTC  (3+ messages)

[PATCH] python3-pygments: update 2.20.0 -> 2.21.0
 2026-08-18 13:13 UTC  (5+ messages)
` [OE-core] "

[PATCH] net: hisilicon: hisi-femac: fix NAPI teardown ordering
 2026-08-18 13:13 UTC 

[RFC PATCH v2 0/8] fuse: caches documentation and testing
 2026-08-18 13:13 UTC  (2+ messages)

[PATCH mptcp-net v5] mptcp: bpf: fix NULL deref and UAF in bpf_mptcp_sock_from_subflow()
 2026-08-18 13:13 UTC  (2+ messages)

[PATCH v6 00/12] mm: PMD-level swap entries for anonymous THPs
 2026-08-18 13:09 UTC  (3+ messages)
` [PATCH v6 11/12] mm: install PMD swap entries on swap-out
` [PATCH v6 12/12] selftests/mm: add PMD swap entry tests


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.