All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 21:13:10 to 2026-05-20 22:01:50 UTC [more...]

[PATCH 6.12 000/666] 6.12.91-rc1 review
 2026-05-20 22:01 UTC  (4+ messages)
` [PATCH 6.12 354/666] libbpf: Stringify errno in log messages in libbpf.c

[PATCH 02/11] arm64: dts: qcom: sc8280xp-arcata: Enable backlight
 2026-05-20 22:01 UTC  (3+ messages)

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-20 22:00 UTC  (10+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH 1/2] drm/amdgpu: clean up userq iVA mapping after removing userq from MES
 2026-05-20 22:00 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: unmap userq for evicting user queue

[PATCH] ftrace: Use flexible array for hash buckets
 2026-05-20 22:00 UTC 

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

[PATCH v2 0/2] iio: light: veml3328: add support for new sensor
 2026-05-20 22:00 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: veml6030: add veml3328
` [PATCH v2 2/2] iio: light: veml3328: add support for new device

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-20 21:59 UTC  (23+ messages)
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c

[PATCH] x86/mm: fix vmemmap leak on memory hot-remove
 2026-05-20 21:59 UTC  (6+ messages)

[PATCH] tracing: Use flexible array for entry fetch code
 2026-05-20 21:58 UTC 

[PATCH v4 0/3] hwmon: (pmbus/adm1266) add clear_blackbox and powerup_counter debugfs entries
 2026-05-20 21:58 UTC  (7+ messages)

[PATCH 00/40] Make HMP optional (and later standalone)
 2026-05-20 21:49 UTC  (41+ messages)
` [PATCH 01/40] vl: fix -monitor none prefix matching
` [PATCH 02/40] hmp: remove 'vcpu' argument from trace-event help
` [PATCH 03/40] hmp: fix snapshot_blkdev argument type
` [PATCH 04/40] target/i386: decouple cpu_x86_inject_mce() from Monitor
` [PATCH 05/40] system: move gpa2hva() to system memory unit
` [PATCH 06/40] s390x: prevent crash if given invalid CPU#
` [PATCH 07/40] system: decouple qmp_inject_nmi() from Monitor
` [PATCH 08/40] hmp: correct the nmi documentation
` [PATCH 09/40] monitor: move HMP-only fields from Monitor to MonitorHMP
` [PATCH 10/40] tests/functional: use query-version QMP command instead of HMP
` [PATCH 11/40] net/qapi: add x-query-usernet
` [PATCH 12/40] tests: use x-query-usernet
` [PATCH 13/40] RFC: qtest: add -qtest-no-ts option
` [PATCH 14/40] qemu-io: propagate errors through Error API instead of printf
` [PATCH 15/40] block: add x-qemu-io QMP command
` [PATCH 16/40] tests/qemu-iotests/N: use "
` [PATCH 17/40] tests/qemu-iotests/181, 192, 249: convert to QMP
` [PATCH 18/40] tests/qemu-iotests/186: convert from HMP "
` [PATCH 19/40] tests/qemu-iotests/copy-before-write: convert "
` [PATCH 20/40] tests/qemu-iotests: skip some 172 & 267 that require HMP
` [PATCH 21/40] RFC: qtest: add qemu-io command to the qtest protocol
` [PATCH 22/40] RFC: qtest/ide-test: convert to use qtest qemu-io command
` [PATCH 23/40] tests/qtest/numa-test: replace HMP "info numa" with QMP query-cpus-fast
` [PATCH 24/40] tests/qtest/pnv: drop unnecessary -serial mon:stdio
` [PATCH 25/40] net: add x-query-network QMP command
` [PATCH 26/40] tests/qtest/netdev-socket: replace HMP with x-query-network QMP
` [PATCH 27/40] tests/qtest/cdrom-test: replace HMP "info block" with QMP query-block
` [PATCH 28/40] tests/qtest/qmp-test: don't depend on human-monitor-command
` [PATCH 29/40] build-sys: add 'hmp' option
` [PATCH 30/40] tests/qtest/device-introspect-test: fix test without HMP
` [PATCH 31/40] tests/qtest/drive_del-test: guard HMP-dependent tests with CONFIG_HMP
` [PATCH 32/40] qapi: make HMP-specific schema entries conditional on CONFIG_HMP
` [PATCH 33/40] monitor: guard HMP-specific code with CONFIG_HMP
` [PATCH 34/40] util: guard monitor_vprintf callers "
` [PATCH 35/40] system: guard HMP initialization paths "
` [PATCH 36/40] hw: guard BusClass::print_dev "
` [PATCH 37/40] target: guard MonitorDef tables "
` [PATCH 38/40] Guard HMP command implementations "
` [PATCH 39/40] build-sys: make HMP source files conditional on have_hmp
` [PATCH 40/40] gitlab-ci: add --disable-hmp to build-without-defaults

[conor:tvs 1/1] drivers/hwmon/tvs-mpfs.c:132:2: error: incompatible pointer types passing 'long *' to parameter of type 'uint64_t *' (aka 'unsigned long long *')
 2026-05-20 21:53 UTC 

[PATCH v2] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-20 21:54 UTC  (3+ messages)

[PATCH] arm64: dts: hisilicon: hi3660-hikey960: move role-switch endpoint into connector
 2026-05-20 21:53 UTC 

[PATCH 0/4] fbdev: Internalize fbcon
 2026-05-20 21:53 UTC  (4+ messages)
` [PATCH 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper

[net-next v4 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-05-20 21:51 UTC  (3+ messages)
` [net-next v4 3/3] net: phy: motorcomm: Add YT8522 100M RMII PHY support

[PATCH v13 00/32] perf tool: Add evsel to perf_sample
 2026-05-20 21:51 UTC  (14+ messages)
` [PATCH v14 00/32] perf tools: "

[PATCH v14 0/8] blk: honor isolcpus configuration
 2026-05-20 21:50 UTC  (9+ messages)
` [PATCH v14 1/8] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v14 2/8] lib/group_cpus: remove dead !SMP code
` [PATCH v14 3/8] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v14 4/8] isolation: Introduce io_queue isolcpus type
` [PATCH v14 5/8] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v14 6/8] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v14 7/8] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v14 8/8] docs: add io_queue flag to isolcpus

[PATCHv2] tracing: simplify pages allocation
 2026-05-20 21:50 UTC 

[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
 2026-05-20 21:48 UTC  (5+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v3 2/4] exec: introduce struct task_exec_state
` [PATCH RFC v3 3/4] ptrace: add ptracer_access_allowed()
` [PATCH RFC v3 4/4] exec_state: relocate dumpable information

Using VRF to limit 'ip monitor' and 'iw event' messages
 2026-05-20 21:47 UTC  (5+ messages)

[PATCH] target/riscv/insn_trans/trans_rvzicbo.c.inc: save opcode before helpers
 2026-05-20 21:47 UTC 

[PATCH bpf-next v5 00/14] Refactor verifier object relationship tracking
 2026-05-20 21:47 UTC  (3+ messages)
` [PATCH bpf-next v5 05/14] bpf: Refactor object relationship tracking and fix dynptr UAF bug

kgl and git shallow issue
 2026-05-20 21:47 UTC  (3+ messages)

[PATCH] ceph: fix denial of service issue in ceph_update_snap_trace()
 2026-05-20 21:47 UTC 

[PATCH v2 00/10] gpiolib: fence off legacy interfaces
 2026-05-20 21:46 UTC  (4+ messages)
` [PATCH 09/10] [v6 omap] ARM: dts: omap2: add stlc4560 spi-wireless node

dmaengine: dead empty checks in mpc512x and rz-dmac descriptor pickup?
 2026-05-20 21:46 UTC  (2+ messages)

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

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

[PATCH] MAINTAINERS: Update address for Michael Grzeschik
 2026-05-20 21:44 UTC  (4+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 21:44 UTC  (4+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH] dma-buf: set SB_I_NOEXEC on the pseudo filesystem
 2026-05-20 21:43 UTC 

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

[PATCH net-next v7 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-20 21:40 UTC  (2+ messages)

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

[net-next v43] mctp pcc: Implement MCTP over PCC Transport
 2026-05-20 21:38 UTC 

[PATCH net v3] net: gro: don't merge zcopy skbs
 2026-05-20 21:38 UTC  (2+ messages)

[PULL 00/29] Next patches
 2026-05-20 21:33 UTC  (30+ messages)
` [PULL 01/29] migration: Fix crash on second migration when cancel early
` [PULL 02/29] migration: Remove VMS_MULTIPLY_ELEMENTS and VMSTATE_VARRAY_MULTIPLY()
` [PULL 03/29] migration: Fix possible division by zero on calc expected downtime
` [PULL 04/29] tests/qtest/migration: Fix auto-converge test
` [PULL 05/29] migration: Replace current_migration with migrate_get_current()
` [PULL 06/29] MAINTAINERS: Make Maciej CPR maintainer
` [PULL 07/29] tests/qtest/migration: Move cpr transfer logic into cpr-tests.c
` [PULL 08/29] tests/qtest/migration: Make file-tests defer by default
` [PULL 09/29] tests/qtest/migration: Set file URI "
` [PULL 10/29] tests/qtest/migration: Group unix migration tests
` [PULL 11/29] tests/qtest/migration: Use precopy_unix_common for ignore-shared test
` [PULL 12/29] tests/qtest/migration: Use a default TCP URI for precopy
` [PULL 13/29] tests/qtest/migration: Defer by default in precopy_common
` [PULL 14/29] tests/qtest/migration: Set compression method in compression-tests
` [PULL 15/29] tests/qtest/migration: Remove multifd compression hook
` [PULL 16/29] tests/qtest/migration: Use defer for all tests
` [PULL 17/29] tests/qtest/migration: Use defer for cpr-tests
` [PULL 18/29] tests/qtest/migration: Use defer for auto-converge
` [PULL 19/29] tests/qtest/migration: Use defer in dirty_limit test
` [PULL 20/29] tests/qtest/migration: Stop passing URI into migrate_start
` [PULL 21/29] tests/qtest/migration: Unify URIs
` [PULL 22/29] migration/global_state: replace strcpy("") with explicit NUL termination
` [PULL 23/29] migration/vmstate: avoid per-element heap churn in vmsd ptr marker field
` [PULL 24/29] migration/savevm: use stack-allocated bitmap in configuration_validate_capabilities
` [PULL 25/29] migration/multifd: fix off-by-one in recv channel ID validation
` [PULL 26/29] migration/multifd: cache migrate_multifd_channels() in send/recv hot paths
` [PULL 27/29] migration/multifd: cache channel count in multifd_send_sync_main
` [PULL 28/29] migration/cpr: use hashtable for cpr fds
` [PULL 29/29] MAINTAINERS: Update email of Yong Huang

[PATCH v2] module: decompress: check return value of module_extend_max_pages()
 2026-05-20 21:33 UTC  (5+ messages)

[PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on
 2026-05-20 21:33 UTC  (2+ messages)

[PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2
 2026-05-20 21:32 UTC 

[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-20 21:33 UTC  (3+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH] tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR
 2026-05-20 21:30 UTC  (3+ messages)

[PATCH] dma: altera-msgdma: Replace memcpy with io32write in msgdma_copy_one
 2026-05-20 21:29 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-20 21:29 UTC  (15+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs

FAILED: patch "[PATCH] drm/amd/display: Wrap DCN32 phantom-plane allocation in" failed to apply to 6.12-stable tree
 2026-05-20 21:27 UTC  (2+ messages)
` [PATCH 6.12.y] drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED

[PATCH] Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()
 2026-05-20 21:28 UTC  (2+ messages)
`  "

[PATCH 0/2] util/envlist: fix prefix-match in name lookup
 2026-05-20 21:26 UTC  (3+ messages)
` [PATCH 1/2] util/envlist: fix prefix-match in envlist_unsetenv() "
` [PATCH 2/2] tests/unit: add test-envlist covering setenv/unsetenv name matching

[PATCH] ARM: footbridge: remove redundant checks for CONFIG_NEW_LEDS
 2026-05-20 21:26 UTC 

[PATCH i-g-t] tests/intel/xe_exec_system_allocator: Test madvise(MADV_DONTNEED)
 2026-05-20 21:26 UTC  (2+ messages)

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

[PATCH v4 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-05-20 21:24 UTC  (6+ messages)
` [PATCH v4 1/5] arm_mpam: resctrl: Pick classes for use as MBM counters
` [PATCH v4 2/5] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v4 3/5] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v4 4/5] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v4 5/5] arm64: mpam: Add memory bandwidth usage (MBWU) documentation

[tip: x86/urgent] x86/mm: Disable broadcast TLB flush when PCID is disabled
 2026-05-20 21:25 UTC 

[moderation/CI] Re: mm: reliable 1GB page allocation
 2026-05-20 21:23 UTC 

[PATCH] ui/gtk: Fix focus loss on re-attachment with single VC
 2026-05-20 21:22 UTC  (3+ messages)

[PATCH v4 0/2] media: nxp: imx8-isi: Add virtual channel and frame descriptor support
 2026-05-20 21:22 UTC  (3+ messages)
` [PATCH v4 2/2] media: nxp: imx8-isi: Implement get_frame_desc for crossbar subdev

ERROR: modpost: "__netdev_update_features" [drivers/net/bonding/bonding.ko] undefined!
 2026-05-20 21:20 UTC 

[PATCH net-next v5] net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c
 2026-05-20 21:19 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add more files to PAGE CACHE section
 2026-05-20 21:17 UTC 

[PATCH] mfd: si476x: Fix typos in comments
 2026-05-20 21:15 UTC 

[PATCH v2 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-05-20 21:15 UTC  (2+ messages)

[PATCH] tests/kms_hdr: Skip unsupported formats in bpc-switch test
 2026-05-20 21:13 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[GIT PULL] soc: fixes for 7.1
 2026-05-20 21:13 UTC 

[PATCH v1] dmaengine: idxd: fix double free of wq, engine, and group structs
 2026-05-20 21:13 UTC  (2+ messages)

[PATCH v3 0/4] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-05-20 21:12 UTC  (3+ messages)
` [PATCH v3 2/4] x86/asm, x86/boot: expose inline memcmp
` [PATCH v3 4/4] x86/pvh: fix unbootable VMs by really inlining memset() in xen_prepare_pvh()

[PATCH 0/3] lib/intel_batchbuffer: intel bb copy data improvements
 2026-05-20 21:12 UTC  (3+ messages)
` [PATCH 2/3] lib/gpgpu_shader: replace open coded ibb data copy with helper


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.