messages from 2025-12-18 16:21:46 to 2025-12-18 17:00:35 UTC [more...]
[PATCH 0/4] staging: rtl8723bs: Fix error handling and memory
2025-12-18 17:00 UTC (7+ messages)
` [PATCH 1/4] staging: rtl8723bs: fix firmware memory leak on error path
` [External] : "
` [PATCH 4/4] staging: rtl8723bs: check return value of rtw_wdev_alloc()
` [External] : "
[PATCH v5 00/24] Dynamic drm_pagemaps and Initial multi-device SVM
2025-12-18 16:59 UTC (25+ messages)
` [PATCH v5 03/24] drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before use
` [PATCH v5 04/24] drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap
` [PATCH v5 05/24] drm/pagemap: Add a refcounted drm_pagemap backpointer to struct drm_pagemap_zdd
` [PATCH v5 06/24] drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimes
` [PATCH v5 07/24] drm/pagemap: Add a drm_pagemap cache and shrinker
` [PATCH v5 08/24] drm/xe: Use the "
` [PATCH v5 09/24] drm/pagemap: Remove the drm_pagemap_create() interface
` [PATCH v5 10/24] drm/pagemap_util: Add a utility to assign an owner to a set of interconnected gpus
` [PATCH v5 11/24] drm/xe: Use the drm_pagemap_util helper to get a svm pagemap owner
` [PATCH v5 12/24] drm/xe: Pass a drm_pagemap pointer around with the memory advise attributes
` [PATCH v5 13/24] drm/xe: Use the vma attibute drm_pagemap to select where to migrate
` [PATCH v5 14/24] drm/xe: Simplify madvise_preferred_mem_loc()
` [PATCH v5 15/24] drm/xe/uapi: Extend the madvise functionality to support foreign pagemap placement for svm
` [PATCH v5 16/24] drm/xe: Support pcie p2p dma as a fast interconnect
` [PATCH v5 17/24] drm/xe/vm: Add a couple of VM debug printouts
` [PATCH v5 18/24] drm/xe/svm: Document how xe keeps drm_pagemap references
` [PATCH v5 19/24] drm/pagemap, drm/xe: Clean up the use of the device-private page owner
` [PATCH v5 20/24] drm/gpusvm: Introduce a function to scan the current migration state
` [PATCH v5 21/24] drm/xe: Use drm_gpusvm_scan_mm()
` [PATCH v5 22/24] drm/pagemap, drm/xe: Support destination migration over interconnect
` [PATCH v5 23/24] drm/pagemap: Support source "
` [PATCH v5 24/24] drm/xe/svm: Serialize migration to device if racing
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev6)
` ✓ CI.KUnit: success "
[PATCH] drm/xe/xe_guc_ct: Drop smp_mb in parse_g2h_response
2025-12-18 16:58 UTC
[PATCH 14/19] video/vga: Add VGA_IS0_R
2025-12-18 16:56 UTC (4+ messages)
` [PATCH v2 "
[PATCH] drm/panthor: Evict groups before VM termination
2025-12-18 16:57 UTC (2+ messages)
[PATCH] rust: debugfs: use "kernel vertical" style for imports
2025-12-18 16:56 UTC
[PATCH 6.1.y-cip 00/24] Add suspend/resume support for RZ/G3E CANFD
2025-12-18 16:55 UTC (25+ messages)
` [PATCH 6.1.y-cip 01/24] can: rcar_canfd: Consistently use ndev for net_device pointers
` [PATCH 6.1.y-cip 02/24] can: rcar_canfd: Remove bittiming debug prints
` [PATCH 6.1.y-cip 03/24] can: rcar_canfd: Add helper variable ndev to rcar_canfd_rx_pkt()
` [PATCH 6.1.y-cip 04/24] can: rcar_canfd: Add helper variable dev to rcar_canfd_reset_controller()
` [PATCH 6.1.y-cip 05/24] can: rcar_canfd: Simplify data access in rcar_canfd_{ge,pu}t_data()
` [PATCH 6.1.y-cip 06/24] can: rcar_canfd: Repurpose f_dcfg base for other registers
` [PATCH 6.1.y-cip 07/24] can: rcar_canfd: Rename rcar_canfd_setrnc() to rcar_canfd_set_rnc()
` [PATCH 6.1.y-cip 08/24] can: rcar_canfd: Share config code in rcar_canfd_set_bittiming()
` [PATCH 6.1.y-cip 09/24] can: rcar_canfd: Return early in rcar_canfd_set_bittiming() when not FD
` [PATCH 6.1.y-cip 10/24] can: rcar_canfd: Add support for Transceiver Delay Compensation
` [PATCH 6.1.y-cip 11/24] can: rcar_canfd: Describe channel-specific FD registers using C struct
` [PATCH 6.1.y-cip 12/24] can: rcar_canfd: Drop unused macros
` [PATCH 6.1.y-cip 13/24] can: rcar_canfd: Update bit rate constants for RZ/G3E and R-Car Gen4
` [PATCH 6.1.y-cip 14/24] can: rcar_canfd: Update RCANFD_CFG_* macros
` [PATCH 6.1.y-cip 15/24] can: rcar_canfd: Simplify nominal bit rate config
` [PATCH 6.1.y-cip 16/24] can: rcar_canfd: Simplify data "
` [PATCH 6.1.y-cip 17/24] can: rcar_canfd: Invert reset assert order
` [PATCH 6.1.y-cip 18/24] can: rcar_canfd: Invert global vs. channel teardown
` [PATCH 6.1.y-cip 19/24] can: rcar_canfd: Use devm_clk_get_optional() for RAM clk
` [PATCH 6.1.y-cip 20/24] can: rcar_canfd: Extract rcar_canfd_global_{,de}init()
` [PATCH 6.1.y-cip 21/24] can: rcar_canfd: Invert CAN clock and close_candev() order
` [PATCH 6.1.y-cip 22/24] can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH 6.1.y-cip 23/24] can: rcar_canfd: Add suspend/resume support
` [PATCH 6.1.y-cip 24/24] can: rcar_canfd: Fix CAN-FD mode as default
xdr_stream interface oddities with pages vs stream
2025-12-18 16:56 UTC (3+ messages)
drivers/char/tpm/tpm_crb_ffa.c:311 tpm_crb_ffa_probe() warn: unsigned 'tpm_crb_ffa->minor_version' is never less than zero
2025-12-18 16:54 UTC
[android-common:mirror-chromeos-5.10-arcvm 0/4] kernel/stop_machine.c:384: warning: Function parameter or member 'done' not described in 'stop_one_cpu_async'
2025-12-18 16:54 UTC
[PATCH v1 1/1] serial: core: Restore sysfs fwnode information
2025-12-18 16:54 UTC (3+ messages)
[PATCH v4 0/4] memory: tegra: Add MC error logging support for Tegra264 SoC
2025-12-18 16:54 UTC (6+ messages)
` [PATCH v4 1/4] memory: tegra: Group mc-err related registers
` [PATCH v4 3/4] memory: tegra: Add support for multiple irqs
[PATCH 00/20] ublk: add support for integrity data
2025-12-18 16:54 UTC (2+ messages)
` (subset) "
[RESEND v1] PCI: starfive: Use regulator APIs instead of GPIO APIs to control the 3V3 power supply of PCIe slots
2025-12-18 10:21 UTC
bug #65889: cryptomount with keyfile fails because of shim lock verifier
2025-12-18 16:51 UTC (4+ messages)
[ANNOUNCE] cryptsetup 2.8.2
2025-12-18 16:52 UTC
[PATCH 0/6] drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks
2025-12-18 16:52 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks (rev3)
[PATCH v2 0/2] net: qrtr: Drop the MHI 'auto_queue' feature
2025-12-18 16:51 UTC (6+ messages)
` [PATCH v2 1/2] net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
` [PATCH v2 2/2] bus: mhi: host: Drop the auto_queue support
[PATCH] replay: drop commits that become empty
2025-12-18 16:50 UTC (2+ messages)
` [PATCH v4] "
[PATCH] ksmbd: Fix to handle removal of rfc1002 header from smb_hdr
2025-12-18 16:49 UTC (5+ messages)
[PATCH 0/3] test-suite fixes for upcoming curl 8.18.0
2025-12-18 16:49 UTC (3+ messages)
[GIT PULL] smb3 client fixes
2025-12-18 16:48 UTC
[PATCH v2] drbd: only send P_PEERS_IN_SYNC for up to 4 MiB in resync progress
2025-12-18 16:47 UTC (2+ messages)
[PATCH rc v4 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
2025-12-18 16:47 UTC (9+ messages)
` [PATCH rc v4 1/4] iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
` [PATCH rc v4 2/4] iommu/arm-smmu-v3: Mark STE MEV safe when computing the "
` [PATCH rc v4 3/4] iommu/arm-smmu-v3: Mark STE EATS "
` [PATCH rc v4 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverage
[XEN][PATCH v2 0/4] x86: pvh: allow to disable 32-bit (COMPAT) interface support
2025-12-18 16:47 UTC (6+ messages)
` [XEN][PATCH v2 3/4] x86: hvm: factor out COMPAT code under ifdefs
[Buildroot] [PATCH] package/perl: security bump to version 5.40.3
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [git commit branch/2025.11.x] package/rtl8821au: bump to version 2025-12-13
2025-12-18 16:01 UTC
[Buildroot] [git commit branch/2025.11.x] package/fluent-bit: security bump to 4.2.0
2025-12-18 16:03 UTC
[Buildroot] [git commit branch/2025.11.x] package/libvncserver: fix cmake 4 compatibility
2025-12-18 16:02 UTC
[Buildroot] [git commit branch/2025.11.x] package/grpc: remove BUILD_CSHARP_EXT option
2025-12-18 16:01 UTC
[Buildroot] [git commit branch/2025.11.x] package/python-brotli: security bump to version 1.2.0
2025-12-18 15:55 UTC
[Buildroot] [git commit branch/2025.11.x] linux: select host-openssl for all architectures when building latest version
2025-12-18 16:01 UTC
[Buildroot] [git commit branch/2025.11.x] package/perl: security bump to version 5.40.3
2025-12-18 15:57 UTC
[Buildroot] [git commit branch/2025.11.x] package/samba4: bump version to 4.23.4
2025-12-18 15:57 UTC
[Buildroot] [git commit branch/2025.11.x] docs/manual: mention CVE trailer
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.11.x] package/rtl8192eu: bump to 2025-10-13 version on branch 5.11.2.1
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.11.x] utils/generate-cyclonedx: add support for 'resolved_with_pedigree'
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.11.x] package/rtl8723ds: bump to version 2025-12-09
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.11.x] support/dependencies: improve error message
2025-12-18 15:55 UTC
[Buildroot] [git commit branch/2025.11.x] package/libarchive: security bump version to 3.8.4
2025-12-18 15:56 UTC
[PATCH] ARM: dts: nxp/imx6: Drop unused .dtsi
2025-12-18 16:42 UTC (7+ messages)
[anolis-intel-cloud:devel-6.6 50/50] mm/page_alloc.c:297:20: warning: 'add_to_free_list' declared 'static' but never defined
2025-12-18 16:41 UTC
[PATCH RESEND] arm64: dts: rockchip: Fix wifi interrupts flag on Sakura Pi RK3308B
2025-12-18 16:40 UTC (3+ messages)
[PATCH] Bluetooth: hci: fix refcounts in LE remote features command
2025-12-18 16:32 UTC (3+ messages)
[PATCH 0/3] mm/khugepaged: minor cleanups
2025-12-18 16:41 UTC (3+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
[PATCH v2 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
2025-12-18 16:39 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/pll: Verify pll dividers and remove redundant .clock member (rev2)
[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.23.4
2025-12-18 16:38 UTC (2+ messages)
[Buildroot] [PATCH] package/rtl8821au: bump to version 2025-12-13
2025-12-18 16:38 UTC (2+ messages)
[Buildroot] [PATCH] package/rtl8192eu: bump to 2025-10-13 version on branch 5.11.2.1
2025-12-18 16:38 UTC (2+ messages)
[Buildroot] [PATCH] package/rtl8723ds: bump to version 2025-12-09
2025-12-18 16:38 UTC (2+ messages)
[Buildroot] [PATCH] package/fluent-bit: bump to 4.2.0
2025-12-18 16:38 UTC (2+ messages)
[Buildroot] [PATCH] package/python-urllib3: security bump to 2.6.1
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libgit2: security bump version to 1.9.2
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-fonttools: security bump version to 4.61.0
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libxslt: security bump version to 1.1.45
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 2/2] pigz: switch site to HTTPS
2025-12-18 16:37 UTC (2+ messages)
[PATCH 05/10] rust: kernel: Update ARef and AlwaysRefCounted imports to use sync::aref
2025-12-18 16:37 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/libpng: security bump version to 1.6.53
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH/next v3 4/4] package/libvncserver: fix cmake 4 compatibility
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 06/23] package/python-fonttools: bump version to 4.60.1
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/libgit2: bump version to 1.9.1
2025-12-18 16:37 UTC (2+ messages)
[PATCH] blk-mq: always clear rq->bio in blk_complete_request()
2025-12-18 16:37 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/libarchive: security bump version to 3.8.4
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH] support/dependencies: improve error message
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH/next 24/31] package/python-brotli: bump version to 1.2.0
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH] package/grpc: remove BUILD_CSHARP_EXT option
2025-12-18 16:37 UTC (2+ messages)
[Buildroot] [PATCH 1/2] utils/generate-cyclonedx: add support for 'resolved_with_pedigree'
2025-12-18 16:36 UTC (2+ messages)
[Buildroot] [PATCH 2/2] docs/manual: mention CVE trailer
2025-12-18 16:36 UTC (2+ messages)
[Buildroot] [PATCH] linux: select host-openssl for all architectures when building latest version
2025-12-18 16:36 UTC (2+ messages)
[PATCH v2 00/10] sound: codecs: tlv320adcx140: assorted patches
2025-12-18 16:35 UTC (3+ messages)
` [PATCH v2 08/10] ASoC: dt-bindings: add avdd and iovdd supply
[PATCH v3 0/6] Microsoft Surface Pro 11 support
2025-12-18 16:35 UTC (4+ messages)
` [PATCH v3 1/6] dt-bindings: arm: qcom: Document Microsoft Surface Pro 11
[Buildroot] [git commit branch/2025.02.x] package/grpc: remove BUILD_CSHARP_EXT option
2025-12-18 16:01 UTC
[Buildroot] [git commit branch/2025.02.x] package/python-urllib3: security bump to 2.6.1
2025-12-18 15:54 UTC
[Buildroot] [git commit branch/2025.02.x] utils/generate-cyclonedx: add support for 'resolved_with_pedigree'
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.02.x] package/libgit2: bump version to 1.9.1
2025-12-18 15:53 UTC
[Buildroot] [git commit branch/2025.02.x] package/python-fonttools: bump version to 4.60.1
2025-12-18 15:55 UTC
[Buildroot] [git commit branch/2025.02.x] package/perl: security bump to version 5.40.3
2025-12-18 15:57 UTC
[Buildroot] [git commit branch/2025.02.x] linux: select host-openssl for all architectures when building latest version
2025-12-18 15:59 UTC
[Buildroot] [git commit branch/2025.02.x] package/python-brotli: security bump to version 1.2.0
2025-12-18 15:55 UTC
[PATCH 00/10] rust: refactor ARef and AlwaysRefCounted imports
2025-12-18 16:35 UTC (2+ messages)
[Buildroot] [git commit branch/2025.02.x] package/libarchive: security bump version to 3.8.4
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.02.x] package/pigz: switch site to HTTPS
2025-12-18 15:53 UTC
[Buildroot] [git commit branch/2025.02.x] package/cmake: bump version to 3.31.9
2025-12-14 17:20 UTC
[Buildroot] [git commit branch/2025.02.x] docs/manual: mention CVE trailer
2025-12-18 15:56 UTC
[Buildroot] [git commit branch/2025.02.x] package/libgit2: security bump version to 1.9.2
2025-12-18 15:54 UTC
[Buildroot] [git commit branch/2025.02.x] support/dependencies: improve error message
2025-12-18 15:55 UTC
[Buildroot] [git commit branch/2025.02.x] package/python-fonttools: security bump version to 4.61.0
2025-12-18 15:55 UTC
[Buildroot] [git commit branch/2025.02.x] package/libpng: security bump version to 1.6.53
2025-12-18 15:52 UTC
[Buildroot] [git commit branch/2025.02.x] package/libxslt: security bump version to 1.1.45
2025-12-18 15:52 UTC
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2025-12-18 16:34 UTC (3+ messages)
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
[i915-rt v4 00/20] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
2025-12-18 16:34 UTC (21+ messages)
` [i915-rt v4 01/20] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [i915-rt v4 02/20] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt v4 03/20] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v4 04/20] drm/i915/display: Make set_pipeconf use the fw variants
` [i915-rt v4 05/20] drm/i915/display: Move vblank put until after critical section
` [i915-rt v4 06/20] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt v4 07/20] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt v4 08/20] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt v4 09/20] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [i915-rt v4 10/20] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt v4 11/20] PREEMPT_RT injection
` [i915-rt v4 12/20] drm/i915/display: Use intel_de_read_fw in colorops
` [i915-rt v4 13/20] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [i915-rt v4 14/20] drm/i915: Drop the irqs_disabled() check
` [i915-rt v4 15/20] drm/i915/guc: Consider also RCU depth in busy loop
` [i915-rt v4 16/20] Revert "drm/i915: Depend on !PREEMPT_RT."
` [i915-rt v4 17/20] drm/i915/gt: Fix selftests on PREEMPT_RT
` [i915-rt v4 18/20] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [i915-rt v4 19/20] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [i915-rt v4 20/20] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
[PATCH net 1/3] can: j1939: make j1939_session_activate() fail if device is no longer registered
2025-12-18 16:30 UTC (2+ messages)
[PATCH 0/4] Use __counted_by for ancestor arrays
2025-12-18 16:32 UTC (5+ messages)
` [PATCH 3/4] cgroup: Use __counted_by for cgroup::ancestors
[PATCH v4 -qemu 0/5] hw/cxl: Support Back-Invalidate
2025-12-18 16:31 UTC (4+ messages)
` [PATCH 1/5] hw/pcie: Support enabling flit mode
[PATCH 0/5] Add support for specifying ramp up period by amount of IO
2025-12-18 16:31 UTC (4+ messages)
` [PATCH 5/5] Add option to specify ramp "
[PULL]: Revert QDU100 firmware binaries
2025-12-18 16:31 UTC (2+ messages)
[PATCH -next v2 0/6] cpuset: further separate v1 and v2 implementations
2025-12-18 16:30 UTC (2+ messages)
Implement initial driver for virtio-RDMA device(kernel)
2025-12-18 16:30 UTC (2+ messages)
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-18 16:29 UTC (4+ messages)
[PATCH v9 00/14] Peripheral Image Loader support for Qualcomm SoCs running Linux host at EL2
2025-12-18 16:28 UTC (4+ messages)
` [PATCH v9 11/14] firmware: qcom_scm: Add qcom_scm_pas_get_rsc_table() to get resource table
[PATCH v2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
2025-12-18 16:27 UTC (2+ messages)
[PATCH v2 0/2] Add device tree support for NXP i.MX95 15x15 FRDM board
2025-12-18 16:26 UTC (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx95: Add support for "
[PATCH v7 00/19] single-binary: Make hw/arm/ common
2025-12-18 16:25 UTC (4+ messages)
` [PATCH v7 06/19] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
[PATCH] hw/i2c/imx: Fix trace func name error
2025-12-18 16:23 UTC (2+ messages)
[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-12-18 16:26 UTC (3+ messages)
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[PATCH 0/6] Support TQMa8QM
2025-12-18 16:24 UTC (3+ messages)
` [PATCH 5/6] arm64: dts: Add TQ imx8qm based board
[PATCH 0/2] net: qrtr: Drop the MHI 'auto_queue' feature
2025-12-18 16:24 UTC (4+ messages)
` [PATCH 1/2] net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
[PATCH v7 00/19] xen/riscv: introduce p2m functionality
2025-12-18 16:23 UTC (4+ messages)
` [PATCH v7 05/19] xen/riscv: add root page table allocation
xe_hw_engine.c:undefined reference to `xe_configfs_get_engines_allowed'
2025-12-18 16:23 UTC
Please pull net-20251218
2025-12-18 16:22 UTC
[PATCH v4 00/31] clk: at91: add support for parent_data and
2025-12-18 16:23 UTC (4+ messages)
` [PATCH v4 11/31] clk: at91: clk-usb: add support for clk_parent_data
[moderation/CI] Re: mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-18 16:22 UTC
[PATCH] parisc: Set valid bit in high byte of 64‑bit physical address
2025-12-18 16:22 UTC (2+ messages)
[PATCH] powerpc/mm: Use pte_advance_pfn() in set_huge_pte_at()
2025-12-18 16:21 UTC
[PATCH v6 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
2025-12-18 16:21 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: arm: aspeed: add ASRock Rack ALTRAD8 board
[PATCH v2] rcar_gen4_pcie: add firmware for Renesas R-Car Gen4 PCIe controller
2025-12-18 16:21 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.