All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-19 08:24:11 to 2025-09-19 09:27:24 UTC [more...]

[GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
 2025-09-19  9:27 UTC  (6+ messages)
` [PATCH 1/4] locking/spinlock/debug: Fix data-race in do_raw_write_lock
` [PATCH 2/4] rust: lock: guard: Add T: Unpin bound to DerefMut
` [PATCH 3/4] rust: lock: Pin the inner data
` [PATCH 4/4] rust: lock: Add a Pin<&mut T> accessor

[PATCH RESEND] scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()
 2025-09-19  9:26 UTC 

[Qemu-devel] [PATCH] vfio/common: Work around kernel overflow bug in DMA unmap
 2025-09-19  9:24 UTC  (4+ messages)

[PATCH] rust: io: use const generics for read/write offsets
 2025-09-19  9:26 UTC  (5+ messages)

[PATCH bpf-next v2 2/4] net/smc: bpf: Introduce generic hook for handshake flow
 2025-09-19  9:25 UTC  (2+ messages)

[PATCH] hugetlb: increase number of reserving hugepages via cmdline
 2025-09-19  9:23 UTC 

linux-next: manual merge of the net-next tree with the spacemit tree
 2025-09-19  9:25 UTC  (6+ messages)

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-19  9:24 UTC  (5+ messages)
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors

[yocto-autobuilder2][PATCH] config.py: remove debian11 for master
 2025-09-19  9:22 UTC 

[yocto-autobuilder-helper][PATCH] scripts/yocto-supported-distros: update after changes in config.py
 2025-09-19  9:23 UTC 

[PATCH V4 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-09-19  9:22 UTC  (4+ messages)
` [PATCH V4 2/2] arm64/sysreg: Replace "

[PATCH v1 00/16] refactoring naming the for exported symbols
 2025-09-19  9:15 UTC  (17+ messages)
` [PATCH v1 01/16] net/ntnic: single file function as static
` [PATCH v1 02/16] net/ntnic: remove unused functions
` [PATCH v1 03/16] net/ntnic: move nthw_ to prefix
` [PATCH v1 04/16] net/ntnic: change prefix hw_ to prefix nthw_
` [PATCH v1 05/16] net/ntnic: modify prefix flow_ with "
` [PATCH v1 06/16] net/ntnic: change prefix flm_ to prefix nthw_flm_
` [PATCH v1 07/16] net/ntnic: change prefix nt_ to prefix nthw_
` [PATCH v1 08/16] net/ntnic: change prefix ntlog_ to prefix nthw_log
` [PATCH v1 09/16] net/ntnic: change prefix km_ to prefix nthw_km_
` [PATCH v1 10/16] net/ntnic: change prefix set_ to prefix nthw_set_
` [PATCH v1 11/16] net/ntnic: rename common hash and flow functions
` [PATCH v1 12/16] net/ntnic: rename register ops function
` [PATCH v1 13/16] net/ntnic: rename get ops functions
` [PATCH v1 14/16] net/ntnic: rename ops_init functions
` [PATCH v1 15/16] net/ntnic: rename nim agx setup function
` [PATCH v1 16/16] net/ntnic: rename table id functions

[PATCH] iio: imu: lsm6dsx: Add shutdown callback support for I3C interface
 2025-09-19  9:22 UTC  (11+ messages)

[moderation/CI] Re: Compiler-Based Capability- and Locking-Analysis
 2025-09-19  9:21 UTC  (3+ messages)

[dovetail 6.1.y-cip][PATCH 0/3] fpsimd fixes and cleanups
 2025-09-19  9:20 UTC  (4+ messages)
` [dovetail 6.1.y-cip][PATCH 1/3] arm64: fpsimd: dovetail: Hard-disable interrupts inside fpsimd_save_and_flush_cpu_state

[PATCH RESEND] stm class: Remove unnecessary local variable in stm_write()
 2025-09-19  9:19 UTC 

[PATCH 00/14] drm/imx: dc: Use prefetch engine
 2025-09-19  9:20 UTC  (3+ messages)

[PATCH RFC 0/2] Add optimization support for implementations using near atomics
 2025-09-19  9:17 UTC  (3+ messages)
` [PATCH RFC 1/2] arm64: atomics: reimplement __xchg* with __lse_ll_sc_body()
` [PATCH RFC 2/2] arm64: atomics: add optimization support for implementations using near atomics

[PATCH v2 0/2] perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT cores
 2025-09-19  9:16 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH v5 0/2] add VCP mailbox driver
 2025-09-19  9:16 UTC  (5+ messages)
` [PATCH v5 2/2] mailbox: mediatek: Add mtk-vcp-mailbox driver

[PATCHES] finish_no_open() calling conventions change
 2025-09-19  9:16 UTC  (4+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
  ` [PATCH 7/9] simplify fuse_atomic_open()

[PATCH i-g-t v14 1/2] tests/kms_prime: Add XE support
 2025-09-19  9:16 UTC  (2+ messages)
` ✓ i915.CI.Full: success for series starting with [i-g-t,v14,1/2] "

[RFC PATCH 0/5] Introduce mempool object new debug capabilities
 2025-09-19  9:14 UTC  (5+ messages)
` [PATCH v2 0/4] add mbuf "
  ` [PATCH v2 1/4] mbuf: record mbuf operations history

BF Kernel ? (was Low JItter, Fair Pay Philosophy, BF Unification)
 2025-09-19  9:13 UTC 

[RFC PATCH] dm-crypt: allow unaligned bio_vecs for direct io
 2025-09-19  9:13 UTC  (2+ messages)

[patch V2 0/6] uaccess: Provide and use scopes for user masked access
 2025-09-19  9:10 UTC  (4+ messages)
` [patch V2 3/6] uaccess: Provide scoped masked user access regions

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-19  9:10 UTC  (5+ messages)

[PATCH v6 00/14] virtio: introduce support for GSO over UDP tunnel
 2025-09-19  9:09 UTC  (3+ messages)

[PATCH] bpf: fix netfilter link comparison to handle unsigned flags
 2025-09-19  9:04 UTC 

[PATCH v8 0/1] Add pat-index-madvise
 2025-09-19  9:08 UTC  (5+ messages)
` [PATCH v8 1/1] tests/intel/xe_exec_system_allocator: "

[PATCH mptcp-next v2 00/10] mptcp: pm: a few cleanups
 2025-09-19  9:08 UTC  (11+ messages)
` [PATCH mptcp-next v2 01/10] Squash to "mptcp: pm: in-kernel: usable client side with C-flag"
` [PATCH mptcp-next v2 02/10] mptcp: pm: in-kernel: refactor fill_local_addresses_vec
` [PATCH mptcp-next v2 03/10] mptcp: pm: in-kernel: refactor fill_remote_addresses_vec
` [PATCH mptcp-next v2 04/10] mptcp: pm: rename 'subflows' to 'extra_subflows'
` [PATCH mptcp-next v2 05/10] mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
` [PATCH mptcp-next v2 06/10] mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
` [PATCH mptcp-next v2 07/10] mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
` [PATCH mptcp-next v2 08/10] mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
` [PATCH mptcp-next v2 09/10] mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list'
` [PATCH mptcp-next v2 10/10] mptcp: pm: in-kernel: rename 'addrs' to 'endpoints'

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Update regulator settings
 2025-09-19  9:07 UTC 

[PATCH] docs: use the pyvenv version of Meson
 2025-09-19  9:07 UTC  (2+ messages)

[PATCH v2 net-next 0/2] net: enetc: improve the interface for obtaining phc_index
 2025-09-19  8:45 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: enetc: fix sleeping function called from rcu_read_lock() context
` [PATCH v2 net-next 2/2] net: enetc: use generic interfaces to get phc_index for ENETC v1

[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
 2025-09-19  9:06 UTC  (6+ messages)
` [PATCH v1 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-19  9:05 UTC  (12+ messages)
` [PATCH v3 03/20] system: unconditionally enable thread naming
` [PATCH v3 04/20] util: expose qemu_thread_set_name
` [PATCH v3 05/20] audio: make jackaudio use qemu_thread_set_name
` [PATCH v3 07/20] util: add API to fetch the current thread name

[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
 2025-09-19  9:05 UTC  (11+ messages)

[PATCH] io_uring: fix incorrect io_kiocb reference in io_link_skb
 2025-09-19  9:03 UTC 

[PATCH] drm/i915/vrr: Refactor VRR live status wait into common helper
 2025-09-19  9:04 UTC  (2+ messages)

[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-09-19  9:03 UTC  (6+ messages)
` [RFC PATCH 2/2] arm64, tlbflush: don't "

[PATCH] rv: Fix boot failure when kernel lockdown is active
 2025-09-19  9:03 UTC  (7+ messages)

[OE-core] [PATCH 01/40] acpica: upgrade 20240827 -> 20250807
 2025-09-19  9:03 UTC  (7+ messages)
` [OE-core] [PATCH 12/40] libdisplay-info: upgrade 0.2.0 -> 0.3.0
` [OE-core] [PATCH 39/40] tcl8: upgrade 8.6.16 -> 8.6.17

[PATCH] arm64: dts: qcom: sdm845-shift-axolotl: fix touchscreen properties
 2025-09-19  9:02 UTC  (2+ messages)

[RFC] lib/dma: introduce inter-process and inter-OS DMA
 2025-09-19  9:02 UTC  (2+ messages)

[PATCH RESEND iproute2-next] ip/bond: add broadcast_neighbor support
 2025-09-19  9:01 UTC  (3+ messages)

[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-09-19  8:59 UTC  (11+ messages)

[PATCH v3 0/1] Add support for parse_acpi_topology() on RISC-V
 2025-09-19  8:59 UTC  (2+ messages)
` [PATCH v3 1/1] arch_topology: move parse_acpi_topology() to common code

[PATCH] telemetry: remove deprecated functions
 2025-09-19  8:58 UTC  (2+ messages)

[PATCH] x86/ibt: make is_endbr() notrace
 2025-09-19  8:58 UTC  (3+ messages)

[PATCH v4 00/14] Support PCIe RC to AST2600 and AST2700
 2025-09-19  8:58 UTC  (10+ messages)
` [PATCH v4 10/14] hw/pci-host/aspeed: Add AST2700 PCIe config with dedicated H2X blocks
  ` [SPAM] "
` [PATCH v4 11/14] hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST2700
  ` [SPAM] "
` [PATCH v4 12/14] hw/arm/aspeed_ast27x0: Introduce 3 PCIe RCs for AST2700
  ` [SPAM] "
` [PATCH v4 14/14] tests/functional/aarch64/aspeed_ast2700: Add PCIe and network tests
  ` [SPAM] "

[BUG]: slab-use-after-free Write in sco_conn_put
 2025-09-19  8:57 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-19  8:56 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-19  8:56 UTC  (5+ messages)
` [PATCH v2 09/23] gpu: host1x: convert MIPI to use operations

[PATCH] build: remove deprecated kmods option
 2025-09-19  8:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v12 0/5] Add Ethernet MAC support for SpacemiT K1
 2025-09-19  8:53 UTC  (5+ messages)

[PATCH v6 0/3] drivers/perf: hisi: Add support for HiSilicon NOC and MN PMU driver
 2025-09-19  8:54 UTC  (4+ messages)
` [PATCH v6 3/3] MAINTAINERS: Remove myself from HiSilicon PMU maintainers

[PATCH] checkpatch: Suppress warnings when Reported-by: is followed by Link:
 2025-09-19  8:53 UTC  (2+ messages)

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

[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
 2025-09-19  8:49 UTC  (3+ messages)
` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace

[bluez/bluez] d7a7d9: doc: Fix typo in PreferredBearer property
 2025-09-19  8:49 UTC 

[PATCH net-next] net: enetc: use generic interfaces to get phc_index for ENETC v1
 2025-09-19  8:48 UTC  (4+ messages)

[PATCH v4 0/6] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-09-19  8:48 UTC  (10+ messages)
` [PATCH v4 2/6] PCI: rzg3s-host: Add Renesas RZ/G3S SoC host driver
` [PATCH v4 4/6] arm64: dts: renesas: rzg3s-smarc-som: Update dma-ranges for PCIe

[PATCH RFC v2 0/3] drm/ttm: allow direct reclaim to be skipped
 2025-09-19  8:46 UTC  (5+ messages)

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:44 UTC  (3+ messages)

[PATCH BlueZ] doc: Fix typo in PreferredBearer property
 2025-09-19  8:43 UTC 

[RESEND v4 0/7] KVM: SVM: Add support for 4k vCPUs with x2AVIC
 2025-09-19  8:41 UTC  (3+ messages)
` [RESEND v4 6/7] x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXT

[PATCH 0/3] Add configuration fragment support to kdevops
 2025-09-19  8:41 UTC  (3+ messages)

[PATCH mptcp-next 00/10] mptcp: pm: a few cleanups
 2025-09-19  8:41 UTC  (7+ messages)
` [PATCH mptcp-next 02/10] mptcp: pm: in-kernel: refactor fill_local_addresses_vec
` [PATCH mptcp-next 03/10] mptcp: pm: in-kernel: refactor fill_remote_addresses_vec

[PATCH RFC] thunderbolt: Re-add DP resources on resume
 2025-09-19  8:41 UTC  (10+ messages)

The zero power level of the HID device in kernel 6.12 is not reported from the kernel to the upper layer
 2025-09-19  8:40 UTC 

[PATCH] clk: amlogic: fix recent code refactoring
 2025-09-19  8:40 UTC  (3+ messages)

[PATCH net 0/3] broadcom: report the supported flags for ancillary features
 2025-09-19  8:39 UTC  (2+ messages)

[PATCH] valgrind: Enable ptest support
 2025-09-19  8:39 UTC 

[RFC 0/8] Cleanup VFIO API and import Linux uAPI header
 2025-09-19  8:38 UTC  (17+ messages)
` [RFC v2 8/9] uapi: import VFIO header
` [PATCH v3 00/10] Cleanup VFIO API and import Linux uAPI header
  ` [PATCH v3 01/10] uapi: fix include guards in VDUSE imported header
  ` [PATCH v3 02/10] drivers: remove unneeded VFIO header inclusion
  ` [PATCH v3 03/10] vfio: remove confusing check on VFIO presence
  ` [PATCH v3 04/10] vfio: assume VFIO is always and only present on Linux
  ` [PATCH v3 05/10] vfio: remove public wrappers
  ` [PATCH v3 06/10] eal/linux: remove more internal VFIO macros
  ` [PATCH v3 07/10] eal/linux: remove internal VFIO wrappers for old Linux
  ` [PATCH v3 08/10] vfio: stop including Linux kernel header in public and driver API
  ` [PATCH v3 09/10] uapi: import VFIO header
  ` [PATCH v3 10/10] vfio: use imported uAPI header

[PATCH net-next v3 0/3] net: Avoid ehash lookup races
 2025-09-19  8:38 UTC  (7+ messages)
` [PATCH net-next v3 3/3] inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()

[PATCH] hwmon: (gpd-fan) Fix range check for pwm input
 2025-09-19  8:38 UTC  (2+ messages)

[PATCH 0/3] i2c: designware: Misc small fixes
 2025-09-19  8:38 UTC  (4+ messages)
` [PATCH 3/3] i2c: designware: Turn models back to enumerated values

[tip:sched/urgent] BUILD SUCCESS 2dcbcce9bfac6ddc2e2f9243fa846a875371de79
 2025-09-19  8:37 UTC 

[PATCH] linux-user: avoid -Werror=int-in-bool-context
 2025-09-19  8:36 UTC 

[PATCH v1 net-next 0/3] tcp: Clean up inet_hash() and inet_unhash()
 2025-09-19  8:35 UTC  (4+ messages)
` [PATCH v1 net-next 1/3] tcp: Remove osk from __inet_hash() arg
` [PATCH v1 net-next 2/3] tcp: Remove inet6_hash()
` [PATCH v1 net-next 3/3] tcp: Remove redundant sk_unhashed() in inet_unhash()

[PATCH] rust: vmstate: use "cast()" instead of "as"
 2025-09-19  8:36 UTC 

[PATCH] rust: build: add back common and util tests
 2025-09-19  8:36 UTC 

[PATCH 0/6] drm/i915/wm: some clean-ups and a bit of refactoring
 2025-09-19  8:36 UTC  (3+ messages)
` [PATCH 4/6] drm/i915/wm: convert x/y-tiling bools to an enum

[bluez/bluez] 4d9636: shared/hfp: Add Call answer support
 2025-09-19  8:36 UTC 

[v5 05/15] mm/migrate_device: handle partially mapped folios during collection
 2025-09-19  8:36 UTC  (2+ messages)

[PATCH 1/8] yocto-space-optimize.inc: move space optimize from recipe webkitgtk
 2025-09-19  8:34 UTC  (4+ messages)
` [PATCH 4/8] debug_build.inc: collect debug build tuning configuration
  ` [OE-core] "

[PATCH v4 01/10] drm/amdgpu/userq: extend userq state
 2025-09-19  8:34 UTC  (3+ messages)
` [PATCH v4 02/10] drm/amdgpu: add userq object va track helpers

[usb:usb-testing] BUILD SUCCESS a4e143636d5def935dd461539b67b61287a8dfef
 2025-09-19  8:33 UTC 

[PATCH v5 0/7] arm64: add R8A78000 support
 2025-09-19  8:33 UTC  (5+ messages)
` [PATCH v5 6/7] arm64: dts: renesas: Add R8A78000 X5H DTs

[PATCH] misc: cb710: Replace deprecated PCI functions
 2025-09-19  8:32 UTC 

[PATCH 00/12] drm/ast: Split device initialization per HW generation
 2025-09-19  8:32 UTC  (4+ messages)
` [PATCH 06/12] drm/ast: Move Gen2 device initialization into separate helper

[GIT PULL] sound fixes for 6.17-rc7
 2025-09-19  8:31 UTC 

[PATCH v5 0/9] Add IBM PPE42 CPU support
 2025-09-19  8:29 UTC  (3+ messages)
` [PATCH v5 9/9] tests/functional: Add test for IBM PPE42 instructions

[PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
 2025-09-19  8:30 UTC  (3+ messages)

[PATCH] build-linux: add workflow for repeated kernel builds
 2025-09-19  8:29 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: reset: microchip: Add LAN969x support
 2025-09-19  8:28 UTC  (2+ messages)
` [PATCH v2 2/2] reset: sparx5: add "

[PATCH v3 00/14] Support PCIe RC to AST2600 and AST2700
 2025-09-19  8:27 UTC  (6+ messages)
` [SPAM] "
        ` Aspeed backlog (was Re: [SPAM] [PATCH v3 00/14] Support PCIe RC to AST2600 and AST2700)

[PATCH mm-new v2 0/2] mm/khugepaged: optimize collapse candidate detection
 2025-09-19  8:26 UTC  (6+ messages)
` [PATCH mm-new v2 2/2] mm/khugepaged: abort collapse scan on guard PTEs

[GSoC][PATCH v3 0/9] Add refs optimize subcommand
 2025-09-19  8:26 UTC  (11+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 1/9] refs: add a generic 'optimize' API
  ` [GSoC][PATCH v4 2/9] files-backend: implement 'optimize' action
  ` [GSoC][PATCH v4 3/9] reftable-backend: "
  ` [GSoC][PATCH v4 4/9] builtin/pack-refs: convert to use the generic refs_optimize() API
  ` [GSoC][PATCH v4 5/9] builtin/pack-refs: factor out core logic into a shared library
  ` [GSoC][PATCH v4 6/9] doc: pack-refs: factor out common options
  ` [GSoC][PATCH v4 7/9] builtin/refs: add optimize subcommand
  ` [GSoC][PATCH v4 8/9] t0601: refactor tests to be shareable
  ` [GSoC][PATCH v4 9/9] t: add test for git refs optimize subcommand

[PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger
 2025-09-19  8:27 UTC  (4+ messages)
` [PATCH RESEND v2 2/3] power: supply: rt9756: Add Richtek RT9756 smart cap "

[PATCH v2 0/4] few small change for flexspi setting in dts file
 2025-09-19  9:30 UTC  (6+ messages)
` [PATCH v2 3/4] arm64: dts: imx8mm-evk: limit the max frequency of spi nor chip

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:25 UTC  (3+ messages)

[PATCH] wdt_i6300esb: fix incorrect mask for interrupt type
 2025-09-19  8:23 UTC  (2+ messages)

[PATCH BlueZ 1/5] shared/hfp: Add Call answer support
 2025-09-19  8:23 UTC  (2+ messages)
` [PATCH BlueZ 5/5] unit/test-hfp: Add Terminate Call tests for HF


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.