messages from 2026-05-13 12:57:41 to 2026-05-13 13:21:37 UTC [more...]
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-13 13:17 UTC (34+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 11/44] arm64: RMI: Check for RMI support at KVM init
` [PATCH v14 12/44] arm64: RMI: Check for LPA2 support
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 15/44] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v14 16/44] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 18/44] arm64: RMI: Activate realm on first VCPU run
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 25/44] KVM: arm64: Expose support for private memory
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
` [PATCH v14 30/44] KVM: arm64: Handle realm VCPU load
` [PATCH v14 31/44] KVM: arm64: Validate register access for a Realm VM
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests
` [PATCH v14 33/44] KVM: arm64: WARN on injected undef exceptions
[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
2026-05-13 13:20 UTC (53+ messages)
` [PATCH v2 01/69] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v2 02/69] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v2 03/69] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v2 04/69] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v2 05/69] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v2 06/69] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v2 07/69] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v2 08/69] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v2 09/69] mm/mm_init: Defer hugetlb reservation "
` [PATCH v2 10/69] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v2 11/69] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v2 12/69] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v2 13/69] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v2 14/69] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v2 15/69] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v2 16/69] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v2 17/69] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v2 18/69] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v2 19/69] mm/mm_init: Make __init_page_from_nid() static
` [PATCH v2 20/69] mm/sparse-vmemmap: Drop VMEMMAP_POPULATE_PAGEREF
` [PATCH v2 21/69] mm: Rename vmemmap optimization macros around folio semantics
` [PATCH v2 22/69] mm/sparse: Drop power-of-2 size requirement for struct mem_section
` [PATCH v2 23/69] mm/sparse-vmemmap: track compound page order in "
` [PATCH v2 24/69] mm/mm_init: Skip initializing shared vmemmap tail pages
` [PATCH v2 25/69] mm/sparse-vmemmap: Initialize shared tail vmemmap pages on allocation
` [PATCH v2 26/69] mm/sparse-vmemmap: Support section-based vmemmap accounting
` [PATCH v2 27/69] mm/sparse-vmemmap: Support section-based vmemmap optimization
` [PATCH v2 28/69] mm/hugetlb: Use generic vmemmap optimization macros
` [PATCH v2 29/69] mm/sparse: Mark memblocks present earlier
` [PATCH v2 30/69] mm/hugetlb: Switch HugeTLB to section-based vmemmap optimization
` [PATCH v2 31/69] mm/sparse: Remove section_map_size()
` [PATCH v2 32/69] mm/mm_init: Factor out pfn_to_zone() as a shared helper
` [PATCH v2 33/69] mm/sparse: Remove SPARSEMEM_VMEMMAP_PREINIT
` [PATCH v2 34/69] mm/sparse: Inline usemap allocation into sparse_init_nid()
` [PATCH v2 35/69] mm/hugetlb: Remove HUGE_BOOTMEM_HVO
` [PATCH v2 36/69] mm/hugetlb: Remove HUGE_BOOTMEM_CMA
` [PATCH v2 37/69] mm/sparse-vmemmap: Factor out shared vmemmap page allocation
` [PATCH v2 38/69] mm/sparse-vmemmap: Introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH v2 39/69] mm/sparse-vmemmap: Switch DAX to vmemmap_shared_tail_page()
` [PATCH v2 40/69] powerpc/mm: "
` [PATCH v2 41/69] mm/sparse-vmemmap: Drop the extra tail page from DAX reservation
` [PATCH v2 42/69] mm/sparse-vmemmap: Switch DAX to section-based vmemmap optimization
` [PATCH v2 43/69] mm/sparse-vmemmap: Unify DAX and HugeTLB population paths
` [PATCH v2 44/69] mm/sparse-vmemmap: Remove the unused ptpfn argument
` [PATCH v2 45/69] powerpc/mm: Make vmemmap_populate_compound_pages() static
` [PATCH v2 46/69] mm/sparse-vmemmap: Map shared vmemmap tail pages read-only
` [PATCH v2 47/69] powerpc/mm: "
` [PATCH v2 48/69] mm/sparse-vmemmap: Inline vmemmap_populate_address() into its caller
` [PATCH v2 49/69] mm/hugetlb_vmemmap: Remove vmemmap_wrprotect_hvo()
` [PATCH v2 50/69] mm/sparse: Simplify section_nr_vmemmap_pages()
` [PATCH v2 51/69] mm/sparse-vmemmap: Introduce vmemmap_nr_struct_pages()
` [PATCH v2 52/69] powerpc/mm: Drop powerpc vmemmap_can_optimize()
[PATCH] drivers/base/memory: set mem->altmap after successful device registration
2026-05-13 13:20 UTC (3+ messages)
[PATCH v5 0/5] PCI: qcom: Add D3cold support
2026-05-13 13:20 UTC (3+ messages)
` [PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path
[PATCH net v2 0/4] rxrpc: Better fix for DATA/RESPONSE decrypt vs splice()
2026-05-13 13:19 UTC (5+ messages)
` [PATCH net v2 1/4] rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
` [PATCH net v2 2/4] crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
` [PATCH net v2 3/4] rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg
` [PATCH net v2 4/4] rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer
[PATCH 1/2] drm/amdkfd: Check bounds on allocate_doorbell
2026-05-13 13:18 UTC (4+ messages)
` [PATCH 2/2] drm/amdkfd: Check bounds for allocate_sdma_queue restore_sdma_id
[PATCH v2 00/16] drm/tidss: Add BeagleY-AI display support (and some more)
2026-05-13 13:17 UTC (17+ messages)
` [PATCH v2 01/16] dt-bindings: display: ti: Move ti,am62l-dss binding to a new binding file
` [PATCH v2 02/16] dt-bindings: display: ti,am65x-dss: Simplify binding
` [PATCH v2 03/16] dt-bindings: display: ti,am625-oldi: Add optional power-domain for OLDI
` [PATCH v2 04/16] dt-bindings: display: ti,am65x-dss: Add ti,dpi-io-ctrl
` [PATCH v2 05/16] dt-bindings: display: ti,am65x-dss: Add AM62P DSS
` [PATCH v2 06/16] drm/tidss: Remove extra pm_runtime_mark_last_busy
` [PATCH v2 07/16] drm/tidss: oldi: Remove define for unused register OLDI_LB_CTRL
` [PATCH v2 08/16] drm/tidss: Add mechanism to detect DPI output
` [PATCH v2 09/16] drm/tidss: Add external data and sync signal edge configuration
` [PATCH v2 10/16] drm/tidss: Add support for DPIENABLE bit
` [PATCH v2 11/16] drm/tidss: oldi: Fix OLDI signal polarities
` [PATCH v2 12/16] drm/tidss: oldi: Convert OLDI to an aux driver
` [PATCH v2 13/16] drm/tidss: Add support for AM62P display subsystem
` [PATCH v2 14/16] arm64: dts: ti: k3-am62p-j722s-common-main: Make main_conf a syscon
` [PATCH v2 15/16] arm64: dts: ti: k3-am62p-j722s-common-main: Add support for DSS
` [PATCH v2 16/16] arm64: dts: ti: beagley-ai: Enable HDMI display and audio
drivers/tty/amiserial.c:456 rs_startup() warn: missing error code 'retval'
2026-05-13 13:14 UTC
[PATCH 0/4] Describe coresight on R-Mobile APE6
2026-05-13 13:15 UTC (9+ messages)
` [PATCH 1/4] dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock "
` [PATCH 2/4] clk: renesas: r8a73a4: Implement "
` [PATCH 3/4] ARM: dts: renesas: r8a73a4: Add "
` [PATCH 4/4] ARM: dts: renesas: r8a73a4: Describe coresight "
[meta-networking][PATCH v2] nftables: add systemd PACKAGECONFIG
2026-05-13 13:14 UTC
[PATCH v5 0/6] ata: libata-scsi: multi-LUN ATAPI device support
2026-05-13 13:12 UTC (7+ messages)
` [PATCH v5 2/6] ata: libata-scsi: convert dev->sdev to per-LUN array
` [PATCH v5 3/6] ata: libata-scsi: route non-zero LUN commands for multi-LUN ATAPI
` [PATCH v5 5/6] ata: libata-scsi: probe additional LUNs for multi-LUN ATAPI devices
[PATCH v2] x86/cpu: Skip reading MSR_IA32_PLATFORM_ID in virtualized environment
2026-05-13 13:11 UTC (8+ messages)
[PATCH RESEND 2] HID: Add force feedback support for Speedlink Cougar Vibration Flightstick
2026-05-13 13:12 UTC (4+ messages)
[PATCH v5 0/2] phy: add basic support for NXPs TJA1145 CAN transceiver
2026-05-13 13:12 UTC (9+ messages)
` [PATCH v5 1/2] dt-bindings: phy: add "
` [PATCH v5 2/2] phy: add basic "
Modifying SRC_URI before it is parsed by the fetcher
2026-05-13 13:11 UTC (5+ messages)
` [yocto] "
[PATCH] iio: imu: kmx61: Fix TOCTOU race condition
2026-05-13 13:11 UTC (7+ messages)
FAILED: patch "[PATCH] usb: dwc3: Move GUID programming after PHY initialization" failed to apply to 6.6-stable tree
2026-05-13 13:11 UTC (2+ messages)
` [PATCH 6.6.y] usb: dwc3: Move GUID programming after PHY initialization
FAILED: patch "[PATCH] wifi: brcmfmac: Fix potential use-after-free issue when" failed to apply to 5.15-stable tree
2026-05-13 13:11 UTC (2+ messages)
` [PATCH 5.15.y] wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task
[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
2026-05-13 13:11 UTC (3+ messages)
FAILED: patch "[PATCH] ALSA: hda: cs35l56: Propagate ASP TX source control errors" failed to apply to 6.12-stable tree
2026-05-13 13:11 UTC (2+ messages)
` [PATCH 6.12.y] ALSA: hda: cs35l56: Propagate ASP TX source control errors
[PATCH v3 00/13] drm/bridge: tc358762: Various small fixes
2026-05-13 13:10 UTC (14+ messages)
` [PATCH v3 01/13] drm/bridge: tc358762: Clean up register defines
` [PATCH v3 02/13] drm/bridge: tc358762: Improve SYSCTRL "
` [PATCH v3 03/13] drm/bridge: tc358762: Improve LCDCTRL defines
` [PATCH v3 04/13] drm/bridge: tc358762: Configure SYSCTRL first
` [PATCH v3 05/13] drm/bridge: tc358762: Drop SPICMR write
` [PATCH v3 06/13] drm/bridge: tc358762: Improve DPI enable handling
` [PATCH v3 07/13] drm/bridge: tc358762: Update comment about the number of lanes
` [PATCH v3 08/13] drm/bridge: tc358762: Support VTG
` [PATCH v3 09/13] drm/bridge: tc358762: Fix sync polarities
` [PATCH v3 10/13] drm/bridge: tc358762: Move tc358762_init() into tc358762_enable()
` [PATCH v3 11/13] drm/bridge: tc358762: Drop drm_bridge_funcs.mode_set
` [PATCH v3 12/13] drm/bridge: tc358762: Set DE_POL and DCLK_POL properly
` [PATCH v3 13/13] drm/panel-simple: Fix powertip,ph800480t013-idf02 timings
[PATCH v6] iio: imu: kmx61: Use guard(mutex)() over manual locking
2026-05-13 13:10 UTC (2+ messages)
[PATCH v2] perf pmu: Skip test on Arm64 when #slots is zero
2026-05-13 13:10 UTC (2+ messages)
[PATCH v5 00/14] media: iris: Add support for glymur platform
2026-05-13 13:09 UTC (3+ messages)
` [PATCH v5 02/14] iommu: Add iris-vpu-bus to iommu_buses
Updated netfilter syntax to Vim 10
2026-05-13 12:59 UTC
[PATCH] audit: fix potential integer overflow in audit_log_n_hex()
2026-05-13 13:08 UTC
LINSTOR Operator 2.10.7
2026-05-13 13:07 UTC
[PATCH v2] arm: k3: Kconfig: Enable fTPM and RPMB support
2026-05-13 13:06 UTC (3+ messages)
[meta-oe][PATCH] jsoncpp: Fix C++11 ABI breakage when compiled with C++17
2026-05-13 8:03 UTC (2+ messages)
[PATCH] gstreamer1.0-plugins-rs: add new package
2026-05-13 7:25 UTC (3+ messages)
` [OE-core] "
[PATCH net-next v10 0/9] net: phy_port: SFP modules representation and phy_port listing
2026-05-13 13:05 UTC (10+ messages)
` [PATCH net-next v10 1/9] net: phy: phy_link_topology: Add a helper for opportunistic alloc
` [PATCH net-next v10 2/9] net: phy: phy_link_topology: Track ports in phy_link_topology
` [PATCH net-next v10 3/9] net: phylink: Register a phy_port for MAC-driven SFP cages
` [PATCH net-next v10 4/9] net: phy: Create SFP phy_port before registering upstream
` [PATCH net-next v10 5/9] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next v10 6/9] net: phy: phy_port: Store information about a MII port's vacant state
` [PATCH net-next v10 7/9] net: phy: phy_link_topology: Add a helper to retrieve ports
` [PATCH net-next v10 8/9] netlink: specs: Add ethernet port listing with ethtool
` [PATCH net-next v10 9/9] net: ethtool: Introduce ethtool command to list ports
Issue with PyPI when working offline
2026-05-13 13:04 UTC
FAILED: patch "[PATCH] Bluetooth: L2CAP: Fix null-ptr-deref in" failed to apply to 5.15-stable tree
2026-05-13 13:05 UTC (2+ messages)
` [PATCH 5.15.y] Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
FAILED: patch "[PATCH] Bluetooth: L2CAP: Fix null-ptr-deref in" failed to apply to 5.10-stable tree
2026-05-13 13:04 UTC (2+ messages)
` [PATCH 5.10.y] Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
2026-05-13 13:04 UTC (4+ messages)
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
[PATCH RFC] printk: remove BOOT_PRINTK_DELAY
2026-05-13 13:04 UTC (4+ messages)
[PATCH v2 0/4] HS400 and HS400ES support for Exynos DW-MMC drivers
2026-05-13 13:03 UTC (6+ messages)
` [PATCH v2 1/4] mmc: exynos_dw_mmc: add proper init sequence for HS400 support
[PATCH v2 0/8] Fix MCR inconsistencies in RTP tables
2026-05-13 13:03 UTC (5+ messages)
` [PATCH v2 4/8] drm/xe/kunit: Add xe_kunit_helper_is_live_test()
[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-13 13:03 UTC (8+ messages)
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-05-13 13:02 UTC (6+ messages)
FAILED: patch "[PATCH] Bluetooth: L2CAP: Fix null-ptr-deref in" failed to apply to 6.12-stable tree
2026-05-13 13:02 UTC (2+ messages)
` [PATCH 6.12.y] Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
FAILED: patch "[PATCH] Bluetooth: L2CAP: Fix null-ptr-deref in" failed to apply to 6.1-stable tree
2026-05-13 13:01 UTC (2+ messages)
` [PATCH 6.1.y] Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
[PATCH 7.0.y] sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()
2026-05-13 13:01 UTC
[PATCH V4 0/9] nvme: Refactor and expose per-controller timeout configuration
2026-05-13 13:00 UTC (4+ messages)
` [PATCH V4 5/9] nvme: add sysfs attribute to change IO timeout per controller
[PATCH v3 0/3] Documentation: security-bugs: new updates covering triage and AI
2026-05-13 13:00 UTC (13+ messages)
` [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug
` [PATCH v3 3/3] Documentation: security-bugs: clarify requirements for AI-assisted reports
FAILED: patch "[PATCH] Bluetooth: L2CAP: Fix null-ptr-deref in" failed to apply to 6.6-stable tree
2026-05-13 13:00 UTC (2+ messages)
` [PATCH 6.6.y] Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb()
[PATCH 1/3] sim7100: disable IMS on A7671 during power-up
2026-05-13 12:59 UTC (3+ messages)
` [PATCH 2/3] sim7100: disable unsupported features on A7671
` [PATCH 3/3] sim7100: add dbus under/over voltage warnings
[PATCH v7 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
2026-05-13 12:59 UTC (3+ messages)
[PATCH net 0/3] netdevsim: psp: fix issues with stats collection
2026-05-13 12:59 UTC (4+ messages)
` [PATCH net 1/3] netdevsim: psp: initialize stats syncp before use
` [PATCH net 2/3] netdevsim: psp: update rx stats on the peer netdevsim
` [PATCH net 3/3] netdevsim: psp: serialize psp stats writers
[PATCH net] tls: Preserve sk_err across recvmsg() when data has been copied
2026-05-13 12:58 UTC
[patch V2 00/11] hrtimers: Prevent hrtimer interrupt starvation
2026-05-13 12:57 UTC (4+ messages)
` [patch V2 01/11] hrtimer: Provide hrtimer_start_range_ns_user()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.