messages from 2026-09-03 01:02:17 to 2026-09-03 02:02:53 UTC [more...]
[PATCH mptcp-next 0/2] selftests: mptcp: convert iptables to nftables
2026-09-03 2:02 UTC (4+ messages)
` [PATCH mptcp-next 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh
[PATCH] sched/fair: Only apply cpufreq pressure where frequency is invariant
2026-09-03 2:04 UTC (7+ messages)
[PATCH] usb: gadget: f_mass_storage: Synchronously tear interface down
2026-09-03 2:02 UTC
[PATCH v2 00/16] hw/riscv: Socify Atlantis
2026-09-03 2:02 UTC (29+ messages)
` [PATCH v2 01/16] hw/riscv/aia: Take a MemoryRegion for the created devices
` [PATCH v2 02/16] hw/intc/riscv_aclint: "
` [PATCH v2 03/16] hw/intc/riscv_imsic: Take a MemoryRegion for the created device
` [PATCH v2 04/16] hw/intc/riscv_aplic: "
` [PATCH v2 05/16] hw/intc/sifive_plic: "
` [PATCH v2 06/16] hw/riscv/cps: Map interrupt controllers in SoC container
` [PATCH v2 07/16] hw/riscv/atlantis: Make UART unimp region a SoC device
` [PATCH v2 08/16] hw/riscv/atlantis: Remove unused fdt_size
` [PATCH v2 09/16] hw/riscv/atlantis: Rename hart array 'soc' to 'cpus'
` [PATCH v2 10/16] hw/riscv/atlantis: Rework device tree creation
` [PATCH v2 11/16] hw/riscv/atlantis: Use local reference for system memory
` [PATCH v2 12/16] hw/riscv/atlantis: Decouple RAM size from MachineState
` [PATCH v2 13/16] hw/riscv/atlantis: Make TTAtlantisState own memory containers
` [PATCH v2 14/16] hw/riscv: Add property to hart to allow private memory
[PATCH 0/4] USB: replace page allocator calls with kmalloc()
2026-09-03 2:00 UTC (2+ messages)
[PATCH net-next real v4] net: Replace %pK output with 0
2026-09-03 2:00 UTC (2+ messages)
[PATCH 01/12] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
2026-09-03 2:00 UTC (2+ messages)
[PATCH v9 36/48] net/sxe2: validate representor ID against VF count
2026-09-03 1:58 UTC (50+ messages)
` [PATCH v10 00/48] net/sxe2: re-align with reference and fix review findings
` [PATCH v10 01/48] common/sxe2: fix null pointer in class driver remove
` [PATCH v10 02/48] common/sxe2: allow munmap during kernel reset
` [PATCH v10 03/48] net/sxe2: fix VF PCI device ID
` [PATCH v10 04/48] net/sxe2: fix MSIX register width in PF map table
` [PATCH v10 05/48] net/sxe2: restore PF and port index caps assignment
` [PATCH v10 06/48] net/sxe2: fix VSI lifecycle management
` [PATCH v10 07/48] net/sxe2: initialize stats in representor device init
` [PATCH v10 08/48] net/sxe2: use base device name for representor naming
` [PATCH v10 09/48] net/sxe2: propagate LSC event to VF representors
` [PATCH v10 10/48] net/sxe2: clear security context pointer on uninit
` [PATCH v10 11/48] net/sxe2: rename representor VSI ID fields
` [PATCH v10 12/48] net/sxe2: clean up duplicate function declarations
` [PATCH v10 13/48] net/sxe2: fix null VSI dereference in device info
` [PATCH v10 14/48] net/sxe2: fill MAC addresses "
` [PATCH v10 15/48] net/sxe2: fix QinQ and RSS offload capability report
` [PATCH v10 16/48] net/sxe2: use regular write for mapped registers
` [PATCH v10 17/48] net/sxe2: move PCI register read macro to common header
` [PATCH v10 18/48] net/sxe2: validate PCI map resource type
` [PATCH v10 19/48] net/sxe2: guard PCI BAR unmap when not initialized
` [PATCH v10 20/48] net/sxe2: fix duplicated cleanup in dev close
` [PATCH v10 21/48] net/sxe2: align dev init and cleanup order
` [PATCH v10 22/48] net/sxe2: simplify switchdev representor matching
` [PATCH v10 23/48] net/sxe2: rename fnav cid manager symbols to flow
` [PATCH v10 24/48] net/sxe2: move tunnel port helpers into flow module
` [PATCH v10 25/48] net/sxe2: add ACL engine event statistics support
` [PATCH v10 26/48] net/sxe2: enable FDIR on all Rx queues
` [PATCH v10 27/48] net/sxe2: refactor primary process MP message handling
` [PATCH v10 28/48] net/sxe2: refactor Tx queue reset operations
` [PATCH v10 29/48] net/sxe2: unify vectorized Tx buffer handling
` [PATCH v10 30/48] net/sxe2: optimize NEON Tx descriptor fill
` [PATCH v10 31/48] net/sxe2: fix NEON Rx ptype mapping and memory ordering
` [PATCH v10 32/48] net/sxe2: refine vectorized Tx/Rx mode setup
` [PATCH v10 33/48] net/sxe2: fix RSS action attribute validation
` [PATCH v10 34/48] net/sxe2: restore PF-only guard in UDP tunnel port add
` [PATCH v10 35/48] net/sxe2: refresh link state on link change events
` [PATCH v10 36/48] net/sxe2: validate representor ID against VF count
` [PATCH v10 37/48] net/sxe2: use primary VSI ID for representor VSI
` [PATCH v10 38/48] net/sxe2: wrap command params fill debug log in macro
` [PATCH v10 39/48] net/sxe2: restore Rx queue buffer split fill support
` [PATCH v10 40/48] net/sxe2: skip tunnel config fill on get failure
` [PATCH v10 41/48] net/sxe2: skip flow ID assignment on filter add failure
` [PATCH v10 42/48] net/sxe2: correct command channel log messages
` [PATCH v10 43/48] net/sxe2: align command structs with kernel layout
` [PATCH v10 44/48] common/sxe2: fix ioctl channel log and close handling
` [PATCH v10 45/48] doc/sxe2: remove drv-SW-stats parameter documentation
` [PATCH v10 46/48] net/sxe2: remove ineffective representor queue counts
` [PATCH v10 47/48] net/sxe2: fix VEC mode selection in mode set functions
` [PATCH v10 48/48] net/sxe2: fix devargs parse error check for representors
[PATCH net-next v2] net: fec: support RX flushing via an ethtool private flag
2026-09-03 1:58 UTC (2+ messages)
Comprehensive Construction Trade Takeoff Support for Your Next Build
2026-09-02 15:22 UTC
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-03 1:57 UTC (4+ messages)
[PATCH v11 net-next] octeontx2-pf: add mqprio bandwidth offload for NIX TX schedulers
2026-09-03 1:55 UTC (2+ messages)
[PATCH] Bluetooth: RFCOMM: defer security confirmation to krfcommd
2026-09-03 1:55 UTC (2+ messages)
` "
[PATCH v2 0/6] cgroup/cpuset: Fix partition type transitions
2026-09-03 1:55 UTC (4+ messages)
` [PATCH v2 1/6] cgroup/cpuset: Respect child CPU ownership in type changes
[f2fs-dev] [PATCH v7 00/11] f2fs: prepare metadata layouts for runtime block sizes
2026-09-03 1:55 UTC (4+ messages)
` [f2fs-dev] [PATCH v7 06/11] f2fs: describe {i, d, id}node block layout dynamically
[peterz-queue:sched/task_h_load 27/27] kernel/sched/fair.c:8017:9: error: implicit declaration of function 'for_each_sched_entity_bl'; did you mean 'for_each_sched_entity'?
2026-09-03 1:54 UTC
[PATCH v4] dmaengine: dw-axi-dmac: convert to clk bulk APIs
2026-09-03 1:54 UTC
[syzbot] [mm?] WARNING in vma_set_pgoff
2026-09-03 1:54 UTC (3+ messages)
[PATCH v3 0/5] watchdog: qcom: Support NMI pretimeout warnings
2026-09-03 1:54 UTC (6+ messages)
` [PATCH v3 1/5] genirq: Synchronize in-flight handlers during NMI teardown
` [PATCH v3 2/5] genirq: Implement synchronous disable_nmi()
` [PATCH v3 3/5] genirq: Export NMI APIs
` [PATCH v3 4/5] watchdog: pretimeout: Protect governor access with RCU for NMI safety
` [PATCH v3 5/5] watchdog: qcom: Register pretimeout interrupt as NMI
libpldm: CI not running for new contributor (93691-93694)
2026-09-03 1:53 UTC (2+ messages)
[PATCH v10 00/11] Dynamic PAMT
2026-09-03 1:51 UTC (12+ messages)
` [PATCH v10 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v10 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v10 03/11] x86/virt/tdx: Add __tdx_pamt_get/put() helpers
` [PATCH v10 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v10 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v10 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v10 07/11] x86/virt/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v10 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v10 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v10 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v10 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v11 0/2] Support spread spectrum clocking for i.MX8M PLLs
2026-09-03 1:51 UTC (5+ messages)
` [PATCH v11 1/2] clk: validate spread spectrum configuration
[PATCH v7 0/2] perf: Add some null ptr checks
2026-09-03 1:50 UTC (3+ messages)
` [PATCH v7 1/2] perf: Fix null pointer access in is_include_guest_event()
[PATCH v4 0/5] x86/hygon: Add Family 0x18 DF node enumeration and SMN access
2026-09-03 1:49 UTC (6+ messages)
` [PATCH v4 4/5] x86/amd_node: Skip SMN setup on Hygon Fam18h models 0x04-0x08
Possible regression: ext4 lsetxattr returns ENOSPC on malformed image since v7.3-rc1
2026-09-03 1:48 UTC (2+ messages)
[PATCH] MAINTAINERS: Add Richard Cheng to CXL subsystem as a Reviewer
2026-09-03 0:30 UTC (2+ messages)
[PATCH net-next 00/11] tunnels: add core and gre drop reasons
2026-09-03 1:47 UTC (8+ messages)
` [PATCH net-next 01/11] ip_tunnel: add drop reasons to the generic RX path
` [PATCH net-next 03/11] selftests: net: add a test for the tunnel RX drop reasons
` [PATCH net-next 10/11] ip6_tunnel: add drop reasons to the transmit path
[PATCH] sched_ext: Reject NMI calls to lock-taking kfuncs
2026-09-03 1:46 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
2026-09-03 1:42 UTC (5+ messages)
` [PATCH v3 1/8] user_namespace: Use acquire/release for nr_extents synchronization
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-03 1:42 UTC (3+ messages)
[PATCH net v2] netdevsim: fix panic when NETIF_F_LOOPBACK is set on a VF port
2026-09-03 1:40 UTC (2+ messages)
[PATCH net-next v2 0/3] selftests: drv-net: split up gro.py
2026-09-03 1:40 UTC (2+ messages)
[PATCH net-next v3 0/3] net: dsa: realtek: enable RTL8365MB power supplies
2026-09-03 1:40 UTC (2+ messages)
[PATCH net-next] dt-bindings: net: fsl,fman-dtsec: Drop redundant pcs-handle-names dependency
2026-09-03 1:40 UTC (2+ messages)
[PATCH net-next] net: optimize netif_is_l3_master() and netif_is_l3_slave()
2026-09-03 1:40 UTC (2+ messages)
[PATCH net v6 0/2] bonding: fix TLB load-tracking overflow on high-speed NICs
2026-09-03 1:40 UTC (2+ messages)
[PATCH v1 net] net: Remove conflicting altnames for dying netns in __dev_change_net_namespace()
2026-09-03 1:40 UTC (2+ messages)
[RFC PATCH v2 0/4] docs/devel, AGENTS.md: a completely new policy on AI-generated contributions
2026-09-03 1:39 UTC (4+ messages)
` [PATCH 1/4] docs/devel: introduce a "
[PATCH v3 0/2] x86/mce: Fix timer list corruption and avoid redundant polling
2026-09-03 1:39 UTC (3+ messages)
` [PATCH v3 1/2] x86/mce: Do not reinitialise mce_timer structure on CPU restart
` [PATCH v3 2/2] x86/mce: Avoid arming periodic polling timer when not required
[RFC] splice: add wait-all semantics for socket-to-pipe reads
2026-09-03 1:38 UTC
[PATCH v3] loop: defer the queue limits clear to a workqueue
2026-09-03 1:38 UTC
[PATCH v2] target/riscv: save ELP in MPELP for NMIE=0 exceptions
2026-09-03 1:36 UTC
[PATCH 0/2] quota: Verify special quota formats match sb type
2026-09-03 1:36 UTC (3+ messages)
` [PATCH 1/2] ocfs2: Refuse to enable ocfs2 format for another filesystem
[PATCH i-g-t] tests/kms_colorop: Get color pipeline cap only once
2026-09-03 1:35 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[kvms390:sae 1/43] drivers/vfio/vfio_main.c:1554:29: error: incompatible pointer types passing 'struct file *' to parameter of type 'struct kvm *'
2026-09-03 1:34 UTC
[PATCH] super: make iterate_supers_type() deletion-safe
2026-09-03 1:33 UTC
[PATCH net v3] net: bridge: mcast: don't truncate the port group walk on teardown
2026-09-03 1:30 UTC (2+ messages)
[PATCH net] bonding: do not clear curr_active_slave prematurely when releasing all slaves
2026-09-03 1:30 UTC (2+ messages)
[PATCH v2] dma-mapping: use exact allocation for DMA pages
2026-09-03 1:29 UTC
scsi: ibmvfc: Add Kconfig dependency on NVME_FC to prevent link failure
2026-09-03 1:27 UTC (3+ messages)
[PATCH v2 0/2] mm/mglru: clean up isolate_folios for readability and clarity
2026-09-03 1:27 UTC (7+ messages)
` [PATCH v2 2/2] mm/mglru: make retry logic explicit in isolate_folios()
What's cooking in git.git (Sep 2026, #01)
2026-09-03 1:25 UTC
[PATCH v2 0/2] x86/mce: Fix timer list corruption and avoid redundant polling
2026-09-03 1:24 UTC (5+ messages)
` [PATCH v2 2/2] x86/mce: Avoid arming periodic polling timer when not required
[PATCH v7 0/8] cxl: Support Back-Invalidate
2026-09-03 1:16 UTC (4+ messages)
` [PATCH v7 2/8] cxl/pci: Add BI topology enable/disable
[PATCH 0/4] mm/damon: allow NULL or unstarted damon_ctx parameter for damon_call()
2026-09-03 1:23 UTC (11+ messages)
` [PATCH 1/4] mm/damon/core: handle NULL ctx parameter in damon_call()
` [PATCH 2/4] mm/damon/core: set ctx->call_controls_obsolete in damon_new_ctx()
` [PATCH 3/4] mm/damon/reclaim: remove unnecessary damon_call() param validation
` [PATCH 4/4] mm/damon/lru_sort: "
[PATCH] ASoC: soc-card: don't use card->dai_link[] in for_each_card_prelinks()
2026-09-03 1:21 UTC
[PATCH v7 0/3] mm: make persistent huge zero folio read-only
2026-09-03 1:19 UTC (4+ messages)
` [PATCH v7 1/3] "
[PATCH mptcp-next v2 0/2] selftests: mptcp: convert iptables to nftables
2026-09-03 1:19 UTC (4+ messages)
` [PATCH mptcp-next v2 1/2] selftests: mptcp: convert iptables to nftables for mptcp_sockopt.sh
` [PATCH mptcp-next v2 2/2] selftests: mptcp: convert iptables to nftables for mptcp_join.sh
[Intel-wired-lan] [PATCH iwl-net] idpf: fix possible race on remove during a reset
2026-09-03 1:17 UTC (3+ messages)
[PATCH v5 0/9] irqchip/imx-irqsteer: Allow building as module
2026-09-03 1:16 UTC (3+ messages)
` [PATCH v5 7/9] "
[PATCH 0/3] mm/damon: move zero damos quota target_value handling to the core layer
2026-09-03 1:16 UTC (7+ messages)
` [PATCH 1/3] mm/damon/core: error damos_commit_quota_goal() for zero target_value
` [PATCH 2/3] Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp"
` [PATCH 3/3] Revert "samples/damon/mtier: error out for zero quota goal target values"
[PATCH] selftests/statmount: Fix file descriptor leak in setup_namespace
2026-09-03 1:15 UTC (2+ messages)
[PATCH 00/21] ASoC: use .auto_selectable_formats
2026-09-03 1:14 UTC (22+ messages)
` [PATCH 01/21] ASoC: dwc: "
` [PATCH 02/21] ASoC: fsl: "
` [PATCH 03/21] ASoC: hisilicon: "
` [PATCH 04/21] ASoC: img: "
` [PATCH 05/21] ASoC: jz4740: "
` [PATCH 06/21] ASoC: kirkwood: "
` [PATCH 07/21] ASoC: loongson: "
` [PATCH 08/21] ASoC: mediatek: "
` [PATCH 09/21] ASoC: mxs: "
` [PATCH 10/21] ASoC: pxa: "
` [PATCH 11/21] ASoC: renesas: "
` [PATCH 12/21] ASoC: rockchip: "
` [PATCH 13/21] ASoC: samsung: "
` [PATCH 14/21] ASoC: sti: "
` [PATCH 15/21] ASoC: stm: "
` [PATCH 16/21] ASoC: sunxi: "
` [PATCH 17/21] ASoC: tegra: "
` [PATCH 18/21] ASoC: ti: "
` [PATCH 19/21] ASoC: uniphier: "
` [PATCH 20/21] ASoC: ux500: "
` [PATCH 21/21] ASoC: xtensa: "
[PATCH v3 00/14] ceph: add binary logging (BLOG) for CephFS
2026-09-03 1:12 UTC (3+ messages)
` [PATCH v4 "
[PATCH v5 00/11] gpu: nova: Export parameters from nova-core to nova-drm
2026-09-03 1:12 UTC (7+ messages)
` [PATCH v5 05/11] drm: nova: Add an info ioctl
[BUG] tcp: NULL f_inode in listening_get_first() leaves listener spinlock held
2026-09-03 1:12 UTC (2+ messages)
[PATCH 00/11] clang/llvm: Upgrade to 23.1.0
2026-09-03 1:11 UTC (12+ messages)
` [PATCH 03/11] openmp: Build via the LLVM runtimes entry point
` [OE-core] "
` [PATCH 04/11] rust: Fix build and oe-selftest failures with LLVM 23
` [OE-core] "
` [OE-core] [PATCH 00/11] clang/llvm: Upgrade to 23.1.0
[BUG] PCI: spacemit-k1: port C probe hard-hangs a CPU with one endpoint on Milk-V Jupiter
2026-09-03 1:06 UTC (5+ messages)
[PATCH] push: fix --force-if-includes when remote-tracking ref has no reflog
2026-09-03 1:05 UTC
+ selftests-cgroup-account-for-zswap-shrinker-writeback.patch added to mm-new branch
2026-09-03 1:04 UTC
[PATCH v2] selftests/cgroup: account for zswap shrinker writeback
2026-09-03 1:04 UTC (2+ messages)
[RFC PATCH 0/4] ftrace: Add task comm filtering for function tracing
2026-09-03 1:03 UTC (2+ messages)
RFC: Enable Sashiko code reviews for kexec@lists.infradead.org
2026-09-03 1:02 UTC (2+ messages)
[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
2026-09-03 1:01 UTC (3+ messages)
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
drivers/resctrl/mpam_devices.c:1860:35-38: WARNING: Suspicious code. resource_size is maybe missing with msc_res
2026-09-03 1:01 UTC
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.