messages from 2025-11-10 09:22:57 to 2025-11-10 10:43:31 UTC [more...]
[Regression] depmod fails on kernel 6.17.1 rc1
2025-11-10 10:43 UTC (11+ messages)
[PATCH v2 0/3] dmaengine: A little cleanup and refactoring
2025-11-10 10:43 UTC (4+ messages)
` [PATCH v2 2/3] dmaengine: Use device_match_of_node() helper
[PATCH 00/18] `syn` support
2025-11-10 10:43 UTC (25+ messages)
` [PATCH 01/18] rust: condvar: avoid `pub` in example
` [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`
` [PATCH 03/18] rust: kbuild: simplify `--cfg` handling
` [PATCH 04/18] rust: kbuild: add host library support
` [PATCH 05/18] rust: proc-macro2: import crate
` [PATCH 06/18] rust: proc-macro2: add SPDX License Identifiers
` [PATCH 07/18] rust: proc-macro2: remove `unicode_ident` dependency
` [PATCH 08/18] rust: proc-macro2: add `README.md`
` [PATCH 09/18] rust: proc-macro2: enable support in kbuild
` [PATCH 10/18] rust: quote: import crate
` [PATCH 11/18] rust: quote: add SPDX License Identifiers
` [PATCH 12/18] rust: quote: add `README.md`
` [PATCH 13/18] rust: quote: enable support in kbuild
` [PATCH 14/18] rust: syn: import crate
` [PATCH 15/18] rust: syn: add SPDX License Identifiers
` [PATCH 16/18] rust: syn: remove `unicode-ident` dependency
` [PATCH 17/18] rust: syn: add `README.md`
` [PATCH 18/18] rust: syn: enable support in kbuild
[PATCH v2 0/6] Support for Adreno 612 GPU - Respin
2025-11-10 10:42 UTC (4+ messages)
` [PATCH v2 5/6] arm64: dts: qcom: sm6150: Add gpu and rgmu nodes
[PATCH v2 00/13] dmaengine: introduce sg_nents_for_dma() and convert users
2025-11-10 10:23 UTC (14+ messages)
` [PATCH v2 01/13] scatterlist: introduce sg_nents_for_dma() helper
` [PATCH v2 02/13] dmaengine: altera-msgdma: use "
` [PATCH v2 03/13] dmaengine: axi-dmac: "
` [PATCH v2 04/13] dmaengine: bcm2835-dma: "
` [PATCH v2 05/13] dmaengine: dw-axi-dmac: "
` [PATCH v2 06/13] dmaengine: k3dma: "
` [PATCH v2 07/13] dmaengine: lgm: "
` [PATCH v2 08/13] dmaengine: pxa-dma: "
` [PATCH v2 09/13] dmaengine: qcom: adm: "
` [PATCH v2 10/13] dmaengine: qcom: bam_dma: "
` [PATCH v2 11/13] dmaengine: sa11x0: "
` [PATCH v2 12/13] dmaengine: sh: "
` [PATCH v2 13/13] dmaengine: xilinx: xdma: "
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-11-10 10:37 UTC (7+ messages)
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-10 10:37 UTC (5+ messages)
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
[PATCH 00/11] staging: gpib: Destage gpib drivers
2025-11-10 10:37 UTC (15+ messages)
` [PATCH 01/11] staging: Remove gpib Kconfig option from staging
` [PATCH 02/11] staging: Remove build of gpib drivers from Makefile
` [PATCH 03/11] staging: gpib: Remove gpib/uapi from search path
` [PATCH 04/11] staging: gpib: Change file path for uapi headers
` [PATCH 05/11] staging: gpib: Update TODO file
` [PATCH 06/11] staging: gpib: Change gpib Kconfig option title
` [PATCH 07/11] staging: gpib: Fix SPDX license for gpib headers
` [PATCH 08/11] uapi: linux: Add common gpib interface headers
` [PATCH 09/11] gpib: Move gpib drivers out of staging
` [PATCH 10/11] gpib: Add gpib Kconfig option
` [PATCH 11/11] gpib: Add build rule for gpib to Makefile
[PATCH net-next, v3] net: mana: Implement ndo_tx_timeout and serialize queue resets per port
2025-11-10 10:35 UTC
[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
2025-11-10 10:33 UTC (2+ messages)
[PATCH 0/2] gpio: Add support for ADG1712 quad SPST switch
2025-11-10 10:30 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: gpio: adg1712: add adg1712 support
` [PATCH 2/2] gpio: adg1712: add driver support
[PATCH v14 00/18] media: rockchip: add a driver for the rockchip camera interface
2025-11-10 10:29 UTC (7+ messages)
[PATCH v4 phy 00/16] Lynx 28G improvements part 1
2025-11-10 10:29 UTC (17+ messages)
` [PATCH v4 phy 02/16] phy: lynx-28g: refactor lane probing to lynx_28g_probe_lane()
` [PATCH v4 phy 03/16] phy: lynx-28g: support individual lanes as OF PHY providers
` [PATCH v4 phy 04/16] phy: lynx-28g: remove LYNX_28G_ prefix from register names
` [PATCH v4 phy 05/16] phy: lynx-28g: don't concatenate lynx_28g_lane_rmw() argument "reg" with "val" and "mask"
` [PATCH v4 phy 06/16] phy: lynx-28g: use FIELD_GET() and FIELD_PREP()
` [PATCH v4 phy 07/16] phy: lynx-28g: convert iowrite32() calls with magic values to macros
` [PATCH v4 phy 08/16] phy: lynx-28g: restructure protocol configuration register accesses
` [PATCH v4 phy 09/16] phy: lynx-28g: make lynx_28g_set_lane_mode() more systematic
` [PATCH v4 phy 10/16] phy: lynx-28g: refactor lane->interface to lane->mode
` [PATCH v4 phy 11/16] phy: lynx-28g: distinguish between 10GBASE-R and USXGMII
` [PATCH v4 phy 12/16] phy: lynx-28g: configure more equalization params for 1GbE and 10GbE
` [PATCH v4 phy 13/16] phy: lynx-28g: use "dev" argument more in lynx_28g_probe()
` [PATCH v4 phy 14/16] phy: lynx-28g: improve lynx_28g_probe() sequence
` [PATCH v4 phy 15/16] dt-bindings: phy: lynx-28g: add compatible strings per SerDes and instantiation
` [PATCH v4 phy 16/16] phy: lynx-28g: probe on per-SoC and per-instance compatible strings
[PATCH] userns: use acquire/release semantics for idmap nr_extents
2025-11-10 10:29 UTC
[PATCH v2] ASoC: tas2781: Update dsp firmware for HP and ASUS projects
2025-11-10 10:28 UTC
[PATCH v2] dm-ebs: Mark full buffer dirty even on partial write
2025-11-10 10:26 UTC (7+ messages)
` [PATCH] dm-bufio: align write boundary on bdev_logical_block_size
[PATCH v5 0/6] media: qcom: iris: encoder feature enhancements
2025-11-10 10:23 UTC (7+ messages)
` [PATCH v5 1/6] media: qcom: iris: Improve format alignment for encoder
` [PATCH v5 2/6] media: qcom: iris: Improve crop_offset handling "
` [PATCH v5 3/6] media: qcom: iris: Add scale support "
` [PATCH v5 4/6] media: qcom: iris: Add rotation "
` [PATCH v5 5/6] media: qcom: iris: Add flip "
` [PATCH v5 6/6] media: qcom: iris: Add intra refresh "
[PATCH] dt-bindings: drm/bridge: Update reg-name list for cdns,mhdp8546 compatible
2025-11-10 10:23 UTC (3+ messages)
[PATCH] parisc: Drop linux/kernel.h include from asm/bug.h header
2025-11-10 10:23 UTC (2+ messages)
[PATCH 0/5] Enable QoS configuration for SM6350
2025-11-10 10:21 UTC (3+ messages)
` [PATCH 5/5] arm64: dts: qcom: sm6350: Add clocks for aggre1 & aggre2 NoC
[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
2025-11-10 10:19 UTC
[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-10 10:18 UTC (3+ messages)
[syzbot] [media?] KASAN: use-after-free Read in em28xx_close_extension (2)
2025-11-10 10:19 UTC (3+ messages)
` [syzbot] [usb?] "
[PATCH v2 2/2] iio: adc: Add support for TI ADS1120
2025-11-10 10:17 UTC (2+ messages)
[PATCH v5 0/4] backlight: add new max25014 backlight driver
2025-11-10 10:19 UTC (7+ messages)
` [PATCH v5 2/4] backlight: add max25014atg backlight
[PATCH v2 0/3] coresight: replace the void pointer with coresight_path pointer
2025-11-10 10:16 UTC (2+ messages)
[PATCH] mtd: spi-nor: Enable locking for n25q00a
2025-11-10 10:16 UTC (11+ messages)
[PATCH] PCI: dw-rockchip: Skip waiting for link up
2025-11-10 10:15 UTC (13+ messages)
` [RESEND] "
[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
2025-11-10 10:15 UTC (7+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
` [PATCH v3 3/3] fs: retire now stale MAY_WRITE predicts in inode_permission()
[PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
2025-11-10 10:15 UTC (4+ messages)
[PATCH v3 0/4] Apply DP helper APIs to do link train
2025-11-10 8:58 UTC
[PATCH v3 0/3] Add support for MT8189 SCP and device tree bindings
2025-11-10 10:13 UTC (4+ messages)
` [PATCH v3 1/3] remoteproc: mediatek: Support platform reg offsets in mtk_scp_of_data
` [PATCH v3 2/3] remoteproc: mediatek: Add MT8189 SCP platform data
` [PATCH v3 3/3] dt-bindings: remoteproc: mediatek: Add MT8189 SCP binding
[PATCH v1 0/4] Enable Serial on SA8255p Qualcomm platforms
2025-11-10 10:10 UTC (5+ messages)
` [PATCH v1 1/4] arm64: dts: qcom: qrb2210-rb1: Fix UART3 wakeup IRQ storm
` [PATCH v1 2/4] pinctrl: qcom: msm: Fix potential deadlock in pinmux configuration
` [PATCH v1 3/4] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v1 4/4] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
[PATCH v2 1/2] dt-bindings: riscv: spacemit: Add OrangePi R2S board
2025-11-10 10:11 UTC (2+ messages)
` [PATCH v2 2/2] riscv: dts: spacemit: Add OrangePi R2S board device tree
[PATCH] mshv_eventfd: add WQ_PERCPU to alloc_workqueue users
2025-11-10 10:10 UTC (3+ messages)
[PATCH] dt-bindings: pinctrl: Convert sprd,sc9860-pinctrl to DT schema
2025-11-10 10:09 UTC (2+ messages)
[syzbot] [lsm?] WARNING in put_cred_rcu
2025-11-10 10:09 UTC (2+ messages)
[PATCH v6 0/6] can: mcp251xfd: add gpio functionality
2025-11-10 10:08 UTC (3+ messages)
[PATCH v5 2/5] drm/nouveau/uvmm: Allow larger pages
2025-11-10 10:06 UTC (2+ messages)
RFC: Serial port DTR/RTS - O_NRESETDEV
2025-11-10 10:06 UTC (6+ messages)
[PATCH v2] fs: avoid calls to legitimize_links() if possible
2025-11-10 10:05 UTC
[PATCH] firewire: core: add WQ_PERCPU to alloc_workqueue users
2025-11-10 10:04 UTC (3+ messages)
[RFC] xfs: fake fallocate success for always CoW inodes
2025-11-10 10:03 UTC (18+ messages)
` truncatat? was, "
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-10 10:01 UTC (3+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
2025-11-10 10:00 UTC (4+ messages)
` [PATCH v3 1/2] mm/ksm: fix flag-dropping behavior in ksm_madvise
[PATCH v2 00/24] ext4: enable block size larger than page size
2025-11-10 10:00 UTC (15+ messages)
` [PATCH v2 04/24] ext4: make ext4_punch_hole() support large block size
` [PATCH v2 07/24] ext4: support large block size in ext4_calculate_overhead()
` [PATCH v2 10/24] ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
` [PATCH v2 21/24] ext4: make data=journal support large block size
` [PATCH v2 22/24] ext4: support verifying data from large folios with fs-verity
` [PATCH v2 23/24] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH v2 24/24] ext4: enable block size larger than page size
[PATCH] scsi: fcoe: add WQ_PERCPU to alloc_workqueue users
2025-11-10 10:00 UTC (3+ messages)
[PATCH] soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users
2025-11-10 9:58 UTC (3+ messages)
[PATCH v2 0/2] clk: visconti: Add support for VIIF on Toshiba Visconti TMPV770x SoC
2025-11-10 7:59 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add identifiers "
[PATCH v2] fs: move fd_install() slowpath into a dedicated routine and provide commentary
2025-11-10 9:56 UTC
[PATCH 0/2] arm64: dts/thermal: Add MT8189 thermal controller and driver support
2025-11-10 9:53 UTC (4+ messages)
` [PATCH 1/2] arm64: dts: mediatek: mt8189: Add thermal controller node
` [PATCH 2/2] thermal/drivers/mediatek/lvts_thermal: Add MT8189 support
linux-next: build failure after merge of the ntfs3 tree
2025-11-10 9:47 UTC (2+ messages)
[PATCH v2 0/2] iommu/amd: Avoid setting C-bit for MMIO addresses
2025-11-10 9:55 UTC (14+ messages)
` [PATCH v2 1/2] iommu/amd: Add IOMMU_PROT_IE flag for memory encryption
` [PATCH v2 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses
[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
2025-11-10 9:53 UTC (3+ messages)
` [PATCH 3/5] slab: handle pfmemalloc slabs properly with sheaves
[PATCH 0/5] nvmem: add Samsung Exynos OTP support
2025-11-10 9:52 UTC (4+ messages)
` [PATCH 2/5] "
[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
2025-11-10 9:48 UTC (7+ messages)
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test
[PATCH v1 0/3] arm64: dts: ti: Add Aquila AM69 Support
2025-11-10 9:47 UTC (9+ messages)
` [PATCH v1 1/3] dt-bindings: arm: ti: add Toradex Aquila AM69
` [PATCH v1 2/3] arm64: dts: ti: Add Aquila AM69 Support
[PATCH v5 0/7] Add AMD ISP4 driver
2025-11-10 9:46 UTC (4+ messages)
[PATCH] tee: <uapi/linux/tee.h: fix all kernel-doc issues
2025-11-10 9:46 UTC (3+ messages)
[PATCH] IB/isert: add WQ_PERCPU to alloc_workqueue users
2025-11-10 9:46 UTC (3+ messages)
[PATCH v3 00/10] gpio: improve support for shared GPIOs
2025-11-10 9:45 UTC (2+ messages)
[PATCH] iio/adc/pac1934: replace use of system_wq with system_percpu_wq
2025-11-10 9:45 UTC (3+ messages)
[PATCH] nvme-pci: trigger disk activity LED
2025-11-10 9:44 UTC (5+ messages)
[PATCH] bus: mhi: ep: add WQ_PERCPU to alloc_workqueue users
2025-11-10 9:43 UTC (3+ messages)
[PATCH v6 00/26] Non-const bitfield helpers
2025-11-10 9:33 UTC (9+ messages)
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
[PATCH 0/3] restart_block: simplify expiration timestamps
2025-11-10 9:38 UTC (4+ messages)
` [PATCH 1/3] select: store end_time as timespec64 in restart block
` [PATCH 2/3] futex: Store time as ktime_t "
` [PATCH 3/3] hrtimer: "
[PATCHSET sched_ext/for-6.19] sched_ext: Improve bypass mode scalability
2025-11-10 9:38 UTC (3+ messages)
` [PATCH 13/13] sched_ext: Implement load balancer for bypass mode
[PATCH] r8169: add support for RTL8125K
2025-11-10 9:35 UTC
[PATCH v2] Documentation: f2fs: wrap tables in literal code blocks
2025-11-10 9:36 UTC (2+ messages)
[PATCH] tee: fix uninitialized pointers with free attr
2025-11-10 9:33 UTC (3+ messages)
[syzbot ci] Re: mm/hugetlb: fix possible deadlock in __hugetlb_zap_begin
2025-11-10 9:31 UTC (2+ messages)
[PATCH v2 0/2] m68k: coldfire: Add RNG support and const qualifiers for MCF54418
2025-11-10 9:31 UTC (5+ messages)
` [PATCH v2 2/2] m68k: coldfire: Add RNG support "
[PATCH bpf-next v5 1/3] perf: Refactor get_perf_callchain
2025-11-10 9:31 UTC (3+ messages)
[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
2025-11-10 9:30 UTC (2+ messages)
[PATCH 0/4] usb: host: renesas: Handle reset signals on suspend/resume
2025-11-10 9:29 UTC (7+ messages)
` [PATCH 2/4] usb: host: ehci-platform: Call reset assert/deassert "
[PATCH 00/11] soc: samsung: exynos-chipid: add gs101 support
2025-11-10 9:28 UTC (6+ messages)
` [PATCH 10/11] arm64: dts: exynos: gs101: add the chipid node
[PATCH v2] wifi: cfg80211: Fix uninitialized header access in cfg80211_classify8021d
2025-11-10 9:28 UTC (2+ messages)
[PATCH v4 0/2] Add driver support for Eswin EIC7700 SoC PCIe controller
2025-11-10 9:27 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: EIC7700: Add Eswin PCIe host controller
` "
[PATCH bpf-next v5 0/3] Pass external callchain entry to get_perf_callchain
2025-11-10 9:26 UTC (4+ messages)
` [PATCH bpf-next v5 2/3] perf: Add atomic operation in get_recursion_context
[PATCH 00/18] media: microchip-isc: Color correction and histogram stats
2025-11-10 9:26 UTC (2+ messages)
[PATCH V4 0/3] Add SD Card support for sm8750 SoC and boards
2025-11-10 9:25 UTC (4+ messages)
` [PATCH V4 1/3] arm64: dts: qcom: sm8750: Add SDC2 nodes for sm8750 soc
[PATCH net-next v2 0/3] net: phy: dp83869: Support 1000Base-X SFP
2025-11-10 9:24 UTC (4+ messages)
` [PATCH net-next v2 1/3] net: phy: dp83869: Restart PHY when configuring mode
` [PATCH net-next v2 2/3] net: phy: dp83869: ensure FORCE_LINK_GOOD is cleared
` [PATCH net-next v2 3/3] net: phy: dp83869: Support 1000Base-X SFP
[PATCH v3 00/24] MediaTek UFS Cleanup and MT8196 Enablement
2025-11-10 9:23 UTC (4+ messages)
` [PATCH v3 10/24] scsi: ufs: mediatek: Rework probe function
[PATCH] LoongArch: kexec_file: print out debugging message if required
2025-11-10 9:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox