All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-20 11:07:56 to 2025-05-20 11:41:51 UTC [more...]

[PATCH v5 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-05-20 10:41 UTC  (5+ messages)
` [PATCH v5 08/10] accel/rocket: Add IOCTLs for synchronizing memory accesses
` [PATCH v5 09/10] arm64: dts: rockchip: add pd_npu label for RK3588 power domains

[PATCH v3 00/22] drm: convert all bridges to devm_drm_bridge_alloc()
 2025-05-20 11:37 UTC  (3+ messages)
` [PATCH v3 15/22] drm/bridge: stm_lvds: convert to devm_drm_bridge_alloc() API

[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
 2025-05-20 11:41 UTC  (5+ messages)
` [RFC PATCH 4/5] mm/madvise: add PMADV_SET_FORK_EXEC_DEFAULT process_madvise() flag

[PATCH V5] loop: Add sanity check for read/write_iter
 2025-05-20 11:39 UTC  (8+ messages)
    ` 回复: "
        ` 回复: "
            ` 回复: "

[PATCH mptcp-next 0/2] Squash to "BPF packet scheduler"
 2025-05-20 11:40 UTC  (6+ messages)
` [PATCH mptcp-next 1/2] Squash to "selftests/bpf: Add mptcp_subflow bpf_iter subtest"
` [PATCH mptcp-next 2/2] Squash to "bpf: Export mptcp packet scheduler helpers"

[PATCH v3 0/5] Support RK3528 variant of Rockchip naneng-combphy
 2025-05-20 11:39 UTC  (10+ messages)
` [PATCH v3 3/5] phy: rockchip: naneng-combphy: Add SoC prefix to register definitions

[yocto] Graph Node Recipe does not correspond to any known layer ([]) Error [Under Investigation] [ ref:_00D307Mm._500UhRY1zs:ref ]
 2025-05-20 11:39 UTC  (5+ messages)

[RFT PATCH v3 00/21] x86: strict separation of startup code
 2025-05-20 11:38 UTC  (3+ messages)
` [RFT PATCH v3 05/21] x86/sev: Move GHCB page based HV communication out "

[PATCH 0/1] docs: kernel-doc: doesn't suppress error/warnings
 2025-05-20 11:39 UTC  (7+ messages)
` [PATCH 1/1] docs: kerneldoc.py: don't use Sphinx logger

[PATCH v5 0/6] Rockchip: Allow to silent TPL/SPL debug console
 2025-05-20 11:36 UTC  (7+ messages)
` [PATCH v5 1/6] arm: uniphier: Change _debug_uart_putc function to inline
` [PATCH v5 2/6] efi: stub: "
` [PATCH v5 3/6] ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUG
` [PATCH v5 4/6] debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is not set
` [PATCH v5 5/6] rockchip: px30: Weaken dependency TPL/SPL serial
` [PATCH v5 6/6] rockchip: px30: Fix hard dependency to DEBUG_UART_BOARD_INIT

[PATCH v6 00/16] Rate limit AER logs
 2025-05-20 11:38 UTC  (9+ messages)
` [PATCH v6 10/16] PCI/AER: Combine trace_aer_event() with statistics updates
` [PATCH v6 11/16] PCI/AER: Check log level once and remember it
` [PATCH v6 12/16] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v6 13/16] PCI/AER: Rename struct aer_stats to aer_report

[PATCH v4 00/40] drm/msm: sparse / "VM_BIND" support
 2025-05-20 11:31 UTC  (5+ messages)
` [PATCH v4 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

[PATCH] counter: microchip-tcb-capture: Add watch validation support
 2025-05-20 11:21 UTC  (4+ messages)

[PATCH] m68k: apollo: replace strcpy() with strscpy()
 2025-05-20 11:38 UTC  (2+ messages)

[PATCH v2 00/14] further mt7988 devicetree work
 2025-05-20 11:27 UTC  (4+ messages)
` [PATCH v2 06/14] arm64: dts: mediatek: mt7988: add cci node

[PATCH RFC v6 0/4] introduce IPsec Operation in virtio-net
 2025-05-20 11:38 UTC  (5+ messages)
` [PATCH v6 3/4] virtio-net: extend virtio_net_hdr for IPsec support

[PATCH v2 00/16] riscv: introduce basic UART support and interrupts for hypervisor mode
 2025-05-20 11:37 UTC  (7+ messages)
` [PATCH v2 13/16] xen/riscv: implementation of aplic and imsic operations
` [PATCH v2 14/16] xen/riscv: add external interrupt handling for hypervisor mode

[RFC PATCH 00/25] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-05-20 11:30 UTC  (26+ messages)
` [RFC PATCH 01/25] accel: Add Meson and config support for MSHV accelerator
` [RFC PATCH 02/25] target/i386/emulate: allow instruction decoding from stream
` [RFC PATCH 03/25] target/i386/mshv: Add x86 decoder/emu implementation
` [RFC PATCH 04/25] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [RFC PATCH 05/25] include/hw/hyperv: Add MSHV ABI header definitions
` [RFC PATCH 06/25] accel/mshv: Add accelerator skeleton
` [RFC PATCH 07/25] accel/mshv: Register memory region listeners
` [RFC PATCH 08/25] accel/mshv: Initialize VM partition
` [RFC PATCH 09/25] accel/mshv: Register guest memory regions with hypervisor
` [RFC PATCH 10/25] accel/mshv: Add ioeventfd support
` [RFC PATCH 11/25] accel/mshv: Add basic interrupt injection support
` [RFC PATCH 12/25] accel/mshv: Add vCPU creation and execution loop
` [RFC PATCH 13/25] accel/mshv: Add vCPU signal handling
` [RFC PATCH 14/25] target/i386/mshv: Add CPU create and remove logic
` [RFC PATCH 15/25] target/i386/mshv: Implement mshv_store_regs()
` [RFC PATCH 16/25] target/i386/mshv: Implement mshv_get_standard_regs()
` [RFC PATCH 17/25] target/i386/mshv: Implement mshv_get_special_regs()
` [RFC PATCH 18/25] target/i386/mshv: Implement mshv_arch_put_registers()
` [RFC PATCH 19/25] target/i386/mshv: Set local interrupt controller state
` [RFC PATCH 20/25] target/i386/mshv: Register CPUID entries with MSHV
` [RFC PATCH 21/25] target/i386/mshv: Register MSRs "
` [RFC PATCH 22/25] target/i386/mshv: Integrate x86 instruction decoder/emulator
` [RFC PATCH 23/25] target/i386/mshv: Write MSRs to the hypervisor
` [RFC PATCH 24/25] target/i386/mshv: Implement mshv_vcpu_run()
` [RFC PATCH 25/25] accel/mshv: Add memory remapping workaround

[PATCH] media: dvb-usb-v2: disallow 0-length I2C reads
 2025-05-20 11:35 UTC 

[PATCH RFT v3 0/3] fastboot: add support for generic block flashing
 2025-05-20 11:35 UTC  (2+ messages)

[LTP] [PATCH v3] ldt.h: Add workaround for x86_64
 2025-05-20 11:34 UTC  (3+ messages)

[PATCH v13 0/3] sched: Restructure task_mm_cid_work for predictability
 2025-05-20 11:34 UTC  (4+ messages)
` [PATCH v13 2/3] sched: Move task_mm_cid_work to mm work_struct

[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
 2025-05-20 11:33 UTC  (4+ messages)

[PATCH v4] drm/xe/vf: Fail migration recovery if fixups needed but platform not supported
 2025-05-20 11:34 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vf: Fail migration recovery if fixups needed but platform not supported (rev5)

[PATCH v4 i-g-t] tests/intel-ci: Add platform Blocklist for Eudebug
 2025-05-20 11:34 UTC 

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-20 11:34 UTC  (2+ messages)

[Buildroot] [PATCH v3 00/12] Bump Qt6 to 6.9.0, add and fix packages
 2025-05-20 11:33 UTC  (13+ messages)
` [Buildroot] [PATCH v3 01/12] package/qt6: bump version to 6.9.0
` [Buildroot] [PATCH v3 02/12] package/qt6/qt6connectivity: new package
` [Buildroot] [PATCH v3 03/12] package/qt6/qt6positioning: "
` [Buildroot] [PATCH v3 04/12] package/qt6/qt6grpc: "
` [Buildroot] [PATCH v3 05/12] package/qt6/qt6sensors: "
` [Buildroot] [PATCH v3 06/12] package/qt6/qt6speech: "
` [Buildroot] [PATCH v3 07/12] package/qt6/qt6base: add hidden options needed by qt6tools
` [Buildroot] [PATCH v3 08/12] package/qt6/qt6tools: fix assistant build failure
` [Buildroot] [PATCH v3 09/12] package/qt6/qt6tools: fix designer "
` [Buildroot] [PATCH v3 10/12] package/qt6/qt6tools: fix linguist "
` [Buildroot] [PATCH v3 11/12] package/qt6/qt6tools: fix assistant "
` [Buildroot] [PATCH v3 12/12] package/qt6/qt6tools: build without clang support

[PATCH net-next] net: usb: aqc111: fix error handling of usbnet read calls
 2025-05-20 11:32 UTC 

FAILED: patch "[PATCH] hrtimers: Force migrate away hrtimers queued after" failed to apply to 6.1-stable tree
 2025-05-20 11:32 UTC  (3+ messages)
` [PATCH 6.1.y] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING

[PATCH v2 0/3] Panfrost BO tagging and GEMS debug display
 2025-05-20 11:30 UTC  (4+ messages)
` [PATCH v2 3/3] drm/panfrost: show device-wide list of DRM GEM objects over DebugFS

[PATCH] ALSA: amd7930: replace strcpy() with strscpy()
 2025-05-20 11:30 UTC 

[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
 2025-05-20 11:29 UTC  (3+ messages)
` [RFC v2 7/9] x86/mm: Introduce Remote Action Request

[PATCH nf-next,v1 0/6] revisiting nf_tables ruleset validation
 2025-05-20 11:29 UTC  (5+ messages)

[PATCH v5 0/7] x86: Robustify pgtable_l5_enabled()
 2025-05-20 11:29 UTC  (10+ messages)
` [PATCH v5 1/7] x86/mm: Decouple MAX_PHYSMEM_BITS from LA57 state
` [PATCH v5 2/7] x86/mm: Use a single cache hot per-CPU variable to record pgdir_shift
` [PATCH v5 3/7] x86/mm: Define PTRS_PER_P4D in terms of pgdir_shift()

[PATCH] i.MX8 ISI crossbar: simplify a couple of error messages
 2025-05-20 11:19 UTC  (3+ messages)

[PATCH 0/3] Add driver for Nicera D3-323-AA PIR sensor
 2025-05-20 11:27 UTC  (6+ messages)
` [PATCH 3/3] iio: "

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-05-20 11:27 UTC  (3+ messages)
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH] hugetlb: Show nr_huge_pages in report_hugepages()
 2025-05-20 11:27 UTC  (2+ messages)

FAILED: patch "[PATCH] dm: add missing unlock on in dm_keyslot_evict()" failed to apply to 5.12-stable tree
 2025-05-20 11:27 UTC  (3+ messages)
` [PATCH 5.12.y] dm: add missing unlock on in dm_keyslot_evict()

[PATCH v2 0/5] drm: Provide helpers for programming gamma ramps and palettes
 2025-05-20 11:27 UTC  (4+ messages)
` [PATCH v2 2/5] drm/ast: Use "

[PATCH v2 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-05-20 11:26 UTC  (15+ messages)
` [PATCH v2 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v2 02/10] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH v2 03/10] cxl: Rename find_dport() to provide better function intent
` [PATCH v2 04/10] cxl: Remove adding of port_num via devm_cxl_add_dport()
` [PATCH v2 05/10] cxl: Defer hardware dport->port_id assignment and registers probing

[PATCH] scripts/make_fit: move the dtbs to the start
 2025-05-20 11:24 UTC  (2+ messages)

[PATCH v2] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-20 11:26 UTC  (2+ messages)

[PATCH master] Documentation: migration-2025.05.0: document more changes
 2025-05-20 11:21 UTC  (2+ messages)

[linux-nvme:nvme-6.16 40/42] drivers/nvme/host/multipath.c:13:6: sparse: sparse: symbol 'multipath_always_on' was not declared. Should it be static?
 2025-05-20 11:23 UTC  (2+ messages)

[PATCH v5] ref-manual/variables.rst: document the INITRAMFS_MAXSIZE variable
 2025-05-20 11:25 UTC  (5+ messages)

[PATCH 5.10.y/5.15.y] ELF: fix kernel.randomize_va_space double read
 2025-05-20 11:25 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Add missing SFC power-domains to rk3576
 2025-05-20 11:14 UTC  (2+ messages)

[PATCH net-next v7] selftests/vsock: add initial vmtest.sh for vsock
 2025-05-20 11:24 UTC  (5+ messages)

[PATCH v2] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-20 11:24 UTC  (2+ messages)

[PATCH] arm64: dts: freescale: imx93-phycore-som: Delay the phy reset by a gpio
 2025-05-20 11:24 UTC  (3+ messages)
` [Upstream] "

[PATCH] btrfs: preserve mount-supplied device path
 2025-05-20 11:23 UTC 

[oe-core][PATCHv5 0/5] Display manager proposal for x11 and wayland
 2025-05-20 11:23 UTC  (3+ messages)
` [oe-core][PATCHv5 1/5] libx11: create tmpfile dir for x11 domain socket

[PATCH 0/2] drm/i915: small fixes from code reviews
 2025-05-20 11:21 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

Patchwork summary for: spi-devel-general
 2025-05-20 11:22 UTC 

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-20 11:20 UTC  (2+ messages)

[PATCH] Revert "arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0"
 2025-05-20 11:10 UTC 

[PATCH v2 00/22] spi: sh-msiof: Transfer size improvements and I2S reuse
 2025-05-20 11:20 UTC  (3+ messages)
` [PATCH v2 22/22] ASoC: renesas: msiof: Convert to <linux/spi/sh_msiof.h>

[PATCH 6.1.y] selinux: avoid dereference of garbage after mount failure
 2025-05-20 11:18 UTC  (2+ messages)

[openeuler:OLK-6.6 2257/2257] mm/memblock.c:1409:20: warning: no previous prototype for 'memblock_alloc_range_nid_flags'
 2025-05-20 11:17 UTC 

[PATCH v5 0/6] timers: Exclude isolated cpus from timer migation
 2025-05-20 11:17 UTC  (4+ messages)
` [PATCH v5 4/6] sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave any

[openeuler:openEuler-1.0-LTS 1646/1646] mm/hugetlb.c:1370:6: warning: no previous prototype for 'free_huge_page_to_dhugetlb_pool'
 2025-05-20 11:17 UTC 

[PATCH] i2c: qup: Add error handling in qup_i2c_xfer_v2()
 2025-05-20 11:16 UTC  (2+ messages)

[PATCH v2 0/2] Update PCIe PHY settings for SA8775P
 2025-05-20 11:03 UTC  (4+ messages)
` [PATCH v2 1/2] phy: qcom: qmp-pcie: Update "

[PATCH 0/2] Input: adp5588-keys Please correct and add
 2025-05-20 11:15 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: rockchip: Add spi nodes for RK3528
 2025-05-20 10:51 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] net/mlx5: Add NULL check in mlx5e_tc_nic_create_miss_table
 2025-05-20 11:14 UTC  (2+ messages)

[PATCH v2 0/2] Input: adp5588-keys - fixes and improvements for report events processing
 2025-05-20 11:13 UTC  (3+ messages)
` [PATCH v2 1/2] Input: adp5588-keys - Add check on return code
` [PATCH v2 2/2] Input: adp5588-keys - Prevent buffer overflow

[PATCH] drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
 2025-05-20 11:13 UTC 

Tuple and changes for m68k with -malign-int
 2025-05-20 11:13 UTC  (11+ messages)

[syzbot] [bluetooth?] WARNING in hci_recv_frame
 2025-05-20 11:13 UTC 

[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
 2025-05-20 11:05 UTC  (28+ messages)
` [PULL 07/35] qapi/misc-target: Fix the doc related SGXEPCSection
` [PULL 08/35] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
` [PULL 09/35] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PULL 10/35] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PULL 11/35] target/riscv: cpu: store max SATP mode as a single integer
` [PULL 12/35] target/riscv: update max_satp_mode based on QOM properties
` [PULL 14/35] target/riscv: move satp_mode.{map, init} out of CPUConfig
` [PULL 15/35] target/riscv: introduce RISCVCPUDef
` [PULL 16/35] target/riscv: store RISCVCPUDef struct directly in the class
` [PULL 17/35] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PULL 18/35] target/riscv: move RISCVCPUConfig fields to a header file
` [PULL 19/35] target/riscv: include default value in cpu_cfg_fields.h.inc
` [PULL 20/35] target/riscv: add more RISCVCPUDef fields
` [PULL 21/35] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PULL 22/35] target/riscv: convert profile CPU models "
` [PULL 23/35] target/riscv: convert bare "
` [PULL 24/35] target/riscv: convert dynamic "
` [PULL 25/35] target/riscv: convert SiFive E "
` [PULL 27/35] target/riscv: convert SiFive U "
` [PULL 28/35] target/riscv: th: make CSR insertion test a bit more intuitive
` [PULL 29/35] target/riscv: generalize custom CSR functionality
` [PULL 30/35] target/riscv: convert THead C906 to RISCVCPUDef
` [PULL 31/35] target/riscv: convert TT Ascalon "
` [PULL 32/35] target/riscv: convert Ventana V1 "
` [PULL 33/35] target/riscv: convert Xiangshan Nanhu "
` [PULL 34/35] target/riscv: remove .instance_post_init
` [PULL 35/35] qom: reverse order of instance_post_init calls

[PATCH v2] oeqa selftest: read qemu options from TEST_RUNQEMUPARAMS
 2025-05-20 11:10 UTC  (4+ messages)
` [OE-core] "

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-05-20 10:48 UTC  (3+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file

[BUG] propagate_umount() breakage
 2025-05-20 11:10 UTC  (7+ messages)
        ` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-05-20 11:10 UTC  (5+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level

[PATCH] arm64: dts: mediatek: mt8188: Address binding warnings for MDP3 nodes
 2025-05-20 10:40 UTC 

[PATCH -stable,6.1 0/3] Netfilter fixes for -stable
 2025-05-20 11:09 UTC  (2+ messages)

[nf-next PATCH v6 00/12] Dynamic hook interface binding part 2
 2025-05-20 11:08 UTC  (4+ messages)

[Intel-wired-lan] [PATCH iwl-next 0/4] ice: Read Tx timestamps in the IRQ top half
 2025-05-20 11:06 UTC  (10+ messages)
`  "
` [Intel-wired-lan] [PATCH iwl-next 1/4] ice: skip completion for sideband queue writes
  `  "
` [Intel-wired-lan] [PATCH iwl-next 2/4] ice: refactor ice_sq_send_cmd and ice_shutdown_sq
  `  "
` [Intel-wired-lan] [PATCH iwl-next 3/4] ice: use spin_lock for sideband queue send queue
  `  "
` [Intel-wired-lan] [PATCH iwl-next 4/4] ice: read Tx timestamps in the IRQ top half
  `  "

[RFT PATCH v4 00/14] Add a single source of truth for UBWC configuration data
 2025-05-20 11:07 UTC  (8+ messages)
` [PATCH RFT v4 08/14] drm/msm/a6xx: Replace '2' with BIT(1) in level2_swizzling_dis calc
` [PATCH RFT v4 09/14] drm/msm/a6xx: Resolve the meaning of rgb565_predicator
` [PATCH RFT v4 10/14] drm/msm/a6xx: Simplify min_acc_len calculation
` [PATCH RFT v4 11/14] soc: qcom: ubwc: Fix SM6125's ubwc_swizzle value
` [PATCH RFT v4 12/14] soc: qcom: ubwc: Add #defines for UBWC swizzle bits
` [PATCH RFT v4 13/14] soc: qcom: ubwc: Fill in UBWC swizzle cfg for platforms that lack one
` [PATCH RFT v4 14/14] drm/msm/adreno: Switch to the common UBWC config struct


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.