The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-03-26 20:43:59 to 2026-03-26 22:42:52 UTC [more...]

[PATCH 00/22] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-03-26 22:42 UTC  (4+ messages)
` [PATCH 04/22] dt-bindings: dma: renesas,rz-dmac: Document optional DMA ACK cell

[PATCH v3 0/5] Fix bugs in extract_iter_to_sg()
 2026-03-26 22:39 UTC  (7+ messages)
` [PATCH v3 1/5] lib/scatterlist: Fix length calculations in extract_kvec_to_sg
` [PATCH v3 2/5] lib/scatterlist: Fix temp buffer in extract_user_to_sg()
` [PATCH v3 3/5] lib: kunit_iov_iter: Fix memory leaks
` [PATCH v3 4/5] lib: kunit_iov_iter: Improve error detection
` [PATCH v3 5/5] lib: kunit_iov_iter: Add tests for extract_iter_to_sg

[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
 2026-03-26 22:37 UTC  (2+ messages)

[PATCH] i2c: ocores: re-check status after poll timeout to avoid false errors
 2026-03-26 22:34 UTC  (3+ messages)
` [PATCH] i2c: ocores: Use read_poll_timeout_atomic to avoid false poll timeouts

[net-next v36] mctp pcc: Implement MCTP over PCC Transport
 2026-03-26 22:29 UTC  (2+ messages)

[PATCH 0/2] riscv: spacemit: k3: Add I2C support
 2026-03-26 22:28 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: i2c: spacemit: k3: Add compatible
` [PATCH 2/2] dts: riscv: spacemit: k3: Add i2c nodes

[PATCH] RISC-V: restore U-mode counter access (scounteren)
 2026-03-26 22:27 UTC  (2+ messages)

[PATCH v2 0/3] x86/fred: enable FRED by default
 2026-03-26 22:26 UTC  (3+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 22:24 UTC  (45+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 11/44] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v4 12/44] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v4 14/44] KVM: x86: Add support for applying content modes
` [PATCH RFC v4 15/44] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v4 16/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v4 17/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v4 18/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v4 19/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v4 20/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v4 21/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v4 22/44] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 23/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v4 24/44] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v4 26/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v4 27/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v4 28/44] KVM: selftests: Test conversion before allocation
` [PATCH RFC v4 29/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v4 30/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v4 31/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v4 32/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v4 33/44] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v4 34/44] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v4 35/44] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v4 36/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v4 37/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v4 38/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v4 39/44] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v4 40/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v4 41/44] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v4 42/44] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v4 43/44] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v4 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-26 22:24 UTC  (2+ messages)

[patch v2 00/11] futex: Address the robust futex unlock race for real
 2026-03-26 22:23 UTC  (6+ messages)
` [patch v2 07/11] futex: Add support for unlocking robust futexes

[PATCH net-next v2 00/12] ethtool: Generic loopback support
 2026-03-26 22:23 UTC  (4+ messages)
` [PATCH net-next v2 03/12] ethtool: Add loopback netlink UAPI definitions

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-26 22:19 UTC  (3+ messages)

[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
 2026-03-26 22:18 UTC 

[PATCH next] netfilter: nf_conntrack_h323: Correct indentation when H323_TRACE defined
 2026-03-26 22:18 UTC  (3+ messages)

[PATCH V6 0/3] Rust support for powerpc
 2026-03-26 22:16 UTC  (3+ messages)

[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
 2026-03-26 22:17 UTC  (3+ messages)

[PATCH net-next v1 2/7] net: hsr: replace fallthrough comments with fallthrough macro
 2026-03-26 22:16 UTC  (3+ messages)

[PATCH v2 1/8] Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support
 2026-03-26 21:26 UTC 

[PATCH v1] PCI: Remove MPS/MRRS Kconfig settings
 2026-03-26 22:13 UTC 

[PATCH v3 0/8] Bluetooth: Add MediaTek MT7927 (MT6639) support
 2026-03-26 22:13 UTC  (9+ messages)
  ` [PATCH v3 1/8] Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support
  ` [PATCH v3 2/8] Bluetooth: btmtk: fix ISO interface setup for single alt setting
  ` [PATCH v3 3/8] Bluetooth: btusb: Add MT7927 ID for ASUS ROG Crosshair X870E Hero
  ` [PATCH v3 4/8] Bluetooth: btusb: Add MT7927 ID for Lenovo Legion Pro 7 16ARX9
  ` [PATCH v3 5/8] Bluetooth: btusb: Add MT7927 ID for Gigabyte Z790 AORUS MASTER X
  ` [PATCH v3 6/8] Bluetooth: btusb: Add MT7927 ID for MSI X870E Ace Max
  ` [PATCH v3 7/8] Bluetooth: btusb: Add MT7927 ID for TP-Link Archer TBE550E
  ` [PATCH v3 8/8] Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-Creator

[PATCH v5 00/11] Support repeated mappings in GPUVM and Panthor
 2026-03-26 22:10 UTC  (3+ messages)
` [PATCH v5 02/11] drm/gpuvm: Remove dead code

[PATCH] rust_binder: Downgrade startup warning to info
 2026-03-26 22:06 UTC 

[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
 2026-03-26 22:06 UTC  (4+ messages)

[PATCH v3] selftests/x86: Fix sysret_rip assertion failure on FRED systems
 2026-03-26 22:06 UTC  (2+ messages)

[PATCH] amd/iommu: do not split domain flushes when flushing the entire range
 2026-03-26 22:05 UTC  (4+ messages)

[PATCH v2] Docs: iio: ad7191 Correct clock configuration
 2026-03-26 22:04 UTC  (4+ messages)

[PATCH net-next] virtio_net: sync RX buffer before reading the header
 2026-03-26 22:03 UTC  (3+ messages)

[PATCH v1 1/2] perf lock: Fix option value type in parse_max_stack
 2026-03-26 22:02 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] perf stat: Fix opt->value type for parse_cache_level

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 21:59 UTC  (12+ messages)
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[patch V3 00/14] Improve /proc/interrupts further
 2026-03-26 21:58 UTC  (15+ messages)
` [patch V3 01/14] x86/irq: Optimize interrupts decimals printing
` [patch V3 02/14] genirq/proc: Avoid formatting zero counts in /proc/interrupts
` [patch V3 03/14] genirq/proc: Utilize irq_desc::tot_count to avoid evaluation
` [patch V3 04/14] x86/irq: Make irqstats array based
` [patch V3 05/14] x86/irq: Suppress unlikely interrupt stats by default
` [patch V3 06/14] x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_stats
` [patch V3 07/14] scripts/gdb: Update x86 interrupts to the array based storage
` [patch V3 08/14] genirq: Expose nr_irqs in core code
` [patch V3 09/14] genirq: Cache the condition for /proc/interrupts exposure
` [patch V3 10/14] genirq: Calculate precision only when required
` [patch V3 11/14] genirq: Add rcuref count to struct irq_desc
` [patch V3 12/14] genirq: Expose irq_find_desc_at_or_after() in core code
` [patch V3 13/14] genirq/proc: Runtime size the chip name
` [patch V3 14/14] genirq/proc: Speed up /proc/interrupts iteration

[PATCH v4 net-next 0/5] PHY polarity inversion via generic device tree properties
 2026-03-26 21:54 UTC  (4+ messages)
` [PATCH v4 net-next 5/5] net: pcs: pcs-mtk-lynxi: deprecate "mediatek,pnswap"

[PATCHv2] firmware/tegra: add COMPILE_TEST
 2026-03-26 21:51 UTC  (2+ messages)

[PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-03-26 21:51 UTC  (3+ messages)

[PATCH] lib/crypto: sparc: Drop optimized MD5 code
 2026-03-26 21:51 UTC  (2+ messages)

[RFC PATCH] driver core: Don't link the device to the bus until we're ready to probe
 2026-03-26 21:49 UTC  (11+ messages)

[PATCH v26 00/10] Simple Donor Migration for Proxy Execution
 2026-03-26 21:45 UTC  (3+ messages)
` [PATCH v26 05/10] sched: Fix modifying donor->blocked on without proper locking

Linux 6.18.19
 2026-03-26 21:43 UTC  (5+ messages)
` Linux 6.18.19 -- amdgpu bug and a new warning

[PATCH v2] doc: Add CPU Isolation documentation
 2026-03-26 21:42 UTC  (2+ messages)

[PATCH] checkpatch: allow correctly handle full files on stdin
 2026-03-26 21:42 UTC  (5+ messages)

[PATCH v4 0/6] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-26 21:40 UTC  (3+ messages)
` [PATCH v4 1/6] MIPS: loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs

[PATCH v6] Bluetooth: hci_event: move wake reason storage into validated event handlers
 2026-03-26 21:40 UTC  (2+ messages)

[PATCH v2] Bluetooth: SCO: fix race conditions in sco_sock_connect()
 2026-03-26 21:40 UTC  (2+ messages)

[PATCH nf] netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdp
 2026-03-26 21:39 UTC  (4+ messages)

[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-26 21:39 UTC  (3+ messages)

[PATCH v2 0/3] staging: media: atomisp: clean up ia_css_stream_destroy
 2026-03-26 21:34 UTC  (4+ messages)
` [PATCH v2 1/3] staging: media: atomisp: fix loop shadowing in ia_css_stream_destroy()
` [PATCH v2 2/3] staging: media: atomisp: extract ISP2401 cleanup into helper function
` [PATCH v2 3/3] staging: media: atomisp: improve cleanup robustness in ia_css_stream_destroy_isp2401()

[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
 2026-03-26 21:34 UTC  (6+ messages)
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-26 21:33 UTC  (10+ messages)
`  "

[PATCH v2] arm64: defconfig: Enable Rockchip video decoder
 2026-03-26 21:33 UTC 

[PATCH v2] tools/perf: Fix ratio_to_prev event parsing test
 2026-03-26 21:32 UTC  (2+ messages)

{standard input}:384: Error: Invalid operands
 2026-03-26 21:31 UTC 

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-26 21:31 UTC  (3+ messages)

[PATCH] MAINTAINERS: update MGLRU entry to reflect current status
 2026-03-26 21:31 UTC  (5+ messages)

[PATCH] libbpf: resolve versioned kfuncs by exact name before essential-name lookup
 2026-03-26 21:29 UTC  (3+ messages)

[patch v2 00/14] Improve /proc/interrupts further and add a binary interface
 2026-03-26 21:25 UTC  (5+ messages)
` [patch v2 09/14] genirq: Expose irq_find_desc_at_or_after() in core code

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:25 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v3] PCI: pciehp: Fix hotplug on Catlow Lake with unreliable PME status
 2026-03-26 21:23 UTC  (6+ messages)

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:21 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v2] perf stat: Fix crash on arm64
 2026-03-26 21:21 UTC  (5+ messages)

[PATCH v3 00/13] This series adds support for the MediaTek MT7927 (Filogic 380) combo
 2026-03-26 21:09 UTC 

[PATCH 00/18] wifi: mt76: mt7925: add MT7927 (Filogic 380) support
 2026-03-26 21:12 UTC  (11+ messages)
` [PATCH v4 0/9] wifi: mt76: mt7925: MT7927 (Filogic 380) support patches 1-9
  ` [PATCH v4 1/9] wifi: mt76: mt7925: fix stale pointer comparisons in change_vif_links
  ` [PATCH v4 2/9] wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlv
  ` [PATCH v4 3/9] wifi: mt76: mt7925: handle 320MHz bandwidth in RXV and TXS
  ` [PATCH v4 4/9] wifi: mt76: mt7925: populate EHT 320MHz MCS map in sta_rec
  ` [PATCH v4 5/9] wifi: mt76: mt7925: advertise EHT 320MHz capabilities for 6GHz band
  ` [PATCH v4 6/9] wifi: mt76: mt7925: add MT7927 chip ID helpers
  ` [PATCH v4 7/9] wifi: mt76: mt7925: add MT7927 firmware paths
  ` [PATCH v4 8/9] wifi: mt76: mt7925: use irq_map for chip-specific interrupt handling
  ` [PATCH v4 9/9] wifi: mt76: mt7925: disable ASPM and runtime PM for MT7927

[GIT PULL] smb3 client fix
 2026-03-26 21:12 UTC  (2+ messages)

[PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
 2026-03-26 21:07 UTC  (4+ messages)

[PATCH] scripts/checkpatch: add Assisted-by: tag validation
 2026-03-26 21:05 UTC 

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2026-03-26 21:04 UTC  (2+ messages)

[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
 2026-03-26 21:03 UTC  (2+ messages)

[PATCH net 1/3] net/mlx5e: Add null check for flow namespace in mlx5e_tc_nic_create_miss_table
 2026-03-26 20:58 UTC  (3+ messages)
` [PATCH net 2/3] net/mlx5: Add null check for flow namespace in esw_set_slave_root_fdb
` [PATCH net 3/3] net/mlx5: Add null check for flow namespace in mlx5_cmd_set_slave_root_fdb

[PATCH v3] dt-bindings: timer: Add SiFive CLINT2
 2026-03-26 20:55 UTC  (2+ messages)

[PATCH v5] MAINTAINERS: Add Axiado reviewer and Maintainers
 2026-03-26 20:50 UTC 

[PATCH v2] checkpatch: Allow to pass config directory
 2026-03-26 20:50 UTC  (3+ messages)

[PATCH] lib/crypto: mips: Drop optimized MD5 code
 2026-03-26 20:48 UTC 

[LSF/MM/BPF TOPIC] Towards Unified and Extensible Memory Reclaim (reclaim_ext)
 2026-03-26 20:47 UTC  (7+ messages)

[PATCH v8 0/2] cpufreq: Introduce boost frequency QoS
 2026-03-26 20:44 UTC  (3+ messages)
` [PATCH v8 1/2] cpufreq: Remove max_freq_req update for pre-existing policy
` [PATCH v8 2/2] cpufreq: Add boost_freq_req QoS request

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-26 20:43 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox