All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 15:52:37 to 2025-11-13 16:33:15 UTC [more...]

[PATCH i-g-t v7 00/10] Madvise feature in SVM for Multi-GPU configs
 2025-11-13 16:33 UTC  (7+ messages)
` [PATCH i-g-t v7 02/10] tests/intel/xe_exec_system_allocator: Add parameter in madvise call
` [PATCH i-g-t v7 03/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU cross-GPU memory access test
` [PATCH i-g-t v7 05/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU coherency test
` [PATCH i-g-t v7 06/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU performance test
` [PATCH i-g-t v7 07/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU fault handling test
` [PATCH i-g-t v7 09/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU conflicting madvise test

[net-next PATCH v4 00/10] net: phy: Add support for fbnic PHY w/ 25G, 50G, and 100G support
 2025-11-13 16:33 UTC  (3+ messages)
` [net-next PATCH v4 01/10] net: phy: Rename MDIO_CTRL1_SPEED for 2.5G and 5G to reflect PMA values
` [net-next PATCH v4 02/10] net: phy: Add support for 25, 50 and 100Gbps PMA to genphy_c45_read_pma

[PATCH] net/mlx5: fix uninitialized warning
 2025-11-13 16:33 UTC 

[for 4.22 v5 00/18] xen/riscv: introduce p2m functionality
 2025-11-13 16:32 UTC  (5+ messages)
` [for 4.22 v5 01/18] xen/riscv: detect and initialize G-stage mode

[PATCH net-next 0/8] pull request: ovpn 2025-11-11
 2025-11-13 16:32 UTC  (6+ messages)
` [PATCH net-next 6/8] ovpn: consolidate crypto allocations in one chunk

[PATCH v5 00/22] Live Update Orchestrator
 2025-11-13 16:31 UTC  (9+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO

[PATCH] gpio: tegra186: Fix GPIO name collisions for Tegra410
 2025-11-13 16:31 UTC 

[PATCH] workqueue: add workqueue.mayday_initial_timeout
 2025-11-13 16:31 UTC  (6+ messages)

[PATCH 0/3] Better support for Rust integration tests
 2025-11-13 16:30 UTC  (3+ messages)
` [PATCH 3/3] ptest-cargo.bbclass: Add support for CARGO_BIN_EXE_<name> environment variables
  ` [OE-core] "

[PATCH v6 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers
 2025-11-13 16:31 UTC  (16+ messages)
` [PATCH v6 1/7] dt-bindings: input: syna,rmi4: Document syna,rmi4-s3706b
` [PATCH v6 2/7] Input: synaptics-rmi4 - handle duplicate/unknown PDT entries
` [PATCH v6 3/7] Input: synaptics-rmi4 - f12: use hardcoded values for aftermarket touch ICs
` [PATCH v6 4/7] Input: synaptics-rmi4 - f55: handle zero electrode count
` [PATCH v6 5/7] Input: synaptics-rmi4 - don't do unaligned reads in IRQ context
` [PATCH v6 6/7] Input: synaptics-rmi4 - read product ID on aftermarket touch ICs
` [PATCH v6 7/7] Input: synaptics-rmi4 - support fallback values for PDT descriptor bytes

[PATCH] workqueue: Process rescuer work items one-by-one using a positional marker
 2025-11-13 16:34 UTC 

[PATCH 0/2] phy: microchip: lan966x: Allow to invert N and P signals
 2025-11-13 16:30 UTC  (5+ messages)

[PATCH 0/9] asan bonanza
 2025-11-13 16:30 UTC  (4+ messages)
` [PATCH 3/9] Makefile: turn on NO_MMAP when building with ASan

[trace:latency/for-next 3/5] kernel/trace/rv/monitors/sleep/sleep.c:219:26: error: static declaration of 'rv_sleep' follows non-static declaration
 2025-11-13 16:30 UTC  (4+ messages)

[PATCH 2/9] PCI/IOV: Adjust ->barsz[] when changing BAR size
 2025-11-13 16:29 UTC  (2+ messages)

[PATCH] scsi: ufs: rockchip: Fix compile error without CONFIG_GPIOLIB
 2025-11-13 16:28 UTC  (3+ messages)

[PATCH RESEND] KVM: TDX: Use struct_size and simplify tdx_get_capabilities
 2025-11-13 16:29 UTC  (5+ messages)

git fails to checkout SHA1 submodule in SHA256 repo with --depth=1
 2025-11-13 16:29 UTC  (5+ messages)
` [PATCH] object-file: disallow adding submodules of different hash algo

[PATCH v4 00/16] Prepare slab for memdescs
 2025-11-13 16:28 UTC  (4+ messages)
` [PATCH v4 14/16] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()

[PATCH v7 00/10] Madvise feature in SVM for Multi-GPU configs
 2025-11-13 16:28 UTC  (10+ messages)
` [PATCH v7 01/10] lib/xe: Add instance parameter to xe_vm_madvise and introduce lr_sync helpers
` [PATCH v7 02/10] tests/intel/xe_exec_system_allocator: Add parameter in madvise call
` [PATCH v7 03/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU cross-GPU memory access test
` [PATCH v7 04/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU atomic operations
` [PATCH v7 05/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU coherency test
` [PATCH v7 06/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU performance test
` [PATCH v7 07/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU fault handling test
` [PATCH v7 08/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU simultaneous access test
` [PATCH v7 09/10] tests/intel/xe_multi_gpusvm.c: Add SVM multi-GPU conflicting madvise test

[PATCH] arm64: dts: imx8qm-mek: fix mux-controller select/enable-gpios polarity
 2025-11-13 16:28 UTC  (2+ messages)

[PATCH v2 0/2] mfd: ls2kbmc: A fix and a refactoring
 2025-11-13 16:22 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: ls2kbmc: Fully convert to use managed resources
` [PATCH v2 2/2] mfd: ls2kbmc: Use PCI API instead of direct accesses

[PATCH net-next 0/5] net: fec: do some cleanup for the driver
 2025-11-13 16:27 UTC  (5+ messages)
` [PATCH net-next 2/5] net: fec: simplify the conditional preprocessor directives

[PATCH 0/9] bcache patches for Linux 6.19
 2025-11-13 16:26 UTC  (2+ messages)

[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-11-13 16:26 UTC  (5+ messages)
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}

[PATCH] x86_64: inline csum_ipv6_magic()
 2025-11-13 16:26 UTC  (2+ messages)

[PATCH v3 00/20] Samsung S2MPG10 regulator and S2MPG11 PMIC drivers
 2025-11-13 16:25 UTC  (3+ messages)
` [PATCH v3 09/20] mfd: sec: Add support for S2MPG11 PMIC via ACPM

[PATCH 00/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
 2025-11-13 16:25 UTC  (11+ messages)
` [PATCH 03/13] i3c: mipi-i3c-hci-pci: Rename some Intel-related identifiers
` [PATCH 08/13] i3c: mipi-i3c-hci-pci: Allocate a structure for mipi_i3c_hci_pci device information

[cgroup/for-6.19 PATCH] cgroup/cpuset: Make callback_lock a raw_spinlock_t
 2025-11-13 16:25 UTC  (5+ messages)

[PATCH] drm/display/dp_mst: Add protection against 0 vcpi
 2025-11-13 16:24 UTC  (7+ messages)

[PATCH] leds: trigger: replace use of system_wq with system_percpu_wq
 2025-11-13 16:24 UTC  (3+ messages)
` (subset) "

[PATCH] LoongArch: BPF: Disable bpf trampoline kernel module function trace
 2025-11-13 16:24 UTC  (3+ messages)

[PATCH] mm/huge_memory.c: introduce split_unmapped_folio_to_order
 2025-11-13 16:24 UTC  (4+ messages)

[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
 2025-11-13 16:23 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: arm: google: Add bindings for frankel/blazer/mustang

linux-next: build warnings after merge of Linus' tree
 2025-11-13 16:23 UTC  (3+ messages)

[PATCH] dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()
 2025-11-13 16:23 UTC  (2+ messages)

[LTP] [PATCH v2] syscalls/stat04&lstat03: remove fs block size related code
 2025-11-13 16:22 UTC 

[PATCH] docs: Makefile: update SPHINXDIRS documentation
 2025-11-13 16:22 UTC  (2+ messages)

[PATCH printk v2 0/2] Fix reported suspend failures
 2025-11-13 16:20 UTC  (4+ messages)
` [PATCH printk v2 1/2] printk: Allow printk_trigger_flush() to flush all types
` [PATCH printk v2 2/2] printk: Avoid scheduling irq_work on suspend

[PATCH] scripts: docs: kdoc_files.py: don't consider symlinks as directories
 2025-11-13 16:21 UTC  (2+ messages)

[PATCH RESEND v3 4/9] thermal: mediatek: lvts: Add platform ops to support alternative conversion logic
 2025-11-13 16:20 UTC  (3+ messages)

[PATCH for-4.19] mktarball: Use root/root for internal ownership
 2025-11-13 16:20 UTC 

[PATCH 0/3] replace system_unbound_wq, add WQ_PERCPU to alloc_workqueue
 2025-11-13 16:20 UTC  (4+ messages)
` [PATCH 1/3] ath6kl: add WQ_PERCPU to alloc_workqueue users
` [PATCH 2/3] cw1200: "
` [PATCH 3/3] wifi: replace use of system_unbound_wq with system_dfl_wq

[PATCH v4 0/8] x86/bugs: KVM: L1TF and MMIO Stale Data cleanups
 2025-11-13 16:19 UTC  (5+ messages)
` [PATCH v4 5/8] x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS

[PATCH net] net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info_get()
 2025-11-13 16:19 UTC 

[PATCH RESEND v3 3/9] thermal/drivers/mediatek/lvts: Guard against zero temp_factor in lvts_raw_to_temp
 2025-11-13 16:18 UTC  (3+ messages)

[PATCH] arm64/mm: Add a fallback stub for pgd_page_paddr()
 2025-11-13 16:19 UTC  (6+ messages)

[PATCH v4] netfilter: nfnetlink_queue: optimize verdict lookup with hash table
 2025-11-13 16:18 UTC  (3+ messages)

[PATCH net/bpf] bpf: add bpf_prog_run_data_pointers()
 2025-11-13 16:18 UTC  (2+ messages)

[bluez/bluez] 9f8161: monitor: Add page information to print_features_su
 2025-11-13 16:17 UTC 

[PATCH 0/3] Fixes for zoned changes in block/for-next
 2025-11-13 16:16 UTC  (2+ messages)

[PATCH 1/2] PCI: Ensure error recoverability at all times
 2025-11-13 16:15 UTC  (2+ messages)

[PATCH v3] netfilter: nfnetlink_queue: optimize verdict lookup with hash table
 2025-11-13 16:15 UTC  (3+ messages)

[PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
 2025-11-13 16:15 UTC 

[PATCH net-next 0/2] Add SQI and SQI+ support for OATC14 10Base-T1S PHYs and Microchip T1S driver
 2025-11-13 16:15 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: phy-c45: add SQI and SQI+ support for OATC14 10Base-T1S PHYs

[bitbake-devel][PATCH 2/2] bitbake-setup: Tell the user what to do if they don't like the top dir
 2025-11-13 16:15 UTC  (2+ messages)
` [bitbake-devel][PATCH v2] "

[PATCH v3] trace/pid_list: optimize pid_list->lock contention
 2025-11-13 16:14 UTC  (11+ messages)

[PATCH v2 00/20] drm/amdgpu: use all SDMA instances for TTM clears and moves
 2025-11-13 16:06 UTC  (21+ messages)
` [PATCH v2 01/20] drm/amdgpu: give each kernel job a unique id
` [PATCH v2 02/20] drm/ttm: rework pipelined eviction fence handling
` [PATCH v2 03/20] drm/amdgpu: remove direct_submit arg from amdgpu_copy_buffer
` [PATCH v2 04/20] drm/amdgpu: introduce amdgpu_ttm_buffer_entity
` [PATCH v2 05/20] drm/amdgpu: pass the entity to use to ttm functions
` [PATCH v2 06/20] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v2 07/20] drm/amdgpu: allocate multiple clear entities
` [PATCH v2 08/20] drm/amdgpu: allocate multiple move entities
` [PATCH v2 09/20] drm/amdgpu: pass optional dependency to amdgpu_fill_buffer
` [PATCH v2 10/20] drm/admgpu: handle resv dependencies in amdgpu_ttm_map_buffer
` [PATCH v2 11/20] drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
` [PATCH v2 12/20] drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
` [PATCH v2 13/20] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v2 14/20] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v2 15/20] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v2 16/20] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v2 17/20] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v2 18/20] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer
` [PATCH v2 19/20] drm/amdgpu: use larger gart window when possible
` [PATCH v2 20/20] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE

[PATCH 00/59] Scarthgap pull request
 2025-11-13 16:12 UTC  (2+ messages)

[PATCH 0/2] add WQ_PERCPU to alloc_workqueue
 2025-11-13 16:12 UTC  (3+ messages)
` [PATCH 1/2] ath6kl: add WQ_PERCPU to alloc_workqueue users
` [PATCH 2/2] cw1200: "

mempool_alloc_bulk and various mempool improvements v3
 2025-11-13 16:12 UTC  (2+ messages)

[RESEND PATCH 0/7] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
 2025-11-13 16:11 UTC  (7+ messages)
` [RESEND PATCH 1/7] target/arm/machine: Improve traces on register mismatch during migration

[PATCH net-next] net: stmmac: always allocate mac_device_info
 2025-11-13 16:10 UTC  (2+ messages)

[PATCH v2] riscv: Update MIPS vendor id to 0x127
 2025-11-13 16:10 UTC  (3+ messages)

[PATCH net-next] net: stmmac: clean up stmmac_reset()
 2025-11-13 16:10 UTC  (2+ messages)

[PATCH v1] Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP
 2025-11-13 16:10 UTC  (2+ messages)

[PATCH] drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow
 2025-11-13 16:10 UTC  (2+ messages)

[PATCH] drm/amdkfd: Uninitialized and Unused variables
 2025-11-13 16:10 UTC 

[RFC PATCH] virtio-net: introduce strict peer feature check
 2025-11-13 16:09 UTC  (5+ messages)

[PATCH v4 bpf-next 2/2] bpf: test the proper verification of tail calls
 2025-11-13 16:09 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/2] bpf: properly verify tail call behavior

[PATCH v3] tests/functional/x86_64/test_virtio_gpu: Fix various issues reported by pylint
 2025-11-13 16:08 UTC  (2+ messages)

[PATCH] wifi: wfx: add WQ_PERCPU to alloc_workqueue users
 2025-11-13 16:08 UTC 

[PATCH] riscv: Update MIPS vendor id to 0x127
 2025-11-13 16:07 UTC  (3+ messages)

[PATCH v4 1/3] dt-bindings: mfd: twl: enable power button also for twl603x
 2025-11-13 16:07 UTC  (2+ messages)
` (subset) "

[LTP] [PATCH] syscalls/stat04&lstat03: remove fs block size related code
 2025-11-13 16:06 UTC 

[PATCH 0/2] add WQ_PERCPU to alloc_workqueue
 2025-11-13 16:06 UTC  (3+ messages)
` [PATCH 1/2] wifi: rtlwifi: add WQ_PERCPU to alloc_workqueue users
` [PATCH 2/2] wifi: rtw88: "

[PATCH v3] drm/xe/uapi: Add NO_COMPRESSION BO flag and query capability
 2025-11-13 16:04 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v2 0/4] Improve error handling for qnap-mcu transfers
 2025-11-13 16:03 UTC  (3+ messages)
` [PATCH v2 4/4] mfd: qnap-mcu: Add proper error handling for command errors

[PATCH 0/2] perf lock contention: Assorted fixes
 2025-11-13 16:01 UTC  (3+ messages)
` [PATCH 1/2] perf lock: Fix segfault due to missing kernel map
` [PATCH 2/2] perf test: Fix lock contention test

[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
 2025-11-13 16:02 UTC  (6+ messages)
` [PATCH v8 1/2] Input: add ABS_SND_PROFILE
` [PATCH v8 2/2] arm64: dts: qcom: sdm845-oneplus: Add alert-slider

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-13 16:01 UTC  (3+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-13 16:01 UTC  (3+ messages)

[PATCH 00/10] of/fdt: Some bug fixes and cleanups
 2025-11-13 16:00 UTC  (2+ messages)

[PATCH] wifi: qtnfmac: add WQ_PERCPU to alloc_workqueue users
 2025-11-13 16:00 UTC 

[PATCHv2 bpf-next 4/8] ftrace: Add update_ftrace_direct_del function
 2025-11-13 16:00 UTC  (3+ messages)

[GIT PULL] Networking for v6.18-rc6
 2025-11-13 16:00 UTC 

[PATCHv2 bpf-next 5/8] ftrace: Add update_ftrace_direct_mod function
 2025-11-13 16:00 UTC  (3+ messages)

[PATCHv2 bpf-next 3/8] ftrace: Add update_ftrace_direct_add function
 2025-11-13 15:59 UTC  (3+ messages)

[PATCH net v5 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
 2025-11-13 15:59 UTC  (4+ messages)
` [PATCH net v5 1/2] virtio-net: correct hdr_len handling "

[PATCH BlueZ v1 1/2] monitor: Add page information to print_features_subpage
 2025-11-13 15:58 UTC  (2+ messages)
` [PATCH BlueZ v1 2/2] btdev: Fix set_bredrle_commands

[PATCH v4 2/2] mfd: qnap-mcu: Hook up the eeprom sub-device
 2025-11-13 15:58 UTC  (2+ messages)
` (subset) "

[PATCH net-next 0/2] Add support for PHY link active-level configuration in RZN1 MIIC driver
 2025-11-13 15:58 UTC  (5+ messages)
` [PATCH net-next 1/2] dt-bindings: net: pcs: renesas,rzn1-miic: Add renesas,miic-phylink-active-low property

[dhowells-fs:cifs-next 2/9] fs/smb/client/cifs_debug.c:65:2: error: incomplete definition of type 'typeof (*mid_entry)' (aka 'struct mid_q_entry')
 2025-11-13 15:56 UTC 

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-11-13 15:56 UTC  (5+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra

[PATCH v4] virtio-blk: Add support for "Force Unit Access" writes
 2025-11-13 15:55 UTC  (2+ messages)

domU suspend issue - freeze processes failed - Linux 6.16
 2025-11-13 15:55 UTC  (10+ messages)

[meta-oe][PATCH] hdf5: upgrade 1.14.6 -> 2.0.0
 2025-11-13 15:55 UTC 

[PATCH 1/2] Bluetooth: Remove unused hcon->remote_id
 2025-11-13 15:54 UTC  (3+ messages)
` [PATCH v2 2/2] Bluetooth: Process Read Remote Version evt

[PATCH v3 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2025-11-13 15:54 UTC  (3+ messages)
` [PATCH v3 1/2] iommupt: Do not set C-bit on MMIO backed PTEs
` [PATCH v3 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH v2] schemas: pci: Document PCIe T_POWER_ON
 2025-11-13 15:54 UTC  (2+ messages)

[PATCH 0/8] s390: Remove compat support
 2025-11-13 15:43 UTC  (3+ messages)
` [PATCH 4/8] tools: Remove s390 "

[PATCH V9 0/3] leds: pwm: Add optional GPIO enable pin support
 2025-11-13 15:53 UTC  (3+ messages)
` [PATCH V9 2/3] "

[PATCH] drm/i915/display: stop using the configurable fence timeout
 2025-11-13 15:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-13 15:52 UTC  (7+ messages)
` [PATCH 04/33] common/rc: skip test if swapon doesn't work
        ` [PATCH v6.1 "

[PATCH v2 0/7] of/fdt: Some bug fixes and cleanups
 2025-11-13 15:51 UTC  (6+ messages)
` [PATCH v2 3/7] of/fdt: Fix the len check in early_init_dt_check_for_usable_mem_range()
` [PATCH v2 4/7] of/fdt: Fix incorrect use of dt_root_addr_cells in early_init_dt_check_kho()
` [PATCH v2 5/7] of/fdt: Simplify the logic of early_init_dt_scan_memory()
` [PATCH v2 6/7] of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()
` [PATCH v2 7/7] of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()

[PATCH v8 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-11-13 15:52 UTC  (6+ messages)
` [PATCH v8 01/11] dmaengine: Add DMA_PREP_LOCK/DMA_PREP_UNLOCK flags


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.