All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-21 09:54:42 to 2025-11-21 10:30:12 UTC [more...]

[RFC PATCH v1 0/3] fuse: LOOKUP_HANDLE operation
 2025-11-21 10:00 UTC  (6+ messages)
` [RFC PATCH v1 3/3] fuse: implementation of the FUSE_LOOKUP_HANDLE operation

[PATCH v2 00/13] drm/i915: dissolve soc/
 2025-11-21 10:30 UTC  (4+ messages)
` [PATCH v2 13/13] drm/xe/vga: use the same intel_gmch_vga_set_decode() as i915

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-21 10:22 UTC  (10+ messages)
` [PATCH v6 17/33] hw/arm/smmuv3: Add support for providing a direct MSI doorbell GPA
` [PATCH v6 27/33] hw/arm/smmuv3-accel: Add a property to specify RIL support
` [PATCH v6 33/33] hw/arm/smmuv3-accel: Add support for PASID enable

[PATCH v5 00/30] objtool: Function validation tracing
 2025-11-21 10:28 UTC  (3+ messages)

[PATCH v4 00/24] ext4: enable block size larger than page size
 2025-11-21 10:26 UTC  (2+ messages)

Adding SElinux support for a service
 2025-11-21 10:25 UTC  (4+ messages)

Question regarding no_new_privs for pid 1 and SELinux
 2025-11-21 10:25 UTC 

[PATCH v3] drm/tilcdc: Fix removal actions in case of failed probe
 2025-11-21 10:24 UTC  (3+ messages)

[PATCH v9 0/6] initial usbdrd phy support for Exynosautov920 soc
 2025-11-21 10:24 UTC  (6+ messages)
  ` [PATCH v9 4/6] phy: exynos5-usbdrd: support HS combo phy for ExynosAutov920

[PATCH] arm64: dts: renesas: rzt2h/rzn2h-evk: add note about SD1 1.8V modes
 2025-11-21 10:23 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: support large folio for immutable non-compressed case
 2025-11-21 10:23 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: add a tracepoint to see large folio read submission

[PATCH net-next] amd-xgbe: let the MAC manage PHY PM
 2025-11-21 10:22 UTC  (3+ messages)

[PATCH] iomap: add allocation cache for iomap_dio
 2025-11-21 10:22 UTC  (2+ messages)

CVE-2025-40210: Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
 2025-11-21 10:21 UTC 

CVE-2025-40211: ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
 2025-11-21 10:21 UTC 

[PATCH printk v1] printk: Avoid irq_work for printk_deferred() on suspend
 2025-11-21 10:20 UTC 

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-11-21 10:21 UTC  (3+ messages)

[PATCH v4 00/10] gpio: improve support for shared GPIOs
 2025-11-21 10:20 UTC  (4+ messages)

[PATCH][next] wifi: rtl8xxxu: Avoid -Wflex-array-member-not-at-end warnings
 2025-11-21 10:19 UTC  (3+ messages)

CVE-2025-40209: btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation
 2025-11-21 10:20 UTC 

[PATCH v2 00/17] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-11-21 10:19 UTC  (4+ messages)
` [PATCH v2 02/17] drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-21 10:19 UTC  (2+ messages)

[can/j1939] unregister_netdevice: waiting for vcan0 to become free. Usage count = 2
 2025-11-21 10:19 UTC  (5+ messages)

[PATCH v3 00/28] drm/amdgpu: use all SDMA instances for TTM clears and moves
 2025-11-21 10:12 UTC  (29+ messages)
` [PATCH v3 01/28] drm/amdgpu: give each kernel job a unique id
` [PATCH v3 02/28] drm/amdgpu: use ttm_resource_manager_cleanup
` [PATCH v3 03/28] drm/amdgpu: remove direct_submit arg from amdgpu_copy_buffer
` [PATCH v3 04/28] drm/amdgpu: remove the ring param from ttm functions
` [PATCH v3 05/28] drm/amdgpu: introduce amdgpu_ttm_buffer_entity
` [PATCH v3 06/28] drm/amdgpu: add amdgpu_ttm_job_submit helper
` [PATCH v3 07/28] drm/amdgpu: fix error handling in amdgpu_copy_buffer
` [PATCH v3 08/28] drm/amdgpu: pass the entity to use to amdgpu_ttm_map_buffer
` [PATCH v3 09/28] drm/amdgpu: pass the entity to use to ttm public functions
` [PATCH v3 10/28] drm/amdgpu: add amdgpu_device argument to ttm functions that need it
` [PATCH v3 11/28] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v3 12/28] drm/amdgpu: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v3 13/28] drm/amdgpu: add missing lock when using ttm entities
` [PATCH v3 14/28] drm/amdgpu: check entity lock is held in amdgpu_ttm_job_submit
` [PATCH v3 15/28] drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
` [PATCH v3 16/28] drm/amdgpu: use larger gart window when possible
` [PATCH v3 17/28] drm/amdgpu: introduce amdgpu_sdma_set_vm_pte_scheds
` [PATCH v3 18/28] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status
` [PATCH v3 19/28] drm/ttm: rework pipelined eviction fence handling
` [PATCH v3 20/28] drm/amdgpu: allocate multiple clear entities
` [PATCH v3 21/28] drm/amdgpu: allocate multiple move entities
` [PATCH v3 22/28] drm/amdgpu: round robin through clear_entities in amdgpu_fill_buffer
` [PATCH v3 23/28] drm/amdgpu: use TTM_NUM_MOVE_FENCES when reserving fences
` [PATCH v3 24/28] drm/amdgpu: use multiple entities in amdgpu_move_blit
` [PATCH v3 25/28] drm/amdgpu: pass all the sdma scheds to amdgpu_mman
` [PATCH v3 26/28] drm/amdgpu: give ttm entities access to all the sdma scheds
` [PATCH v3 27/28] drm/amdgpu: get rid of amdgpu_ttm_clear_buffer
` [PATCH v3 28/28] drm/amdgpu: rename amdgpu_fill_buffer as amdgpu_ttm_clear_buffer

[RFC] perf build: Allow passing extra Clang flags via EXTRA_CLANG_FLAGS
 2025-11-21 10:17 UTC  (12+ messages)
` [PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS

[PATCH] MAINTAINERS: phy: Move Kishon Vijay Abraham I to credits
 2025-11-21 10:17 UTC  (4+ messages)

[RFC/RFT PATCH] fbdev: q40fb: request memory region
 2025-11-21 10:17 UTC  (3+ messages)

[PATCH 12/17] powerpc: method to initialize ec and vp cores
 2025-11-21 10:14 UTC  (2+ messages)

error[E0609]: no field `i_private` on type `bindings::inode`
 2025-11-21 10:14 UTC 

[dhowells-fs:keys-pqc 5/8] make[4]: *** No rule to make target 'crypto/mldsa.o', needed by 'crypto/'
 2025-11-21 10:14 UTC 

[PATCH 6.1.y] mm, percpu: do not consider sleepable allocations atomic
 2025-11-21 10:15 UTC  (2+ messages)
` Patch "mm, percpu: do not consider sleepable allocations atomic" has been added to the 6.1-stable tree

[PATCH 0/4] Some small TTM cleanups
 2025-11-21 10:14 UTC  (5+ messages)
` [PATCH 2/4] drm/ttm: Resource cannot be NULL in ttm_resource_intersects

[PATCH] ata: libata: avoid long timeouts on hot-unplugged SATA DAS
 2025-11-21 10:14 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-21 10:12 UTC  (7+ messages)
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-21 10:11 UTC  (3+ messages)
` [PATCH v1 22/26] mm: vmscan: prepare for reparenting traditional LRU folios

[PATCH v7] Add optimized Makefile support for SoCFPGA handoff
 2025-11-21 10:12 UTC  (6+ messages)

[PATCH 6.12.y-cip 0/6] Add RZ/V2H XSPI support
 2025-11-21 10:11 UTC  (2+ messages)

[PATCH v9 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-11-21 10:11 UTC  (7+ messages)
` [PATCH v9 04/11] HID: asus: fortify keyboard handshake

[PATCH v1 0/8] Support VFIO cdev API in DPDK
 2025-11-21 10:09 UTC  (20+ messages)
` [PATCH v6 00/18] "
  ` [PATCH v6 01/18] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v6 02/18] vfio: make all functions internal
  ` [PATCH v6 03/18] vfio: split get device info from setup
  ` [PATCH v6 04/18] vfio: add container device assignment API
  ` [PATCH v6 05/18] net/nbl: do not use VFIO group bind API
  ` [PATCH v6 06/18] net/ntnic: use container device assignment API
  ` [PATCH v6 07/18] vdpa/ifc: "
  ` [PATCH v6 08/18] vdpa/nfp: "
  ` [PATCH v6 09/18] vdpa/sfc: "
  ` [PATCH v6 10/18] vhost: remove group-related API from drivers
  ` [PATCH v6 11/18] vfio: remove group-based API
  ` [PATCH v6 12/18] vfio: cleanup and refactor
  ` [PATCH v6 13/18] bus/pci: use the new VFIO mode API
  ` [PATCH v6 14/18] bus/fslmc: "
  ` [PATCH v6 15/18] net/hinic3: "
  ` [PATCH v6 16/18] net/ntnic: "
  ` [PATCH v6 17/18] vfio: remove no-IOMMU check API
  ` [PATCH v6 18/18] vfio: introduce cdev mode

[PATCH 6.6 and older] uio_hv_generic: Enable user space to manage interrupt_mask for subchannels
 2025-11-21 10:10 UTC  (2+ messages)

[PATCH v11 00/28] WHPX support for Arm
 2025-11-21 10:02 UTC  (29+ messages)
` [PATCH v11 01/28] target/arm/kvm: add constants for new PSCI versions
` [PATCH v11 02/28] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v11 03/28] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v11 04/28] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v11 05/28] tests: data: update AArch64 ACPI tables
` [PATCH v11 06/28] whpx: Move around files before introducing AArch64 support
` [PATCH v11 07/28] whpx: reshuffle common code
` [PATCH v11 08/28] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v11 09/28] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v11 10/28] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v11 11/28] whpx: switch irqchip in kernel to a bool outside the struct
` [PATCH v11 12/28] whpx: interrupt controller support
` [PATCH v11 13/28] whpx: add arm64 support
` [PATCH v11 14/28] whpx: change memory management logic
` [PATCH v11 15/28] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v11 16/28] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v11 17/28] hw: arm: virt: rework MSI-X configuration
` [PATCH v11 18/28] hw: arm: virt-acpi-build: add hack
` [PATCH v11 19/28] docs: arm: update virt machine model description
` [PATCH v11 20/28] whpx: arm64: clamp down IPA size
` [PATCH v11 21/28] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v11 22/28] whpx: arm64: implement -cpu host
` [PATCH v11 23/28] target/arm: whpx: instantiate GIC early
` [PATCH v11 24/28] whpx: arm64: gicv3: add migration blocker
` [PATCH v11 25/28] whpx: enable arm64 builds
` [PATCH v11 26/28] whpx: apic: use non-deprecated APIs to control interrupt controller state
` [PATCH v11 27/28] whpx: arm64: check for physical address width after WHPX availability
` [PATCH v11 28/28] whpx: arm64: add partition-wide reset on the reboot path

[PATCH 6.6.y 7/7] mm: memcg: restore subtree stats flushing
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: restore subtree stats flushing" has been added to the 6.6-stable tree

[PATCH 6.6.y 6/7] mm: workingset: move the stats flush into workingset_test_recent()
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: workingset: move the stats flush into workingset_test_recent()" has been added to the 6.6-stable tree

[PATCH 6.6.y 4/7] mm: memcg: move vmstats structs definition above flushing code
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: move vmstats structs definition above flushing code" has been added to the 6.6-stable tree

[PATCH 6.6.y 5/7] mm: memcg: make stats flushing threshold per-memcg
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: make stats flushing threshold per-memcg" has been added to the 6.6-stable tree

[PATCH 6.6.y 3/7] mm: memcg: change flush_next_time to flush_last_time
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: change flush_next_time to flush_last_time" has been added to the 6.6-stable tree

[PATCH 6.6.y 1/7] mm: memcg: add THP swap out info for anonymous reclaim
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: add THP swap out info for anonymous reclaim" has been added to the 6.6-stable tree

[PATCH 6.6.y 2/7] mm: memcg: add per-memcg zswap writeback stat
 2025-11-21 10:08 UTC  (2+ messages)
` Patch "mm: memcg: add per-memcg zswap writeback stat" has been added to the 6.6-stable tree

[PATCH] ext4: improve str2hashbuf by processing 4-byte chunks
 2025-11-21 10:07 UTC  (4+ messages)

[PATCH v2] drm/xe/xe3_lpg: Apply Wa_16028005424
 2025-11-21 10:08 UTC 

[PATCH 1/1] arm64: dts: qcom: talos: Drop opp-shared from QUP OPP table
 2025-11-21 10:07 UTC  (3+ messages)

[PATCH bluez] client: Fix issue of bearer info not printing correctly
 2025-11-21 10:07 UTC  (2+ messages)
` [bluez] "

[PATCH v4 0/9] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-11-21 10:07 UTC  (11+ messages)
` [PATCH v4 1/9] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers
` [PATCH v4 2/9] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 3/9] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 4/9] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 5/9] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 6/9] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v4 7/9] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v4 8/9] x86/headers: Replace __ASSEMBLY__ stragglers with __ASSEMBLER__
` [PATCH v4 9/9] treewide: Stop defining __ASSEMBLY__ for assembler files

[PATCH 6.6.y] mm, percpu: do not consider sleepable allocations atomic
 2025-11-21 10:06 UTC  (2+ messages)
` Patch "mm, percpu: do not consider sleepable allocations atomic" has been added to the 6.6-stable tree

[PATCH i-g-t v5 0/4] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-21 10:06 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev5)

[PULL] DRM Rust changes for v6.19 (2nd)
 2025-11-21 10:06 UTC 

[PATCH mptcp-net] mptcp: schedule rtx timer only after pushing data
 2025-11-21 10:05 UTC  (2+ messages)

[REGRESSION 6.12.y] hyper-v: BUG: kernel NULL pointer dereference, address: 00000000000000a0: RIP: 0010:hv_uio_channel_cb+0xd/0x20 [uio_hv_generic]
 2025-11-21 10:04 UTC  (7+ messages)
        ` Bug#1120602: "

[PATCH] platform/x86: intel: chtwc_int33fe: don't dereference swnode args
 2025-11-21 10:04 UTC 

[PATCH 6.12.y-cip 00/10] Add RZ/V2H USB2.0 support
 2025-11-21 10:04 UTC  (2+ messages)
` [cip-dev] "

[PATCH] jfs: add dmapctl integrity check to prevent invalid operations
 2025-11-21 10:03 UTC 

[PATCH v3] boot: pxe_utils: Fix incorrect allocation of overlay_dir
 2025-11-21 10:04 UTC  (2+ messages)

[PATCH] boot: pxe_utils: Allocate space for overlay_dir before writing into it
 2025-11-21 10:03 UTC  (2+ messages)

[PATCH v2 0/4] trace: add Rust DTrace/SystemTap SDT support
 2025-11-21 10:02 UTC  (2+ messages)

[PATCH v3 0/6] PM: QoS: Introduce a CPU system wakeup QoS limit for s2idle
 2025-11-21 10:03 UTC  (7+ messages)
` [PATCH v3 1/6] PM: QoS: Introduce a CPU system wakeup QoS limit
` [PATCH v3 2/6] pmdomain: Respect the CPU system wakeup QoS limit for s2idle
` [PATCH v3 3/6] pmdomain: Respect the CPU system wakeup QoS limit for cpuidle
` [PATCH v3 4/6] sched: idle: Respect the CPU system wakeup QoS limit for s2idle
` [PATCH v3 5/6] cpuidle: Respect the CPU system wakeup QoS limit for cpuidle
` [PATCH v3 6/6] Documentation: power/cpuidle: Document the CPU system wakeup latency QoS

[PATCH] ALSA: hda/realtek: Add quirk for HP ProBook 450 G8
 2025-11-21 10:03 UTC  (3+ messages)

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-21 10:02 UTC  (5+ messages)

[RESEND PATCH v2 0/2] iio: frequency: adf4377: add clock provider support
 2025-11-21  9:59 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: iio: frequency: adf4377: add clk provider
` [RESEND PATCH v2 2/2] iio: frequency: adf4377: add clk provider support

[PATCH net-next] net: hyperv: convert to use .get_rx_ring_count
 2025-11-21  9:59 UTC 

[REGRESSION] TI SN65DSI83 is being reset making display to blink On/Off
 2025-11-21  9:58 UTC  (13+ messages)

[PATCH 6.12.y] mm, percpu: do not consider sleepable allocations atomic
 2025-11-21  9:57 UTC  (2+ messages)
` Patch "mm, percpu: do not consider sleepable allocations atomic" has been added to the 6.12-stable tree

[PATCH 6.12.y] mptcp: fix MSG_PEEK stream corruption
 2025-11-21  9:57 UTC  (2+ messages)
` Patch "mptcp: fix MSG_PEEK stream corruption" has been added to the 6.12-stable tree

[PATCH 1/6] objtool: Support Clang AUTOFDO .cold functions
 2025-11-21  9:58 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 2/6] objtool: Fix .cold function detection for duplicate symbols
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 3/6] objtool: Don't alias undefined symbols
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 4/6] objtool: Return canonical symbol when aliases exist in symbol finding helpers
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 5/6] objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 6/6] objtool: Remove second pass of .cold function correlation
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 1/6] serial: icom: Fix namespace collision and startup() section placement with -ffunction-sections
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 2/6] media: atomisp: gc2235: Fix namespace collision and startup() section placement with -ffunction-sections
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 3/6] tty: amiserial: Fix namespace collision and startup() section placement with -ffunction-sections
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 4/6] tty: synclink_gt: Fix namespace collision and startup() section placement with -ffunction-sections
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 5/6] kbuild: Check for functions with ambiguous -ffunction-sections section names
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH 6/6] Revert "objtool: Warn on functions with ambiguous -ffunction-sections section names"
 2025-11-21  9:57 UTC  (2+ messages)
` [tip: objtool/core] "

[bluez/bluez]
 2025-11-21  9:57 UTC 

[PATCH printk v2 0/2] Fix reported suspend failures
 2025-11-21  9:55 UTC  (4+ messages)

FAILED: patch "[PATCH] KVM: nSVM: Always recalculate LBR MSR intercepts in" failed to apply to 6.12-stable tree
 2025-11-21  9:55 UTC  (3+ messages)
` [PATCH 6.12.y 0/5] LBR virtualization fixes

[PATCH 00/11] Subject: [PATCH 00/11] Add DRM support for Amlogic S4
 2025-11-21  9:54 UTC  (8+ messages)
` [PATCH 01/11] dt-bindings: display: meson-dw-hdmi: Add compatible for S4 HDMI controller

[PATCH v6 00/30] objtool: Function validation tracing
 2025-11-21  9:53 UTC  (4+ messages)
` [PATCH v6 28/30] objtool: Compact output for alternatives with one instruction
` [PATCH v6 29/30] objtool: Add wide output for disassembly
` [PATCH v6 30/30] objtool: Trim trailing NOPs in alternative


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.