All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-21 18:48:09 to 2026-01-21 19:57:11 UTC [more...]

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 19:45 UTC  (7+ messages)
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete

[RFC PATCH v2 4/6] fuse: implementation of the FUSE_LOOKUP_HANDLE operation
 2026-01-21 19:12 UTC  (13+ messages)
      `  "

[PATCH v3 00/10] dt-bindings: mtd: Partition binding fixes and restructuring
 2026-01-21 19:56 UTC  (22+ messages)
` [PATCH v3 01/10] dt-bindings: mtd: brcm,brcmnand: Drop "brcm,brcmnand" compatible for iProc
` [PATCH v3 02/10] dt-bindings: mtd: fixed-partitions: Move "compression" to partition node
` [PATCH v3 03/10] dt-bindings: mtd: partitions: Move "sercomm,scpart-id" to partition.yaml
` [PATCH v3 04/10] dt-bindings: mtd: partitions: Allow "nvmem-layout" in generic partition nodes
` [PATCH v3 05/10] dt-bindings: mtd: partitions: Define "#{address,size}-cells" in specific schemas
` [PATCH v3 06/10] dt-bindings: mtd: partitions: Drop partitions.yaml
` [PATCH v3 07/10] dt-bindings: mtd: Ensure partition node properties are documented
` [PATCH v3 08/10] dt-bindings: mtd: fixed-partitions: Restrict undefined properties
` [PATCH v3 09/10] dt-bindings: mtd: partitions: Convert brcm,trx to DT schema
` [PATCH v3 10/10] dt-bindings: mtd: partitions: Combine simple partition bindings

[PATCH v2 0/5] Enable QoS configuration for SM6350
 2026-01-21 19:56 UTC  (2+ messages)
` (subset) "

[RFT PATCH 0/3] Add missing CX_MEM/DBGC GPU regions for SM6115/QCM2290
 2026-01-21 19:56 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: agatti: enable FastRPC on the ADSP
 2026-01-21 19:56 UTC  (2+ messages)

[PATCH v2 0/3] pmdomain: qcom: sort out RPM power domain indices
 2026-01-21 19:56 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequency
 2026-01-21 19:56 UTC  (2+ messages)

[PATCH v2] soc: qcom: smem: fix qcom_smem_is_available and check if __smem is valid
 2026-01-21 19:56 UTC  (2+ messages)

[RFT PATCH v3 0/2] Adsp fastrpc support for sm8750
 2026-01-21 19:56 UTC  (2+ messages)

[PATCH v4 0/4] Add Kconfig option to remove microcode loading support
 2026-01-21 19:55 UTC  (4+ messages)
` [PATCH v4 5/5] automation: Disable ucode loading on AMD's analysis run

[PATCH net-next v2] net/tcp_sigpool: Enable compile-testing
 2026-01-21 19:55 UTC  (4+ messages)

[PATCH] worktree: clarify --expire applies to missing worktrees
 2026-01-21 19:55 UTC  (3+ messages)
` [PATCH v2 0/2] "

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-01-21 19:54 UTC  (2+ messages)

What's cooking in git.git (Jan 2026, #06)
 2026-01-21 19:54 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Refactor LSM hooks for VFS mount operations
 2026-01-21 19:54 UTC 

[PATCH v3 0/4] board: ti: Add 32k crystal initialization
 2026-01-21 19:53 UTC  (5+ messages)
` [PATCH v3 1/4] board: ti: common: Add function for initialization of 32k crystal
` [PATCH v3 2/4] board: ti: am62x: Enable 32k crystal on the board
` [PATCH v3 3/4] board: ti: am62ax/am62dx: "
` [PATCH v3 4/4] board: ti: am62px: "

[BUG] usb: typec: ucsi: PM race on s2idle resume - "parent port should not be sleeping"
 2026-01-21 19:53 UTC 

[PATCH v4] lockfile: add PID file for debugging stale locks
 2026-01-21 19:53 UTC  (7+ messages)
` [PATCH v5] "

[PATCH 00/19] smbdirect client/server credit fixes
 2026-01-21 19:50 UTC  (20+ messages)
` [PATCH 01/19] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
` [PATCH 02/19] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 03/19] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 04/19] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 05/19] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 06/19] smb: server: fix last send credit problem causing disconnects
` [PATCH 07/19] smb: server: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 08/19] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 09/19] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 10/19] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 11/19] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 12/19] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 13/19] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 14/19] smb: client: split out smbd_ib_post_send()
` [PATCH 15/19] smb: client: introduce and use smbd_{alloc,free}_send_io()
` [PATCH 16/19] smb: client: use smbdirect_send_batch processing
` [PATCH 17/19] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 18/19] smb: client: fix last send credit problem causing disconnects
` [PATCH 19/19] smb: client: let send_done handle a completion without IB_SEND_SIGNALED

[PATCH v5 00/10] perf sched: Introduce stats tool
 2026-01-21 19:51 UTC  (5+ messages)

[PATCH -next v3 0/3] rcu/nocb: Cleanup patches for next merge window
 2026-01-21 19:50 UTC  (5+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-21 19:50 UTC  (4+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists

[PATCH] net: phy: Grammar update for comment in genphy_update_link
 2026-01-21 19:49 UTC 

[PATCH net v3 0/7] net/sched: act_gate RCU schedule update fixes
 2026-01-21 19:47 UTC  (11+ messages)
` [PATCH net v3 2/7] net/sched: act_gate: add RCU support for parameter update
` [PATCH net v3 3/7] net/sched: act_gate: build schedule and RCU-swap
` [PATCH net v3 4/7] net/sched: act_gate: read schedule via RCU
` [PATCH net v3 6/7] net/sched: act_gate: reject empty schedule list
` [PATCH net v3 7/7] net/sched: act_gate: guard NULL params in accessors

[PATCH] rust: disallow use of `CStr::as_ptr`
 2026-01-21 19:45 UTC  (4+ messages)

[PATCH] trace-cmd list: Add --proto option to show fuction prototype
 2026-01-21 19:38 UTC 

[PATCH v2 0/8] migration: Add COLO multifd support and COLO migration unit test
 2026-01-21 19:44 UTC  (10+ messages)
` [PATCH v2 4/8] multifd: Add COLO support
` [PATCH v2 5/8] migration-test: Add COLO migration unit test
` [PATCH v2 6/8] Convert colo main documentation to restructuredText

[PATCH 1/2 net-next v3] ipv6: use the right ifindex when replying to icmpv6 from localhost
 2026-01-21 19:44 UTC  (2+ messages)
` [PATCH 2/2 net-next v3] selftests: net: add ipv6 ping to local address "

+ mm-mm_init-dont-call-cond_resched-in-deferred_init_memmap_chunk-if-rcu_preempt_depth-set.patch added to mm-hotfixes-unstable branch
 2026-01-21 19:45 UTC 

[PATCH 0/2] wait/9p: Account 9P RPC waiting time as I/O wait
 2026-01-21 19:43 UTC  (4+ messages)
` [PATCH 1/2] wait: Introduce io_wait_event_killable()
` [PATCH 2/2] 9p: Track 9P RPC waiting time as IO

[PATCH] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
 2026-01-21 19:43 UTC  (2+ messages)

[PATCH] ufs: use fs_umode_to_dtype() for d_type table lookup
 2026-01-21 19:41 UTC 

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-21 19:39 UTC  (5+ messages)
` [PATCH v3 19/24] KVM: x86: Introduce per-VM external cache for splitting

[PATCH] net/iavf: support pre and post reset callbacks
 2026-01-21 19:39 UTC  (5+ messages)
` [PATCH v2] "

[RFC PATCH 1/3] dts: add find float method to text parser
 2026-01-21 19:39 UTC  (8+ messages)
` [RFC PATCH 3/3] dts: add cryptodev testsuite
        ` [EXTERNAL] "

cxl/region.c improvements and DAX/Hotplug plumbing
 2026-01-21 19:38 UTC 

[PATCH] fs: reset read-only fsflags together with xflags
 2026-01-21 19:36 UTC 

[PATCH v5 0/2]
 2026-01-21 19:37 UTC  (3+ messages)
` [PATCH v5 2/2] earlycpio: lib-ify earlycpio.c

[RFC] selftests/bpf: Running test_progs with distro configs
 2026-01-21 19:37 UTC  (2+ messages)

[obsolete] mm-memcontrol-eliminate-the-problem-of-dying-memory-cgroup-for-lru-folios-fix.patch removed from -mm tree
 2026-01-21 19:36 UTC 

[PATCH v3 00/11] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-21 19:34 UTC  (3+ messages)

REGRESSION on linux-next (next-20260115)
 2026-01-21 19:35 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-01-21 19:34 UTC  (3+ messages)
` [PATCH 01/31] fuse: implement the basic iomap mechanisms

[Intel-wired-lan] [tnguy-net-queue:100GbE] BUILD SUCCESS bdfc7b55adcd04834ccc1b6b13e55e3fd7eaa789
 2026-01-21 19:30 UTC 

[PATCH bpf-next v2 0/4] selftests/bpf: migrate a few bpftool testing scripts
 2026-01-21 19:30 UTC  (4+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: reorder test_progs sources alphabetically

[PATCH v2] net/gve: add reset path
 2026-01-21 19:30 UTC 

[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (6)
 2026-01-21 19:30 UTC  (2+ messages)

[PATCH v2] PCI: dwc: Use multiple ATU regions for large bridge windows
 2026-01-21 19:29 UTC  (2+ messages)

[PATCH 0/3] net/tap: a bit more refactoring
 2026-01-21 19:27 UTC  (4+ messages)
` [PATCH 1/3] net/tap: net_init_tap_one(): add return value
` [PATCH 2/3] net/tap: net_init_tap(): drop extra vhostfdname variable
` [PATCH 3/3] net/tap: net_init_tap(): refactor parameter checking

[Regression in 6.19-rc6] Build breakage after commit 436326bc525d
 2026-01-21 19:28 UTC  (5+ messages)
` [PATCH] objtool: fix libopcodes linking with static libraries
  ` [tip: objtool/urgent] objtool: Fix "

[PATCH net-next v15 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-21 17:49 UTC  (4+ messages)
` [PATCH net-next v15 01/12] vsock: add netns to vsock core

[RESEND PATCH v2 00/11] Bluetooth: btnxpuart: Add secure interface support for NXP chipsets
 2026-01-21 19:21 UTC  (6+ messages)
` [PATCH v2 07/11] Bluetooth: btnxpuart: Add device authentication

[PATCH next 00/14] bits: De-bloat expansion of GENMASK()
 2026-01-21 19:24 UTC  (7+ messages)
` [PATCH next 11/14] bit: Strengthen compile-time tests in GENMASK() and BIT()
` [PATCH next 12/14] bits: move the defitions of BIT() and BIT_ULL() back to linux/bits.h

linux-next: build failure in the final build
 2026-01-21 19:24 UTC  (3+ messages)

[RFC][PATCH 0/4] locking: Add/convert context analysis bits
 2026-01-21 19:23 UTC  (12+ messages)
` [RFC][PATCH 1/4] compiler-context-analysys: Add __cond_releases()
` [RFC][PATCH 2/4] locking/mutex: Add context analysis
` [RFC][PATCH 3/4] locking/rtmutex: "

[Linux Kernel Bugs] general protection fault in xchk_btree and another slab-use-after-free issue
 2026-01-21 19:23 UTC  (4+ messages)

[meta-arago][master][PATCH v2 1/5] arago-image.inc: Set IMAGE_FEATURES in each image recipe
 2026-01-21 19:23 UTC  (6+ messages)
` [meta-arago][master][PATCH v2 2/5] arago-image.inc: Do not set inode size on ext2.gz
` [meta-arago][master][PATCH v2 3/5] remove-net-rules: Do not remove udev net rules
` [meta-arago][master][PATCH v2 4/5] branding-processor-sdk.inc: Remove this branding file
` [meta-arago][master][PATCH v2 5/5] arago-image.inc: Set IMAGE_BASENAME based on package name

[PATCH] block/mirror: check range when setting zero bitmap for sync write
 2026-01-21 19:18 UTC  (4+ messages)

[PATCH] arm: Remove remainder of ARCH_ORION5X
 2026-01-21 19:19 UTC  (2+ messages)

[PATCH v9 0/4] Add I2C support for Tegra410
 2026-01-21 19:19 UTC  (2+ messages)

[PATCH] board: phytec: Add PHYTEC mailing list to MAINTAINERS entries
 2026-01-21 19:19 UTC  (2+ messages)

[PATCH 1/3] configs: phycore_am6xx_a53_defconfig: Enable CMD_DDR4
 2026-01-21 19:19 UTC  (2+ messages)

[PATCH v24 5/7] firmware: drivers: imx: adds miscdev
 2026-01-21 19:16 UTC  (2+ messages)

[PATCH v2 00/29] maple_tree: Replace big node with maple copy
 2026-01-21 16:45 UTC  (2+ messages)
` [PATCH v2 24/29] maple_tree: Add cp_converged() helper

[PATCH bpf-next 1/2] bpf: add new BPF_CGROUP_ITER_CHILDREN_ONLY control option
 2026-01-21 19:14 UTC  (2+ messages)

[PATCH v2 0/2] PCI: Init RCB from pci_configure_device and fix program_hpx_type2
 2026-01-21 19:13 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: Initialize RCB from pci_configure_device

[PATCH bpf-next 0/4] Switch from kfuncs to direct helper calls in prologue/epilogue
 2026-01-21 19:13 UTC  (5+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Remove tests for prologue/epilogue with kfuncs

[PATCH net-next v1] net: sched: sfq: add detailed drop reasons for monitoring
 2026-01-21 19:13 UTC  (4+ messages)

[PATCH] drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)
 2026-01-21 19:13 UTC  (2+ messages)

[PATCH v2] drm/xe/ptl: Disable DCC on PTL
 2026-01-21 19:11 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/ptl: Disable DCC on PTL (rev2)

[PATCH 00/10] rust: xarray: add entry API with preloading
 2026-01-21 19:10 UTC  (8+ messages)
` [PATCH 09/10] rust: xarray: add preload API
` [PATCH 10/10] rust: xarray: fix false positive lockdep warnings

[GIT PULL] clk: spacemit: Updates for v6.20
 2026-01-21 19:09 UTC  (3+ messages)

[PATCH v10 net-next 00/15] AccECN protocol case handling series
 2026-01-21 19:08 UTC  (4+ messages)
` [PATCH v10 net-next 13/15] tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_info

[Intel-wired-lan] [PATCH iwl-net] ice: PTP: fix missing timestamps on E825 hardware
 2026-01-21 18:44 UTC 

[bitbake-devel] [PATCH] fetch2/npm/npmsw: Disable npm and npmsw fetchers due to security concerns
 2026-01-21 19:07 UTC  (2+ messages)

[PATCH v12 0/7] support FEAT_LSUI
 2026-01-21 19:06 UTC  (8+ messages)
` [PATCH v12 1/7] arm64: Kconfig: add support for LSUI
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 3/7] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v12 4/7] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v12 5/7] arm64: futex: refactor futex atomic operation
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI
` [PATCH v12 7/7] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present

[PATCH v3 0/6] Extend multi queue feature validation support
 2026-01-21 19:06 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Extend multi queue feature validation support (rev4)

[PATCH v2] thunderbolt: Fix PCIe device enumeration with delayed rescan
 2026-01-21 19:05 UTC  (2+ messages)

[PATCH 0/2] DRM 'feature' support for DRM drivers
 2026-01-21 19:05 UTC  (5+ messages)
` [PATCH 1/2] rust: drm: add support for driver features

[PATCH i-g-t] tests/intel/xe_module_load: Add driver unload before force-probe
 2026-01-21 19:04 UTC  (2+ messages)

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-21 19:03 UTC  (6+ messages)
` [PATCH v3 15/21] slab: remove struct kmem_cache_cpu

[PATCH V2 00/13] Add DMR/NVL and missing PTL uncore support
 2026-01-21 19:03 UTC  (7+ messages)
` [PATCH V2 11/13] perf pmu: Relax uncore wildcard matching to allow numeric suffix

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-21 19:02 UTC  (6+ messages)
` [PATCH v11 0/8] "

+ mm-relocate-the-page-table-ceiling-and-floor-definitions-fix.patch added to mm-unstable branch
 2026-01-21 19:01 UTC 

[PATCH] RDMA/irdma: Use kvzalloc for paged memory DMA address array
 2026-01-21 19:00 UTC  (2+ messages)

[GIT PULL] clk: renesas: Updates for v6.20 (take two)
 2026-01-21 19:00 UTC  (2+ messages)

What's cooking in git.git (Jan 2026, #07)
 2026-01-21 19:00 UTC 

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 18:59 UTC  (17+ messages)
                            ` [f2fs-dev] "

[PATCH 00/17] smb/client: update SMB1 maperror
 2026-01-21 18:59 UTC  (2+ messages)

[REGRESSION] stable-rc/linux-5.15.y: (build) unused variable 'atslave' [-Wunused-variable] in drivers/dma/at_hd
 2026-01-21 18:59 UTC 

[PATCH v2 0/16] bitfield: tidy up bitfield.h
 2026-01-21 18:59 UTC  (5+ messages)
` [PATCH v2 03/16] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()

[REGRESSION] stable-rc/linux-6.1.y: (build) unused variable 'atslave' [-Wunused-variable] in drivers/dma/at_hd
 2026-01-21 18:59 UTC 

KernelCI Dashboard - Hardware Listing Behavior
 2026-01-21 18:58 UTC 

linux-next: build failure after merge of the block tree
 2026-01-21 18:55 UTC  (9+ messages)

[PATCH RESEND v2 1/3] x86: Use MOVL when reading segment registers
 2026-01-21 18:55 UTC  (7+ messages)
` [tip: x86/cleanups] x86/segment: "

[PATCH 0/4] examples: memcpy cleanups
 2026-01-21 18:55 UTC  (2+ messages)

[PATCH v11 0/5] rust: pci: add config space read/write support
 2026-01-21 18:54 UTC  (7+ messages)
` [PATCH v11 1/5] rust: devres: style for imports
` [PATCH v11 2/5] rust: io: separate generic I/O helpers from MMIO implementation

[PATCH v4 6/6] x86/CPU/AMD: Print AGESA string from DMI additional information entry
 2026-01-21 18:53 UTC  (2+ messages)

[PATCH v3 01/11] mm: Relocate the page table ceiling and floor definitions
 2026-01-21 18:52 UTC  (3+ messages)

[PATCH] io_uring/sync: validate passed in offset
 2026-01-21 18:51 UTC 

.gitignore issue
 2026-01-21 18:51 UTC 

[Patch net v8 0/9] netem: Fix skb duplication logic and prevent infinite loops
 2026-01-21 18:50 UTC  (4+ messages)

Yocto Project Status 20 January 2026 (WW03)
 2026-01-21 18:49 UTC  (4+ messages)
` [yocto] "

[PATCH bpf-next] bpf: Revert "bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()"
 2026-01-21 18:47 UTC  (2+ messages)


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.