All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-08 23:19:24 to 2026-02-09 02:33:37 UTC [more...]

[PATCH] selftests/futex: skip futex_numa_mpol without libnuma
 2026-02-09  2:33 UTC  (3+ messages)

RFC: Prevent long uninterruptible waits in usbcore
 2026-02-09  2:33 UTC 

[PATCH v9 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-02-09  2:31 UTC  (11+ messages)
` [PATCH v9 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v9 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v9 03/12] arm64/delay: move some constants out to a separate header
` [PATCH v9 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v9 06/12] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v9 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v9 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v9 09/12] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v9 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v9 11/12] sched: add need-resched timed wait interface

[PATCH v1 00/10] Support ASPEED AST2700 A2
 2026-02-09  2:31 UTC  (16+ messages)
` [PATCH v1 01/10] hw/i2c/aspeed_i2c: Fix Out-of-Bounds access by using dynamic register array
` [PATCH v1 02/10] hw/i2c/aspeed_i2c: Increase I2C device register size to 0xA0
` [PATCH v1 05/10] hw/arm/aspeed_ast27x0: Add AST2700 A2 SoC support
` [PATCH v1 06/10] hw/arm/aspeed_ast27x0_evb: Add AST2700 A2 EVB machine
` [PATCH v1 09/10] hw/arm/aspeed_ast27x0-fc: Switch AST2700 FC machine to A2 SoC

[PATCH] btrfs: fix the inline compressed extent check in inode_need_compress()
 2026-02-09  2:31 UTC 

[PATCH v6 0/4] hw/riscv/virt: Add acpi ged and powerdown support
 2026-02-09  2:29 UTC  (5+ messages)
` [PATCH v6 1/4] tests/acpi: virt: allow DSDT acpi table changes
` [PATCH v6 2/4] hw/riscv/virt: Add acpi ged support
` [PATCH v6 3/4] hw/riscv/virt: add system_powerdown hmp command support
` [PATCH v6 4/4] tests/acpi: Add acpi ged and power button in DSDT for RISC-V

[PATCH] ARM: dts: aspeed: anacapa: add NFC device
 2026-02-09  2:25 UTC 

[PATCH v2 0/3] pinctrl: single: bit-per-mux DT flexibility, probe robustness, and consistent pinconf offsets
 2026-02-09  2:25 UTC  (9+ messages)

[PATCH v3 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-09  2:22 UTC  (23+ messages)
` [PATCH v3 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v3 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v3 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v3 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v3 30/30] gpu: nova-core: clarify the GPU firmware boot steps

[PATCH v3 01/20] mm/swap: decouple swap cache from physical swap infrastructure
 2026-02-09  2:22 UTC  (5+ messages)
` [PATCH v3 00/20] Virtual Swap Space

[PATCH kvmtool v5 0/7] arm64: Nested virtualization support
 2026-02-09  2:21 UTC  (2+ messages)

[PATCH v2 0/2] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-09  2:20 UTC  (3+ messages)
` [PATCH v2 1/2] "

[for-next][PATCH 00/20] tracing: Updates for v6.20
 2026-02-09  2:20 UTC  (21+ messages)
` [for-next][PATCH 01/20] tracing: Add kerneldoc to trace_event_buffer_reserve()
` [for-next][PATCH 02/20] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [for-next][PATCH 03/20] blktrace: Make init_blk_tracer() asynchronous
` [for-next][PATCH 04/20] tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
` [for-next][PATCH 05/20] tracing: Have all triggers expect a file parameter
` [for-next][PATCH 06/20] tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
` [for-next][PATCH 07/20] tracing: Clean up use of trace_create_maxlat_file()
` [for-next][PATCH 08/20] tracing: Make tracing_disabled global for tracing system
` [for-next][PATCH 09/20] tracing: Make tracing_selftest_running global to the tracing subsystem
` [for-next][PATCH 10/20] tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
` [for-next][PATCH 11/20] tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
` [for-next][PATCH 12/20] tracing: Make printk_trace global for tracing system
` [for-next][PATCH 13/20] tracing: Make tracing_update_buffers() take NULL for global_trace
` [for-next][PATCH 14/20] tracing: Have trace_printk functions use flags instead of using global_trace
` [for-next][PATCH 15/20] tracing: Use system_state in trace_printk_init_buffers()
` [for-next][PATCH 16/20] tracing: Move trace_printk functions out of trace.c and into trace_printk.c
` [for-next][PATCH 17/20] tracing: Move pid filtering into trace_pid.c
` [for-next][PATCH 18/20] tracing: Rename trace_array field max_buffer to snapshot_buffer
` [for-next][PATCH 19/20] tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
` [for-next][PATCH 20/20] tracing: Better separate SNAPSHOT and MAX_TRACE options

[PATCH v2 00/24] bsd-user: Upstream misc system calls (System V IPC, reboot, etc)
 2026-02-09  2:17 UTC  (19+ messages)
` [PATCH v2 03/24] bsd-user: Add target_semid_ds and target_msqid_ds structures
` [PATCH v2 07/24] bsd-user: Add target_to_host_semarray for semaphore operations
` [PATCH v2 08/24] bsd-user: Add host_to_target_semarray "
` [PATCH v2 09/24] bsd-user: Add target_to_host_semid_ds for semctl(2)
` [PATCH v2 11/24] bsd-user: Add target_to_host_msqid_ds for msgctl(2)
` [PATCH v2 12/24] bsd-user: Add host_to_target_msqid_ds "
` [PATCH v2 13/24] bsd-user: Add semaphore operation constants and structures
` [PATCH v2 15/24] bsd-user: Add do_bsd_uuidgen implementation
` [PATCH v2 18/24] bsd-user: Add do_bsd___semctl implementation

[bitbake-devel][PATCH v3] bitbake-setup: Add strip to value from settings.conf
 2026-02-09  2:17 UTC 

Patch "net: enetc: fix the deadlock of enetc_mdio_lock" has been added to the 6.1-stable tree
 2026-02-09  2:14 UTC  (2+ messages)

[PATCH v9 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux
 2026-02-09  2:12 UTC  (3+ messages)

[PATCH v3 18/20] memcg: swap: only charge physical swap slots
 2026-02-09  2:12 UTC  (3+ messages)

[PATCH v2] vte: fix build failed for ppc64
 2026-02-09  2:11 UTC  (3+ messages)
` [OE-core] "

[RFC PATCH net-next] ppp: don't store tx skb in the fastpath
 2026-02-09  2:11 UTC 

[PATCH v1] drivers: ddr: altera: iossm_mailbox: widen MEM_TOTAL_CAPACITY mask
 2026-02-09  2:07 UTC 

[syzbot] [ext4?] kernel BUG in ext4_es_cache_extent (4)
 2026-02-09  2:08 UTC 

[PATCH] ALSA: usb-audio: Add DSD support for iBasso DC04U
 2026-02-09  2:06 UTC 

linux-next: build failure after merge of the vfio tree
 2026-02-09  2:07 UTC 

[PATCH v6] virtio_net: add page_pool support for buffer allocation
 2026-02-09  2:00 UTC  (2+ messages)

[PATCH i-g-t 1/1] Skip kms_flip for mtk
 2026-02-09  2:03 UTC 

[syzbot] [kvm?] WARNING in kvm_gmem_fault_user_mapping
 2026-02-09  2:02 UTC  (3+ messages)
` Forwarded: [PATCH] KVM: guest_memfd: Prevent THP collapse of guest_memfd pages
` Forwarded: [PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()

[tip: irq/core] genirq: Warn about using IRQF_ONESHOT without a threaded handler
 2026-02-09  2:00 UTC  (7+ messages)

[PATCH] soc: fsl: cpm1: qmc: Fix error check for devm_ioremap_resource() in qmc_qe_init_resources()
 2026-02-09  1:59 UTC 

[OE-core] [PATCH V3] procps: support ptest when TCLIBC is glibc
 2026-02-09  1:58 UTC  (2+ messages)
  ` [OE-core] [PATCH V4] "

[OE-core][PATCH v2] libpam: upgrade 1.7.1 -> 1.7.2
 2026-02-09  1:57 UTC 

[PATCH v3] common/rc: add _require_blocks_in_file helper
 2026-02-09  1:53 UTC  (6+ messages)
      ` [f2fs-dev] "

[PATCH v4] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-09  1:51 UTC 

[PATCH 01/12] net: introduce read_poll/write_poll
 2026-02-09  1:49 UTC  (3+ messages)
` [PATCH 09/12] net/filter-mirror: treat redirector injections as raw frames

[PATCH] arch: m68k: remove incomplete, unusable Apollo hardware support
 2026-02-09  1:47 UTC  (4+ messages)

[RFC 0/3] vhost-net: netfilter support for RX path
 2026-02-09  1:46 UTC  (2+ messages)

[PATCH v1] hw/i2c/aspeed_i2c: Fix Out-of-Bounds access by using dynamic register array
 2026-02-09  1:45 UTC 

[syzbot] [usb?] INFO: task hung in usb_bulk_msg (2)
 2026-02-09  1:46 UTC  (4+ messages)

[PATCH v2 0/2] RISC-V IOMMU HPM support
 2026-02-09  1:40 UTC  (3+ messages)

[PATCH v3 0/3] misc: fastrpc: Refactor and add userspace buffer support
 2026-02-09  1:39 UTC  (7+ messages)
` [PATCH v3 3/3] misc: fastrpc: Support mapping userspace-allocated buffers

RFC: stmmac RSS support
 2026-02-09  1:35 UTC  (2+ messages)

[PATCH v5 0/5] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-02-09  1:32 UTC  (6+ messages)
` [PATCH v5 1/5] media: dt-bindings: qcom,sm8250-venus: sort out power domains
` [PATCH v5 2/5] media: iris: scale MMCX power domain on SM8250
` [PATCH v5 3/5] media: venus: "
` [PATCH v5 4/5] arm64: dts: qcom: sm8250: sort out Iris power domains
` [PATCH v5 5/5] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table

[PATCH v2 00/14] treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR
 2026-02-09  1:30 UTC  (15+ messages)
` [PATCH v2 01/14] beacon: imx8mm/n: Drop useless files
` [PATCH v2 02/14] mediatek: mt7622: Drop useless board files
` [PATCH v2 03/14] common: cli_hush: Include vsprintf.h
` [PATCH v2 04/14] cmd: mem: "
` [PATCH v2 05/14] test: log_filter: "
` [PATCH v2 06/14] xtensa: relocate: Add missing headers
` [PATCH v2 07/14] toradex: common: "
` [PATCH v2 08/14] tegra: pmc: Cleanup headers
` [PATCH v2 09/14] rockchip: evk_rk3308: "
` [PATCH v2 10/14] nxp: emc2305: "
` [PATCH v2 11/14] pci: layerspace: Add missing header files
` [PATCH v2 12/14] renesas: common: Include asm-generic/u-boot.h
` [PATCH v2 13/14] socfpga: clock_manager_s10: Add missing header files
` [PATCH v2 14/14] treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage

[PATCH] thunderbolt: Fix PCIe device enumeration with delayed rescan
 2026-02-09  1:30 UTC  (11+ messages)

[PATCH] net: qrtr: Expand control port access to root
 2026-02-09  1:27 UTC  (4+ messages)

[PATCH v16 13/13] net/sxe: add virtual function
 2026-02-09  1:24 UTC  (14+ messages)
` [PATCH v17 01/13] net/sxe: add base driver directory and doc
  ` [PATCH v17 02/13] net/sxe: add ethdev probe and remove
  ` [PATCH v17 03/13] net/sxe: add tx rx setup and data path
  ` [PATCH v17 04/13] net/sxe: add link, flow ctrl, mac ops, mtu ops function
  ` [PATCH v17 05/13] net/sxe: support vlan filter
  ` [PATCH v17 06/13] net/sxe: add filter function
  ` [PATCH v17 07/13] net/sxe: support rss offload
  ` [PATCH v17 08/13] net/sxe: add dcb function
  ` [PATCH v17 09/13] net/sxe: support ptp
  ` [PATCH v17 10/13] net/sxe: add xstats function
  ` [PATCH v17 11/13] net/sxe: add custom cmd led ctrl
  ` [PATCH v17 12/13] net/sxe: add simd function
  ` [PATCH v17 13/13] net/sxe: add virtual function

[meta-virtualization][PATCH 1/2] improve reproducibility
 2026-02-09  1:23 UTC  (3+ messages)

[PATCH v4 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-02-09  1:16 UTC  (3+ messages)
` [PATCH v4 20/41] arm_mpam: resctrl: Add CDP emulation

linux-next: build failure after merge of the vfs-brauner tree
 2026-02-09  1:14 UTC  (6+ messages)

[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
 2026-02-09  1:09 UTC  (4+ messages)
` [PATCH v3] mm: folio_zero_user: open code range computation in folio_zero_user()

[PATCH v2] PCI: dpc: Increase pciehp waiting time for DPC recovery
 2026-02-06 11:07 UTC  (3+ messages)

[PATCH] selftests/net: add test for IPv4-in-IPv6 tunneling
 2026-02-09  0:56 UTC  (2+ messages)

What's cooking in git.git (Feb 2026, #03)
 2026-02-09  0:55 UTC  (3+ messages)

[PATCH] arch: m68k: remove incomplete, unusable Apollo hardware support
 2026-02-09  0:51 UTC 

[PATCH v2] firmware: stratix10-svc: Add Multi SVC clients support
 2026-02-09  0:51 UTC  (3+ messages)

[PATCH v2 0/2] Add device tree for Asus Kommando IPMI Card
 2026-02-09  0:49 UTC  (2+ messages)

[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
 2026-02-09  0:46 UTC  (4+ messages)

[PATCH v3] firmware: stratix10-svc: Add Multi SVC clients support
 2026-02-09  0:44 UTC 

[PATCH v1 1/2] perf callchain lbr: Make the leaf IP that of the sample
 2026-02-09  0:43 UTC  (4+ messages)

[PATCH] perf/x86/intel/uncore: Remove extra double quote mark
 2026-02-09  0:41 UTC  (2+ messages)

[PATCH v5 0/2] dm: core: Support same compatible in host/gadget musb drivers
 2026-02-08 20:41 UTC  (5+ messages)
` [PATCH v5 1/2] usb: musb-new: Relative ctrl_mod address parsing

slab raid6-md125 start c000000d9371bf30 pointer offset 16 size 2544 ist_add corruption. prev->next should be next
 2026-02-09  0:38 UTC  (2+ messages)

[RFC] pivot_root(2) races
 2026-02-09  0:34 UTC 

[GIT PULL] bitmap for 6.20
 2026-02-09  0:24 UTC 

[PATCH] hw/usb/hcd-ohci: Implement frame number overflow event
 2026-02-09  0:18 UTC 

[syzbot] [kernel?] INFO: task hung in rescuer_thread (3)
 2026-02-09  0:19 UTC 

git-am applies commit message diffs
 2026-02-09  0:17 UTC  (6+ messages)
` [PATCH 0/3] commit-msg.sample: reject messages that would confuse "git am"
  ` [PATCH 3/3] templates: detect messages that contain a separator line

[PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
 2026-02-09  0:11 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] read-cache: update add_files_to_cache take param ignored_too

[PATCH 1/1] image: fit: Apply overlays on a writable FDT copy
 2026-02-08 22:37 UTC 

linux-next: manual merge of the iommu tree with the pci tree
 2026-02-08 23:59 UTC 

[PATCH v4 0/5] media: qcom: iris/venus: fix power domain handling on SM8250
 2026-02-08 23:55 UTC  (6+ messages)
` [PATCH v4 1/5] media: dt-bindings: qcom,sm8250-venus: sort out power domains
` [PATCH v4 2/5] media: iris: scale MMCX power domain on SM8250
` [PATCH v4 3/5] media: venus: "
` [PATCH v4 4/5] arm64: dts: qcom: sm8250: sort out Iris power domains
` [PATCH v4 5/5] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table

[PATCH v17 nf-next 0/4] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
 2026-02-08 23:55 UTC  (5+ messages)
` [PATCH v17 nf-next 1/4] netfilter: utils: nf_checksum(_partial) correct data!=networkheader
` [PATCH v17 nf-next 4/4] netfilter: nft_chain_filter: Add bridge double vlan and pppoe

[PATCH] landlock: Add counted_by and fix comment in landlock_ruleset
 2026-02-08 23:54 UTC 

[PATCH v3 00/20] Virtual Swap Space
 2026-02-08 21:58 UTC 

[OE-core][scarthgap][PATCH 1/2] libpcre2: Enable Ptest Support
 2026-02-08 23:49 UTC  (4+ messages)
` [OE-core][scarthgap][PATCH 2/2] libpcre2: fix RunGrepTest Failure on Busybox systems

[PATCH v2 0/7] ARM: Add RV1103B Omega4 board support
 2026-02-08 23:47 UTC  (3+ messages)
` [PATCH v2 6/7] spl: add SPI NAND support via MTD in SPL

linux-next: build failure after merge of the fbdev tree
 2026-02-08 23:44 UTC 

[PATCH] btrfs: refactor the main loop of cow_file_range()
 2026-02-08 23:42 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
 2026-02-08 23:41 UTC  (4+ messages)

[ANN] net-next is CLOSED
 2026-02-08 23:40 UTC 

[PATCH] smb: common: add header guards to fs/smb/common/smb2status.h
 2026-02-08 23:38 UTC  (9+ messages)

[PATCH v8 00/18] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2026-02-08 23:35 UTC  (3+ messages)
` [PATCH v8 18/18] ati-vga: Implement HOST_DATA flush to VRAM

[PATCH v4 00/20] x86-android-tablets: convert to use GPIO references + Acer A1-840 support
 2026-02-08 23:32 UTC  (3+ messages)
` [PATCH v4 01/20] platform/x86: x86-android-tablets: convert Goodix devices to GPIO references

[PATCH RFC net-next] net: stmmac: provide flag to disable EEE
 2026-02-08 23:30 UTC  (6+ messages)

[PATCH] net: stmmac: imx: Disable EEE
 2026-02-08 23:29 UTC 

[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
 2026-02-08 23:21 UTC  (11+ messages)

[RFC] Support UTF-8 characters in Git alias names
 2026-02-08 23:21 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: pinctrl: rockchip: Add RV1103B compatible
 2026-02-08 23:19 UTC  (4+ messages)
` [PATCH v2 2/2] pinctrl: rockchip: Add RV1103B pinctrl support


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.