All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-02 07:27:50 to 2025-10-02 08:32:54 UTC [more...]

[PATCH v4 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-10-02  8:30 UTC  (12+ messages)
` [PATCH v4 01/27] accel: Add Meson and config support for MSHV accelerator
` [PATCH v4 25/27] target/i386/mshv: Use preallocated page for hvcall
` [PATCH v4 27/27] MAINTAINERS: Add maintainers for mshv accelerator

[PATCH 0/3] system: Don't leak CPU AddressSpaces
 2025-10-02  8:30 UTC  (5+ messages)

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-02  8:31 UTC  (5+ messages)
` [PATCH v2 04/18] hw/vfio/listener: Include missing 'exec/target_page.h' header
` [PATCH v2 18/18] system/physmem: Extract API out of 'system/ram_addr.h' header

New September Order. 09536 Thursday, October 2, 2025 at 10:29:46 AM
 2025-10-02  8:29 UTC 

[PATCH net-next v4 0/5] bnxt_fwctl: fwctl for Broadcom Netxtreme devices
 2025-10-02  8:29 UTC  (6+ messages)
` [PATCH net-next v4 4/5] bnxt_fwctl: Add bnxt fwctl device

[PATCH] bitbake: registry: make a separate configuration for poky with sstate mirror
 2025-10-02  8:29 UTC 

[PATCH] cgroup: Disable preemption for cgrp->freezer.freeze_seq when CONFIG_PREEMPT_RT=y
 2025-10-02  8:28 UTC  (2+ messages)

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2025-10-02  8:26 UTC  (6+ messages)

activity-led usage
 2025-10-02  8:27 UTC  (7+ messages)

[PATCH 1/1] DIO: add NFSv4.2 READ_PLUS support for nfstest_dio
 2025-10-02  8:25 UTC  (4+ messages)
  ` pahtconf() api to test for sparse file support? "
` READ_PLUS broken in Linux 6.12, worked in Linux 5.10! "

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:25 UTC  (50+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v15 nf-next 0/3] conntrack: bridge: add double vlan, pppoe and pppoe-in-q
 2025-10-02  8:25 UTC  (5+ messages)
` [PATCH v15 nf-next 2/3] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v15 nf-next 3/3] netfilter: nft_chain_filter: Add bridge "

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-10-02  8:24 UTC  (10+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH 2/2] rv: Make rtapp/pagefault monitor depends on CONFIG_MMU
 2025-10-02  8:23 UTC 

[PATCH 1/2] rv: Fully convert enabled_monitors to use list_head as iterator
 2025-10-02  8:22 UTC 

Interested in contributing to Git
 2025-10-02  8:21 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: gpu: mali-valhall: make mali-supply optional
 2025-10-02  8:21 UTC  (3+ messages)
` [PATCH v2 2/2] drm/panthor: skip regulator setup if no such prop

[PATCH] xilinx: Enable sntp command
 2025-10-02  8:20 UTC  (5+ messages)

[PATCH v2 1/2] xilinx: mbv: Remove redundancy in MB-V defconfigs
 2025-10-02  8:19 UTC  (2+ messages)
` [PATCH v2 2/2] xilinx: Enable SNTP/DATE commands and RTC

[PATCH net-next 0/6] bnxt_fwctl: fwctl for Broadcom Netxtreme devices
 2025-10-02  8:19 UTC  (4+ messages)
` [PATCH net-next 2/6] bnxt_en: Refactor aux bus functions to be generic

[syzbot] [fs?] WARNING in copy_mnt_ns
 2025-10-02  8:19 UTC  (3+ messages)

[syzbot] [erofs?] WARNING in dax_iomap_rw
 2025-10-02  8:07 UTC  (2+ messages)

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-02  8:16 UTC  (20+ messages)
` [PATCH v4 06/27] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [PATCH v4 12/27] hw/arm/smmuv3-accel: Make use of get_msi_address_space() callback
` [PATCH v4 14/27] hw/arm/smmuv3-accel: Get host SMMUv3 hw info and validate
` [PATCH v4 15/27] acpi/gpex: Fix PCI Express Slot Information function 0 returned value
` [PATCH v4 26/27] vfio: Synthesize vPASID capability to VM

[PATCH v5 0/8] media: Introduce V4L2 generic ISP support
 2025-10-02  8:17 UTC  (3+ messages)

[RFC] mm/migrate: make sure folio_unlock() before folio_wait_writeback()
 2025-10-02  8:16 UTC 

[PATCH] slab: Fix using this_cpu_ptr() in preemptible context
 2025-10-02  8:14 UTC  (4+ messages)

[PATCH] dax: fix assertion in dax_iomap_rw()
 2025-10-02  8:13 UTC 

[PATCH v5 bpf-next 00/15] BPF indirect jumps
 2025-10-02  8:19 UTC  (9+ messages)
` [PATCH v5 bpf-next 09/15] bpf: make bpf_insn_successors to return a pointer
` [PATCH v5 bpf-next 11/15] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X

[linus:master] [xfs] c91d38b57f: stress-ng.chown.ops_per_sec 70.2% improvement
 2025-10-02  8:11 UTC 

[GIT PULL] Crypto Update for 6.17
 2025-10-02  8:10 UTC  (2+ messages)

[PATCH v8 0/7] TDX host: kexec/kdump support
 2025-10-02  8:10 UTC  (10+ messages)
` [PATCH 4/7] x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum

[dpdk-dev v4 1/2] eal: Add mem equal and non-equal to prevent timing attacks memcmp
 2025-10-02  8:09 UTC  (4+ messages)
` [dpdk-dev v5 1/2] eal: introduce rte_timingsafe_memcmp() based on OpenBSD API

[RFC PATCH 0/5] Introduce mempool object new debug capabilities
 2025-10-02  8:07 UTC  (8+ messages)
` [PATCH v3 0/5] add mbuf "
  ` [PATCH v3 2/5] mbuf: record mbuf operations history
  ` [PATCH v3 3/5] ethdev: mark mbufs in burst functions
  ` [PATCH v3 5/5] usertools/mbuf: parse mbuf history dump

[PATCH] examples/l2fwd-cat: check compatibility of dependency lib
 2025-10-02  8:06 UTC  (4+ messages)
` [PATCH v2] build: validate libraries returned from meson find function

[PATCH v2 12/27] media: v4l2-subdev: Introduce v4l2 subdev context
 2025-10-02  8:06 UTC  (5+ messages)

[docs][PATCH 0/2] Add more details about the behaviour of the base class
 2025-10-02  8:06 UTC  (6+ messages)
` [docs][PATCH 2/2] ref-manual/classes.rst: add diagram for classes used by base.bbclass

[kirkstone][PATCH] containerd-opencontainers: fix CVE-2024-40635
 2025-10-02  8:05 UTC 

[PATCH 0/3] ASoC: SOF: ipc4/Intel: Fix the host buffer constraint
 2025-10-02  8:05 UTC  (4+ messages)
` [PATCH 1/3] ASoC: SOF: ipc4-topology: Correct the minimum host DMA buffer size
` [PATCH 2/3] ASoC: SOF: ipc4-topology: Account for different ChainDMA host "
` [PATCH 3/3] ASoC: SOF: Intel: hda-pcm: Place the constraint on period time instead of buffer time

[tip:master] BUILD SUCCESS 51b8b3763ca9a26bad1ac1f6c90ed043c4865a50
 2025-10-02  8:03 UTC 

[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
 2025-10-02  8:03 UTC  (4+ messages)
` [PATCH v3 2/2] mm: redefine VM_* flag constants with BIT()

[PATCH] tools headers: Sync x86 cpufeatures and arm64 cputype headers
 2025-10-02  8:02 UTC  (2+ messages)

[PATCH v6 0/9] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2025-10-02  8:01 UTC  (7+ messages)
` [PATCH v6 1/9] dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators
` [PATCH v6 5/9] dt-bindings: regulator: Document MediaTek MT6373 "

[PATCH RFC 0/5] Introduce support for post-blend color pipeline
 2025-10-02  8:00 UTC  (10+ messages)
` [PATCH RFC 1/5] drm: Support post-blend color pipeline API

[PATCH] ufs: core: Initialize a variable mode for PA_PWRMODE
 2025-10-02  8:00 UTC  (2+ messages)

[meta-oe][PATCH 1/2] mariadb: Fix a crash in my_convert()
 2025-10-02  8:00 UTC  (8+ messages)
          ` [oe] "

[PATCH 0/9] dma-buf: heaps: Add Tegra VPR support
 2025-10-02  7:59 UTC  (7+ messages)
` [PATCH 4/9] dma-buf: heaps: Add debugfs support

[PATCH v1 0/2] *** Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk ***
 2025-10-02  7:59 UTC  (5+ messages)
` [PATCH v1 1/2] scsi: ufs: core: Remove UFS_DEVICE_QUIRK_DELAY_AFTER_LPM quirk
` [PATCH v1 2/2] scsi: ufs: core: Reduce the sleep before vcc can be powered on

[RFC PATCH 0/4] Fix DRM scheduler layering violations in Xe
 2025-10-02  7:58 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v1] s390x/pci: fix interrupt blocking by returning only the device's summary bit
 2025-10-02  7:54 UTC  (2+ messages)

[PATCH v2 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-10-02  7:56 UTC  (4+ messages)
` [PATCH v2 1/2] mm: always call rmap_walk() on locked folios

[PATCH v2] mfd: da9052-spi: change read-mask to write-mask
 2025-10-02  7:56 UTC  (5+ messages)

[PATCH v4] mm: redefine VM_* flag constants with BIT()
 2025-10-02  7:54 UTC  (2+ messages)

[PATCH v4 nf-next 0/2] flow offload teardown when layer 2 roaming
 2025-10-02  7:55 UTC  (4+ messages)
` [PATCH v4 nf-next 2/2] netfilter: nf_flow_table_core: teardown direct xmit when destination changed

[PATCH v12 0/9] TEE subsystem for protected dma-buf allocations
 2025-10-02  7:54 UTC  (7+ messages)
` [PATCH v12 2/9] dma-buf: dma-heap: export declared functions
` [PATCH v12 3/9] tee: implement protected DMA-heap

[PATCH v11 00/66] Generic line based metadata support, internal pads
 2025-10-02  7:54 UTC  (8+ messages)
` [PATCH v11 39/66] media: Documentation: Add subdev configuration models, raw sensor model

[PATCH v2 00/17] boot: Support priority for global bootmeths
 2025-10-02  7:53 UTC  (3+ messages)
` [PATCH v2 01/17] boot: Improve comments related to "

[isar-cip-core][PATCH] linux-cip: Update to 4.4.302-cip103
 2025-10-02  7:52 UTC 

[PATCH] uthreads: Make use of CONFIG_IS_ENABLED consistently
 2025-10-02  7:50 UTC  (2+ messages)

[PATCH v9 i-g-t 00/10] Fix xe_eudebug_online@set-breakpoint-sigint-debugger
 2025-10-02  7:50 UTC  (5+ messages)
` [PATCH v9 i-g-t 01/10] lib/xe_eudebug: Fix safe_pipe_read

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-10-02  7:48 UTC  (10+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH] s390/sysinfo: Replace sprintf with snprintf for buffer safety
 2025-10-02  7:48 UTC  (2+ messages)

[PATCH 0/5] ASoC: SOF: ipc4: Fixes for delay reporting
 2025-10-02  7:47 UTC  (6+ messages)
` [PATCH 1/5] ASoC: SOF: ipc4-pcm: fix delay calculation when DSP resamples
` [PATCH 2/5] ASoC: SOF: ipc4-pcm: fix start offset calculation for chain DMA
` [PATCH 3/5] ASoC: SOF: sof-audio: add dev_dbg_ratelimited wrapper
` [PATCH 4/5] ASoC: SOF: ipc4-pcm: do not report invalid delay values
` [PATCH 5/5] ASoC: SOF: Intel: Read the LLP via the associated Link DMA channel

[PATCH 0/4] dt-bindings: watchdog: factor out RZ watchdogs
 2025-10-02  7:46 UTC  (3+ messages)

[PATCH v1 0/2] doc: bbdev clarifications
 2025-10-02  7:45 UTC  (3+ messages)
` [PATCH v1 2/2] doc: clarify the window index usage in bbdev

[Discuss] First steps for ASI (ASI is fast again)
 2025-10-02  7:45 UTC  (2+ messages)

[PATCH v12 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-10-02  7:40 UTC  (4+ messages)
` [PATCH v12 10/25] CXL/AER: Update PCI class code check to use FIELD_GET()

[PATCH v6 00/13] spi: airoha: driver fixes & improvements
 2025-10-02  7:44 UTC  (3+ messages)
` [PATCH v6 13/13] spi: airoha: buffer must be 0xff-ed before writing

[syzbot] [fbdev?] KASAN: vmalloc-out-of-bounds Write in imageblit (5)
 2025-10-02  7:43 UTC 

[PATCH 0/2] rust: pci: expose is_virtfn() and reject VFs in nova-core
 2025-10-02  7:41 UTC  (3+ messages)

[PATCH 0/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
 2025-10-02  7:36 UTC  (7+ messages)
` [PATCH 1/3] hw/arm/xlnx-zynqmp: move GIC_NUM_SPI_INTR define in header
` [PATCH 2/3] hw/arm/xlnx-zynqmp: introduce helper to compute RPU number
` [PATCH 3/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

[PATCH v2 0/7] Register API leaks fixes
 2025-10-02  7:34 UTC  (8+ messages)
` [PATCH v2 1/7] hw/core/register: remove the REGISTER device type
` [PATCH v2 2/7] hw/core/register: add the REGISTER_ARRAY type
` [PATCH v2 3/7] hw/core/register: remove the calls to `register_finalize_block'
` [PATCH v2 4/7] hw/core/register: remove the `register_finalize_block' function
` [PATCH v2 5/7] hw/net/can/xlnx-versal-canfd: remove unused include directives
` [PATCH v2 6/7] hw/net/can/xlnx-versal-canfd: refactor the banked registers logic
` [PATCH v2 7/7] hw/net/can/xlnx-versal-canfd: remove register API usage for banked regs

[PATCH bpf-next] bpf: Cleanup unused func args in rqspinlock implementation
 2025-10-02  7:36 UTC  (2+ messages)

[PATCH v3 00/36] VF migration redesign
 2025-10-02  7:36 UTC  (4+ messages)
` [PATCH v3 29/36] drm/xe: Move queue init before LRC creation

New September Order. 54379 Thursday, October 2, 2025 at 09:30:45 AM
 2025-10-02  7:30 UTC 

[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
 2025-10-02  7:32 UTC  (3+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper

[PATCH v6 0/6] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-10-02  7:35 UTC  (3+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-10-02  7:34 UTC  (3+ messages)

[PATCH v4 00/34] VF migration redesign
 2025-10-02  7:33 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for VF migration redesign (rev4)

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-10-02  7:29 UTC  (11+ messages)
` [PATCH v8 0/9] Introduce Rust and announce that it will become mandatory
  ` [PATCH v8 1/9] meson: add infrastructure to build internal Rust library
  ` [PATCH v8 2/9] Makefile: reorder sources after includes
  ` [PATCH v8 3/9] Makefile: introduce infrastructure to build internal Rust library
  ` [PATCH v8 4/9] help: report on whether or not Rust is enabled
  ` [PATCH v8 5/9] varint: use explicit width for integers
  ` [PATCH v8 6/9] varint: reimplement as test balloon for Rust
  ` [PATCH v8 7/9] BreakingChanges: announce Rust becoming mandatory
  ` [PATCH v8 8/9] ci: convert "pedantic" job into full build with breaking changes
  ` [PATCH v8 9/9] ci: enable Rust for breaking-changes jobs

[PATCH v4 1/2] ASoC: tas2781: Support more newly-released amplifiers tas58xx in the driver
 2025-10-02  7:29 UTC  (2+ messages)
` [PATCH v4 2/2] ASoC: tas2781: Update ti,tas2781.yaml for adding tas58xx

[PATCH] ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines tear down
 2025-10-02  7:31 UTC 

[PATCH v7 0/9] Introduce Rust and announce that it will become mandatory
 2025-10-02  7:30 UTC  (5+ messages)
` [PATCH v7 5/9] varint: use explicit width for integers

[PATCH v2 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-10-02  7:28 UTC  (4+ messages)
` [PATCH v2 3/4] gpio: imx-rpmsg: add imx-rpmsg GPIO driver

[PATCH] s390x/pci: set kvm_msi_via_irqfd_allowed
 2025-10-02  7:27 UTC  (2+ messages)

[PATCH v3 2/2] mm: redefine VM_* flag constants with BIT()
 2025-10-02  7:29 UTC  (2+ messages)

[PATCH RESENT v4 0/6] features provisioning fixes and mlx5_vdpa support
 2025-10-02  7:27 UTC  (5+ messages)
` [PATCH RESENT v4 4/6] vdpa: validate device feature provisioning against supported class


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.