messages from 2025-11-11 13:11:43 to 2025-11-11 14:52:36 UTC [more...]
[PATCH v2 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
2025-11-11 14:52 UTC (4+ messages)
` [PATCH v2 1/4] vfio: selftests: add iova range query helpers
` [PATCH v2 2/4] vfio: selftests: fix map limit tests to use last available iova
` [PATCH v2 3/4] vfio: selftests: add iova allocator
[PATCH v4 00/14] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2025-11-11 14:52 UTC (8+ messages)
` [PATCH v4 01/14] cxl/region: Store root decoder in struct cxl_region
` [PATCH v4 03/14] cxl/region: Rename misleading variable name @hpa to @hpa_range
` [PATCH v4 05/14] cxl: Simplify cxl_root_ops allocation and handling
[PATCH v2 0/6] Support for Adreno 612 GPU - Respin
2025-11-11 14:51 UTC (4+ messages)
` [PATCH v2 3/6] dt-bindings: display/msm/rgmu: Document A612 RGMU
[PATCH 0/2] ASoC: cs35l56: Support for restoring calibration on ChromeOS
2025-11-11 14:51 UTC (6+ messages)
` [PATCH 1/2] ASoC: cs35l56: Add control to read CAL_SET_STATUS
` [PATCH 2/2] ASoC: cs35l56: Allow restoring factory calibration through ALSA control
[PATCH v17 00/12] Implement vendor resets for PSCI SYSTEM_RESET2
2025-11-11 14:50 UTC (7+ messages)
` [PATCH v17 03/12] power: reset: reboot-mode: Add support for 64 bit magic
[PATCH v2 0/2] devres: clean up and move percpu allocator
2025-11-11 14:49 UTC (3+ messages)
` [PATCH v2 1/2] devres: Remove unused devm_free_percpu()
` [PATCH v2 2/2] devres: Move devm_alloc_percpu() and related to devres.h
[PATCH v1] btrfs: simplify list initialization in btrfs_compr_pool_scan()
2025-11-11 14:50 UTC (2+ messages)
[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-11 14:49 UTC (5+ messages)
` [PATCH v2 04/21] dma-buf: Switch to use %ptSp
` [PATCH v2 05/21] drm/amdgpu: "
[PATCH v2] kbuild: install-extmod-build: Properly fix CC expansion when ccache is used
2025-11-11 14:33 UTC (4+ messages)
[PATCH 00/10] selftests: vDSO: Stop using libc types for vDSO calls
2025-11-11 14:48 UTC (10+ messages)
` [PATCH 02/10] selftests: vDSO: Introduce vdso_types.h
` [PATCH 04/10] selftests: vDSO: vdso_test_abi: Provide compatibility with 32-bit musl
[PATCH 1/2] hwmon: tmp421: check error when loading label from dt
2025-11-11 14:44 UTC (2+ messages)
` [PATCH 2/2] hwmon: tmp421: remove duplicate return in switch-case
[PATCH printk v1 0/1] Fix reported suspend failures
2025-11-11 14:43 UTC (2+ messages)
` [PATCH printk v1 1/1] printk: Avoid scheduling irq_work on suspend
[PATCH] coresight: etm-perf: Fix reference count leak in etm_setup_aux
2025-11-11 14:42 UTC
[PATCH v1 0/2] devres: clean up and move percpu allocator
2025-11-11 14:39 UTC (3+ messages)
` [PATCH v1 1/2] devres: Remove unused devm_free_percpu()
` [PATCH v1 2/2] devres: Move devm_alloc_percpu() and related to devres.h
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-11 14:39 UTC (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCH v4 0/2] PCI/aer_inject: Adjust locking for PREEMPT_RT
2025-11-11 14:39 UTC (6+ messages)
` [PATCH v4 2/2] PCI/aer_inject: Convert inject_lock to raw_spinlock_t
[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-11 14:37 UTC (4+ messages)
` [PATCH v1 12/23] ipmi: Switch to use %ptSp
[PATCH v4 0/5] memory: tegra: Support EMC dfs on Tegra186/Tegra194
2025-11-11 14:35 UTC (9+ messages)
` [PATCH v4 3/5] memory: tegra186-emc: Support non-bpmp icc scaling
[PATCH v3 00/24] ext4: enable block size larger than page size
2025-11-11 14:26 UTC (25+ messages)
` [PATCH v3 01/24] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH v3 02/24] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH v3 03/24] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH v3 04/24] ext4: make ext4_punch_hole() support large block size
` [PATCH v3 05/24] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH v3 06/24] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH v3 07/24] ext4: support large block size in ext4_calculate_overhead()
` [PATCH v3 08/24] ext4: support large block size in ext4_readdir()
` [PATCH v3 09/24] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH v3 10/24] ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
` [PATCH v3 11/24] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH v3 12/24] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH v3 13/24] ext4: support large block size in ext4_mb_init_cache()
` [PATCH v3 14/24] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH v3 15/24] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH v3 16/24] ext4: support large block size in ext4_mpage_readpages()
` [PATCH v3 17/24] ext4: support large block size in ext4_block_write_begin()
` [PATCH v3 18/24] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH v3 19/24] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH v3 20/24] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH v3 21/24] ext4: make data=journal support large block size
` [PATCH v3 22/24] ext4: support verifying data from large folios with fs-verity
` [PATCH v3 23/24] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH v3 24/24] ext4: enable block size larger than page size
[PATCH can 0/3] can: gs_usb: fix USB bulk in and out callbacks
2025-11-11 13:55 UTC (4+ messages)
` [PATCH can 3/3] can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data
[PATCH 0/2] Add and Update display overlays for libra
2025-11-11 14:34 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: imx8mp libra: add and update display overlays
` [PATCH 2/2] arm64: dts: imx8mp libra: add peb-av-10 expansion board overlay
[PATCH bpf-next] selftests/bpf: Fix htab_update/reenter_update selftest failure
2025-11-11 14:32 UTC (3+ messages)
[PATCH RESEND] i2c: designware-platdrv: handle reset control deassert error
2025-11-11 14:33 UTC (7+ messages)
` [PATCH v2 1/3] i2c: designware-platdrv: simplify reset control with devm variant
` [PATCH v2 2/3] i2c: designware-platdrv: complete reset control devm conversion
` [PATCH v3] i2c: designware-platdrv: simplify reset control and error handling
[PATCH v2 00/21] drm/msm/adreno: Introduce Adreno 8xx family support
2025-11-11 14:27 UTC (7+ messages)
` [PATCH v2 20/21] dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU
` [PATCH v2 21/21] dt-bindings: arm-smmu: Add Glymur GPU SMMU
[PATCH v6 00/17] vfs: recall-only directory delegations for knfsd
2025-11-11 14:25 UTC (19+ messages)
` [PATCH v6 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v6 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v6 03/17] filelock: add struct delegated_inode
` [PATCH v6 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v6 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v6 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v6 07/17] vfs: allow rmdir "
` [PATCH v6 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v6 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v6 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v6 11/17] vfs: make vfs_mknod "
` [PATCH v6 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v6 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v6 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v6 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v6 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v6 17/17] vfs: expose delegation support to userland
[PATCH v7 0/8] KVM: PKS Virtualization support
2025-11-11 14:24 UTC (6+ messages)
` The current status of PKS virtualization
[PATCH 0/3] rust_binder: fix unsoundness due to combining List::remove with mem:take
2025-11-11 14:23 UTC (4+ messages)
` [PATCH 1/3] rust_binder: fix race condition on death_list
` [PATCH 2/3] rust_binder: avoid mem::take on delivered_deaths
` [PATCH 3/3] rust: list: add warning to List::remove docs about mem::take
[PATCH 0/2] ath10k: Introduce a firmware quirk to skip host cap QMI requests
2025-11-11 14:23 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: xiaomi-beryllium: Add firmware-name qualifier to WiFi node
[PATCH v2 net-next 0/3] net: enetc: add port MDIO support for both i.MX94 and i.MX95
2025-11-11 14:20 UTC (5+ messages)
[PATCH net] mlx5: Fix default values in create CQ
2025-11-11 14:20 UTC (2+ messages)
[PATCH][next] RDMA/rxe: Avoid -Wflex-array-member-not-at-end warnings
2025-11-11 14:19 UTC (4+ messages)
[PATCH] clk: imx: imx95-blk-ctl: Fix clock leak in error paths
2025-11-11 14:18 UTC (2+ messages)
[PATCH] mt76: connac: remove unused reserved field in gtk rekey TLV struct
2025-11-11 14:10 UTC (3+ messages)
[PATCH v4 net 0/2] net: sched: initialize struct tc_ife to fix kernel-infoleak
2025-11-11 14:10 UTC (2+ messages)
[PATCH net 0/5] mlx5e misc fixes 2025-11-09
2025-11-11 14:10 UTC (2+ messages)
[PATCH] blk-mq-dma: fix kernel-doc function name for integrity DMA iterator
2025-11-11 14:10 UTC (2+ messages)
[PATCH v2] usb: mtu3: fix possible NULL pointer dereference in ep0_rx_state()
2025-11-11 14:09 UTC
[PATCH v11] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-11 14:09 UTC (18+ messages)
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
[PATCH 0/3] Enable hung_task and lockup cases to dump system info on demand
2025-11-11 14:09 UTC (10+ messages)
` [PATCH 1/3] docs: panic: correct some sys_ifo names in sysctl doc
` [PATCH 2/3] hung_task: Add hung_task_sys_info sysctl to dump sys info on task-hung
` [PATCH 3/3] watchdog: add lockup_sys_info sysctl to dump sys info on system lockup
drivers/pci/controller/cadence/pci-j721e.c:648:undefined reference to `cdns_pcie_host_disable'
2025-11-11 14:09 UTC (4+ messages)
[PATCH RFC net-next 0/3] net: dsa: deny unsupported 8021q uppers on bridge ports
2025-11-11 14:09 UTC (10+ messages)
` [PATCH RFC net-next 3/3] net: dsa: deny 8021q uppers on vlan unaware bridged ports
[PATCH v2 0/3] iio: amplifiers: add support for ADL8113 Low Noise Amplifier
2025-11-11 14:06 UTC (4+ messages)
` [PATCH v2 2/3] iio: amplifiers: adl8113: add driver support
[PATCH v1 0/3] arm64: dts: ti: Add Aquila AM69 Support
2025-11-11 14:03 UTC (10+ 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] Bluetooth: Fix use-after-free in l2cap_info_timeout race condition
2025-11-11 13:56 UTC
[PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc
2025-11-11 14:02 UTC (3+ messages)
[PATCH] nbd: defer config unlock in nbd_genl_connect
2025-11-11 14:01 UTC (2+ messages)
[PATCH next] cpuset: Treat tasks in attaching process as populated
2025-11-11 14:01 UTC (2+ messages)
[PATCH stable 6.1.y] nfsd: use __clamp in nfsd4_get_drc_mem()
2025-11-11 14:00 UTC (4+ messages)
[PATCH v5 0/2] Add support for Gunyah Watchdog
2025-11-11 14:00 UTC (9+ messages)
` [PATCH v5 1/2] firmware: qcom: scm: Register gunyah watchdog device
[RESEND] Re: [PATCH] PCI: dw-rockchip: Skip waiting for link up
2025-11-11 14:00 UTC (11+ messages)
[PATCH v2] EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection
2025-11-11 13:59 UTC (2+ messages)
[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
2025-11-11 13:59 UTC (4+ messages)
` [PATCH v4 09/16] iommu/amd: Always enable GCR3TRPMode when supported
[PATCH v2] gendwarfksyms: Skip files with no exports
2025-11-11 13:58 UTC (3+ messages)
[PATCH v2] EDAC/altera: Handle OCRAM ECC enable after warm reset
2025-11-11 13:57 UTC (2+ messages)
[PATCH v2] RISC-V: KVM: Fix guest page fault within HLV* instructions
2025-11-11 13:55 UTC
[PATCH v2 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2025-11-11 13:54 UTC (8+ messages)
` [PATCH v2 1/4] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
[PATCH v2] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-11 13:54 UTC
[PATCH] cgroup: Improve cgroup_addrm_files remove files handling
2025-11-11 13:54 UTC (2+ messages)
[PATCH] ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd
2025-11-11 13:33 UTC (4+ messages)
` "
[syzbot] [fs?] WARNING in nsproxy_ns_active_get
2025-11-11 13:54 UTC (2+ messages)
mempool_alloc_bulk and various mempool improvements
2025-11-11 13:52 UTC (8+ messages)
` [PATCH 1/7] fault-inject: make enum fault_flags available unconditionally
` [PATCH 2/7] mempool: update kerneldoc comments
` [PATCH 3/7] mempool: add error injection support
` [PATCH 4/7] mempool: factor out a mempool_adjust_gfp helper
` [PATCH 5/7] mempool: factor out a mempool_alloc_from_pool helper
` [PATCH 6/7] mempool: fix a wakeup race when sleeping for elements
` [PATCH 7/7] mempool: add mempool_{alloc,free}_bulk
[PATCH bpf-next v6 0/2] bpf: Free special fields when update [lru_,]percpu_hash maps
2025-11-11 13:52 UTC (5+ messages)
` [PATCH bpf-next v6 2/2] selftests/bpf: Add test to verify freeing the "
[PATCH v1 0/2] arm64: dts: freescale: add Toradex SMARC iMX95
2025-11-11 13:47 UTC (3+ messages)
` [PATCH v1 2/2] "
[PATCH v1 bcache] bcache: fix UAF in cached_dev_free and safely
2025-11-11 13:48 UTC (2+ messages)
[PATCH] function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultaneously
2025-11-11 13:47 UTC (3+ messages)
[PATCH][next] bcache: Avoid -Wflex-array-member-not-at-end warning
2025-11-11 13:43 UTC (4+ messages)
[PATCH v4 0/6] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
2025-11-11 13:41 UTC (3+ messages)
` [PATCH v4 4/6] platform/x86: ayaneo-ec: Add controller power and modules attributes
[RFC] xfs: fake fallocate success for always CoW inodes
2025-11-11 13:40 UTC (9+ messages)
[PATCH v3 0/6] media: iris: prepare support for video codecs on Qcom vpu4 platform
2025-11-11 13:39 UTC (4+ messages)
[PATCH -next v2 0/3] cpuset: code cleanups
2025-11-11 13:24 UTC (4+ messages)
` [PATCH -next v2 1/3] cpuset: simplify node setting on error
` [PATCH -next v2 2/3] cpuset: remove global remote_children list
` [PATCH -next v2 3/3] cpuset: remove need_rebuild_sched_domains
[PATCH v4 0/2] media: i2c: add Sony IMX111 CMOS camera sensor driver
2025-11-11 13:38 UTC (6+ messages)
` [PATCH v4 2/2] "
[PATCH v2] crypto: asymmetric_keys: fix uninitialized pointers with free attribute
2025-11-11 13:36 UTC
[PATCH] crypto: asymmetric_keys: fix uninitialized pointers with free attr
2025-11-11 13:36 UTC (3+ messages)
[PATCH] mm, swap: fix potential UAF issue for VMA readahead
2025-11-11 13:36 UTC
[PATCH 6.12 000/562] 6.12.58-rc2 review
2025-11-11 13:35 UTC (4+ messages)
[PATCH v2] ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd
2025-11-11 13:35 UTC
[PATCH v3 00/11] Tegra114: implement EMC support
2025-11-11 13:34 UTC (4+ messages)
` [PATCH v3 01/11] devfreq: tegra30-devfreq: add support for Tegra114
[PATCH 0/5] arm64: qcom: add support for Arduino UnoQ SBC
2025-11-11 13:33 UTC (4+ messages)
` [PATCH 2/5] drivers: spi: spidev: add compatible for arduino spi mcu interface
[PATCH 6.17 000/849] 6.17.8-rc1 review
2025-11-11 13:31 UTC (4+ messages)
[PATCH 1/4] lib/sprintf: add scnprintf_append() helper function
2025-11-11 13:31 UTC (8+ messages)
[PATCH] PCI: Do not attempt to set ExtTag for VFs
2025-11-11 13:30 UTC (2+ messages)
[PATCH] perf/core: Fix pending work re-queued in __perf_event_overflow
2025-11-11 13:30 UTC (3+ messages)
` [PATCH v2] "
[PATCH v6 0/2] add gpio-line-mux
2025-11-11 13:28 UTC (4+ messages)
` [PATCH v6 1/2] dt-bindings: gpio: add gpio-line-mux controller
[tip:sched/core 8/10] kernel/sched/deadline.c:1441:16: error: use of undeclared identifier 'd_se'; did you mean 'dl_se'?
2025-11-11 13:27 UTC
[tip:sched/core 8/10] kernel/sched/deadline.c:1441:23: error: 'd_se' undeclared; did you mean 'dl_se'?
2025-11-11 13:27 UTC
[PATCH net-next v3 0/3] net: phy: mscc: Add support for PHY LED control
2025-11-11 13:25 UTC (6+ messages)
` [PATCH net-next v3 2/3] net: phy: mscc: Consolidate probe functions into a common helper
[PATCHv5] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
2025-11-11 13:23 UTC (4+ messages)
[PATCH v19 0/7] firmware: imx: driver for NXP secure-enclave
2025-11-11 13:14 UTC (6+ messages)
` [EXT] "
[PATCH v4] iommu/amd: Enhance "Completion-wait Time-out" error message
2025-11-11 13:12 UTC (4+ messages)
[PATCH v2 0/4] platform/x86: wmi: Prepare for future changes
2025-11-11 13:11 UTC (4+ messages)
` [PATCH v2 2/4] platform/x86: wmi: Use correct type when populating ACPI objects
` [PATCH v2 3/4] platform/x86: wmi: Remove extern keyword from prototypes
` [PATCH v2 4/4] platform/x86: wmi: Move WMI core code into a separate directory
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