All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 22:34:50 to 2026-05-20 23:51:15 UTC [more...]

[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-20 23:50 UTC  (6+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-20 23:50 UTC  (35+ messages)
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine

[PATCH v3] riscv: dts: spacemit: k3: Add pwm support
 2026-05-20 23:49 UTC  (2+ messages)

[PATCH] drm/xe: Use PDE mask for 2M page reclaim entries
 2026-05-20 23:49 UTC 

[net-next v42] mctp pcc: Implement MCTP over PCC Transport
 2026-05-20 23:49 UTC  (3+ messages)

[PATCH v7 00/28] media: platform: rga: Add RGA3 support
 2026-05-20 23:48 UTC  (75+ messages)
` [PATCH v7 01/28] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH v7 02/28] media: v4l2-common: sort RGB formats in v4l2_format_info
` [PATCH v7 03/28] media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_info
` [PATCH v7 04/28] media: v4l2-common: add has_alpha "
` [PATCH v7 05/28] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [PATCH v7 06/28] media: rockchip: rga: fix too small buffer size
` [PATCH v7 07/28] media: rockchip: rga: use clk_bulk api
` [PATCH v7 08/28] media: rockchip: rga: use stride for offset calculation
` [PATCH v7 09/28] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v7 10/28] media: rockchip: rga: announce and sync colorimetry
` [PATCH v7 11/28] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v7 12/28] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v7 13/28] media: rockchip: rga: calculate x_div/y_div using v4l2_format_info
` [PATCH v7 14/28] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v7 15/28] media: rockchip: rga: align stride to 4 bytes
` [PATCH v7 16/28] media: rockchip: rga: reuse cmdbuf contents
` [PATCH v7 17/28] media: rockchip: rga: check scaling factor
` [PATCH v7 18/28] media: rockchip: rga: use card type to specify rga type
` [PATCH v7 19/28] media: rockchip: rga: change offset to dma_addresses
` [PATCH v7 20/28] media: rockchip: rga: support external iommus
` [PATCH v7 21/28] media: rockchip: rga: share the interrupt when an external iommu is used
` [PATCH v7 22/28] media: rockchip: rga: remove size from rga_frame
` [PATCH v7 23/28] media: rockchip: rga: remove stride "
` [PATCH v7 24/28] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH v7 25/28] media: rockchip: rga: add feature flags
` [PATCH v7 26/28] media: rockchip: rga: disable multi-core support
` [PATCH v7 27/28] media: rockchip: rga: add rga3 support
` [PATCH v7 28/28] arm64: dts: rockchip: add rga3 dt nodes

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-20 23:47 UTC  (6+ messages)
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages

[PATCH v5 0/3] hwmon: (pmbus/adm1266) add clear_blackbox, powerup_counter, and rtc debugfs entries
 2026-05-20 23:47 UTC  (5+ messages)
` [PATCH v5 1/3] hwmon: (pmbus/adm1266) add clear_blackbox debugfs entry
` [PATCH v5 2/3] hwmon: (pmbus/adm1266) add powerup_counter "
` [PATCH v5 3/3] hwmon: (pmbus/adm1266) add rtc "

[PATCH net-next v2 0/6] PLDM Firmware Update Support for pds_core
 2026-05-20 23:47 UTC  (4+ messages)
` [PATCH net-next v2 4/6] pds_core: add PLDM component info display

[PATCH v2 0/6] btrfs: delay compression to bbio submission time
 2026-05-20 23:46 UTC  (7+ messages)
` [PATCH v2 1/6] btrfs: add skeleton for delayed btrfs bio
` [PATCH v2 2/6] btrfs: add delayed ordered extent support

[GIT PULL FOR v7.2] Renesas VSP1 driver improvements
 2026-05-20 23:46 UTC 

[PATCH v2 0/2] spacemit: k3: Add support for CoM260-IFX board
 2026-05-20 23:45 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: spacemit: Add K3 "
` [PATCH v2 2/2] riscv: dts: spacemit: k3: Initial support for "

[PATCH net-next v2 6/6] pds_core: add debugfs support for host backed memory
 2026-05-20 23:44 UTC  (2+ messages)

[PATCH net-next v2 5/6] pds_core: add host backed memory support for firmware
 2026-05-20 23:44 UTC  (2+ messages)

[PATCH net-next v2 3/6] pds_core: add PLDM firmware update support via devlink flash
 2026-05-20 23:44 UTC  (2+ messages)

[PATCH net-next v2 2/6] pds_core: add support for identity version 2
 2026-05-20 23:44 UTC  (2+ messages)

[PATCH net-next v8 2/2] net: sfp: extend SMBus support
 2026-05-20 23:42 UTC  (2+ messages)

[PATCH net-next v8 1/2] net: sfp: apply I2C adapter quirks to limit block size
 2026-05-20 23:42 UTC  (2+ messages)

[PATCH RFC] scsi: sg: Fix shift-out-of-bounds in sg_build_indirect()
 2026-05-20 23:41 UTC 

[PATCH v4 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-05-20 23:39 UTC  (4+ messages)
` [PATCH v4 01/12] drm/xe: Fine grained page fault locking

[PATCH net] net: phy: mdio_device: leave PHY reset deasserted on unregister
 2026-05-20 23:39 UTC  (4+ messages)

[PATCH] blk-throttle: schedule parent dispatch in tg_flush_bios()
 2026-05-20 23:39 UTC  (3+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-20 23:37 UTC  (14+ messages)

[GIT PULL FOR v7.2] Changes to NXP camera drivers
 2026-05-20 23:38 UTC 

[PATCH 00/11] media: renesas: vsp1: Modernize the driver
 2026-05-20 23:37 UTC  (2+ messages)

[RFC PATCH v3 00/10] timekeeping: Fix drift tracking precision and add feed-forward discipline via vmclock
 2026-05-20 23:36 UTC  (8+ messages)
` [RFC PATCH v3 01/10] MAINTAINERS: Add Miroslav as timekeeping reviewer
` [RFC PATCH v3 03/10] timekeeping: Account for monotonicity adjustment in ntp_error
` [RFC PATCH v3 04/10] timekeeping: Guard against divide-by-zero in timekeeping_adjust

[PATCH] drm/amdgpu/vce: Add overflow checks for size
 2026-05-20 23:35 UTC 

[PATCH v6 0/5] Introduce cold reset recovery method
 2026-05-20 23:35 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce cold reset recovery method (rev5)

[PATCH net 0/2] net: shaper: fix VALID confusion even more
 2026-05-20 23:34 UTC  (3+ messages)

[PATCH v3 0/5] Fix some issues from igt runs
 2026-05-20 23:36 UTC  (4+ messages)
` [PATCH v3 4/5] drm/vmwgfx: Change ttm refs for dumb buffers

[PATCH v3 0/3] Add RP1 PWM controller support
 2026-05-20 23:31 UTC  (3+ messages)

[PATCH] dmaengine: bestcomm: Enable compile testing
 2026-05-20 23:30 UTC  (2+ messages)

[PATCH v3 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'
 2026-05-20 23:28 UTC  (3+ messages)

[PATCH 7.0 0000/1146] 7.0.10-rc1 review
 2026-05-20 23:28 UTC  (4+ messages)
` [PATCH 7.0 1102/1146] riscv: misaligned: Make enabling delegation depend on NONPORTABLE

[PATCH] ARM: dts: BCM5301X: EA6500v2: fix USB3
 2026-05-20 23:27 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: R6300v2: fix USB3
 2026-05-20 23:26 UTC  (2+ messages)

[PATCH] ARM: dts: bcm958625-meraki-mx6x: move pinctrl conkfig to pwm
 2026-05-20 23:22 UTC  (2+ messages)

[rppt:gfp-to-kmalloc/v0.2 202/247] arch/x86/kvm/lapic.c:2701:2-7: WARNING: NULL check before some freeing functions is not needed
 2026-05-20 23:17 UTC 

[PATCH 1/2] drm/amdgpu: Change sigbus delay value type to u32
 2026-05-20 23:17 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: check per pdd sigbus delay time

[PATCH 0/6] b43: complete N-PHY rev 8 + radio 2057 rev 8 support
 2026-05-20 23:16 UTC  (6+ messages)

RFC: GitLab issues for security disclosures
 2026-05-20 23:14 UTC  (6+ messages)

[PATCH v2 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-20 23:15 UTC  (6+ messages)
` [PATCH v2 4/5] iio: adc: versal-sysmon: add threshold event support

[PATCH RFC] netfilter: bridge: fix VLAN protocol mismatch in nf_ct_bridge_refrag
 2026-05-20 23:14 UTC 

[PATCH v15 0/6] Add es9356 focused SoundWire CODEC
 2026-05-20 23:14 UTC  (7+ messages)
` [PATCH v15 3/6] ASoC: es9356-sdca: Add ES9356 SDCA driver

[rppt:gfp-to-kmalloc/v0.2 15/247] crypto/skcipher.c:136:2-7: WARNING: NULL check before some freeing functions is not needed
 2026-05-20 23:06 UTC 

[PATCH 2/2] ASoC: mt8173-max98090: use standard callback to set jack
 2026-05-20 23:12 UTC  (2+ messages)

drivers/rtc/rtc-ds1307.c:2189:2: warning: label at end of compound statement is a C23 extension
 2026-05-20 23:12 UTC 

arch/riscv/boot/dts/spacemit/k3-com260-ifx.dtb: /soc/phy@c0a20000: failed to match any schema with compatible: ['spacemit,k3-usb2-phy']
 2026-05-20 23:12 UTC 

[PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2
 2026-05-20 23:10 UTC  (2+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-05-20 23:09 UTC  (6+ messages)
` [PATCH v3 04/12] x86,fs/resctrl: Program PLZA through kmode arch hooks

RISC-V Microconference at Linux Plumber Conf 2026
 2026-05-20 23:07 UTC  (2+ messages)

[PATCH v3 0/2] perf tool_pmu: Support enable/disable for tool PMU events
 2026-05-20 23:06 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] perf tool_pmu: Make tool PMU events respect enable/disable

[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
 2026-05-20 23:06 UTC  (4+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
  ` [PATCH v3 "

[PATCH v5 00/15] add software ecdsa support
 2026-05-20 23:04 UTC  (5+ messages)
` [PATCH v5 01/15] ecdsa: fix support of secp521r1

FAILED: patch "[PATCH] mptcp: pm: ADD_ADDR rtx: allow ID 0" failed to apply to 6.12-stable tree
 2026-05-20 23:00 UTC  (3+ messages)
` [PATCH 6.12.y] mptcp: pm: ADD_ADDR rtx: allow ID 0

[PATCH] perf build-id: Fix off-by-one bug when printing kernel/module build-id
 2026-05-20 23:00 UTC  (4+ messages)

[XEN PATCH v1] automation: edit rules for analyze jobs
 2026-05-20 22:58 UTC 

[PATCH] Drivers: gpib: Fix Typos
 2026-05-20 22:57 UTC  (2+ messages)

[PATCH v2] Bluetooth: HIDP: fix missing length checks in hidp_input_report()
 2026-05-20 22:56 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/3] drm/amdgpu: fix the ww_mutex and GEM reference leaks
 2026-05-20 22:55 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: fix duplicated buffer allocation for concurrent

[PATCH v8 0/5] airoha: an7581: USB support
 2026-05-20 22:53 UTC  (4+ messages)
` [PATCH v8 3/5] clk: en7523: Add support for selecting the Serdes port in SCU

context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
 2026-05-20 22:52 UTC 

7.0-rc4 dcn31_program_compbuf_size trace
 2026-05-20 22:51 UTC  (4+ messages)

[PATCH v5 0/8] drm: writeback: clean up writeback connector initialization
 2026-05-20 22:50 UTC  (5+ messages)

[PATCH 0/3] ALSA: scarlett2: Fix 2i2 Gen 4 direct monitor on firmware 2417
 2026-05-20 22:49 UTC  (4+ messages)

[PATCH] ceph: Fix ERR_PTR(0) in ceph_mkdir()
 2026-05-20 22:45 UTC  (4+ messages)

[PATCH] PCI/sysfs: NULL res_attr slot after kfree as defence against double-remove
 2026-05-20 22:45 UTC  (2+ messages)

[PATCH v14 00/32] perf tools: Add evsel to perf_sample
 2026-05-20 22:43 UTC  (13+ messages)

[PATCH v3 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-20 16:38 UTC  (2+ messages)

[PATCH] kconfig: Fix repeated include selftest expectation
 2026-05-20 22:43 UTC  (2+ messages)

[PATCH] tracing: Create output file from cmd_check_undefined
 2026-05-20 22:42 UTC  (2+ messages)

[PATCH 4/4] mm: use arch store helpers in zone-device template copies
 2026-05-20 22:42 UTC  (3+ messages)

[PATCH bpf-next v5 00/14] Refactor verifier object relationship tracking
 2026-05-20 22:41 UTC  (4+ messages)
` [PATCH bpf-next v5 10/14] bpf: Fix dynptr ref counting to scan all call frames

[PATCH] cgroup: rstat: relax NMI guard after switch to try_cmpxchg
 2026-05-20 22:41 UTC  (2+ messages)

[PATCH net v1] net/mlx5e: Fix eswitch mode block underflow on IPsec acquire SA
 2026-05-20 22:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
 2026-05-20 22:37 UTC  (2+ messages)

[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-20 22:36 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Block running when IOMMU is off
 2026-05-20 22:35 UTC 

[PATCH v5 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-20 22:35 UTC  (3+ messages)
` [PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe()
 2026-05-20 22:35 UTC  (2+ messages)

[PATCH RFC] Input: cm109 - fix URB submitted while active and DMA race
 2026-05-20 22:34 UTC 


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.