All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-10 12:11:20 to 2026-06-10 12:45:38 UTC [more...]

[PATCH v2 0/4] MPXY MSI availability and RPMI notification updates
 2026-06-10 12:45 UTC  (2+ messages)

[PATCH] drm/imagination: Fix double call to drm_sched_entity_fini()
 2026-06-10 12:43 UTC 

[PATCH v1 0/9] drm/i915/scaler: allocation cleanup
 2026-06-10 12:44 UTC  (2+ messages)

[PATCH v6 00/15] Add ACPI-based PMT discovery support for Intel PMC
 2026-06-10 12:44 UTC  (9+ messages)
` [PATCH v6 05/15] platform/x86/intel/pmt: Cache the telemetry discovery header
` [PATCH v6 06/15] platform/x86/intel/pmt: Unify header fetch and add ACPI source
` [PATCH v6 10/15] platform/x86/intel/pmc/ssram: Add PCI platform data
` [PATCH v6 12/15] platform/x86/intel/pmc/ssram: Switch to static array with per-index probe state

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-10 12:44 UTC  (3+ messages)

[PATCH v1 1/1] environment.c: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
 2026-06-10 12:43 UTC  (3+ messages)
` [PATCH v2 0/1] environment: move protect_hfs and protect_ntfs into repo_config_values
  ` [PATCH v2 1/1] environment.c: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'

[PATCH v4 0/2] arm64: acpi: Fix NULL kobject warning in cpuhp_smt_enable()
 2026-06-10 12:43 UTC  (3+ messages)
` [PATCH v4 2/2] cpu/hotplug: "

[Intel-wired-lan] [PATCH net-next] e1000e: fix memory leak of msix_entries on MSI-X failure
 2026-06-10 12:42 UTC  (4+ messages)
`  "

[PATCH] sestatus: null-terminate process and file check entries
 2026-06-10 12:42 UTC 

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-10 12:42 UTC  (10+ messages)
` [GSoC PATCH v2 "
  ` [GSoC PATCH v2 3/4] repo: add path.gitdir with absolute and relative suffix formatting

[RFC PATCH 0/6] fs: Move long delayed work on system_dfl_long_wq
 2026-06-10 12:42 UTC  (4+ messages)
` [RFC PATCH 5/6] fuse: dax: "

[PATCH RESEND v2 0/5] KVM: arm64: nv: Even more VNCR fixes
 2026-06-10 12:42 UTC  (3+ messages)
` [PATCH RESEND v2 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort

[PATCH] dt-bindings: mfd: qcom,spmi-pmic: Add Qualcomm PMK7750
 2026-06-10 12:41 UTC 

[PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Add Qualcomm PMK7750
 2026-06-10 12:40 UTC 

Fix long latency in MHI PM sys error transition
 2026-06-10 12:40 UTC  (3+ messages)
` [v1 PATCH 1/1] bus: mhi: core: fix sys error handling latency

[PATCH net-next] bonding: add sysfs interface for broadcast_neighbor
 2026-06-10 12:39 UTC  (3+ messages)

[PULL 0/8] Block layer patches
 2026-06-10 12:39 UTC  (9+ messages)

[PATCH] x86/process: Return early on NULL iobm in native_tss_update_io_bitmap()
 2026-06-10 12:40 UTC  (2+ messages)
` 答复: "

[PATCH net v4 0/3] tipc: fix netlink gate and receive-path bugs
 2026-06-10 12:40 UTC  (4+ messages)
` [PATCH net v4 1/3] tipc: require net admin for TIPCv2 netlink mutators
` [PATCH net v4 2/3] tipc: prevent snt_unacked underflow on CONN_ACK
` [PATCH net v4 3/3] tipc: reject inverted service ranges from peer bindings

[PATCH] bus: vexpress-config: fix device_node refcount leak in vexpress_syscfg_probe()
 2026-06-10 12:38 UTC  (2+ messages)

[PATCH 1/2] media: i2c: ov8865: Program the mode on stream start if needed
 2026-06-10 12:38 UTC  (3+ messages)
` [PATCH v2 1/2] media: i2c: ov8865: Drop the runtime PM usage count on stream failure

[PATCH v2 00/35] monitor: turn QMP and HMP into QOM objects
 2026-06-10 12:34 UTC  (36+ messages)
` [PATCH v2 01/35] qom: replace 'can_be_deleted' with 'prepare_delete'
` [PATCH v2 02/35] monitor: replace 'common' with 'parent_obj' in MonitorHMP
` [PATCH v2 03/35] monitor: replace 'common' with 'parent_obj' in MonitorQMP
` [PATCH v2 04/35] monitor: rename monitor_init* to monitor_new*
` [PATCH v2 05/35] monitor: minimal conversion of monitors to QOM
` [PATCH v2 06/35] monitor: add 'chardev' property to Monitor base class
` [PATCH v2 07/35] monitor: add 'readline' property to HMP Monitor class
` [PATCH v2 08/35] monitor: add 'pretty' property to QMP "
` [PATCH v2 09/35] monitor: remove 'skip_flush' field
` [PATCH v2 10/35] monitor: move monitor_data_(init|destroy) into QOM init/finalize
` [PATCH v2 11/35] monitor: use class methods for monitor_vprintf
` [PATCH v2 12/35] monitor: use class methods for monitor_qapi_event_emit
` [PATCH v2 13/35] monitor: use class methods for monitor_accept_input
` [PATCH v2 14/35] monitor: use class method for I/O thread request
` [PATCH v2 15/35] monitor: use dynamic cast in monitor_qmp_requests_pop_any_with_lock
` [PATCH v2 16/35] util: use dynamic cast in error vreport
` [PATCH v2 17/35] monitor: drop unused monitor_cur_is_qmp
` [PATCH v2 18/35] monitor: use dynamic cast in QMP commands
` [PATCH v2 19/35] monitor: use dynamic cast in monitor_is_hmp_non_interactive
` [PATCH v2 20/35] monitor: drop unused monitor_is_qmp method
` [PATCH v2 21/35] monitor: eliminate monitor_is_hmp_non_interactive method
` [PATCH v2 22/35] monitor: implement "user creatable" interface for adding monitors
` [PATCH v2 23/35] qemu-options: document new monitor-hmp and monitor-qmp objects
` [PATCH v2 24/35] monitor: convert from oneshot BH to persistent BH
` [PATCH v2 25/35] monitor: reject attempts to delete the current monitor
` [PATCH v2 26/35] monitor: protect qemu_chr_fe_accept_input with monitor lock
` [PATCH v2 27/35] monitor: implement support for deleting QMP objects
` [PATCH v2 28/35] tests/qtest: add tests for dynamic monitor add/remove
` [PATCH v2 29/35] tests/functional: add e2e test for dynamic QMP monitor hotplug
` [PATCH v2 30/35] tests/functional: add a stress test for monitor hot unplug
` [PATCH v2 31/35] qom: add method for getting the "id" of a QOM object
` [PATCH v2 32/35] qom: add trace events for user creatable create/delete APIs
` [PATCH v2 33/35] monitor: add support for auto-deleting monitors upon close
` [PATCH v2 34/35] tests: switch from -mon to -object monitor-qmp
` [PATCH v2 35/35] docs: mark '-mon' as deprecated in favour of -object

[master/wrynose][PATCH] beaglebadge-ti: avoid building ubifs and ubi for beaglebadge by default
 2026-06-10 12:37 UTC  (4+ messages)

[PATCHv2] arm64/entry: Fix arm64-specific rseq brokenness
 2026-06-10 12:37 UTC  (4+ messages)

[PATCH net-next v6 0/5] veth: add Byte Queue Limits (BQL) support
 2026-06-10 12:37 UTC  (7+ messages)
` [PATCH net-next v6 2/5] veth: implement Byte Queue Limits (BQL) for latency reduction
` [PATCH net-next v6 3/5] veth: add tx_timeout watchdog as BQL safety net

[PATCH v2] spi: rzv2h-rspi: Fix SPDR read access width for 16-bit RX
 2026-06-10 12:36 UTC  (2+ messages)

[PATCH] fuse: drop redundant initializer in process_init_limits()
 2026-06-10 12:36 UTC  (2+ messages)

[PATCH 0/7] Make PMP encoding usable for non-hart PMPs
 2026-06-10 12:35 UTC  (2+ messages)

[RFC v3 1/3] doc: add fastmem programming guide
 2026-06-10 12:35 UTC  (3+ messages)
` [RFC v4 0/3] lib/fastmem: fast small-object allocator

[PATCH] riscv: dts: spacemit: k3: Enable SD card support
 2026-06-10 12:34 UTC  (2+ messages)

[PATCH] mempool: improve cache behaviour and performance
 2026-06-10 12:34 UTC  (5+ messages)
` [PATCH v7] net/idpf: update for new mempool cache algorithm

[PATCH v2 0/2] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-06-10 12:33 UTC  (3+ messages)
` [PATCH v2 1/2] soc: aspeed: add BMC-side PCIe BMC device driver

[PATCH] meson: remove -mcpu from bindgen_clang_arguments
 2026-06-10 12:33 UTC 

[PATCH] devtool: prevent 'devtool modify -n' from corrupting kernel Git repos
 2026-06-10 12:32 UTC  (4+ messages)
` [OE-core] "

[PATCH] drm/tests: Move test EDID data to separate .c file
 2026-06-10 12:32 UTC  (3+ messages)

[PATCH v10 0/9] drm/amdgpu: Render-node EVENTFD subscriptions (toward KFD/KGD event unification)
 2026-06-10 12:32 UTC  (3+ messages)
` [PATCH v10 5/9] drm/amdgpu: Use queue references for queue-aware EVENTFD subscriptions

[RFC] arm: property and value naming summary between named CPU models vs customizable host model
 2026-06-10 12:31 UTC 

[PATCH v3 0/2] clk: amlogic: Add A9 AO clock controller
 2026-06-10 12:30 UTC  (4+ messages)
` [PATCH v3 2/2] clk: amlogic: Add A9 AO clock controller driver

[PATCH 0/4] gpu: nova-core: obtain and display VRAM amount
 2026-06-10 12:30 UTC  (5+ messages)
` [PATCH 1/4] gpu: nova-core: move GSP unload state to a pinned Gpu subobject

[PATCH] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-06-10 12:30 UTC  (4+ messages)

[PATCH v2] ref-filter: restore prefix-scoped iteration
 2026-06-10 12:29 UTC  (4+ messages)
` [PATCH v3] "

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-10 12:29 UTC  (6+ messages)

[PATCH] target/riscv: add 'trigger-count' debug property
 2026-06-10 12:28 UTC  (3+ messages)

[PATCH v1] floppy: Drop unused pnp driver data
 2026-06-10 12:28 UTC  (2+ messages)

[PATCH] xfs: fix use-after-free of buf_log_item in xlog_cil_build_lv_chain
 2026-06-10 12:28 UTC  (2+ messages)

[PATCH v2] cmdline: prevent out-of-bounds read in completion buffer
 2026-06-10 12:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 6/7] drivers/migrate_offload: add DMA batch copy driver (dcbm)
 2026-06-10 12:26 UTC  (2+ messages)
` (no subject)

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

[PATCH] libselinux: avoid out-of-bounds access on zero-length lines
 2026-06-10 12:27 UTC 

[PATCH v2 0/2] clk: amlogic: Add A9 AO clock controller
 2026-06-10 12:26 UTC  (6+ messages)
` [PATCH v2 2/2] clk: amlogic: Add A9 AO clock controller driver

[PATCH net] virtio_net: do not allow tunnel csum offload for non GSO packets
 2026-06-10 12:26 UTC  (3+ messages)

LINBIT SDS 1.0.2 and WinDRBD 1.2.10 released
 2026-06-10 12:26 UTC 

fs/gfs2/log.o: warning: objtool: gfs2_ail1_start_one+0x38c: unreachable instruction
 2026-06-10 12:25 UTC 

[PATCH rdma-next] RDMA/core: Fix FRMR handle leak on push_handle_to_queue_locked failure
 2026-06-10 12:25 UTC  (2+ messages)

[PATCH v2] platform/x86: asus-wmi: add keystone dongle support
 2026-06-10 12:25 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: phy: qcom,qusb2: Straighten out SM6125 and MSM8996
 2026-06-10 12:25 UTC  (3+ messages)

Please pull u-boot-marvell/next
 2026-06-10 12:21 UTC 

[PATCH 0/9] media/arm64: HM1092 IR camera and ASUS Zenbook A14 (X1P42100) camera support
 2026-06-10 12:24 UTC  (16+ messages)
` [PATCH 6/9] arm64: dts/media: qcom: keep PLL8 out of Purwa camss hot path
  ` [PATCH 3/9] media: i2c: hm1092: add Himax HM1092 mono NIR sensor driver
  ` [PATCH 2/9] media: dt-bindings: Add Himax HM1092 NIR sensor
  ` [PATCH 4/9] MAINTAINERS: add entry for the Himax HM1092 sensor driver
  ` [PATCH 7/9] arm64: dts: qcom: hamoa: reorder csiphy power-domains for v8 CSI2-PHY

[v2 00/16] mm: PMD-level swap entries for anonymous THPs
 2026-06-10 12:24 UTC  (3+ messages)

[pci:p2pdma] BUILD SUCCESS 0ba76b19fd4c7256787eab0283c759b18eb76876
 2026-06-10 12:24 UTC 

[PATCH v7 0/2] arm64: dts: qcom: fix power domain handling on SM8250
 2026-06-10 12:24 UTC  (5+ messages)
` [PATCH v7 1/2] arm64: dts: qcom: sm8250: sort out Iris power domains

[PATCH v2 0/5] NBX10G: Marvell Armada 8040 Nodebox 10G board support
 2026-06-10 12:21 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] arm: mach-mvebu: armada8k: cpuinfo and SAR
  ` [PATCH v3 2/5] board: freebox: add Nodebox 10G board support
  ` [PATCH v3 3/5] board: freebox: nbx10g: add emmcboot for dual-bank eMMC boot
  ` [PATCH v3 4/5] board: freebox: nbx10g: add device serial and MAC address initialization
  ` [PATCH v3 5/5] arm: dts: armada-8040-nbx: add U-Boot dtsi for conditional OP-TEE

[PATCH v6 0/5] initial support for yosemite4
 2026-06-10 12:21 UTC  (6+ messages)
` [PATCH v6 1/5] ast2600: yosemite4 initial support
` [PATCH v6 2/5] ast2600: yosemite4 functional test
` [PATCH v6 3/5] hw/sensor: MAX31790 support
` [PATCH v6 4/5] hw/sensor: support MAX11615
` [PATCH v6 5/5] hw/sensor: support Texas Instruments ADC128D818

[PATCH] timer: orion: Use dev_remap_addr_index()
 2026-06-10 12:21 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: eliza: Add PCIe PHY and controller nodes
 2026-06-10 12:23 UTC  (2+ messages)

[PATCH] pinctrl: armada-38x: Staticize and constify driver ops
 2026-06-10 12:21 UTC  (2+ messages)

[PATCH v2 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-10 12:23 UTC  (5+ messages)

[PATCH] arm: mvebu: Drop unnecessary BOARD_EARLY_INIT_F usage
 2026-06-10 12:21 UTC  (2+ messages)

[PATCH 1/1] serial: serial_octeon_bootcmd.c: use correct Kconfig symbol
 2026-06-10 12:21 UTC  (2+ messages)

[PATCH v3] fuse: back uncached readdir buffers with pages
 2026-06-10 12:22 UTC  (6+ messages)

[PATCH v2 0/2] Synology: common: Fix typo and fallout
 2026-06-10 12:21 UTC  (5+ messages)
` [PATCH v2 1/2] board: Synology: legacy.c: Include asm/io.h
` [PATCH v2 2/2] board: Synology: common: Fix typo in Makefile

[PATCH v3 0/3] arm: mvebu: Updates for xcat3
 2026-06-10 12:21 UTC  (7+ messages)
` [PATCH v3 1/3] mtd: nand: pxa3xx: Pass valid dev to dev_err()
` [PATCH v3 2/3] arm: mvebu: db-xc3-24g4xg: Remove marvell, nand-keep-config
` [PATCH v3 3/3] arm: mvebu: Add Allied Telesis x220

[PATCH bpf-next 0/2] bpf: Fix gotox target validation against CFG
 2026-06-10 12:22 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
    `  "

[PATCH] net: mvpp2: fix NULL pointer dereference in mvpp2_phy_connect
 2026-06-10 12:21 UTC  (2+ messages)

[PATCH 0/9] drm/xe: Probe info outside of xe_info_init() and xe_info_init_early()
 2026-06-10 12:22 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] arm: kirkwood: Remove unnecessary watchdog GPIO for ZyXEL NSA325 board
 2026-06-10 12:21 UTC  (2+ messages)

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

[PATCH v2 0/2] Reuse --contains traversal results
 2026-06-10 12:20 UTC  (4+ messages)
` [PATCH v2 2/2] ref-filter: memoize --contains with generations

[PATCH] mm/gup_test: reject wrapped user ranges
 2026-06-10 12:21 UTC  (4+ messages)

[PATCH v5 0/5] initial support for yosemite4
 2026-06-10 12:19 UTC  (4+ messages)
` [PATCH v5 3/5] hw/sensor: MAX31790 support

[PATCH] usb: xhci: Use common error handling code in two functions
 2026-06-10 12:20 UTC 

[PATCH] xen/pvcalls: bound backend response req_id before indexing rsp[]
 2026-06-10 12:19 UTC  (4+ messages)

[PATCH] iio: backend: fix uninitialized data in debugfs
 2026-06-10 12:19 UTC  (11+ messages)

[PATCH v6] platform/x86: hp-wmi: Add multicolor LED support for HP keyboard backlight
 2026-06-10 12:18 UTC  (5+ messages)
` [PATCH v7] "
    ` [PATCH v8] "

[PATCH v5 0/3] Nuvoton NPCM FIU DTS fixes and binding conversion
 2026-06-10 12:18 UTC  (4+ messages)
` [PATCH v5 1/3] arm: dts: nuvoton: npcm7xx: Drop bogus FIU memory reg-names
` [PATCH v5 2/3] arm: dts: nuvoton: npcm7xx: Drop redundant FIU clock-names
` [PATCH v5 3/3] spi: dt-bindings: nuvoton,npcm750-fiu: Convert to DT schema

[PATCH 3/4] arm64: dts: qcom: msm8996: Add VDD_MX to QUSB2 PHYs
 2026-06-10 12:18 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Fix setting retval to -EPERM for cgroup hooks not returning errno
 2026-06-10 20:17 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add retval test for bool and errno LSM cgroup hooks

[PATCH] HID: hid-steam: fix uninit-value access in steam_get_serial
 2026-06-10 12:17 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Reject scalar addition from untrusted memory
 2026-06-10 12:16 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
      `  "

[PATCH v2] drm/xe/guc: Avoid self-deadlock in queue destruction
 2026-06-10 12:16 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Avoid self-deadlock in queue destruction (rev3)

[f2fs-dev] [PATCH 0/4] Reduce the time spent in interrupt context
 2026-06-10 12:14 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: Rename f2fs_post_read_wq into f2fs_wq
` [f2fs-dev] [PATCH 3/4] f2fs: Split f2fs_write_end_io()
` [f2fs-dev] [PATCH 4/4] f2fs: Run f2fs_write_end_io() asynchronously

[PATCH 0/3] arm64: errata: Mitigate TLBI errata on various Arm CPUs
 2026-06-10 12:14 UTC  (2+ messages)

[PATCH v1] arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU
 2026-06-10 12:14 UTC  (2+ messages)

[PATCH] gitlab: ensure "check-XXX' jobs capture functional test logs
 2026-06-10 12:12 UTC 

[PATCH v4 00/12] Optimize anonymous large folio unmapping
 2026-06-10 12:13 UTC  (5+ messages)
` [PATCH v4 01/12] mm/rmap: convert page -> folio for hwpoison checks

[PATCH v4 1/2] xfs: skip inode inactivation on a shut down mount
 2026-06-10 12:13 UTC  (4+ messages)
` [PATCH v4 2/2] xfs: shut down the filesystem on a failed mount

[PATCH 0/4] drm/amd/pm: smu_v14_0_0: fix pp_dpm_* clock reporting on SMU v14.0.0/v14.0.1 APUs
 2026-06-10 12:09 UTC  (5+ messages)
` [PATCH 1/4] drm/amd/pm: smu_v14_0_0: add DCLK and VCLK1/DCLK1 metric handlers
` [PATCH 2/4] drm/amd/pm: add IP_VERSION(11, 5, 1) to vclk/dclk DPM sysfs whitelists
` [PATCH 3/4] drm/amd/pm: smu_v14_0_0: add SMU_DCEFCLK support in DPM frequency queries
` [PATCH 4/4] drm/amd/pm: smu_v14_0_0: add closest-match fallback for DPM level marking

[PATCH v5 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-06-10 12:12 UTC  (4+ messages)
` [PATCH v5 5/5] iio: adc: versal-sysmon: add oversampling support

[PATCH 0/4] X2 Elite Lenovo Yoga Slim 7x Gen11 support
 2026-06-10 12:12 UTC  (6+ messages)
` [PATCH 2/4] dt-bindings: arm: qcom: Add Lenovo Yoga Slim 7x Gen11

[PATCH] drm/xe: Fix use-after-free race in xe_pt_zap_ptes and xe_pt_zap_ptes_range
 2026-06-10 12:12 UTC  (5+ messages)

[PATCH] drm/nouveau: Document weird looking bugfix
 2026-06-10 12:12 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: soc: sophgo: add Milk-V Duo 256M board
 2026-06-10 12:10 UTC  (2+ messages)
` [PATCH v2 2/2] riscv: dts: sophgo: Add Milk-V Duo 256M board support


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.