All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-07 14:17:26 to 2025-11-07 14:59:34 UTC [more...]

[RFC PATCH] mtd: nand: raw: Add ONFI NAND unique id read support
 2025-11-07 14:36 UTC  (6+ messages)

[RESEND PATCH v6 4/5] dt-bindings: clock: rockchip: Add RK3506 clock and reset unit
 2025-11-07 14:59 UTC  (2+ messages)

[PATCH net-next 00/16] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
 2025-11-07 14:29 UTC  (34+ messages)
` [PATCH net-next 01/16] net: stmmac: loongson1: use PHY_INTF_SEL_x
` [PATCH net-next 02/16] net: stmmac: loongson1: use PHY_INTF_SEL_x directly
` [PATCH net-next 03/16] net: stmmac: loongson1: use stmmac_get_phy_intf_sel()
` [PATCH net-next 04/16] net: stmmac: mediatek: use PHY_INTF_SEL_xxx
` [PATCH net-next 05/16] net: stmmac: mediatek: use stmmac_get_phy_intf_sel()
` [PATCH net-next 06/16] net: stmmac: mediatek: simplify set_interface() methods
` [PATCH net-next 07/16] net: stmmac: meson8b: use PHY_INTF_SEL_xxx
` [PATCH net-next 08/16] net: stmmac: meson8b: use phy_intf_sel directly
` [PATCH net-next 09/16] net: stmmac: meson8b: use stmmac_get_phy_intf_sel()
` [PATCH net-next 10/16] net: stmmac: starfive: use PHY_INTF_SEL_xxx to select PHY interface
` [PATCH net-next 11/16] net: stmmac: starfive: use stmmac_get_phy_intf_sel()
` [PATCH net-next 12/16] net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next 13/16] net: stmmac: stm32: use PHY_INTF_SEL_x directly
` [PATCH net-next 14/16] net: stmmac: stm32: use stmmac_get_phy_intf_sel()
` [PATCH net-next 15/16] net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next 16/16] net: stmmac: visconti: use stmmac_get_phy_intf_sel()

[PATCH 00/13] of: Add wrappers to match root node with OF device ID tables
 2025-11-07 14:58 UTC  (7+ messages)
` [PATCH 11/13] soc: qcom: Simplify with of_machine_get_match_data()

[PATCH] drm/i915/dp_mst: Disable Panel Replay
 2025-11-07 14:57 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH] char: xillybus: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:57 UTC  (3+ messages)

[tip:timers/vdso] BUILD SUCCESS WITH UNVERIFIED WARNING 4c6736970fbf35aa65512ce7f82abd970f133c8e
 2025-11-07 14:54 UTC  (2+ messages)

[PATCH v3 0/5] Add support for the LTM8054 voltage regulator
 2025-11-07 14:54 UTC  (4+ messages)
` [PATCH v3 5/5] regulator: ltm8054: Support output current limit control

[PATCH v2 0/5] block/vvfat: introduce "fat-size" option
 2025-11-07 14:53 UTC  (6+ messages)
` [PATCH v2 1/5] vvfat: introduce partitioned option
` [PATCH v2 2/5] vvfat: move fat_type check prior to size setup
` [PATCH v2 3/5] vvfat: add a define for VVFAT_SECTOR_BITS and VVFAT_SECTOR_SIZE
` [PATCH v2 4/5] vvfat: move size parameters within driver structure
` [PATCH v2 5/5] vvfat: add support for "fat-size" options

[PATCH v2 0/5] android: add bootconfig support
 2025-11-07 14:52 UTC  (9+ messages)
` [PATCH v2 3/5] boot: android: Add "
` [PATCH v2 5/5] test: abootimg: Add test for bootconfig handling

[PATCH 0/3] PF: migration-friendly auto-provisioning
 2025-11-07 14:52 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for PF: migration-friendly auto-provisioning (rev2)

[PATCH 0/2] PCI/IOV: Fix deadlock when removing PF with enabled SR-IOV
 2025-11-07 14:51 UTC  (3+ messages)
` [PATCH 2/2] PCI/IOV: Fix race between SR-IOV enable/disable and hotplug

[syzbot] [cifs?] memory leak in smb3_fs_context_parse_param
 2025-11-07 14:30 UTC  (3+ messages)
` [PATCH] cifs: client: fix "

[PATCH v2 00/24] ext4: enable block size larger than page size
 2025-11-07 14:42 UTC  (25+ messages)
` [PATCH v2 01/24] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH v2 02/24] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH v2 03/24] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH v2 04/24] ext4: make ext4_punch_hole() support large block size
` [PATCH v2 05/24] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH v2 06/24] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH v2 07/24] ext4: support large block size in ext4_calculate_overhead()
` [PATCH v2 08/24] ext4: support large block size in ext4_readdir()
` [PATCH v2 09/24] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH v2 10/24] ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
` [PATCH v2 11/24] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH v2 12/24] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH v2 13/24] ext4: support large block size in ext4_mb_init_cache()
` [PATCH v2 14/24] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH v2 15/24] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH v2 16/24] ext4: support large block size in ext4_mpage_readpages()
` [PATCH v2 17/24] ext4: support large block size in ext4_block_write_begin()
` [PATCH v2 18/24] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH v2 19/24] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH v2 20/24] ext4: support large block size in __ext4_block_zero_page_range()
` [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 v4 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-07 14:51 UTC  (3+ messages)
` [PATCH v4 27/28] drm/intel/bmg: Allow device ID usage with single-argument macros

[PATCH v3 1/4] media: v4l: dev-decoder: Add source change V4L2_EVENT_SRC_CH_COLORSPACE
 2025-11-07 14:50 UTC  (5+ messages)
` [PATCH v3 2/4] media: docs: dev-decoder: Trigger dynamic source change for colorspace

[syzbot] [crypto?] possible deadlock in padata_do_serial
 2025-11-07 14:49 UTC  (8+ messages)
  ` padata: Is padata_find_next() thread-safe?
          ` [PATCH] padata: use different lock_class_key for padata_list lock
            ` [PATCH v2] padata: remove __padata_list_init()

[PATCH] scsi: be2iscsi: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:49 UTC 

[PATCH 0/2] Add support for Skov Rev.C HDMI variant
 2025-11-07 14:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: fsl: add Skov Rev.C HDMI support
` [PATCH 2/2] arm64: dts: imx8mp-skov: add "

[PATCH] backlight: pwm_bl: apply the initial backlight state with sane defaults
 2025-11-07 14:51 UTC  (4+ messages)

[PATCH v4 0/3] [PATCH 0/3] NFSD: additional NFSD Direct changes
 2025-11-07 14:48 UTC  (7+ messages)
` [PATCH v4 2/3] NFSD: add new NFSD_IO_DIRECT variants that may override stable_how

[PATCH] rapidio: rio: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:46 UTC 

[GIT PULL] gpio fixes for v6.18-rc5
 2025-11-07 14:46 UTC 

[PATCH net v2] net: dsa: b53: bcm531x5: fix cpu rgmii mode interpretation
 2025-11-07 14:45 UTC  (5+ messages)

[PATCH] .clangd: remove -enable-trivial-auto-var-init-zero-... flag
 2025-11-07 14:44 UTC  (2+ messages)

[PATCH i-g-t v3] tests/kms_atomic_transition: Add info messages for skipped subtest
 2025-11-07 14:44 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/kms_atomic_transition: Add info messages for skipped subtest (rev4)

[PATCH] ARM: k3: allow to take signing key from environment variable
 2025-11-07 14:43 UTC  (2+ messages)

[RFC PATCH v7 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-11-07 14:43 UTC  (4+ messages)

[PATCH 1/1] tools: use basename to identify file in gen-mach-types
 2025-11-07 14:42 UTC  (2+ messages)

[PATCH] drm/sched: Don't crash kernel on wrong params
 2025-11-07 14:42 UTC  (3+ messages)

[PATCH v2 0/4] talloc and memory leak debugging
 2025-11-07 14:41 UTC  (5+ messages)
` [PATCH v2 1/4] lib: add talloc for overlaying a tree onto allocations
` [PATCH v2 2/4] test: self: add talloc selftest
` [PATCH v2 3/4] hush: fix memory leaks
` [PATCH v2 4/4] sandbox: add memory leak debugging tooling around LeakSanitizer

[RFC PATCH 0/3] iio: adc: Add support for TI ADS1120 ADC
 2025-11-07 14:40 UTC  (4+ messages)
` [RFC PATCH 2/3] iio: adc: Add support for TI ADS1120

[PATCH] hw/display/exynos4210_fimd: Account for zero length in fimd_update_memory_section()
 2025-11-07 14:39 UTC 

[PATCH] mbuf: improve mbuf comments
 2025-11-07 14:39 UTC  (4+ messages)
` [PATCH v2] "

[syzbot] [cifs?] memory leak in smb3_fs_context_parse_param
 2025-11-07 14:39 UTC  (2+ messages)

[PATCH v10 0/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-11-07 14:38 UTC  (10+ messages)
` [PATCH v10 4/5] "

[PATCH] platform/surface: acpi-notify: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:38 UTC 

[PATCH AUTOSEL 6.17] serial: qcom-geni: Add DFS clock mode support to GENI UART driver
 2025-11-07 14:38 UTC  (6+ messages)
` [PATCH AUTOSEL 6.17-5.15] ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()

[PATCH 0/3] Fix another crazy rename assertion
 2025-11-07 14:36 UTC  (3+ messages)
` [PATCH 1/3] t6429: update comment to mention correct tool

[PATCH] drm/amdkfd: relax checks for over allocation of save area
 2025-11-07 14:36 UTC  (2+ messages)

[PATCH] PCI: shpchp: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:36 UTC 

[PATCH 1/2] bitbake-setup: rename bb-layers -> bb-layers-in-sources, bb-layers-relative -> bb-layers-in-thisdir
 2025-11-07 14:36 UTC  (6+ messages)
` [PATCH 2/2] bitbake-setup: unpack sources (e.g. layers and bitbake) into 'sources' rather than 'layers'
  ` [bitbake-devel] "

[PATCH] drm/i915/psr: Reject async flips when selective fetch is enabled
 2025-11-07 14:36 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/psr: Reject async flips when selective fetch is enabled (rev2)

[OE-core][PATCH] package_manager/oe-pkgdata-util: fix complementary package installation
 2025-11-07 14:35 UTC  (5+ messages)

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-07 14:35 UTC 

[PATCH] x86/ucode: Add extra rows to the entrysign model table
 2025-11-07 14:34 UTC  (3+ messages)

[PATCH] vulnerabitilies: add section for kernel CVEs vulnerabilities
 2025-11-07 14:34 UTC  (2+ messages)
` [docs] "

[PATCH net-next 0/3] net: use skb_attempt_defer_free() in napi_consume_skb()
 2025-11-07 14:34 UTC  (5+ messages)
` [PATCH net-next 2/3] net: fix napi_consume_skb() with alien skbs

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-07 14:34 UTC  (4+ messages)
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers

[PATCH] PCI: pnv_php: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:33 UTC 

[PATCH v11 0/9] lib/pmu: cleanups and trace integration
 2025-11-07 14:33 UTC  (2+ messages)

[PATCH net-next v8 00/14] vsock: add namespace support to vhost-vsock
 2025-11-07 14:33 UTC  (6+ messages)
` [PATCH net-next v8 06/14] vsock/virtio: add netns to virtio transport common

[PATCH v2 net-next 0/6] Disable CLKOUT on RTL8211F(D)(I)-VD-CG
 2025-11-07 14:32 UTC  (4+ messages)
` [PATCH v2 net-next 6/6] net: phy: realtek: create rtl8211f_config_phy_eee() helper

[PATCH] arm64: dts: qcom: hamoa-iot-evk: Enable TPM (ST33) on SPI11
 2025-11-07 14:32 UTC 

[PATCH v6 0/5] clk: rockchip: Add clock controller for the RV1126B and RK3506
 2025-11-07 14:31 UTC  (4+ messages)
` [PATCH v6 2/5] dt-bindings: clock, reset: Add support for rv1126b

git whatchanged
 2025-11-07 14:30 UTC  (4+ messages)

[PATCH] PCI: endpoint: pci-epf-test: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:31 UTC 

[PATCH net-next v3] iavf: clarify VLAN add/delete log messages and lower log level
 2025-11-07 14:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] drm/amd/display: Add kdoc params/returns in dc/link detection helpers
 2025-11-07 14:29 UTC 

[PATCH net] bonding: fix mii_status when slave is down
 2025-11-07 14:29 UTC  (5+ messages)

[PATCH] PCI: endpoint: epf-mhi: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:28 UTC 

[PATCH] arm64: Remove assertion on CONFIG_VMAP_STACK
 2025-11-07 14:27 UTC  (2+ messages)

[tip:x86/mm] BUILD SUCCESS 84361123413efc84b06f3441c6c827b95d902732
 2025-11-07 14:26 UTC 

[PATCH 0/9] RISC-V CPU time source interface
 2025-11-07 10:23 UTC  (10+ messages)
` [PATCH 1/9] target/riscv: drop unused include directive in time_helper.c
` [PATCH 2/9] hw/intc/riscv_aclint: fix coding style
` [PATCH 3/9] hw/intc/riscv_aclint: rename cpu_riscv_read_rtc to riscv_aclint_mtimer_get_ticks
` [PATCH 4/9] target/riscv: add the RISCVCPUTimeSrcIf interface
` [PATCH 5/9] hw/intc/riscv_aclint: implement "
` [PATCH 6/9] target/riscv: replace env->rdtime_fn with a time source
` [PATCH 7/9] hw/intc/riscv_aclint: riscv_aclint_mtimer_get_ticks: get rid of void* argument
` [PATCH 8/9] target/riscv: RISCVCPUTimeSrcIf: add register_time_change_notifier
` [PATCH 9/9] hw/intc/riscv_aclint: implement the register_time_change_notifier method

[PATCH 0/3] drm/client: Wire up sysrq for all clients and update drm_log
 2025-11-07 14:19 UTC  (4+ messages)
` [PATCH 1/3] drm/client: Pass force parameter to client restore
` [PATCH 2/3] drm/client: Support emergency restore via sysrq for all clients
` [PATCH 3/3] drm/client: log: Implement struct drm_client_funcs.restore

[linux-next:master 6294/7207] kernel/rcu/refscale.c:189:1: error: type defaults to 'int' in declaration of 'DEFINE_STATIC_SRCU_FAST_UPDOWN'
 2025-11-07 14:25 UTC 

[PATCH v4 0/8] drm/panthor: Add support for Mali-G1 GPUs
 2025-11-07 14:24 UTC  (9+ messages)
` [PATCH v4 1/8] drm/panthor: Add arch-specific panthor_hw binding
` [PATCH v4 2/8] drm/panthor: Add architecture-specific function operations
` [PATCH v4 3/8] drm/panthor: Introduce panthor_pwr API and power control framework
` [PATCH v4 4/8] drm/panthor: Implement L2 power on/off via PWR_CONTROL
` [PATCH v4 5/8] drm/panthor: Implement soft reset "
` [PATCH v4 6/8] drm/panthor: Support GLB_REQ.STATE field for Mali-G1 GPUs
` [PATCH v4 7/8] drm/panthor: Support 64-bit endpoint_req register for Mali-G1
` [PATCH v4 8/8] drm/panthor: Add support for Mali-G1 GPUs

[PATCH] Revert "power: regulator: Add vin-supply for GPIO and Fixed regulators"
 2025-11-07 14:25 UTC  (5+ messages)

[PATCH] PCI: endpoint: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:25 UTC 

[tip:ras/core] BUILD SUCCESS 94567e69f7460766aada806939ca8c13364861a3
 2025-11-07 14:24 UTC 

[PATCH v11 0/9] support FEAT_LSUI
 2025-11-07 14:24 UTC  (5+ messages)
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH] wifi: cfg80211: fix doc of struct key_params
 2025-11-07 14:23 UTC 

[PATCH 0/3] media: pci: mgb4: Add support for GMSL1 and GMSL-coax modules
 2025-11-07 14:16 UTC  (4+ messages)
` [PATCH 1/3] media: pci: mgb4: Add support for GMSL1 modules
` [PATCH 2/3] pci: mgb4: Add support for GMSL3 coaxial module
` [PATCH 3/3] Documentation: admin-guide: media: mgb4: Add GMSL1 & GMSL3-coax modules info

[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
 2025-11-07 14:21 UTC  (4+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
` [PATCH v3 2/3] btrfs: utilize IOP_FASTPERM_MAY_EXEC
` [PATCH v3 3/3] fs: retire now stale MAY_WRITE predicts in inode_permission()

[PATCH net-next] net: sparx5/lan969x: populate netdev of_node
 2025-11-07 14:18 UTC 

[PATCH nf v3] parser_json: support handle for rule positioning in JSON add rule
 2025-11-07 14:19 UTC  (3+ messages)

[deller-fbdev:for-next-next-2 2/3] checkpatch: ERROR: space required after that ',' (ctx:VxV)
 2025-11-07 14:18 UTC 

[PATCH] mmc: omap: add WQ_PERCPU to alloc_workqueue users
 2025-11-07 14:19 UTC 

[PATCH i-g-t v13 0/3] Multi-CCS support in IGT
 2025-11-07 14:19 UTC  (3+ messages)
` [PATCH i-g-t v13 3/3] tests/intel/xe_compute: Add eu-busy-10s test for EU utilization measurement

[PATCH BlueZ] The GATT.Client option is in the wrong section
 2025-11-07 14:18 UTC  (2+ messages)
` [BlueZ] "

powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
 2025-11-07 14:18 UTC  (8+ messages)

[PATCH] spl: remove redundant prints in boot_from_devices
 2025-11-07 14:17 UTC  (2+ messages)

[PATCH Resend] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
 2025-11-07 14:17 UTC  (4+ messages)

[PATCH master 1/5] efi: payload: drop unreferenced efi_do_execute_image()
 2025-11-07 14:17 UTC  (5+ messages)
` [PATCH master 2/5] filetype: introduce separate filetype_x86_efi_linux_image
` [PATCH master 3/5] efi: payload: handover: fix filetype match
` [PATCH master 4/5] efi: payload: reinstate error message when booting non-EFI stubbed kernel
` [PATCH master 5/5] efi: payload: align kernel boot status messages

[PATCH v10 0/7] Allow falcon boot from R5 SPL on TI's AM62 devices
 2025-11-07 14:17 UTC  (2+ messages)

[PATCH v3 0/4] Allow falcon boot from A-core SPL on K3 devices
 2025-11-07 14:17 UTC  (2+ messages)

[PATCH] boot: fix typo in SYS_BOOTM_LEN description
 2025-11-07 14:17 UTC  (2+ messages)

[PATCH] serial: make VPL_DM_SERIAL depend on VPL_DM
 2025-11-07 14:17 UTC  (2+ messages)

[PATCH] gpu: nova-core: apply the one "use" item per line policy
 2025-11-07 14:17 UTC  (3+ messages)

[PATCH v6 0/2] drm/panthor: Scheduler fixes for termination failure and timeouts
 2025-11-07 14:17 UTC  (3+ messages)
` [PATCH v6 2/2] drm/panthor: Reset queue slots if termination fails


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.