All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-10 15:19:03 to 2026-06-10 15:41:51 UTC [more...]

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-10 15:40 UTC  (13+ messages)
` [PATCH v2 01/16] mm/slab: do not limit zeroing to orig_size when only red zoning is enabled
` [PATCH v2 02/16] mm/slab: do not init any kfence objects on allocation
` [PATCH v2 03/16] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v2 04/16] mm/slab: introduce slab_alloc_context
` [PATCH v2 05/16] mm/slab: introduce alloc_flags and SLAB_ALLOC_TRYLOCK
` [PATCH v2 06/16] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v2 08/16] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v2 09/16] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v2 10/16] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v2 11/16] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v2 12/16] mm/slab: pass slab_alloc_context to __do_kmalloc_node()

[PATCH for-next] xen/kexec: Style fixes
 2026-06-10 15:41 UTC 

[PATCH 0/5] ring: convert to C11 atomics where practical
 2026-06-10 15:41 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v2 2/3] ring: use GCC builtin as alternative to rte_atomic32

Fanotify (hsm or erofs) / fuse / nbd / ... + write(mmap) deadlock vector followup
 2026-06-10 15:40 UTC  (4+ messages)
                  ` Stacking filesystem deadlocks [was Re: Fanotify (hsm or erofs) / fuse / nbd / ... + write(mmap) deadlock vector followup]

[PATCH 1/3] ARM: deprecate use of ARCH=arm for arm64 builds
 2026-06-10 15:37 UTC  (2+ messages)
` [PATCH 2/3] Makefile: clang: fix triplet computation for ARM

[PATCH v2] Bluetooth: qca: Add BT FW build version to kernel log
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH v1] Bluetooth: qca: Add BT FW build version log
 2026-06-10 15:40 UTC  (2+ messages)

[GIT PULL] i.MX arm64 device tree changes for v7.2 (part2)
 2026-06-10 15:39 UTC 

[PATCH] Bluetooth: L2CAP: validate connectionless PSM length
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH] Bluetooth: hci: validate codec capability element length
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH 1/1] Bluetooth: hci_codec: validate capability record length
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH net v1] sctp: Unwind address notifier registration on failure
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH bpf-next v2 3/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
 2026-06-10 15:40 UTC  (3+ messages)

[PATCH net-next v6 0/2] net: dsa: yt921x: Add ACL support
 2026-06-10 15:40 UTC  (2+ messages)

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-10 15:40 UTC  (5+ messages)
` [RFC PATCH 3/5] vfio/pci: Block mmap & dmabuf export for ZONE_DEVICE-registered BARs
` [RFC PATCH 4/5] vfio/pci: Block ZONE_DEVICE registration for BARs with active DMABUFs
` [RFC PATCH 5/5] PCI/P2PDMA: Introduce a helper to release P2P resources

[PATCH net-next v6 4/5] net: dsa: microchip: Support Microchip KSZ8995XA / KS8995XA
 2026-06-10 15:39 UTC  (2+ messages)

[PATCH net-next v6 3/5] net: dsa: tag_ks8995: Add the KS8995 tag handling
 2026-06-10 15:39 UTC  (2+ messages)

[PATCH 1/2] HID: lenovo: Add support for ThinkPad X13 Folio keyboard
 2026-06-10 15:39 UTC  (3+ messages)

[BUG] rebase --update-refs emits unqualified "update-ref HEAD" into the todo
 2026-06-10 15:39 UTC  (2+ messages)

[PATCH v5 phy-next 00/16] New Generic PHY driver for Lynx 10G SerDes
 2026-06-10 15:38 UTC  (35+ messages)
` [PATCH v5 phy-next 01/16] phy: lynx-28g: avoid returning NULL in of_xlate() function
` [PATCH v5 phy-next 02/16] phy: lynx-28g: reject probing on devices with unsupported OF nodes
` [PATCH v5 phy-next 03/16] phy: lynx-28g: move lane mode helpers to new core module
` [PATCH v5 phy-next 04/16] phy: lynx-28g: move data structures to core
` [PATCH v5 phy-next 05/16] phy: lynx-28g: common lynx_pll_get()
` [PATCH v5 phy-next 06/16] phy: lynx-28g: generalize protocol converter accessors
` [PATCH v5 phy-next 07/16] phy: lynx-28g: provide default lynx_lane_supports_mode() implementation
` [PATCH v5 phy-next 08/16] phy: lynx-28g: move struct lynx_info definitions downwards
` [PATCH v5 phy-next 09/16] phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLL
` [PATCH v5 phy-next 10/16] phy: lynx-28g: common probe() and remove()
` [PATCH v5 phy-next 11/16] phy: lynx-28g: add support for big endian register maps
` [PATCH v5 phy-next 12/16] phy: lynx-28g: optimize read-modify-write operation
` [PATCH v5 phy-next 13/16] phy: lynx-28g: improve phy_validate() procedure
` [PATCH v5 phy-next 14/16] dt-bindings: phy: lynx-10g: initial document
` [PATCH v5 phy-next 15/16] phy: lynx-10g: new driver
` [PATCH v5 phy-next 16/16] MAINTAINERS: expand Lynx 28G entry to cover Lynx 10G SerDes

[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
 2026-06-10 15:38 UTC  (5+ messages)
` [PATCH 3/4] gpu: nova-core: gsp: Extract usable FB region from GSP

[RFC PATCH 1/2] drm/gpusvm: Add a DMA-mapping accounting callback
 2026-06-10 15:37 UTC  (2+ messages)

[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
 2026-06-10 15:36 UTC  (11+ messages)

[PATCH v2] iio: pressure: bm1390: replace short msleeps with fsleep
 2026-06-10 15:37 UTC  (3+ messages)

[PATCH v2 0/7] HID: iio: basic clean up for usage_id
 2026-06-10 15:37 UTC  (8+ messages)
` [PATCH v2 1/7] iio: gyro: hid-sensor-gyro-3d: use u32 instead of unsigned
` [PATCH v2 2/7] iio: accel: hid-sensor-accel-3d: "
` [PATCH v2 3/7] iio: light: hid-sensor-als: "
` [PATCH v2 4/7] iio: light: hid-sensor-prox: "
` [PATCH v2 5/7] iio: orientation: hid-sensor-incl-3d: "
` [PATCH v2 6/7] iio: orientation: hid-sensor-rotation: "
` [PATCH v2 7/7] iio: pressure: hid-sensor-press: "

[PATCH] iomap: enforce DIO alignment check in iomap]
 2026-06-10 15:37 UTC  (2+ messages)

fix dblocks adjustment in growfs v3
 2026-06-10 15:37 UTC  (2+ messages)

[PATCH] xfs: fix pointer arithmetic error on 32-bit systems
 2026-06-10 15:37 UTC  (2+ messages)

[PATCH] xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomap
 2026-06-10 15:37 UTC  (2+ messages)

zoned growfs fix v2
 2026-06-10 15:37 UTC  (2+ messages)

[PATCH v2] iio: imu: bmi323: remove unnecessary cast in watermark limit
 2026-06-10 15:36 UTC  (3+ messages)

[PATCH v5 00/15] drm: Improve logic behind damage handling
 2026-06-10 15:36 UTC  (18+ messages)
` [PATCH v5 01/15] drm/amd/display: Handle struct drm_plane_state.ignore_damage_clips
` [PATCH v5 02/15] drm/i915/display: "
` [PATCH v5 03/15] drm/vboxvideo: "
` [PATCH v5 04/15] drm/vmwgfx: "
` [PATCH v5 05/15] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v5 06/15] drm/damage-helper: Clear ignore_damage_clips in plane-state duplication
` [PATCH v5 07/15] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v5 08/15] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v5 09/15] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v5 10/15] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v5 11/15] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v5 12/15] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v5 13/15] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v5 14/15] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v5 15/15] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` ✗ CI.checkpatch: warning for drm: Improve logic behind damage handling (rev4)
` ✓ CI.KUnit: success "

[PATCH] ASoC: SOF: topology: validate vendor array size before parsing
 2026-06-10 15:35 UTC  (4+ messages)

[PATCH net-next v2] octeontx2-af: Fix PCI device reference leaks in debugfs
 2026-06-10 15:35 UTC  (2+ messages)

[PATCHv7 bpf-next 00/29] bpf: tracing_multi link
 2026-06-10 15:35 UTC  (5+ messages)
` [PATCHv7 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function

[RFC PATCH 2/5] vfio/pci: Implement ZONE_DEVICE-backed P2P registration
 2026-06-10 15:35 UTC  (2+ messages)

[PATCH v14 0/2] Firmware Support for USB-HID Devices and CP2112
 2026-06-10 15:35 UTC  (2+ messages)

b4 review workflow issue with partially accepted serieses
 2026-06-10 15:35 UTC  (6+ messages)

[PATCH] Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
 2026-06-10 15:34 UTC  (6+ messages)

[PATCH 0/2] gpio: fix sleeping-in-atomic in shared-proxy; restore meson non-sleeping
 2026-06-10 15:32 UTC  (6+ messages)
` [PATCH 1/2] gpio: shared-proxy: always serialize with a sleeping mutex
` [PATCH 2/2] pinctrl: meson: restore non-sleeping GPIO access

[PATCH] fix android/riscv64 build with linux 7.0 uapi headers
 2026-06-10 15:33 UTC  (5+ messages)

linux-next: manual merge of the ftrace tree with the tip-fixes tree
 2026-06-10 15:33 UTC 

[meta-virtualization][PATCH 1/2] container-image-packagelists.inc: add list of container images
 2026-06-10 15:32 UTC  (4+ messages)
` [meta-virtualization][PATCH 2/2] container-image-multiarch: add helper recipe

[PATCH v2 00/10] migration/qom: Remove TYPE_DEVICE dependency on migration object
 2026-06-10 15:31 UTC  (7+ messages)
` [PATCH v2 02/10] qdev: Export global_props()
` [PATCH v2 03/10] qdev: Introduce DEFINE_PROP_*_NODEFAULT for bool/uint32
` [PATCH v2 04/10] hw/arm: Use nodefault version of qdev props when not needed

[PATCH v6 0/2] iio: magnetometer: bmc150: use FIELD_PREP and FIELD_GET helpers
 2026-06-10 15:32 UTC  (3+ messages)
` [PATCH v6 2/2] "

[PATCH] usb: xhci: bound wait command completion to avoid kdump deadlock
 2026-06-10 15:32 UTC  (18+ messages)
` [PATCH RFT RFC] usb: xhci: Kill hosts with HCE or HSE on command timeout

[PATCH v2 11/12] HID: hid-core: sanitize user input in 'new_id_store'
 2026-06-10 15:32 UTC  (2+ messages)

Logging SNAT'ed connections
 2026-06-10 15:31 UTC  (5+ messages)

[PATCH V11 00/12] Add memory page offlining support
 2026-06-10 15:30 UTC  (6+ messages)
` [PATCH V11 11/12] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN

[RFC PATCH 1/5] vfio: Add UAPI for ZONE_DEVICE-backed P2P registration
 2026-06-10 15:31 UTC  (2+ messages)

[PATCH v2] mm: page_reporting: allow driver to set batch capacity
 2026-06-10 15:30 UTC  (2+ messages)

[PATCH i-g-t] lib/igt_core: Distinguish dynamic subtest in finished messages
 2026-06-10 15:29 UTC  (2+ messages)

[PATCH V3 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
 2026-06-10 15:29 UTC  (5+ messages)

[PATCH] dt-bindings: cache: l2c2x0: Add missing power-domains
 2026-06-10 15:29 UTC 

[PATCH 1/2] dt-bindings: iio: adc: Add TI ADS1220
 2026-06-10 15:29 UTC  (2+ messages)

[PATCH net-next v4 13/13] net: ethernet: adi: Add a driver for the ADIN1140 MACPHY
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH net-next v4 05/13] net: ethernet: oa_tc6: Export standard defined registers
 2026-06-10 15:28 UTC  (2+ messages)

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-06-10 15:28 UTC  (10+ messages)

[PATCH net-next v4 06/13] net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registers
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH net-next v4 08/13] net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH net-next v4 04/13] net: ethernet: oa_tc6: Export the C45 access functions
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH 1/2] gpu: nova-core: remove imports available from prelude
 2026-06-10 15:28 UTC  (3+ messages)
` [PATCH 2/2] gpu: nova-core: use `c"literal"` instead of `c_str!()`

[PATCH net-next v4 02/13] net: ethernet: oa_tc6: Handle the OA TC6 SPI protected mode
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH net-next v4 03/13] net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag
 2026-06-10 15:28 UTC  (2+ messages)

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-10 15:27 UTC  (5+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[PATCH net 0/6] pull request: fixes for ovpn 2026-06-08
 2026-06-10 15:27 UTC  (7+ messages)
` [PATCH net 6/6] ovpn: use monotonic clock for peer keepalive timeouts

[PATCH v7 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-06-10 15:26 UTC  (3+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
  ` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH 1/2] target/xtensa: add cpu_set_fcr/fsr helpers to sync fp_status
 2026-06-10 15:25 UTC  (2+ messages)
` [PATCH 2/2] linux-user/xtensa: save/restore FP registers across signal delivery

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-10 15:27 UTC  (5+ messages)
` [PATCH v7 11/14] mpam,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime

[PATCH v1] media: ite-cir: Use an enum for the different supported device types
 2026-06-10 15:27 UTC 

[PATCH net-next] i40e: Use common error handling code in i40e_register_auxiliary_dev()
 2026-06-10  8:30 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v11 0/2] Add support for Microchip EMC1812
 2026-06-10 15:26 UTC  (5+ messages)
` [PATCH v11 1/2] dt-bindings: hwmon: temperature: add support for EMC1812
` [PATCH v11 2/2] "

[PATCH 0/3] Add Reorder Completion Queue (RCQ) support
 2026-06-10 15:25 UTC  (4+ messages)
` [PATCH 3/3] RDMA/ionic: Support QP transport mode selection in create and modify

[PATCH 1/2] drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
 2026-06-10 15:25 UTC  (2+ messages)
` [PATCH 2/2] drm/xe/lrc: fix spurious warning when reading context timestamp

[PATCH v5 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-06-10 15:25 UTC  (5+ messages)
` [PATCH v5 07/21] nfsd: add callback encoding and decoding linkages for CB_NOTIFY

[PATCH v2 00/10] Data in direntry (dirdata) feature
 2026-06-10 15:24 UTC  (11+ messages)
` [PATCH v2 01/10] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v2 02/10] ext4: add ext4_dir_entry_is_tail()
` [PATCH v2 03/10] ext4: refactor dx_root to support variable dirent sizes
` [PATCH v2 04/10] ext4: add dirdata format definitions and access helpers
` [PATCH v2 05/10] ext4: preserve dirdata bits in get_dtype()
` [PATCH v2 06/10] ext4: add ext4_dir_entry_len() and harden dirdata parsing
` [PATCH v2 07/10] ext4: rename ext4_dir_rec_len() and clarify dirdata usage
` [PATCH v2 08/10] ext4: dirdata feature
` [PATCH v2 09/10] ext4: add dirdata set/get helpers
` [PATCH v2 10/10] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries

[PATCH resend 2] gpu/trace: TRACE_GPU_MEM should depend on DRM
 2026-06-10 15:24 UTC  (2+ messages)

[PATCH v2] dt-bindings: interrupt-controller: renesas,r9a09g077-icu: Fix reg size in example
 2026-06-10 15:24 UTC 

[PATCH net v2] mptcp: pm: fix memory leak from alloc-during-teardown race
 2026-06-10 15:24 UTC  (3+ messages)

[PATCH 1/2] drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
 2026-06-10 15:24 UTC  (3+ messages)

[PATCH] dma-buf: move system_cc_shared heap under separate Kconfig
 2026-06-10 15:23 UTC  (2+ messages)

[bug report] mei: fix error flow in probe
 2026-06-10 15:22 UTC 

[PATCH net-next v2 00/15] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
 2026-06-10 15:22 UTC  (4+ messages)
` [PATCH net-next v2 06/15] "

[PATCH v4 0/2] workqueue: Add warnings and check WQ flags usage
 2026-06-10 15:22 UTC  (9+ messages)

[PATCH] platform/x86: asus-armoury: add support for G614PR
 2026-06-10 15:21 UTC 

[PATCH v3 0/7] don't allow changes to inactive colorops
 2026-06-10 15:21 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for don't allow changes to inactive colorops (rev3)

[PATCH] keys: Pin request_key_auth payload in instantiate paths
 2026-06-10 15:21 UTC  (7+ messages)

[PATCH net] fddi: validate skb length before parsing headers
 2026-06-10 15:20 UTC  (2+ messages)

[PATCH net] ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()
 2026-06-10 15:20 UTC  (2+ messages)

[PATCH net] rds: mark snapshot pages dirty in rds_info_getsockopt()
 2026-06-10 15:20 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2026-06-10 15:20 UTC 

[PATCH] libselinux: use null character with strings
 2026-06-10 15:19 UTC 

[PATCH v2] ALSA: hda/conexant: fix FEVM FA880 PRO internal mic mux
 2026-06-10 15:19 UTC  (12+ messages)


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.