All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 13:55:33 to 2026-07-01 14:30:45 UTC [more...]

[cip-dev] [isar-cip-core] Support for systemd-sysusers?
 2026-07-01 14:30 UTC  (4+ messages)

[PATCH v2 00/10] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
 2026-07-01 14:29 UTC  (11+ messages)
` [PATCH v2 01/10] dt-bindings: rtc: renesas,rzn1-rtc: Add RZ/T2H and RZ/N2H support
` [PATCH v2 02/10] rtc: rzn1: Handle EPROBE_DEFER for optional pps interrupt
` [PATCH v2 03/10] rtc: rzn1: Fix malformed MODULE_AUTHOR string
` [PATCH v2 04/10] rtc: Kconfig: Broaden RTC_DRV_RZN1 dependency to ARCH_RENESAS
` [PATCH v2 05/10] rtc: rzn1: Fix alarm range check truncation on 32-bit systems
` [PATCH v2 06/10] rtc: rzn1: Dynamically calculate synchronization delay based on clock rate
` [PATCH v2 07/10] rtc: rzn1: Use temporary variable for struct device
` [PATCH v2 08/10] rtc: rzn1: Consistently use dev_err_probe()
` [PATCH v2 09/10] rtc: rzn1: use FIELD_PREP/FIELD_GET and GENMASK for register access
` [PATCH v2 10/10] rtc: rzn1: Add support for Renesas RZ/T2H and RZ/N2H SoCs

[PATCH v2 0/9] MIPS: TXX9: Legacy GPIO interfaces cleanup
 2026-07-01 14:29 UTC  (5+ messages)
` [PATCH v2 4/9] MIPS: TXX9: rbtx4927: Use GPIO lookup table for TXx9 LEDs
` [PATCH v2 6/9] MIPS: TXX9: Use GPIO lookup table for iocled LEDs

[PATCH net-next v10 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-01 14:29 UTC  (6+ messages)

[PATCH] arm64/sysreg: Fix BWE field encoding in ID_AA64DFR2_EL1
 2026-07-01 14:29 UTC  (2+ messages)

[PATCH] scsi: smartpqi: cancel pending workers before freeing controller
 2026-07-01 14:27 UTC 

[RFC PATCH 0/2] PCI bus/CPU address translation for MMIO
 2026-07-01 14:26 UTC  (3+ messages)
` [RFC PATCH 1/2] pci: translate BAR addresses for MMIO users
` [RFC PATCH 2/2] riscv: allow a non-identity PCI MMIO CPU base

[PATCH] net: phylink: reject unsupported speed/duplex in ksettings_set() with PHY
 2026-07-01 14:27 UTC  (3+ messages)

[PATCHv4] dmaengine: tegra210-adma: use platform to ioremap
 2026-07-01 14:27 UTC  (7+ messages)

[PATCH v3 1/1] bus: mhi: pci_generic: fix Rolling Wireless RW135R-GL and RW151 support
 2026-07-01 14:27 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: describe the Lynx 10G and 28G SerDes blocks for Layerscape SoCs
 2026-07-01 14:27 UTC  (3+ messages)
` [PATCH v2 1/5] arm64: dts: lx2160a: transition to device-specific SerDes compatible strings

[PATCH v1 0/4] drm: Guard DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE behind driver feature
 2026-07-01 14:26 UTC  (4+ messages)

[PATCH v4 net-next 0/2] Add multilink SERDES configuration support
 2026-07-01 14:24 UTC  (6+ messages)
` [PATCH v4 net-next 1/2] dt-bindings: phy: cadence-torrent: Update property values to support 3 clocks
` [PATCH v4 net-next 2/2] arm64: dts: ti: Add PLL1 refclk to J784S4 SoC SERDES node

[PATCH v3.1] sched/isolation: Defer freeing of cpumask memblock memory to initcall
 2026-07-01 14:25 UTC  (3+ messages)

[PATCH] media: vivid: always allow meta output streaming
 2026-07-01 14:25 UTC 

[PATCH v2 0/3] hwmon: emc1403: Convert to use OF bindings and add regulator support
 2026-07-01 14:24 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: Document SMSC EMC1402/1403/1404/1428
` [PATCH v2 2/3] hwmon: (emc1403) Convert to use OF bindings
` [PATCH v2 3/3] hwmon: (emc1403) Add regulator support

[PATCH 00/42] drm/mediatek: The Huge Restructuring and MT8196 support
 2026-07-01 14:23 UTC  (13+ messages)
` [PATCH 23/42] dt-bindings: display: mediatek: Introduce Digital Video Output HW
` [PATCH 26/42] dt-bindings: display: mediatek: Introduce MT8196 Layer Blender
` [PATCH 28/42] dt-bindings: display: mediatek: Introduce MT8196 extended DMA Engine
` [PATCH 30/42] dt-bindings: display: mediatek: Introduce MT8196 Output Processor
` [PATCH 38/42] dt-bindings: display: mediatek: Introduce MT8196 2D Sharpness Processor
` [PATCH 40/42] dt-bindings: display: mediatek: Introduce MT8196 Image Resizer

[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-01 14:16 UTC  (24+ messages)
` [PATCH v6 01/23] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v6 02/23] kconfig: Provide PREFERRED_CPU option
` [PATCH v6 03/23] cpumask: Introduce cpu_preferred_mask
` [PATCH v6 04/23] sysfs: Add preferred CPU file
` [PATCH v6 05/23] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v6 06/23] sched/fair: Load balance only among preferred CPUs
` [PATCH v6 07/23] sched/fair: Pull the load on preferred CPU
` [PATCH v6 08/23] sched/core: Keep tick on non-preferred CPUs until tasks are out
` [PATCH v6 09/23] sched/core: Push current task from non preferred CPU
` [PATCH v6 10/23] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v6 11/23] virt/steal_monitor: Add documentation
` [PATCH v6 12/23] virt: Introduce steal monitor driver
` [PATCH v6 13/23] virt/steal_monitor: Restore to active on module disable
` [PATCH v6 14/23] virt/steal_monitor: Define steal_monitor structure
` [PATCH v6 15/23] virt/steal_monitor: Add control knobs for handling steal values
` [PATCH v6 16/23] virt/steal_monitor: Compute work at regular intervals
` [PATCH v6 17/23] virt/steal_monitor: Provide default method to get systemwide steal time
` [PATCH v6 18/23] virt/steal_monitor: Provide default method to inc/dec preferred CPUs
` [PATCH v6 19/23] virt/steal_monitor: Provide default method to get num of CPUs for steal ratio
` [PATCH v6 20/23] virt/steal_monitor: Act on steal values at regular intervals
` [PATCH v6 21/23] virt/steal_monitor: Add direction control
` [PATCH v6 22/23] virt/steal_monitor: Add design check of preferred subset of active
` [PATCH v6 23/23] virt/steal_monitor: Optimise decrease_preferred_cpus when all CPUs are housekeeping

Subject: [BUG/RFC] write-open file THP cache purge can discard dirty page cache
 2026-07-01 14:23 UTC  (8+ messages)

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-07-01 14:22 UTC  (5+ messages)
` [PATCH v5 12/17] riscv: dts: spacemit: k1: Add Zic64b ISA extension
` [PATCH v5 15/17] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-07-01 14:22 UTC  (4+ messages)

[PATCH 0/3] bloom-related leak fixes
 2026-07-01 14:21 UTC  (3+ messages)
` [PATCH 2/3] revision: avoid leaking bloom keyvecs with multiple traversals

[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-01 14:20 UTC  (7+ messages)
` [PATCH 1/6] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH 2/6] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH 3/6] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH 4/6] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH 5/6] ext4: write back partial-zeroed "
` [PATCH 6/6] ext4: skip ext4_update_disksize_before_punch() "

[PATCH net] bnx2x: fix null pointer dereference in bnx2x_free_mem_bp()
 2026-07-01 14:20 UTC  (2+ messages)

[PATCH] test: cmd: part: fix integer handling in setup_gpt_partitions()
 2026-07-01 14:20 UTC  (7+ messages)

[PATCH 0/3] Change XEN_DOMCTL_setvcpuaffinity interface
 2026-07-01 14:19 UTC  (5+ messages)

[PATCH v5 00/35] monitor: turn QMP and HMP into QOM objects
 2026-07-01 14:19 UTC  (8+ messages)
` [PATCH v5 32/35] monitor: add support for auto-deleting monitors upon close

[PATCH] clk: qcom: camcc-sc8280xp: add CLK_IGNORE_UNUSED to camcc_gdsc_clk
 2026-07-01 14:19 UTC  (2+ messages)

[PATCH 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-01 14:19 UTC  (3+ messages)
` [PATCH 2/4] mm: compaction: support non-movable compaction for pageblock requests

[PATCH] mm/ksm: document side-channel security considerations
 2026-07-01 14:18 UTC  (2+ messages)

[PATCH 0/6] selftests: fix multiple spelling errors across submodules
 2026-07-01 14:18 UTC  (2+ messages)

[PATCH net-next v11 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-07-01 14:15 UTC  (3+ messages)
` [PATCH net-next v11 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v11 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net 0/2] octeon_ep, octeon_ep_vf: fix skb frags overflow in the RX path
 2026-07-01 14:17 UTC  (3+ messages)
` [PATCH net 2/2] "

[PATCH] docs: ABI: sysfs-kernel-slab: mark cpu_partial attributes deprecated
 2026-07-01 14:17 UTC 

[PATCH net] netfilter: nf_nat_masquerade: recalculate TCP TS offset when port is randomized
 2026-07-01 14:17 UTC  (6+ messages)

[PULL 00/21] target-arm queue
 2026-07-01 14:17 UTC  (6+ messages)
` [PULL 17/21] target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS
    ` [PATCH] target/arm/hvf: manually sync ID_AA64ISAR0_EL1 on vCPU init
      ` [PATCH v2] target/arm/hvf: seed NO_RAW ID registers from isar.idregs[] "

[PATCH v7 0/2] add mcf54415 DAC driver
 2026-07-01 14:17 UTC  (3+ messages)
` [PATCH v7 1/2] iio: dac: add mcf54415 DAC
` [PATCH v7 2/2] m68k: defconfig: update stmark2 defconfig

[PATCH 0/3] hw/i386/microvm: add uefi-vars-sysbus support via platform bus
 2026-07-01 14:16 UTC  (4+ messages)
` [PATCH 1/3] hw/core/platform-bus: fix crash when num_irqs is zero
` [PATCH 2/3] hw/i386/microvm: add platform bus support
` [PATCH 3/3] hw/i386/microvm: add uefi-vars-sysbus support

Unresolved conflicts after 0d8e33717d7e in MAINTAINERS
 2026-07-01 14:16 UTC  (2+ messages)

[PATCH v3 3/5] hw/i2c: parent slaves created with i2c_slave_create_simple
 2026-07-01 14:15 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: add Qualcomm WSA885X codec support
 2026-07-01 14:14 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: sound: add WSA8855 bindings
` [PATCH v2 2/2] ASoC: codecs: add Qualcomm WSA885X codec driver

[PATCH] perf: record: Clear BPF headers if not needed
 2026-07-01 14:13 UTC 

[PATCH 0/7] I2C - detailed transfer reporting in case of a fault
 2026-07-01 13:46 UTC  (4+ messages)
` [PATCH 2/7] i2c: nomadik: optimize layout of struct nmk_i2c_dev

drivers/gpu/drm/bridge/synopsys/dw-dp.c:913:16-27: opportunity for str_plural(link -> lanes)
 2026-07-01 14:12 UTC 

[PATCH 0/6] ACPI/PCC: Preserve platform-populated PCC signatures
 2026-07-01 14:13 UTC  (7+ messages)
` [PATCH 6/6] ACPI: PCC: Preserve shared memory signature in OpRegion handler

[PATCH] drm/i915/gt: Fix NULL deref on sched_engine alloc failure
 2026-07-01 14:13 UTC  (2+ messages)

[PATCH] HID: asus: add new Asus EC hid device for keyboard backlight and FN HotKeys
 2026-07-01 14:12 UTC  (3+ messages)

[PATCH v2 0/3] drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages()
 2026-07-01 14:12 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for drm/gpusvm: fix IOVA/DMA unmap leaks in __drm_gpusvm_unmap_pages() (rev4)
` ✓ CI.KUnit: success "

[PATCH] target/i386/mshv: zero-init msr hvcall args
 2026-07-01 14:11 UTC  (2+ messages)

[PATCH v18 0/5] shut down devices asynchronously
 2026-07-01 14:11 UTC  (11+ messages)
` [PATCH 1/5] driver core: separate function to shutdown one device
` [PATCH 2/5] driver core: do not always lock parent in shutdown
` [PATCH 3/5] driver core: async device shutdown infrastructure
` [PATCH 4/5] PCI: Enable async shutdown support
` [PATCH 5/5] scsi: "

[PATCH] platform/x86: toshiba_bluetooth: Use more common error handling code in toshiba_bt_rfkill_probe()
 2026-07-01 14:11 UTC  (2+ messages)

[PATCH v3] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-01 14:10 UTC  (3+ messages)

[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-07-01 14:10 UTC  (11+ messages)
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v6 14/17] arm-qmp-cmds: introspection for ID register props
` [RFC PATCH v6 15/17] target/arm/cpu-idregs.h.inc: Generate reserved fields

[PATCH] media: i2c: vd55g1: Fix wrong output FPS value
 2026-07-01 14:10 UTC 

[PATCH v3 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
 2026-07-01 14:09 UTC  (3+ messages)

[PATCH 0/2] soundwire: bus: re-enable CLOCK_STOP_MODE1 support
 2026-07-01 14:09 UTC  (10+ messages)
` [PATCH 2/2] soundwire: Intel: stop sdw clock in system suspend

[PATCH net-next V4 0/6] evlink: Add boot-time eswitch mode defaults
 2026-07-01 14:09 UTC  (5+ messages)
` [PATCH net-next V4 4/6] devlink: Apply eswitch mode boot defaults

[PATCH 00/11] drm: MediaTek DisplayPort cleanups and MT8196 eDP
 2026-07-01 14:09 UTC  (5+ messages)
` [PATCH 10/11] drm/mediatek: mtk_dp: Add support for eDP1.5 IPs and MT8196 SoC
` [PATCH 11/11] drm/mediatek: mtk_dp: Clarify XTAL freq and Debounce registers

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-01 14:09 UTC  (3+ messages)

[PATCH] clk: qcom: enable ALWAYS_ON for titan_top_gdsc
 2026-07-01 14:09 UTC  (4+ messages)

[PATCH 0/2] Add PCIe support to RZ/V2H SoC and EVK
 2026-07-01 14:08 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r9a09g057: Add PCIe nodes

[PULL 00/34] target-arm queue
 2026-07-01 14:08 UTC  (5+ messages)
` [PULL 21/34] target/arm: Update contiguous first-fault and no-fault loads

[PATCH v2 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-01 14:07 UTC  (2+ messages)

[PATCH] slab: remove unused SL_CPU slab_stat_type
 2026-07-01 14:06 UTC 

[PATCH] mm/migrate_device: pin large folios before splitting
 2026-07-01 14:06 UTC 

[Bug 220564] New: Wrong indentification of Bluetooth in Lenovo Legion Pro 5 and 0489:e111 Foxconn / Hon Hai Wireless_Device
 2026-07-01 14:06 UTC  (4+ messages)
` [Bug 220564] hci0: ACL packet for unknown connection handle 3837 and sound interruption

rtw89: RTL8852BE P2P-device iftype and STA+P2P interface combination
 2026-07-01 14:06 UTC  (6+ messages)

[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
 2026-07-01 14:06 UTC  (5+ messages)
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event
` [RFC PATCH 3/4] tracing: Add disable_bpf trace option to ignore eBPF for fetchargs

[PATCH 0/3] tee: add MbedTEE driver
 2026-07-01 14:05 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: firmware: add mbedtee,rpc binding

[PATCH 1/2] drm/xe: count UMA shrinkable BOs as reclaimable without swap
 2026-07-01 14:05 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for series starting with [1/2] "

[PATCH v5 1/5] drm/gpusvm: split MM state flags out of drm_gpusvm_pages_flags
 2026-07-01 14:04 UTC  (2+ messages)
` ✗ CI.KUnit: failure for series starting with [v5,1/5] "

[PATCH v2] target/i386/monitor: Refine `info tlb` command
 2026-07-01 14:02 UTC  (2+ messages)
`  "

spi: geni-qcom: any planned QSPI support?
 2026-07-01 14:02 UTC  (2+ messages)

[PATCH] wifi: mt76: Fix missing barrier after initialization check in ath9k_wmi_event_tasklet()
 2026-07-01 13:57 UTC 

[PATCH v2 0/2] USB: replace __get_free_pages() with kmalloc()
 2026-07-01 14:02 UTC  (4+ messages)
` [PATCH v2 1/2] usb: host: ohci-dbg: use kmalloc() for print buffer

[PATCH v2 0/7] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-01 13:57 UTC  (3+ messages)
` [PATCH v2 4/7] mlxsw: don't keep pci_device_id

[PATCH 00/10] Add support for Apple Silicon DockChannel internal keyboards
 2026-07-01 14:01 UTC  (4+ messages)
` [PATCH 07/10] HID: apple: Add support for DockChannel HID keyboards

[PATCH v5 0/2] spi: dt-bindings: snps,dw-apb-ssi: updates for RZ/N1D
 2026-07-01 14:01 UTC  (2+ messages)

[PATCH v13 00/22] TDX KVM selftests
 2026-07-01 14:00 UTC  (7+ messages)
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd

[PATCH v3 00/10] arm64: FF-A runtime transport for EFI variables
 2026-07-01 13:59 UTC  (5+ messages)
` [PATCH v3 02/10] arm-ffa: add FF-A bus runtime support
` [PATCH v3 03/10] efi_loader: add FF-A runtime support in EFI variable TEE driver

[PATCH 0/4] drivers/net: replace __get_free_pages() with kmalloc()
 2026-07-01 13:59 UTC  (10+ messages)
` [PATCH 1/4] b43, b43legacy: debugfs: use kzalloc() to allocate formatting buffers
` [PATCH 2/4] libertas: "
` [PATCH 3/4] mwifiex: "
` [PATCH 4/4] wlcore: allocate aggregation and firmware log buffers with kzalloc()

[PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
 2026-07-01 13:58 UTC  (11+ messages)

[PATCH] drm/xe/guc: Fix invalid kfree() call via __cleanup on pointer
 2026-07-01 13:58 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v6 02/16] libs/guest: Reduce number of I/O vectors in write_batch
 2026-07-01 13:57 UTC  (2+ messages)
` [PATCH v6.1 02/16] libs/guest: Reduce number of iovecs in write_batch()

[PATCH v5 00/10] Introduce MMIO-based CMT access for Enhanced RDT
 2026-07-01 13:47 UTC  (9+ messages)
` [PATCH v5 03/10] x86/resctrl: Parse ACPI ERDT table and save CACD cpumask for RMDD domains
` [PATCH v5 04/10] x86/resctrl: Attach ACPI ERDT information to L3 mon domain on CPU online
` [PATCH v5 05/10] x86/resctrl: Parse ACPI CMRC table
` [PATCH v5 06/10] x86/resctrl: Replace "msr" in monitoring data identifiers
` [PATCH v5 07/10] x86/resctrl: Refactor the monitor read function
` [PATCH v5 08/10] fs/resctrl: Do not invoke smp_processor_id() in preemptible context
` [PATCH v5 09/10] x86/resctrl: Introduce helpers to read L3 occupancy via MMIO
` [PATCH v5 10/10] x86/resctrl: Enable "

[Intel-wired-lan] [PATCH 0/4] drivers/net/ethernet: replace __get_free_pages() with kmalloc()
 2026-07-01 13:57 UTC  (10+ messages)
`  "
` [Intel-wired-lan] [PATCH 1/4] bnx2x: use kzalloc() to allocate mac filtering list
  `  "
` [Intel-wired-lan] [PATCH 2/4] ice: use kzalloc() to allocate staging buffer for reading from GNSS
  `  "
` [Intel-wired-lan] [PATCH 3/4] sfc/siena: use kmalloc() to allocate logging buffer
  `  "
` [Intel-wired-lan] [PATCH 4/4] sfc: "
  `  "

[RFC 0/2] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-01 13:56 UTC  (4+ messages)

[Buildroot] [PATCH] package/poco: convert to CMake package
 2026-07-01 13:56 UTC 

[PATCH] data: Optimise renameVar when a variable doesn't exist
 2026-07-01 13:55 UTC 

[PATCH 0/2] hw/scsi/ncr53c710: rewrite to support HP-UX, Linux and NetBSD
 2026-07-01 13:54 UTC  (6+ messages)
` [PATCH 2/2] hw/scsi/ncr53c710: rewrite the 53C710 SCRIPTS engine


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.