All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-26 06:14:46 to 2025-09-26 07:26:50 UTC [more...]

[PATCH v3 00/16] NBL PMD for Nebulamatrix NICs
 2025-09-26  7:25 UTC  (7+ messages)
` [PATCH v12 00/17] "
  ` [PATCH v12 01/17] net/nbl: add doc and minimum nbl build framework
  ` [PATCH v12 02/17] net/nbl: add simple probe/remove and log module
  ` [PATCH v12 03/17] net/nbl: add HW layer definitions and implementation
  ` [PATCH v12 04/17] net/nbl: add Channel "
  ` [PATCH v12 06/17] net/nbl: add Dispatch "

[PATCH v7 00/14] Add DisplayPort support for QCS615 platform
 2025-09-26  7:25 UTC  (12+ messages)
` [PATCH v7 01/14] dt-bindings: phy: Add QMP USB3+DP PHY for QCS615
` [PATCH v7 02/14] phy: qcom: qmp-usbc: Rename USB-specific ops to prepare for DP support
` [PATCH v7 03/14] phy: qcom: qmp-usbc: Add DP-related fields for USB/DP switchable PHY
` [PATCH v7 04/14] phy: qcom: qmp-usbc: Add regulator init_load support
` [PATCH v7 05/14] phy: qcom: qmp-usbc: Move reset config into PHY cfg

[PATCH v6 00/47] AMD Versal Gen 2 support
 2025-09-26  7:08 UTC  (43+ messages)
` [PATCH v6 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v6 02/47] hw/arm/xlnx-versal: prepare for FDT creation
` [PATCH v6 03/47] hw/arm/xlnx-versal: uart: refactor creation
` [PATCH v6 04/47] hw/arm/xlnx-versal: canfd: "
` [PATCH v6 05/47] hw/arm/xlnx-versal: sdhci: "
` [PATCH v6 06/47] hw/arm/xlnx-versal: gem: "
` [PATCH v6 07/47] hw/arm/xlnx-versal: adma: "
` [PATCH v6 08/47] hw/arm/xlnx-versal: xram: "
` [PATCH v6 09/47] hw/arm/xlnx-versal: usb: "
` [PATCH v6 10/47] hw/arm/xlnx-versal: efuse: "
` [PATCH v6 11/47] hw/arm/xlnx-versal: ospi: "
` [PATCH v6 12/47] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH v6 13/47] hw/arm/xlnx-versal: PMC IOU SCLR: refactor creation
` [PATCH v6 14/47] hw/arm/xlnx-versal: bbram: "
` [PATCH v6 15/47] hw/arm/xlnx-versal: trng: "
` [PATCH v6 16/47] hw/arm/xlnx-versal: rtc: "
` [PATCH v6 17/47] hw/arm/xlnx-versal: cfu: "
` [PATCH v6 18/47] hw/arm/xlnx-versal: crl: "
` [PATCH v6 19/47] hw/arm/xlnx-versal-virt: virtio: "
` [PATCH v6 20/47] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH v6 21/47] hw/arm/xlnx-versal: add the mp_affinity property to the CPU mapping
` [PATCH v6 23/47] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
` [PATCH v6 24/47] hw/arm/xlnx-versal: add support for multiple GICs
` [PATCH v6 25/47] hw/arm/xlnx-versal: add support for GICv2
` [PATCH v6 26/47] hw/arm/xlnx-versal: rpu: refactor creation
` [PATCH v6 27/47] hw/arm/xlnx-versal: ocm: "
` [PATCH v6 29/47] hw/arm/xlnx-versal: add the versal_get_num_cpu accessor
` [PATCH v6 30/47] hw/misc/xlnx-versal-crl: remove unnecessary include directives
` [PATCH v6 31/47] hw/misc/xlnx-versal-crl: split into base/concrete classes
` [PATCH v6 32/47] hw/misc/xlnx-versal-crl: refactor device reset logic
` [PATCH v6 33/47] hw/arm/xlnx-versal: reconnect the CRL to the other devices
` [PATCH v6 34/47] hw/arm/xlnx-versal: use hw/arm/bsa.h for timer IRQ indices
` [PATCH v6 35/47] hw/arm/xlnx-versal: tidy up
` [PATCH v6 36/47] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH v6 37/47] hw/arm/xlnx-versal: add a per_cluster_gic switch to VersalCpuClusterMap
` [PATCH v6 40/47] hw/arm/xlnx-versal: add versal2 SoC
` [PATCH v6 41/47] hw/arm/xlnx-versal-virt: rename the machine to amd-versal-virt
` [PATCH v6 43/47] hw/arm/xlnx-versal-virt: tidy up
` [PATCH v6 44/47] docs/system/arm/xlnx-versal-virt: update supported devices
` [PATCH v6 45/47] docs/system/arm/xlnx-versal-virt: add a note about dumpdtb
` [PATCH v6 46/47] hw/arm/xlnx-versal-virt: add the xlnx-versal2-virt machine
` [PATCH v6 47/47] tests/functional/test_aarch64_xlnx_versal: test the versal2 machine

[PATCH v4 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-09-26  7:20 UTC  (14+ messages)
` [PATCH v4 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v4 2/9] python: Install pygdbmi in meson's venv
` [PATCH v4 4/9] tests/functional: Add GDB class
` [PATCH v4 5/9] tests/functional: replace avocado process with subprocess
` [PATCH v4 6/9] tests/functional: drop datadrainer class in reverse debugging
` [PATCH v4 7/9] tests/functional: Add decorator to skip test on missing env vars

[PATCH 1/4] arm: socfpga: Tighten a few more driver dependencies
 2025-09-26  7:25 UTC  (5+ messages)
` [PATCH 2/4] net: Add SYS_FAULT_MII_ADDR to Kconfig
` [PATCH 3/4] net: Remove BOOTP_VENDOREX support

[PATCH 0/5] refs/reftable: add fsck checks
 2025-09-26  7:25 UTC  (9+ messages)
` [PATCH v4 0/7] refs/reftable: add consistency checks
  ` [PATCH v4 1/7] refs: remove unused headers
  ` [PATCH v4 2/7] refs: move consistency check msg to generic layer
  ` [PATCH v4 3/7] reftable: check for trailing newline in 'tables.list'
  ` [PATCH v4 4/7] Documentation/fsck-msgids: remove duplicate msg id
  ` [PATCH v4 5/7] fsck: order 'fsck_msg_type' alphabetically
  ` [PATCH v4 6/7] reftable: add code to facilitate consistency checks
  ` [PATCH v4 7/7] refs/reftable: add fsck check for checking the table name

[PATCH 0/3] Fixes for hybrid sleep
 2025-09-25 13:56 UTC  (2+ messages)

[PATCH 0/9] Add support for Multimedia Clock controllers for Kaanapali
 2025-09-26  7:24 UTC  (15+ messages)
` [PATCH 2/9] dt-bindings: clock: sm8450-camcc: Remove sc8280xp camcc to from sm8450 camcc
` [PATCH 3/9] dt-bindings: clock: qcom: Add support for CAMCC for Kaanapali
` [PATCH 7/9] clk: qcom: camcc: Add support for camera clock controller "
` [PATCH 9/9] drivers: clk: qcom: Add support for GPUCC and GFXCLK "

[PATCH v5 00/28] Optimize the hot path in the UFS driver
 2025-09-26  7:24 UTC  (11+ messages)
` [PATCH v5 04/28] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v5 05/28] scsi: core: Introduce .queue_reserved_command()
` [PATCH v5 14/28] ufs: core: Change the monitor function argument types
` [PATCH v5 15/28] ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH v5 16/28] ufs: core: Rework ufshcd_eh_device_reset_handler()

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-26  7:23 UTC  (5+ messages)
` [PATCH v5 06/15] iommupt: Add unmap_pages op

[PATCH] irqchip/gicv3-its: Add workaround for HIP09/HIP10/HIP10C erratum 162100803/162200807/162400807
 2025-09-26  7:22 UTC  (7+ messages)

[PATCH 0/2] Enable ESRTPS and simplify caching-mode=on check
 2025-09-26  7:21 UTC  (3+ messages)
` [PATCH 2/2] intel_iommu: Simplify caching mode check with VFIO device

[PATCH v5 0/2] make logical block size configurable
 2025-09-26  7:22 UTC  (7+ messages)
` [PATCH v5 2/2] md: allow configuring logical block size

[PATCH] fuse: fix readahead reclaim deadlock
 2025-09-26  7:19 UTC  (3+ messages)

[PATCH] MAINTAINERS: adjust file entry in THINKPAD T14S EMBEDDED CONTROLLER DRIVER
 2025-09-26  7:18 UTC 

[Question] Unexpected growth of nr_cpu in `credit` Xen scheduler?
 2025-09-26  7:17 UTC 

[PATCH bpf-next] libbpf: fix error when st-prefix_ops and ops from differ btf
 2025-09-26  7:17 UTC 

[PATCH v3 0/3] platform: generic: spacemit: add K1
 2025-09-26  7:17 UTC  (3+ messages)
` [PATCH v3 1/3] "

[PATCH] rust: Drop rust-llvm use clang instead
 2025-09-26  7:16 UTC  (2+ messages)
` Patchtest results for "

[PATCH net v2] phy: mscc: Fix PTP for vsc8574 and VSC8572
 2025-09-26  7:11 UTC  (7+ messages)

[PATCH v2 0/4] Add workaround for HIP10/HIP10C erratum 162200802
 2025-09-26  7:15 UTC  (4+ messages)

[PATCH v2 0/6] remoteproc: imx_rproc: Use device managed API to clean up the driver
 2025-09-26  8:26 UTC  (6+ messages)

[PATCH v2 00/26] Disable domctl-op via CONFIG_MGMT_HYPERCALLS
 2025-09-26  7:14 UTC  (9+ messages)
` [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS

[PATCH v4] xen/arm, xen/common: Add Kconfig option to control Dom0 boot
 2025-09-26  7:13 UTC  (3+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-09-26  7:12 UTC  (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

git whatchanged
 2025-09-26  7:13 UTC  (2+ messages)

[oe][meta-oe][kirkstone[PATCH 1/1] polkit: fix CVE-2025-7519
 2025-09-26  7:11 UTC 

[PATCH v10 00/24] Linux SBI MPXY and RPMI drivers
 2025-09-26  7:09 UTC  (5+ messages)
` [PATCH v10 10/24] clk: Add clock driver for the RISC-V RPMI clock service group

[oe][meta-oe][scarthgap[PATCH 1/1] polkit: fix CVE-2025-7519
 2025-09-26  7:09 UTC 

[PATCH v2 0/3] arm64: dts: qcom: x1-asus-zenbook-a14: LCD, WiFi for X1E support
 2025-09-26  7:08 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: Add Asus Zenbook A14 UX3407QA LCD/OLED variants
` [PATCH v2 2/3] arm64: dts: qcom: Rework X1-based Asus Zenbook A14's displays
` [PATCH v2 3/3] arm64: dts: qcom: x1e80100-asus-zenbook-a14: Enable WiFi, Bluetooth

[PATCH 2/2] arm64: dts: qcom: Add support for Huawei MateBook E 2019
 2025-09-26  7:08 UTC 

[PATCH 00/14] Optimize vrr.guardband and fix LRR
 2025-09-26  7:08 UTC  (4+ messages)
` ✓ CI.KUnit: success for Optimize vrr.guardband and fix LRR (rev12)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[oe][meta-oe][walnascar[PATCH 1/1] polkit: fix CVE-2025-7519
 2025-09-26  7:08 UTC 

[PATCH v4 00/18 for 4.22] xen/riscv: introduce p2m functionality
 2025-09-26  7:07 UTC  (5+ messages)
` [PATCH v4 10/18] xen/riscv: implement p2m_set_range()

[PATCH v2 0/1] wic: extra partition plugin
 2025-09-26  7:07 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 00/24] arm64: dts: qcom: Introduce Glymur SoC dtsi and Glymur CRD dts
 2025-09-26  7:07 UTC  (4+ messages)
` [PATCH v2 13/24] arm64: dts: qcom: Update pmh0104 dtsi for Glymur CRD

[PATCH net-next v4] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
 2025-09-26  7:04 UTC 

[PATCH v3 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-09-26  6:57 UTC  (7+ messages)
` [PATCH v3 1/6] lib/base64: Add support for multiple variants
` [PATCH v3 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v3 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v3 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v3 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v3 6/6] ceph: replace local base64 "

[PATCH v2] clk: qcom: gcc-glymur: Update the halt check flags for pipe clocks
 2025-09-26  7:00 UTC  (4+ messages)

[PATCH next] pmdomain: thead: Fix error pointer vs NULL bug in th1520_pd_reboot_init()
 2025-09-26  6:59 UTC  (3+ messages)

[PATCH] MAINTAINERS: add myself and Barry to dma_map_benchmark maintainers
 2025-09-26  6:59 UTC  (7+ messages)

[PATCH 0/4] nvmet: fix configfs attr update handling for discovered subsystems
 2025-09-26  6:58 UTC  (9+ messages)
` [PATCH 3/4] nvmet: prevent max_qid changes "

[PATCH v3 00/24] pmdomain: Add generic ->sync_state() support to genpd
 2025-09-26  6:57 UTC  (7+ messages)

[PATCH v2 0/4] reparent the THP split queue
 2025-09-26  6:57 UTC  (9+ messages)
` [PATCH v2 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH 0/6] drm/xe/pf: Refactor PF debugfs
 2025-09-26  6:57 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/3] mm/page_owner: add options 'print_handle' and 'print_stack' for 'show_stacks'
 2025-09-26  6:55 UTC  (4+ messages)

[PATCH] drm/amdgpu: notify amdgpu gpu reset state via uevent
 2025-09-26  6:55 UTC  (2+ messages)

[PATCH] btrfs: Fix PAGE_SIZE format specifier in open_ctree()
 2025-09-26  6:54 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: glymur: Enable SoC-wise display and eDP panel on CRD
 2025-09-26  6:52 UTC  (7+ messages)
` [PATCH 1/2] arm64: dts: qcom: glymur: Describe display related nodes
` [PATCH 2/2] arm64: dts: qcom: glymur-crd: Enable eDP display support

[PATCH v3 00/13] Error reporting cleanup, a fix, and &error_warn removal
 2025-09-26  6:51 UTC  (4+ messages)
` [PATCH v3 05/13] hw/remote/vfio-user: Clean up error reporting

[PATCH v4 1/2] amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
 2025-09-26  6:49 UTC  (8+ messages)

Request for review for 4.4-st68, 4.4-cip103
 2025-09-26  6:48 UTC  (2+ messages)

[syzbot] [mm?] KCSAN: data-race in try_to_migrate_one / zap_page_range_single_batched
 2025-09-26  6:47 UTC  (2+ messages)

next-20250924: Internal error: Oops: mnt_ns_release (fs/namespace.c:148) __arm64_sys_listmount (fs/namespace.c:5936)
 2025-09-26  6:48 UTC  (2+ messages)

[PATCH v7 00/12] i2c: fix, rework and extend RTL9300 I2C driver
 2025-09-26  6:47 UTC  (5+ messages)
` [PATCH v7 04/12] i2c: rtl9300: use regmap fields and API for registers

[PATCH v2] misra: consider conversion from UL or (void*) to function pointer as safe
 2025-09-26  6:46 UTC  (4+ messages)

[syzbot] [mm?] KCSAN: data-race in try_to_compact_pages / try_to_compact_pages
 2025-09-26  6:45 UTC 

[PATCH v1] arm64: dts: qcom: monaco-evk: Add firmware-name to QUPv3 nodes
 2025-09-26  6:43 UTC  (3+ messages)

[PATCH 0/2] libgit-rs: add get_bool() method to ConfigSet
 2025-09-26  6:43 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] CHANGELOG.md: Update for 4.21 release cycle
 2025-09-26  6:43 UTC  (5+ messages)

[PATCH v2] drm/msm/dpu: Fix adjusted mode clock check for 3d merge
 2025-09-26  6:42 UTC  (4+ messages)

[openeuler:OLK-6.6 2938/2938] include/trace/events/kmem.h:419:10: error: incompatible pointer types passing 'struct mem_sampling_record *' to parameter of type 'struct mem_sampling_record *'
 2025-09-26  6:42 UTC 

[PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs
 2025-09-26  6:42 UTC  (6+ messages)

[PATCH v2 0/2] interconnect: qcom: sdx75: Drop QP0 interconnect and BCM nodes
 2025-09-26  6:42 UTC  (6+ messages)
` [PATCH v2 1/2] interconnect: qcom: sdx75: Drop QPIC "
` [PATCH v2 2/2] dt-bindings: interconnect: qcom: Drop QPIC_CORE IDs

[PATCH] phy: marvell: Tighten MVEBU_COMPHY_SUPPORT dependencies
 2025-09-26  6:41 UTC  (2+ messages)

[XEN PATCH v2] xen/flask: limit sidtable size
 2025-09-26  6:41 UTC  (5+ messages)

[PATCH v3 00/10] Introduce Glymur USB support
 2025-09-26  6:41 UTC  (4+ messages)
` [PATCH v3 07/10] phy: qualcomm: qmp-combo: Update QMP PHY with Glymur settings

[PATCH bpf-next v4 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-26  6:39 UTC  (4+ messages)
` [PATCH bpf-next v4 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()

[XEN][PATCH] x86/hvm: mem_sharing: add dependency from CONFIG_INTEL_VMX
 2025-09-26  6:37 UTC  (2+ messages)

[PATCH v2] docs: perf: Fujitsu: Fix htmldocs build warnings and errors
 2025-09-26  6:33 UTC  (3+ messages)
` [PATCH v3] "

[dtor-input:next] BUILD SUCCESS 9712fe00a7728c64be7e51f05162aafea231a929
 2025-09-26  6:32 UTC 

[PATCH v5 00/47] AMD Versal Gen 2 support
 2025-09-26  6:32 UTC  (7+ messages)
` [PATCH v5 02/47] hw/arm/xlnx-versal: prepare for FDT creation

[PATCH v3 00/16] TDX: Enable Dynamic PAMT
 2025-09-26  6:32 UTC  (3+ messages)
` [PATCH v3 02/16] x86/tdx: Add helpers to check return status codes

[linux-next:master 11909/12395] drivers/hwmon/pmbus/mp2925.c:159 mp2925_write_word_data() error: uninitialized symbol 'ret'
 2025-09-26  6:32 UTC 

[PATCH net-next v11 0/5] net: dsa: yt921x: Add support for Motorcomm YT921x
 2025-09-26  6:30 UTC  (6+ messages)
` [PATCH net-next v11 2/5] net: phy: introduce PHY_INTERFACE_MODE_REVSGMII

[PATCH i-g-t v3] lib/igt_psr: Use 10x timeouts in simulation environment
 2025-09-26  6:29 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for lib/igt_psr: Use 10x timeouts in simulation environment (rev3)
` ✓ Xe.CI.BAT: "

[PATCH] mailbox: check mailbox queue is full or not
 2025-09-26  7:37 UTC  (2+ messages)

[PATCH v3 0/2] selinux: speed up avc_search_node() with large number of avc nodes
 2025-09-26  6:23 UTC  (3+ messages)
` [PATCH v3 1/2] selinux: Make avc cache slot size configurable during boot
` [PATCH v3 2/2] selinux: improve bucket distribution uniformity of avc_hash()

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-09-26  6:20 UTC  (11+ messages)
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
 2025-09-26  6:19 UTC 

[PATCH] drm/i915/display: Extend i915_display_info with Type-C port details
 2025-09-26  6:19 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v2 00/16] Align availability checks on fwnode child node enumeration
 2025-09-26  6:18 UTC  (4+ messages)
` [PATCH v2 02/16] ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only

[PATCH] docs: extensions: don't use deprecated ErrorString, SafeString
 2025-09-26  6:16 UTC  (4+ messages)

[walnascar][PATCH 0/1] openssl: 3.4.2 -> 3.5.2
 2025-09-26  6:15 UTC  (6+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

[PATCH v6 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-26  6:14 UTC  (9+ messages)
` [PATCH v6 01/14] hw/intc: Allow gaps in hartids for aclint and aplic

[RFC PATCH v4 00/28] Cache aware load-balancing
 2025-09-26  6:14 UTC  (3+ messages)
` [RFC PATCH v4 08/28] sched: Set up LLC indexing


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.