linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-25 15:29:59 to 2025-07-25 18:28:10 UTC [more...]

[PATCHSET v3 0/8] perf annotate: Support --code-with-type on TUI
 2025-07-25 18:28 UTC  (6+ messages)
` [PATCH v3 5/8] perf annotate: Add --code-with-type support for TUI

[RFC 0/2] Add AI coding assistant configuration to Linux kernel
 2025-07-25 18:27 UTC  (5+ messages)
` [RFC 1/2] AI: Add unified AI coding assistant configuration
` [RFC 2/2] AI: Add initial set of rules and docs

[PATCH] MAINTAINERS: Add missing headers to mempory policy & migration section
 2025-07-25 18:27 UTC  (5+ messages)

[PATCH v4 0/5] mseal cleanups
 2025-07-25 18:26 UTC  (12+ messages)
` [PATCH v4 2/5] mm/mseal: update madvise() logic
` [PATCH v4 4/5] mm/mseal: simplify and rename VMA gap check

[PATCH v8 00/16] New perf ilist app
 2025-07-25 18:24 UTC  (4+ messages)
` [PATCH v8 11/16] perf ilist: Add new python ilist command

[PATCH] soundwire: sysfs_emit() expects a buffer of size PAGE_SIZE
 2025-07-25 18:22 UTC  (4+ messages)

[PATCH liburing 0/2] liburing fixes
 2025-07-25 18:21 UTC  (4+ messages)
` [PATCH liburing 1/2] sanitize: Fix missing `IORING_OP_PIPE`
` [PATCH liburing 2/2] liburing: Don't use `IOURINGINLINE` on `__io_uring_prep_poll_mask`

[PATCH 0/3] Optimize wbt and update its comments and doc
 2025-07-25 18:16 UTC  (10+ messages)
` [PATCH 1/3] blk-wbt: Optimize wbt_done() for non-throttled writes
` [PATCH 2/3] blk-wbt: Eliminate ambiguity in the comments of struct rq_wb
` [PATCH 3/3] blk-wbt: doc: Update the doc of the wbt_lat_usec interface

BUG: Circular locking dependency on netdev led trigger on NanoPi R5S
 2025-07-25 18:12 UTC  (2+ messages)

[PATCH v3 0/2] iommu/arm-smmu-v3: Two vsmmu impl_ops cleanups
 2025-07-25 18:12 UTC  (13+ messages)
` [PATCH v3 2/2] iommu/arm-smmu-v3: Replace vsmmu_size/type with get_viommu_size

[PATCH v6 00/22] perf: Make code more generic with modern defaults
 2025-07-25 18:10 UTC  (3+ messages)

[PATCH] riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1
 2025-07-25 18:10 UTC  (4+ messages)

[PATCH net v2 1/2] macsec: set IFF_UNICAST_FLT priv flag
 2025-07-25 18:10 UTC  (2+ messages)

[PATCH net-next] net: hibmcge: support for statistics of reset failures
 2025-07-25 18:10 UTC  (2+ messages)

[PATCH net 0/3] mlx5e misc fixes 2025-07-23
 2025-07-25 18:10 UTC  (2+ messages)

[PATCH net v2] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
 2025-07-25 18:10 UTC  (2+ messages)

[PATCH v18 3/5] binder: introduce transaction reports via netlink
 2025-07-25 18:07 UTC  (3+ messages)

[PATCH 00/11] riscv: fine grained hardware assisted kernel control-flow integrity
 2025-07-25 18:05 UTC  (15+ messages)
` [PATCH 01/11] riscv: add landing pad for asm routines
` [PATCH 02/11] riscv: update asm call site in `call_on_irq_stack` to setup correct label
` [PATCH 10/11] scs: generic scs code updated to leverage hw assisted shadow stack

[PATCH v2] blk-ioc: don't hold queue_lock for ioc_lookup_icq()
 2025-07-25 18:03 UTC 

[PATCH net] net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing
 2025-07-25 18:03 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: fix if-statement alignment and line continuation in rtw_ap.c
 2025-07-25 18:02 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH net-next 0/5] dpll: zl3073x: Add support for devlink flash
 2025-07-25 17:59 UTC  (9+ messages)
` [PATCH net-next 1/5] dpll: zl3073x: Add functions to access hardware registers
` [PATCH net-next 2/5] dpll: zl3073x: Add low-level flash functions
` [PATCH net-next 3/5] dpll: zl3073x: Add firmware loading functionality
` [PATCH net-next 4/5] dpll: zl3073x: Refactor DPLL initialization
` [PATCH net-next 5/5] dpll: zl3073x: Implement devlink flash callback

[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
 2025-07-25 17:59 UTC  (29+ messages)
` [PATCH v2 01/19] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH v2 02/19] gpu: nova-core: register: fix typo
` [PATCH v2 03/19] gpu: nova-core: register: allow fields named `offset`
` [PATCH v2 04/19] gpu: nova-core: register: improve documentation for basic registers
` [PATCH v2 05/19] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH v2 06/19] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH v2 07/19] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH v2 08/19] gpu: nova-core: register: fix documentation and indentation
` [PATCH v2 09/19] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH v2 10/19] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH v2 11/19] gpu: nova-core: register: improve `Debug` implementation
` [PATCH v2 12/19] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH v2 13/19] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH v2 14/19] gpu: nova-core: register: use #[inline(always)] for all methods

[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
 2025-07-25 17:58 UTC  (3+ messages)
` [PATCH v7 7/7] KVM: SEV: Add SEV-SNP CipherTextHiding support

[PATCH net-next v12 0/5] PRU-ICSSM Ethernet Driver
 2025-07-25 17:55 UTC  (5+ messages)
` [PATCH net-next v12 2/5] net: ti: prueth: Adds ICSSM Ethernet driver
` [PATCH net-next v12 3/5] net: ti: prueth: Adds PRUETH HW and SW configuration

[PATCH v3 00/16] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-07-25 17:57 UTC  (4+ messages)
` [PATCH v3 16/16] objtool: Validate kCFI calls

[PATCH v3 0/4] media: imx8qxp: add parallel camera support
 2025-07-25 17:57 UTC  (5+ messages)
` [PATCH v3 2/4] media: nxp: add V4L2 subdev driver for camera parallel interface (CPI)

[PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed
 2025-07-25 17:55 UTC  (4+ messages)

[PATCH v3] Documentation: dma-buf: heaps: Add naming guidelines
 2025-07-25 17:49 UTC  (2+ messages)

[PATCH bpf-next 0/4] Use correct destructor kfunc types
 2025-07-25 17:48 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: crypto: Use the correct destructor kfunc type

[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
 2025-07-25 17:47 UTC  (23+ messages)
` [PATCH v3] "

[PATCH] net: Revert tx queue length on partial failure in dev_qdisc_change_tx_queue_len()
 2025-07-25 17:47 UTC  (4+ messages)

[PATCH 0/3] blk-ioc: convert ioc_lookup_icq() to lockless version
 2025-07-25 17:46 UTC  (5+ messages)
` [PATCH 1/3] blk-ioc: add a new helper ioc_lookup_icq_rcu()

[PATCH] block: change blk_get_meta_cap() stub return -ENOIOCTLCMD
 2025-07-25 17:45 UTC  (2+ messages)

[RFC PATCH] docs: submitting-patches: (AI?) Tool disclosure tag
 2025-07-25 17:45 UTC  (11+ messages)

[PATCH] net: Fix typos
 2025-07-25 17:40 UTC  (3+ messages)

[PATCH] mempolicy: Clarify what RECLAIM_ZONE means
 2025-07-25 17:35 UTC 

[Discuss] KASAN: null-ptr-deference in qdisc_tree_reduce_backlog
 2025-07-25 17:29 UTC  (2+ messages)

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-25 17:27 UTC  (4+ messages)
` [PATCH v3 09/10] "

[net-next v16 00/12] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-07-25 17:27 UTC  (4+ messages)
` [net-next v16 06/12] net: mtip: Add net_device_ops functions to the "

[PATCH net-next] net/sched: Add precise drop reason for pfifo_fast queue overflows
 2025-07-25 17:25 UTC  (2+ messages)

[PATCH 0/5 cgroup/for-6.16-fixes] harden css_create() for safe placement of call to css_rstat_init()
 2025-07-25 17:23 UTC  (2+ messages)

[PATCH] sched/deadline: Remove fair-servers from real-time task's bandwidth accounting
 2025-07-25 17:22 UTC  (3+ messages)

[PATCH v2 -next] cgroup: remove offline draining in root destruction to avoid hung_tasks
 2025-07-25 17:17 UTC  (4+ messages)

[PATCH][next] spi: SPISG: Fix less than zero comparison on a u32 variable
 2025-07-25 17:17 UTC 

[PATCH 0/5] net: ethernet: fix device leaks
 2025-07-25 17:12 UTC  (6+ messages)
` [PATCH 1/5] net: dpaa: fix device leak when querying time stamp info
` [PATCH 2/5] net: enetc: fix device and OF node leak at probe
` [PATCH 3/5] net: gianfar: fix device leak when querying time stamp info
` [PATCH 4/5] net: mtk_eth_soc: fix device leak at probe
` [PATCH 5/5] net: ti: icss-iep: fix device and OF node leaks "

[PATCH v2] mm: slub: avoid deref of free pointer in sanity checks if object is invalid
 2025-07-25 17:10 UTC  (3+ messages)

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-25 16:30 UTC  (5+ messages)
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function

[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
 2025-07-25 17:08 UTC  (14+ messages)
` [RFC PATCH 04/36] cacheinfo: Expose the code to generate a cache-id from a device_node
` [RFC PATCH 05/36] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [RFC PATCH 06/36] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels

[PATCH 6.1.y] KVM: arm64: silence -Wuninitialized-const-pointer warning
 2025-07-25 17:08 UTC  (7+ messages)

[PATCH v6 0/8] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2025-07-25 17:03 UTC  (7+ messages)
` [PATCH v6 1/8] mmc: sdhci-of-dwcmshc: add common bulk optional clocks support

[PATCH v2 0/4] riscv: minor thread_info.cpu improvements
 2025-07-25 16:54 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: use lw when reading int cpu in new_vmalloc_check
` [PATCH v2 2/4] riscv: use lw when reading int cpu in asm_per_cpu
` [PATCH v2 3/4] riscv: use TASK_TI_CPU instead of TASK_TI_CPU_NUM
` [PATCH v2 4/4] riscv: pack rv64 thread_info better

linux-next: duplicate patch in the mfd tree
 2025-07-25 16:55 UTC  (4+ messages)

[GIT PULL] i2c-host-fixes for v6.16-rc8
 2025-07-25 16:55 UTC 

[PATCH v2] sched/deadline: Remove fair-servers from real-time task's bandwidth accounting
 2025-07-25 16:44 UTC 

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-25 16:43 UTC  (5+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-07-25 16:41 UTC  (3+ messages)

[PATCH v4 00/14] Introduce AMD Pensando RDMA driver
 2025-07-25 16:41 UTC  (5+ messages)
` [PATCH v4 02/14] net: ionic: Update LIF identity with additional RDMA capabilities
` [PATCH v4 03/14] net: ionic: Export the APIs from net driver to support device commands

[PATCH v3] spi: intel: Allow writeable MTD partition with module param
 2025-07-25 16:36 UTC  (2+ messages)

[PATCH] regmap: Annotate that MMIO implies fast IO
 2025-07-25 16:36 UTC  (2+ messages)

[PATCH next v1] ASoC: codecs: Add acpi_match_table for aw88399 driver
 2025-07-25 16:36 UTC  (2+ messages)

[PATCH] mm/damon/vaddr: Skip isolating folios already in destination nid
 2025-07-25 16:33 UTC 

[PATCH v2 0/2] seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
 2025-07-25 16:31 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/seccomp: Add a test for the WAIT_KILLABLE_RECV fast reply race

[PATCH 2/2] riscv: mm: Use mmu-type from FDT to limit SATP mode
 2025-07-25 16:29 UTC  (2+ messages)

[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
 2025-07-25 16:26 UTC  (6+ messages)

[PATCH 0/5] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-07-25 16:22 UTC  (6+ messages)
` [PATCH 1/5] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH 2/5] mm/huge_memory: convert "tva_flags" to "enum tva_type" for thp_vma_allowable_order*()
` [PATCH 3/5] mm/huge_memory: treat MADV_COLLAPSE as an advise with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH 4/5] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH 5/5] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
 2025-07-25 16:22 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v3 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
 2025-07-25 16:22 UTC  (8+ messages)
` [PATCH v3 2/5] mm/mseal: update madvise() logic

[syzbot] [netfilter?] WARNING in nft_socket_init (2)
 2025-07-25 16:22 UTC  (3+ messages)

[PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
 2025-07-25 16:16 UTC  (5+ messages)

[PATCH v8 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-25 16:16 UTC  (4+ messages)
` [PATCH v8 08/24] dt-bindings: clock: Add RPMI clock service message proxy bindings

[PATCH] Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
 2025-07-25 16:14 UTC 

[PATCH v9 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-07-25 16:14 UTC  (2+ messages)

[PATCH] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages
 2025-07-25 16:09 UTC  (5+ messages)

[PATCH net v3] vrf: Drop existing dst reference in vrf_ip6_input_dst
 2025-07-25 16:00 UTC 

[PATCH] mm/rmap: Add anon_vma lifetime debug check
 2025-07-25 15:58 UTC  (7+ messages)

[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
 2025-07-25 15:58 UTC  (3+ messages)

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-25 15:56 UTC  (3+ messages)
  ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[PATCH V7 11/11] sched: Add kernel parameter to enable delaying RT threads
 2025-07-25 15:52 UTC  (2+ messages)

[PATCH v3 0/3] xfs and DAX atomic writes changes
 2025-07-25 15:49 UTC  (5+ messages)
` [PATCH v3 3/3] xfs: reject max_atomic_write mount option for no reflink

[PATCH net] net: ethernet: nixge: Add missing check after DMA map
 2025-07-25 15:47 UTC  (4+ messages)

[PATCH 0/2] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
 2025-07-25 15:46 UTC  (5+ messages)
` [PATCH 1/2] crypto: ccp - Add new API for extending HV_Fixed Pages

[PATCH] usb: gadget: Add gadgetmon traffic monitor
 2025-07-25 15:46 UTC  (3+ messages)

[PATCH v1] mm/readahead: Optimize nr_to_read boundary check
 2025-07-25 15:45 UTC  (2+ messages)

[tip:locking/futex] [futex] 56180dd20c: BUG:sleeping_function_called_from_invalid_context_at_kernel/nsproxy.c
 2025-07-25 15:45 UTC  (4+ messages)

[PATCH] mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
 2025-07-25 15:43 UTC  (3+ messages)

[PATCH v2] mm/rmap: Add anon_vma lifetime debug check
 2025-07-25 15:40 UTC  (5+ messages)

[GIT PULL] vfs fixes
 2025-07-25 15:39 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.16
 2025-07-25 15:39 UTC  (2+ messages)

[PATCH] ste_dma40: simplify d40_handle_interrupt()
 2025-07-25 15:35 UTC  (3+ messages)

[PATCH 00/32] drm/mipi-dsi: avoid DSI host drivers to have pointers to DSI devices
 2025-07-25 15:32 UTC  (6+ messages)

[PATCH -next] platform/x86: hfi: Remove unnecessary .owner for amd_hfi_driver
 2025-07-25 15:30 UTC  (2+ messages)

[PATCH 1/4] platform/x86: (ayn-ec) Add PWM Fan HWMON Interface
 2025-07-25 15:29 UTC  (3+ messages)
` [PATCH 2/4] platform/x86: (ayn-ec) Add Temperature Sensors


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).