linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-08 11:54:51 to 2025-07-08 13:51:14 UTC [more...]

[RFC v1 0/3] Add and use seprintf() instead of less ergonomic APIs
 2025-07-08 13:51 UTC  (4+ messages)

[PATCH v4 0/3] support for amlogic the new SPI IP
 2025-07-08 13:50 UTC  (5+ messages)
` [PATCH v4 2/3] spi: Add Amlogic SPISG driver

[PATCH 0/3] futex: Use RCU-based per-CPU reference counting
 2025-07-08 13:47 UTC  (9+ messages)
` [PATCH 2/3] futex: Use RCU-based per-CPU reference counting instead of rcuref_t

[syzbot] [bpf?] KASAN: invalid-free in drain_mem_cache
 2025-07-08 13:46 UTC 

[PATCH v3 0/2] MIPS: CPS: Optimise delay CPU calibration and cluster helper function
 2025-07-08 13:46 UTC  (3+ messages)
` [PATCH v3 1/2] MIPS: CPS: Improve mips_cps_first_online_in_cluster()
` [PATCH v3 2/2] MIPS: CPS: Optimise delay CPU calibration for SMP

[PATCH net-next v4 0/3] selftest: net: Add selftest for netpoll
 2025-07-08 13:42 UTC  (3+ messages)
` [PATCH net-next v4 1/3] selftests: drv-net: add helper/wrapper for bpftrace

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-07-08 13:42 UTC  (20+ messages)
` [PATCH v11 1/4] rust: types: Add Ownable/Owned types
` [PATCH v11 4/4] rust: Add `OwnableRefCounted`

[PATCH v11 0/4] support large align and nid in Rust allocators
 2025-07-08 13:41 UTC  (14+ messages)
` [PATCH v11 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v11 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v11 3/4] rust: add support for NUMA ids in allocations
` [PATCH v11 4/4] rust: support large alignments "

[syzbot] Monthly nfc report (Jul 2025)
 2025-07-08 13:41 UTC 

[PATCH] serial: core: fix OF node leak
 2025-07-08 13:37 UTC  (2+ messages)

[PATCH v3 0/2] watchdog: Don't use "proxy" inclusions
 2025-07-08 13:33 UTC  (3+ messages)
` [PATCH v3 1/2] watchdog: it87_wdt: Don't use "proxy" headers
` [PATCH v3 2/2] watchdog: "

[PATCH v3 0/2] Add video clock controller DT support for sc8180x
 2025-07-08 13:35 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sc8180x: Add video clock controller node

[PATCH net-next 00/11] net: hns3: use seq_file for debugfs
 2025-07-08 13:32 UTC  (13+ messages)
` [PATCH net-next 01/11] net: hns3: remove tx spare info from debugfs
` [PATCH net-next 02/11] net: hns3: clean up the build warning in debugfs by use seq file
` [PATCH net-next 03/11] net: hns3: use seq_file for files in queue/ in debugfs
` [PATCH net-next 04/11] net: hns3: use seq_file for files in common/ of hns3 layer
` [PATCH net-next 05/11] net: hns3: use seq_file for files in tm/ in debugfs
` [PATCH net-next 06/11] net: hns3: use seq_file for files in mac_list/ "
` [PATCH net-next 07/11] net: hns3: use seq_file for files in reg/ "
` [PATCH net-next 08/11] net: hns3: use seq_file for files in fd/ "
` [PATCH net-next 09/11] net: hns3: use seq_file for files in common/ of hclge layer
` [PATCH net-next 10/11] net: hns3: use seq_file for files in tx_bd_info/ and rx_bd_info/ in debugfs
` [PATCH net-next 11/11] net: hns3: remove the unused code after using seq_file

[PATCH 1/2] dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
 2025-07-08 13:31 UTC  (4+ messages)

[PATCH v9 00/22] RV: Linear temporal logic monitors for RT application
 2025-07-08 13:31 UTC  (4+ messages)
` [PATCH v9 17/22] arm64: mm: Add page fault trace points

[GIT PULL] sound fixes for 6.16-rc6
 2025-07-08 13:30 UTC 

[PATCH v2 0/4] Allwinner A100/A133 Ethernet MAC (EMAC0) Support
 2025-07-08 13:27 UTC  (9+ messages)
` [PATCH v2 4/4] arm64: dts: allwinner: a133-liontron-h-a133l: Add Ethernet support

[PATCHv4 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-08 13:23 UTC  (23+ messages)
` [PATCHv4 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv4 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv4 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv4 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv4 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv4 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv4 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv4 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv4 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv4 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv4 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv4 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv4 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv4 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv4 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv4 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv4 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv4 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv4 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv4 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv4 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv4 22/22] man2: Add uprobe syscall page

[PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation
 2025-07-08 13:27 UTC  (4+ messages)

[PATCH v14 00/32] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-07-08 13:27 UTC  (9+ messages)
` [PATCH v14 30/32] fs/resctrl: Hide the BMEC related files when mbm_event mode is enabled

[PATCH 0/2] Fix imbalance issue when balancing fork
 2025-07-08 13:27 UTC  (3+ messages)

[PATCH v3 0/6] clock: imx95: Add LVDS/DISPLAY CSR for i.MX94
 2025-07-08 13:26 UTC  (5+ messages)
` [PATCH v3 6/6] arm64: dts: imx943: Add LVDS/DISPLAY CSR nodes

[PATCH v2 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-07-08 13:26 UTC  (6+ messages)
` [PATCH v2 2/2] media: i2c: add ov2735 image "

[PATCH 00/13] Support DSI output on rk3576 and roc-rk3576-pc board
 2025-07-08 13:25 UTC  (3+ messages)

[PATCH v8 00/12] unwind_deferred: Implement sframe handling
 2025-07-08 13:23 UTC  (4+ messages)
` [PATCH v8 10/12] unwind_user/sframe: Enable debugging in uaccess regions

[PATCH v6 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-07-08 13:23 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: arm: aspeed: add Meta Clemente board

[PATCH v5 0/4] Add bootph-all property to enable Ethernet boot
 2025-07-08 13:23 UTC  (2+ messages)

[PATCH v2] af_packet: fix soft lockup issue caused by tpacket_snd()
 2025-07-08 13:22 UTC  (3+ messages)

[PATCH] uapi: export PROCFS_ROOT_INO
 2025-07-08 13:21 UTC 

[PATCH v3 0/3] Fix wrong dpa checking in PPR operation
 2025-07-08 13:20 UTC  (3+ messages)
` [PATCH v3 1/3] cxl/core: Introduce a new helper resource_contains_addr()

[PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support
 2025-07-08 13:19 UTC  (3+ messages)

[PATCH net-next] net: replace ADDRLABEL with dynamic debug
 2025-07-08 13:20 UTC  (2+ messages)

[syzbot] [kernel?] UBSAN: shift-out-of-bounds in aio_iiro_16_attach
 2025-07-08 13:18 UTC  (5+ messages)
` [PATCH] comedi: aio_iiro_16: Prevent invlaid irq number

[PATCH 1/4] iopoll: Generalize read_poll_timeout() into poll_timeout_us()
 2025-07-08 13:16 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] iio: imu: inv_icm42600: fix temperature reading if accel/gyro is off
 2025-07-08 13:14 UTC  (2+ messages)

[PATCH net-next v4] tcp: Correct signedness in skb remaining space calculation
 2025-07-08 13:14 UTC  (3+ messages)

[PATCH] comedi: comedi_test: Fix possible deletion of uninitialized timers
 2025-07-08 13:06 UTC 

[PATCH] mtd: spinand: propagate spinand_wait() errors from spinand_write_page()
 2025-07-08 13:11 UTC 

[PATCH 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-07-08 13:10 UTC  (5+ messages)
` [PATCH 2/2] media: i2c: add ov2735 image "

[PATCH v3 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
 2025-07-08 13:09 UTC  (6+ messages)
` [PATCH v3 2/2] tracing/preemptirq: Optimize preempt_disable/enable() "

[PATCH 00/10] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-07-08 13:09 UTC  (9+ messages)
` [PATCH 03/10] clk: qcom: rpm: convert from "
` [PATCH 04/10] clk: qcom: rpmh: "
` [PATCH 05/10] clk: qcom: smd-rpm: "
` [PATCH 06/10] clk: qcom: spmi-pmic-div: "

[PATCH v15 0/7] rust: extend `module!` macro with integer parameter support
 2025-07-08 13:09 UTC  (6+ messages)
` [PATCH v15 1/7] rust: sync: add `SetOnce`

[PATCH] arm64/gcs: Don't call gcs_free() when releasing task_struct
 2025-07-08 13:09 UTC  (2+ messages)

[PATCH v2 00/16] ext4: better scalability for ext4 block allocation
 2025-07-08 13:08 UTC  (10+ messages)
` [PATCH v2 03/16] ext4: remove unnecessary s_md_lock on update s_mb_last_group

[PATCH v2] efi: add ovmf debug log driver
 2025-07-08 13:06 UTC  (2+ messages)

[PATCH v5 0/4] Add support for gdsp remoteproc on sa8775p
 2025-07-08 13:05 UTC  (4+ messages)
` [PATCH v5 3/4] misc: fastrpc: Refactor domain ID to enforce strict mapping

[PATCH] net: appletalk: Fix device refcount leak in atrtr_create()
 2025-07-08 13:04 UTC  (2+ messages)

[PATCH 0/2] Restrict module namespace to in-tree modules and rename macro
 2025-07-08 13:03 UTC  (4+ messages)
` [PATCH 1/2] module: Restrict module namespace access to in-tree modules

[PATCH v4] drm/sched: Use struct for drm_sched_init() params
 2025-07-08 13:02 UTC  (2+ messages)

[PATCH v2 00/28] interconnect: qcom: icc-rpmh: use NULL-terminated arrays and drop static IDs
 2025-07-08 13:00 UTC  (5+ messages)
` [PATCH v2 01/28] interconnect: qcom: sc8280xp: specify num_links for qnm_a1noc_cfg
` [PATCH v2 02/28] interconnect: qcom: sc8180x: specify num_nodes

[PATCH v6 0/2] Enable TSENS and thermal zone for QCS615 SoC
 2025-07-08 12:58 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: dts: qcom: qcs615: Enable TSENS support "

[PATCH v2 00/10] crypto: sun8i-ce - implement request batching
 2025-07-08 12:58 UTC  (3+ messages)
` [PATCH v2 01/10] crypto: sun8i-ce - remove channel timeout field

LTP: syscalls: TWARN ioctl(/dev/loop0, LOOP_SET_STATUS, test_dev.img) failed EOPNOTSUPP (95)
 2025-07-08 12:58 UTC 

[PATCH net v4] net: atm: Fix incorrect net_device lec check
 2025-07-08 12:56 UTC  (3+ messages)

[PATCH v2 1/2] ARM: dts: imx6ul-kontron-sl-common: Add SPI NOR partitions
 2025-07-08 12:56 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: imx6ul-kontron-sl-common: Fix QSPI NAND node name

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-07-08 12:56 UTC  (9+ messages)

[PATCH 1/2] ARM: dts: imx6ul-kontron-sl-common: Add SPI NOR partitions
 2025-07-08 12:52 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6ul-kontron-sl-common: Fix QSPI NAND node name

[PATCH v4 0/6] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-08 12:36 UTC  (4+ messages)
` [PATCH v4 6/6] block: use chunk_sectors when evaluating stacked atomic write limits

[PATCH v2 RESEND] bcachefs: use union for bch_compression_opt to make encode & decode easier
 2025-07-08 12:50 UTC  (2+ messages)

[PATCH v2] rust: rbtree: simplify finding `current` in `remove_current`
 2025-07-08 12:51 UTC  (2+ messages)

[PATCH v2 0/2] Add interconnect driver for Milos
 2025-07-08 12:49 UTC  (5+ messages)
` [PATCH v2 2/2] interconnect: qcom: Add Milos interconnect provider driver

[PATCH v2] bus: mhi: host: pci_generic: Add Foxconn T99W696
 2025-07-08 12:49 UTC  (2+ messages)

[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-08 12:47 UTC  (5+ messages)

[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-08 12:47 UTC  (9+ messages)
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping

[PATCH 0/3] SM8750 GPU clocks
 2025-07-08 12:47 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom: Add "
` [PATCH 2/3] clk: qcom: Add a driver for "
` [PATCH 3/3] arm64: dts: qcom: sm8750: Add GPU clock & IOMMU nodes

[PATCH v2 00/12] sched: Address schbench regression
 2025-07-08 12:44 UTC  (3+ messages)
` [PATCH v2 12/12] sched: Add ttwu_queue support for delayed tasks

[PATCH v3 1/2] Bluetooth: btrtl: Firmware format v3 support
 2025-07-08 12:45 UTC  (2+ messages)
` [PATCH v3 2/2] Bluetooth: btrtl: Add enhanced download support

[PATCH 6.6] thermal/of: Fix mask mismatch when no trips subnode
 2025-07-08 12:44 UTC  (4+ messages)

Executable loading issues with erofs on arm?
 2025-07-08 12:43 UTC  (2+ messages)

[PATCH net] net: ag71xx: Add missing check after DMA map
 2025-07-08 12:42 UTC  (2+ messages)

[syzbot] [gfs2] KASAN: slab-use-after-free Read in move_to_new_folio (4)
 2025-07-08 12:41 UTC  (2+ messages)

[PATCH v5 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-07-08 12:41 UTC  (3+ messages)
` [PATCH v5 03/10] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors

[PATCH v2] media: uvcvideo: avoid variable shadowing in uvc_ctrl_cleanup_fh
 2025-07-08 12:40 UTC  (5+ messages)

[PATCH] hrtimers: Update new CPU's next event in hrtimers_cpu_dying()
 2025-07-08 12:40 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in ptp_clock_adjtime
 2025-07-08 12:40 UTC 

[PATCH 0/3] dt-bindings: display/msm/gpu: rework clocks definitions
 2025-07-08 12:40 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: display/msm/gpu: account for 7xx GPUs in clocks conditions
` [PATCH 2/3] dt-bindings: display/msm/gpu: describe alwayson clock
` [PATCH 3/3] dt-bindings: display/msm/gpu: describe clocks for each Adreno GPU type

[PATCH v4 0/2] Add support for K3 BIST
 2025-07-08 12:38 UTC  (3+ messages)

[PATCH] LoongArch: Avoid in-place string operation on FDT content
 2025-07-08 12:37 UTC  (3+ messages)

[RFC 0/7] vmallloc and non-blocking GFPs
 2025-07-08 12:34 UTC  (10+ messages)
` [RFC 2/7] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [RFC 3/7] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [RFC 6/7] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()

[PATCH] ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface
 2025-07-08 12:24 UTC 

[PATCH v2 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-07-08 12:32 UTC  (4+ messages)
` [PATCH v2 3/4] net: renesas: rswitch: add offloading for L2 switching

[PATCH 1/1] ACPI: PRM: Update address check for NULL handler
 2025-07-08 12:30 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: selftests: add PHY-loopback test for bad TCP checksums
 2025-07-08 12:28 UTC 

[PATCH 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-07-08 12:27 UTC  (3+ messages)

[PATCH v2 1/3] docs: dt: writing-bindings: Rephrase typical fallback (superset) usage
 2025-07-08 12:22 UTC  (6+ messages)
` [PATCH v2 2/3] docs: dt: writing-bindings: Express better expectations of "specific"
` [PATCH v2 3/3] docs: dt: writing-bindings: Consistently use single-whitespace

[PATCH] ARM: dts: qcom: msm8226-samsung-ms013g: Add touch keys
 2025-07-08 12:21 UTC 

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-07-08 12:20 UTC  (7+ messages)
` [PATCH v2 05/12] media: ipu-bridge: Use v4l2_fwnode for unknown rotations

[PATCH v6 0/6] rust: add support for request_irq
 2025-07-08 12:19 UTC  (4+ messages)
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers

[PATCH bpf-next v2] bpf: make the attach target more accurate
 2025-07-08 12:17 UTC  (2+ messages)

[PATCH] gpu: host1x: Allow loading tegra-drm without enabled engines
 2025-07-08 12:18 UTC 

[PATCH net-next] vsock/test: fix test for null ptr deref when transport changes
 2025-07-08 12:15 UTC  (2+ messages)

[PATCH 0/8] arm64: set VMAP_STACK by default
 2025-07-08 12:14 UTC  (5+ messages)
` [PATCH 1/8] arm64: Enable VMAP_STACK support

[PATCH] efi: add ovmf debug log driver
 2025-07-08 12:09 UTC  (2+ messages)

[PATCH] erofs: support metadata compression
 2025-07-08 12:01 UTC 

[PATCH vhost] vdpa/mlx5: Fix release of uninitialized resources on error path
 2025-07-08 12:04 UTC 

[PATCH] dma_buf/sync_file: Enable signaling for fences when querying status
 2025-07-08 12:03 UTC 

[RFC V2 00/18] famfs: port into fuse
 2025-07-08 12:02 UTC  (6+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs

[PATCH v2 0/6] xfs: cleanup key comparing routines
 2025-07-08 12:00 UTC  (2+ messages)

[PATCH] xfs: replace strncpy with memcpy in xattr listing
 2025-07-08 12:00 UTC  (2+ messages)

[PATCH v10 17/19] rv: Add rtapp_sleep monitor
 2025-07-08 11:57 UTC  (12+ messages)

[PATCH 0/3] thermal/drivers/mediatek/lvts_thermal: add mt7988 lvts commands
 2025-07-08 11:56 UTC  (3+ messages)
` Aw: "

[PATCH net-next v2 0/3] netdevsim: add support for PHY devices
 2025-07-08 11:55 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: netdevsim: Add PHY support in netdevsim
` [PATCH net-next v2 2/3] selftests: ethtool: Drop the unused old_netdevs variable
` [PATCH net-next v2 3/3] selftests: ethtool: Introduce ethernet PHY selftests on netdevsim

[PATCH 0/2] tracing: Fix an event field filter issue
 2025-07-08 11:54 UTC  (3+ messages)
` [PATCH 1/2] tracing: Remove "__attribute__()" from the type field of event format
` [PATCH 2/2] tracing: Allocate field->type only if it needs to be sanitized


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).