All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-27 09:14:08 to 2025-10-27 09:58:42 UTC [more...]

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-27  9:56 UTC  (8+ messages)
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova

[Buildroot] Implementation Procedure for i.MX93 Custom Board
 2025-10-27  9:34 UTC  (8+ messages)

[Intel-wired-lan] [PATCH -next] i40e: Replace sscanf() with kstrtoint() in i40e_dbg_netdev_ops_write()
 2025-10-27  9:40 UTC  (3+ messages)
  `  "

[PATCH v4 0/9] Add ASPEED PCIe Root Complex support
 2025-10-27  9:58 UTC  (5+ messages)
` [PATCH v4 1/9] dt-bindings: phy: aspeed: Add ASPEED PCIe PHY
` [PATCH v4 2/9] dt-bindings: PCI: Add ASPEED PCIe RC support
` [PATCH v4 3/9] dt-bindings: pinctrl: aspeed,ast2600-pinctrl: Add PCIe RC PERST# group
` [PATCH v4 4/9] ARM: dts: aspeed-g6: Add AST2600 PCIe RC PERST#

[PATCH v5 00/12] Introduce git-history(1) command for easy history editing
 2025-10-27  9:58 UTC  (12+ messages)
` [PATCH v5 04/12] replay: parse commits before dereferencing them
` [PATCH v5 05/12] builtin: add new "history" command
` [PATCH v5 06/12] builtin/history: implement "reword" subcommand

[PATCH v4 00/12] Introduce git-history(1) command for easy history editing
 2025-10-27  9:58 UTC  (6+ messages)
` [PATCH v4 12/12] builtin/history: implement "split" subcommand

[PATCH v3 00/20] i386: Support CET for KVM
 2025-10-27 10:19 UTC  (13+ messages)
` [PATCH v3 05/20] i386/cpu: Make ExtSaveArea store an array of dependencies
` [PATCH v3 07/20] i386/cpu: Reorganize dependency check for arch lbr state
` [PATCH v3 09/20] i386/cpu: Fix supervisor xstate initialization
` [PATCH v3 10/20] i386/cpu: Add missing migratable xsave features

[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-27  9:56 UTC  (13+ messages)
` [PATCH RESEND v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH RESEND v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH RESEND v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH RESEND v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH RESEND v2 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH RESEND v2 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH RESEND v2 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH RESEND v2 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH RESEND v2 09/12] X.509: Make certificate parser public
` [PATCH RESEND v2 10/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH RESEND v2 11/12] X.509: Move certificate length retrieval into new helper
` [PATCH RESEND v2 12/12] coco: host: arm64: Register device public key with RMM

[PATCH v7 0/3] Add support for sound profile switching and leverage for OnePlus slider
 2025-10-27  9:57 UTC  (2+ messages)

[RFC][PATCH] drm/virtgpu: Make vblank event dependent on the host resource
 2025-10-27  9:56 UTC  (13+ messages)

[PATCH] block: Add missing null checks during query-named-block-nodes
 2025-10-27  9:55 UTC  (2+ messages)

[PATCH] soc: qcom: Add HWKM v1 support for wrapped keys
 2025-10-27  9:56 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v2 iwl-net] ice: fix PTP cleanup on driver removal in error path
 2025-10-27  9:55 UTC  (2+ messages)

[PATCH v3] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-10-27  9:55 UTC  (2+ messages)

[PATCH v4] drm/virtgpu: Make vblank event dependent on the external sync
 2025-10-27  9:52 UTC 

[PATCH] arm64: dts: imx8mp-debix-model-a: Disable EEE for 1000T
 2025-10-27  9:55 UTC  (11+ messages)

[PATCH] vVMX: Cleanup partial vCPU initialization
 2025-10-27  9:53 UTC  (3+ messages)

[PATCH v2 0/8] Add support for i.MX8ULP's SIM LPAV
 2025-10-27  9:55 UTC  (8+ messages)
` [PATCH v2 1/8] reset: imx8mp-audiomix: Fix bad mask values
` [PATCH v2 2/8] dt-bindings: clock: document 8ULP's SIM LPAV
` [PATCH v2 3/8] clk: imx: add driver for imx8ulp's sim lpav

[openeuler:OLK-6.6 3045/3045] drivers/net/ethernet/nebula-matrix/nbl/nbl_core/nbl_dev.c:2963:8: error: unknown type name 'ivoidnt'
 2025-10-27  9:51 UTC 

[PATCH] drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
 2025-10-27  9:52 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/xe3: Add WA_14024681466 for Xe3_LPG (rev2)

[PATCH] tg3: replace placeholder MAC address with device property
 2025-10-27  9:51 UTC  (2+ messages)
` Andrew Lunn

[PATCH 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
 2025-10-27  9:49 UTC  (17+ messages)
` [PATCH 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH 09/12] X.509: Make certificate parser public
` [PATCH 10/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 11/12] X.509: Move certificate length retrieval into new helper
` [PATCH 12/12] coco: host: arm64: Register device public key with RMM
` [PATCH v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
` [PATCH v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support

[PATCH] drm/mediatek: Disable AFBC support on Mediatek DRM driver
 2025-10-27  9:51 UTC  (2+ messages)

[PATCH v4 00/11] CoreSight: Refactor power management for ETMv3/4
 2025-10-27  9:49 UTC  (3+ messages)
` [PATCH v4 05/11] coresight: etm4x: Ensure context synchronization is not ignored

[PATCH v3 0/2] Add read_poll_timeout_atomic support
 2025-10-27  9:48 UTC  (3+ messages)
  ` [PATCH v3 1/2] rust: add udelay() function

[PATCH v5 0/2] Implement vbus support for HD3SS3220 port controller
 2025-10-27  9:47 UTC  (3+ messages)
` [PATCH v5 2/2] usb: typec: hd3ss3220: Enable VBUS based on ID pin state

[PATCH net] sctp: Prevent TOCTOU out-of-bounds write
 2025-10-27  9:46 UTC  (3+ messages)

[PATCH] drm/i915/dmabuf: Flush the cache in vmap
 2025-10-27  9:46 UTC  (7+ messages)

[PATCH v2] iio: fix kernel-doc warnings in industrialio-backend.c
 2025-10-27  9:46 UTC  (2+ messages)

[PATCH V3] mm/debug_vm_pgtable: Add [pte|pmd]_mkwrite_novma() tests
 2025-10-27  9:45 UTC  (2+ messages)

[PATCH for-rc 0/4] RDMA/hns: Bugfixes and cleanup
 2025-10-27  9:44 UTC  (2+ messages)

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-27  9:44 UTC  (5+ messages)

[PATCH net-next v3 00/12] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-10-27  9:41 UTC  (3+ messages)
` [PATCH net-next v3 08/12] dt-bindings: net: dsa: lantiq,gswip: add MaxLinear RMII refclk output property

[PATCH v2 1/1] checkpatch: Don't warn on "orhapned" DT schema file
 2025-10-27  9:41 UTC  (4+ messages)

[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
 2025-10-27  9:40 UTC  (2+ messages)

[cocci] [PATCH v2] scripts: coccicheck: filter *.cocci files by MODE
 2025-10-27  2:39 UTC  (3+ messages)

[patch V2 00/12] rseq: Implement time slice extension mechanism
 2025-10-27  9:40 UTC  (5+ messages)
` [patch V2 03/12] rseq: Provide static branch for time slice extensions
` [patch V2 05/12] rseq: Add prctl() to enable "

[PATCH] net: phy: motorcomm: Add support for PHY LEDs on YT8531
 2025-10-27  9:40 UTC  (3+ messages)

[PATCH 00/20] arm64: dts: qcom: Introduce Kaanapali platform device tree
 2025-10-27  9:39 UTC  (10+ messages)
` [PATCH 18/20] arm64: dts: qcom: kaanapali-mtp: Add audio support (WSA8845, WCD9395, DMIC)

[PATCH] hw/riscv/riscv-iommu: Fix MemoryRegion owner
 2025-10-27  9:39 UTC  (2+ messages)

[PATCH] ds1225y: Fix nvram MemoryRegion owner
 2025-10-27  9:37 UTC  (2+ messages)

can you apply back quotes to something already tagged with ":ref:"??
 2025-10-27  9:38 UTC  (2+ messages)
` [docs] "

[PATCH 00/22] VKMS: Introduce multiple configFS attributes
 2025-10-27  9:38 UTC  (8+ messages)
` [PATCH 13/22] drm/vkms: Introduce configfs for plane zpos property
` [PATCH 14/22] drm/vkms: Introduce config for connector type
` [PATCH 16/22] drm/vkms: Introduce config for connector supported colorspace

regmap: Modeling a shared page selection register
 2025-10-27  9:38 UTC  (3+ messages)

[v5 00/24] Plane Color Pipeline support for Intel platforms
 2025-10-27  9:38 UTC  (3+ messages)
` [v5 09/24] drm/i915/color: Add helper to create intel colorop

[PATCH v3 1/1] checkpatch: Don't warn on "orhapned" DT schema file
 2025-10-27  9:36 UTC 

[oe][master][PATCH] inotify-tools: improve ptest result handling
 2025-10-27  9:38 UTC 

linux-next: build failure after merge of the pwm tree
 2025-10-27  9:38 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-next v7 0/6] iavf and ice: GTP RSS support and flow enhancements
 2025-10-27  9:37 UTC  (14+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next v7 1/6] ice: add flow parsing for GTP and new protocol field support
  `  "
` [Intel-wired-lan] [PATCH iwl-next v7 2/6] ice: add virtchnl definitions and static data for GTP RSS
  `  "
` [Intel-wired-lan] [PATCH iwl-next v7 3/6] ice: implement GTP RSS context tracking and configuration
  `  "
` [Intel-wired-lan] [PATCH iwl-next v7 4/6] ice: improve TCAM priority handling for RSS profiles
  `  "
` [Intel-wired-lan] [PATCH iwl-next v7 5/6] ice: Extend PTYPE bitmap coverage for GTP encapsulated flows
  `  "
` [Intel-wired-lan] [PATCH iwl-next v7 6/6] iavf: add RSS support for GTP protocol via ethtool
  `  "

[PATCH net-next v16 00/14] Begin upstreaming Homa transport protocol
 2025-10-27  9:37 UTC  (3+ messages)
` [PATCH net-next v16 01/14] net: homa: define user-visible API for Homa

[PATCH v3] media: qcom: iris: Add sanity check for stop streaming
 2025-10-27  9:35 UTC 

[PATCH 0/3] mailbox: renesas: Support MFIS mailbox driver
 2025-10-27  9:36 UTC  (5+ messages)
` [PATCH 3/3] dt-bindings: mailbox: Add Renesas MFIS Mailbox

[PATCH v1 0/3] platform/x86/amd: Add S0ix support to the Xbox Ally
 2025-10-27  8:41 UTC  (19+ messages)
` [PATCH v1 1/3] platform/x86/amd/pmc: Add support for Van Gogh SoC
` [PATCH v1 2/3] platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
` [PATCH v1 3/3] drm/amdgpu: only send the SMU RLC notification on S3

[PATCH 0/2] Rework Van Gogh RLC handling
 2025-10-24 17:03 UTC  (4+ messages)
` [PATCH 1/2] drm/amd: Move Van Gogh specific suspend code into common `set_mp1_state`

[PATCH 1/2] drm/amdgpu: move PMFW rlc notifier to where it's required
 2025-10-24 17:14 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/smu: Handle S0ix for vangogh

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-27  9:34 UTC  (8+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size

Fwd: USB DBC hang during earlyprintk initialization
 2025-10-27  9:34 UTC  (10+ messages)

[PATCH mlx5-next 0/2] Add support for direct steering tag mode for RDMA mlx5_ib driver
 2025-10-27  9:34 UTC  (3+ messages)
` [PATCH mlx5-next 1/2] PCI/TPH: Expose pcie_tph_get_st_table_loc()
` [PATCH mlx5-next 2/2] net/mlx5: Add direct ST mode support for RDMA

[Buildroot] [PATCH for 2025.02.x] package/libglib2: add patch for CVE-2025-7039
 2025-10-27  9:31 UTC 

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-27  9:31 UTC  (13+ messages)
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks

[meta-python][PATCH v2] python3-gpiod: update to v2.4.0
 2025-10-27  9:32 UTC 

[PATCH v2] remoteproc: mtk_scp: change the snprintf() checking
 2025-10-27  9:32 UTC  (2+ messages)

[PATCH v1 0/5] arm64: dts: imx8-apalis: add additional functionality
 2025-10-27  9:30 UTC  (6+ messages)
` [PATCH v1 1/5] arm64: dts: imx8-apalis: cleanup todo
` [PATCH v1 2/5] arm64: dts: imx8-apalis: add thermal nodes
` [PATCH v1 3/5] arm64: dts: imx8-apalis: specify adc reference voltage regulator
` [PATCH v1 4/5] arm64: dts: imx8-apalis: rename wifi regulator
` [PATCH v1 5/5] arm64: dts: imx8-apalis: use startup-delay-us for "

[RFC PATCHv3 0/6] nvme-multipath: introduce adaptive I/O policy
 2025-10-27  9:29 UTC  (7+ messages)
` [RFC PATCHv3 1/6] block: expose blk_stat_{enable,disable}_accounting() to drivers
` [RFC PATCHv3 2/6] nvme-multipath: add support for adaptive I/O policy
` [RFC PATCHv3 3/6] nvme: add sysfs attribute adp_ewma_shift
` [RFC PATCHv3 4/6] nvme: add sysfs attribute adp_weight_timeout
` [RFC PATCHv3 5/6] nvme: add generic debugfs support
` [RFC PATCHv3 6/6] nvme-multipath: add debugfs attribute for adaptive I/O policy stat

[scarthgap][PATCH] imagemagick: adds ptest for imagemagick recipe
 2025-10-27  9:30 UTC  (2+ messages)
` [oe] "

[PATCH v3 0/3] add sysfs nodes to configure TPDA's registers
 2025-10-27  9:29 UTC  (3+ messages)

[PATCH] mm: Convert memory block states (MEM_*) macros to enum
 2025-10-27  9:29 UTC  (2+ messages)

[PATCH 0/2] linux-yocto: 6.17 reference kernel
 2025-10-27  9:28 UTC  (3+ messages)
` [PATCH 1/2] linux-yocto: introduce 6.17 reference kernels
  ` [OE-core] "

[PATCH 6.12.y-cip] mm: page_alloc: Add kernel parameter to select maximum PCP batch scale number
 2025-10-27  9:26 UTC 

[Buildroot] [PATCH v1 1/1] boot/xilinx-prebuilt: add local versal xsa support
 2025-10-27  9:25 UTC  (2+ messages)

[PATCH] iio: document @chan parameter in iio_backend_oversampling_ratio_set
 2025-10-27  9:25 UTC  (5+ messages)

[PATCH v4 0/2] driver: reset: spacemit-p1: add driver for poweroff/reboot
 2025-10-27  9:24 UTC  (7+ messages)
` [PATCH v4 1/2] "

[PATCH AUTOSEL 6.17] serial: qcom-geni: Add DFS clock mode support to GENI UART driver
 2025-10-27  9:24 UTC  (5+ messages)
` [PATCH AUTOSEL 6.17-5.4] ASoC: pxa: add GPIOLIB_LEGACY dependency
` [PATCH AUTOSEL 6.17-5.15] media: em28xx: add special case for legacy gpiolib interface

[PATCH v3 0/3] spmi-pmic-arb: Add support for PMIC arbiter v8 for Glymur and Kaanapali
 2025-10-27  9:24 UTC  (4+ messages)
` [PATCH v3 3/3] spmi: spmi-pmic-arb: add support for PMIC arbiter v8

[PATCH 1/2] doc: usage: Use glob for all commands
 2025-10-27  9:24 UTC  (2+ messages)

[f2fs-dev] [PATCH v1] f2fs: fix age extent cache insertion skip on counter overflow
 2025-10-27  9:23 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] "
  `  "

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-10-27  9:22 UTC  (5+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support

[LTP] [PATCH] file_attr02: Add XFS kernel config requirement
 2025-10-27  9:21 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in lookup_inline_extent_backref (2)
 2025-10-27  9:22 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_atomic_transition: Reduce iterations on simulation
 2025-10-27  9:22 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH 1/2] erofs-utils: lib: fix s3erofs_prepare_url()
 2025-10-27  9:21 UTC  (2+ messages)
` [PATCH 2/2] erofs-utils: lib: add test for s3erofs_prepare_url()

[PATCH] serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
 2025-10-27  9:20 UTC 

[PATCH v4 0/2] iio: pressure: add driver and bindings for adp810
 2025-10-27  9:20 UTC  (3+ messages)
` [PATCH v4 2/2] iio: pressure: adp810: Add driver for adp810 sensor

[PATCH next] gpio: qixis-fpga: Fix a NULL vs IS_ERR() bug in probe()
 2025-10-27  9:19 UTC  (2+ messages)

[PATCHSET sched_ext/for-6.19] sched_ext: Deprecate ops.cpu_acquire/release()
 2025-10-27  9:18 UTC  (3+ messages)
` [PATCH 3/3] sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere

[PATCH net] sctp: Hold sock lock while iterating over address list
 2025-10-27  9:17 UTC  (2+ messages)

[PATCH v3 0/3] coresight: add static TPDM support
 2025-10-27  9:17 UTC  (3+ messages)
` [PATCH v3 2/3] coresight: tpdm: add static tpdm support

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-27  9:17 UTC  (3+ messages)
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for "

[DPDK/testpmd Bug 1479] mlx5: Not able to create rte_flows to match head fragments and sub fragments
 2025-10-27  9:17 UTC  (2+ messages)

[PATCH] siggen: Fix dump of non-runtime sigdata
 2025-10-27  9:16 UTC  (3+ messages)

[PATCH v1] exfat: zero out post-EOF page cache on file extension
 2025-10-27  9:03 UTC 

[PATCH v1 1/1] checkpatch: Don't warn on "orhapned" DT schema file
 2025-10-27  9:15 UTC  (2+ messages)

FAILED: patch "[PATCH] vsock: fix lock inversion in vsock_assign_transport()" failed to apply to 5.10-stable tree
 2025-10-27  9:14 UTC  (2+ messages)
` [PATCH 5.10.y] vsock: fix lock inversion in vsock_assign_transport()

[PATCH] arm64: dts: rockchip: pwm-fan overlay for NanoPC-T6
 2025-10-27  9:14 UTC  (3+ messages)

[PATCH v6 0/8] Introduce Glymur USB support
 2025-10-27  9:14 UTC  (4+ messages)
` [PATCH v6 6/8] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-10-27  9:14 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/fb-helper: Allocate and release fb_info in single place (rev2)


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.