messages from 2025-06-19 12:30:09 to 2025-06-19 13:28:02 UTC [more...]
[PATCH 00/13] Streaming control for MC with metadata or streams otherwise
2025-06-19 13:27 UTC (9+ messages)
` [PATCH 01/13] media: ipu6: Use correct pads for xlate_streams()
` [PATCH 02/13] media: ipu6: Set minimum height to 1
` [PATCH 03/13] media: ipu6: Enable and disable each stream at CSI-2 subdev source pad
[PATCH] lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly()
2025-06-19 13:27 UTC (3+ messages)
[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-19 13:26 UTC (11+ messages)
` [PATCH v5 05/23] rust: num: add the `fls` operation
` [PATCH v5 23/23] gpu: nova-core: load and run FWSEC-FRTS
[PATCH v2 0/3] PCIe: Refactor link speed configuration with unified macro
2025-06-19 13:26 UTC (2+ messages)
[RFC 0/2] lib/vsprintf: Add support for pte_t
2025-06-19 13:26 UTC (10+ messages)
` [RFC 1/2] "
[PATCH v2 01/11] drm/amdgpu: validate userq input args
2025-06-19 13:25 UTC (9+ messages)
` [PATCH v2 05/11] drm/amdgpu: add userq object va track helpers
` [PATCH v2 06/11] drm/amdgpu: track the userq bo va for its obj management
` [PATCH v2 09/11] drm/amdgpu: validate userq activity status for GEM_VA unmap
[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
2025-06-19 13:24 UTC (25+ messages)
` [PATCH v6 01/24] rust: dma: fix comment
` [PATCH v6 02/24] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v6 03/24] rust: dma: add dma_handle_with_offset method to CoherentAllocation
` [PATCH v6 04/24] rust: make ETIMEDOUT error available
` [PATCH v6 05/24] rust: sizes: add constants up to SZ_2G
` [PATCH v6 06/24] gpu: nova-core: use absolute paths in register!() macro
` [PATCH v6 07/24] gpu: nova-core: add delimiter for helper rules "
` [PATCH v6 08/24] gpu: nova-core: expose the offset of each register as a type constant
` [PATCH v6 09/24] gpu: nova-core: allow register aliases
` [PATCH v6 10/24] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v6 11/24] gpu: nova-core: add helper function to wait on condition
` [PATCH v6 12/24] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v6 13/24] gpu: nova-core: add DMA object struct
` [PATCH v6 14/24] gpu: nova-core: register sysmem flush page
` [PATCH v6 15/24] gpu: nova-core: add falcon register definitions and base code
` [PATCH v6 16/24] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v6 17/24] gpu: nova-core: vbios: Add base support for VBIOS construction and iteration
` [PATCH v6 18/24] gpu: nova-core: vbios: Add support to look up PMU table in FWSEC
` [PATCH v6 19/24] gpu: nova-core: vbios: Add support for FWSEC ucode extraction
` [PATCH v6 20/24] gpu: nova-core: compute layout of the FRTS region
` [PATCH v6 21/24] gpu: nova-core: add types for patching firmware binaries
` [PATCH v6 22/24] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v6 23/24] gpu: nova-core: load and "
` [PATCH v6 24/24] gpu: nova-core: update and annotate TODO list
[PATCH] staging: sm750fb: rename 'proc_setBLANK'
2025-06-19 13:24 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/6] spacemit: introduce P1 PMIC and regulator support
2025-06-19 13:23 UTC (10+ messages)
` [PATCH 1/6] dt-bindings: mfd: add support the SpacmiT P1 PMIC
` [PATCH 2/6] mfd: spacemit: add support for SpacemiT PMICs
` [PATCH 3/6] regulator: spacemit: support SpacemiT P1 regulators
[PATCH net-next v11 00/14] Add Microchip ZL3073x support (part 1)
2025-06-19 13:23 UTC (5+ messages)
` [PATCH net-next v11 13/14] dpll: zl3073x: Add support to get/set frequency on input pins
[PATCH 00/20] arm: Fixes and preparatory cleanups for split-accel
2025-06-19 13:23 UTC (22+ messages)
` [PATCH 01/20] target/arm: Remove arm_handle_psci_call() stub
` [PATCH 02/20] target/arm: Reduce arm_cpu_post_init() declaration scope
` [PATCH 03/20] target/arm: Unify gen_exception_internal()
` [PATCH 04/20] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH 05/20] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
` [PATCH 06/20] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH 07/20] accel/hvf: Trace VM memory mapping
` [PATCH 08/20] target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
` [PATCH 09/20] target/arm/hvf: Correct dtb_compatible value
` [PATCH 10/20] target/arm: Restrict system register properties to system binary
` [PATCH 11/20] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH 12/20] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH 13/20] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH 14/20] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH 15/20] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH 16/20] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH 17/20] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [PATCH 18/20] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH 19/20] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH 20/20] tests/functional/sbsa-ref: Move where machine type is set
[PATCH v2] Add SPDX_INCLUDE_COMPILED_SOURCES documentation
2025-06-19 13:22 UTC
[RFC patch v3 00/20] Cache aware scheduling
2025-06-19 13:21 UTC (3+ messages)
[PATCH v2 1/4] oeqa/utils/command: fast-path get_bb_var()
2025-06-19 13:20 UTC (4+ messages)
` [PATCH v2 2/4] scripts/test-remote-image: remove useless postconfig arguments
` [PATCH v2 3/4] oeqa/selftest/esdk: remove postconfig argument
` [PATCH v2 4/4] oeqa/selftest: add new test for toolchain switching
[PATCH] tests/kms_writeback: Fix kms_writeback for VKMS
2025-06-19 13:19 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
` ✗ i915.CI.Full: "
[PATCH linux next] tools/accounting/delaytop: add delaytop to record top-n task delay
2025-06-19 13:18 UTC
[PATCH] sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
2025-06-19 13:18 UTC (2+ messages)
[PATCH] rust: drm: Drop the use of Opaque for ioctl arguments
2025-06-19 13:17 UTC (9+ messages)
[PATCH v2 0/8] Add clock support for Loongson 2K0300 SoC
2025-06-19 13:17 UTC (3+ messages)
[PATCH net-next 0/8] net/mlx5: HWS, Optimize matchers ICM usage
2025-06-19 13:16 UTC (3+ messages)
` [PATCH net-next 6/8] net/mlx5: HWS, Track matcher sizes individually
[PATCH 1/1] PCI: Fix secondary bus wait return value when D3cold delay = 0
2025-06-19 13:15 UTC (2+ messages)
[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
2025-06-19 13:15 UTC (14+ messages)
` [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 4/6] rust: module: update the module macro with module parameter support
[PATCH 0/2] OpenRISC fixes for PR120587
2025-06-19 13:14 UTC (3+ messages)
` [PATCH 1/2] or1k: Implement *extendbisi* to fix ICE in convert_mode_scalar [PR120587]
` [PATCH 2/2] or1k: Improve If-Conversion by delaying cbranch splits
[PATCH v6 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support
2025-06-19 13:13 UTC (7+ messages)
` [PATCH v6 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge
[PATCH] drm/i915/display: move unordered works to new private workqueue
2025-06-19 13:13 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH v2] tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show functions
2025-06-19 13:13 UTC
[PATCH 1/2] dt-bindings: display: panel: Make reset-gpio as optional for Raydium RM67200
2025-06-19 13:12 UTC (2+ messages)
[PATCH RFC] btf_encoder: skip functions consuming structs passed by value on stack
2025-06-19 13:12 UTC (3+ messages)
malloc.3: Clarify realloc(3) standards conformance
2025-06-19 13:11 UTC (8+ messages)
` [musl] "
[PATCH v2] statx.2: Add stx_atomic_write_unit_max_opt
2025-06-19 13:10 UTC (3+ messages)
[OE-core][PATCH v2] u-boot: Allow for customizing installed/deployed file names
2025-06-19 13:10 UTC
[PATCH v5 04/16] drm/atomic: Introduce helper to lookup connector by encoder
2025-06-19 13:09 UTC (11+ messages)
[PATCH v4 9/9] repack: exclude cruft pack(s) from the MIDX where possible
2025-06-19 13:08 UTC (2+ messages)
` [PATCH] fixup! "
[PATCH v1 0/2] Revert commit 6ccb83d6c497 to fix DWC3 dual-role regression
2025-06-19 13:07 UTC (10+ messages)
` [PATCH v1 1/2] usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed
[PATCH v2] PCI/AER: Use pci_clear_and_set_config_dword() to simplify mask updates
2025-06-19 13:06 UTC (2+ messages)
[PATCH] NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN
2025-06-19 13:05 UTC (2+ messages)
[anolis-intel-cloud:devel-5.10 2/2] drivers/block/virtio_blk.c:2149:12: warning: 'virtblk_cdev_add' defined but not used
2025-06-19 13:05 UTC
[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-19 13:04 UTC (10+ messages)
` [PATCH v10 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
[PATCH v5 0/2] sched/numa: add statistics of numa balance task migration
2025-06-19 13:03 UTC (10+ messages)
` [PATCH v5 2/2] sched/numa: add statistics of numa balance task
REJECTED: CVE-2024-44955: drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
2025-06-19 13:04 UTC
[PATCH 01/14] Fix stack-skip counts for caller and stackdepth
2025-06-19 13:03 UTC (8+ messages)
` [PATCH 11/14] Test: caller and stackdepth tests for proc provider
[PATCH v2] interconnect: avoid memory allocation when 'icc_bw_lock' is held
2025-06-19 13:03 UTC (3+ messages)
REJECTED: CVE-2024-36022: drm/amdgpu: Init zone device and drm client after mode-1 reset on reload
2025-06-19 13:03 UTC
[PATCH v7 0/6] add support for pf1550 PMIC MFD-based drivers
2025-06-19 13:03 UTC (3+ messages)
` [PATCH v7 2/6] mfd: pf1550: add core mfd driver
REJECTED: CVE-2022-49299: usb: dwc2: gadget: don't reset gadget's driver->bus
2025-06-19 13:03 UTC
REJECTED: CVE-2021-47144: drm/amd/amdgpu: fix refcount leak
2025-06-19 13:03 UTC
[net-next, 00/10] Introducing Broadcom BNGE Ethernet Driver
2025-06-19 13:02 UTC (9+ messages)
` [net-next, 02/10] bng_en: Add devlink interface
` [net-next, 03/10] bng_en: Add firmware communication mechanism
` [net-next, 04/10] bng_en: Add initial interaction with firmware
` [net-next, 06/10] bng_en: Add backing store support
[PATCH v3 1/1] vhost: handle virtqueue locking for memory hotplug
2025-06-19 13:01 UTC (7+ messages)
` [PATCH v4 0/1] Memory hotplug fix
` [PATCH v4 1/1] vhost: handle virtqueue locking for memory hotplug
[PATCH v1 net-next 00/15] ipv6: Drop RTNL from mcast.c and anycast.c
2025-06-19 13:01 UTC (4+ messages)
` [PATCH v1 net-next 06/15] ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP
[Intel-wired-lan] [PATCH] igc: Make the const read-only array supported_sizes static
2025-06-19 13:01 UTC (3+ messages)
[syzbot] [hwmon?] KMSAN: uninit-value in get_temp_cnct
2025-06-19 13:01 UTC (4+ messages)
[GIT PULL] KVM/arm64 fixes, take #3
2025-06-19 13:00 UTC
[PATCH v2 0/8] Add AMD ISP4 driver
2025-06-19 13:00 UTC (5+ messages)
` [PATCH v2 1/8] media: platform: amd: Introduce amd isp4 capture driver
[PATCH 0/2] Simplify the shash wrappers for the CRC32 library
2025-06-19 12:59 UTC (7+ messages)
` [PATCH 2/2] crypto/crc32[c]: register only "-lib" drivers
[PATCH v2] fs/buffer: use min folio order to calculate upper limit in __getblk_slow()
2025-06-19 12:59 UTC (2+ messages)
[PATCH v4 1/5] efi: Provide wrappers for load_image, start_image, unload_image
2025-06-19 8:34 UTC (5+ messages)
` [PATCH v4 2/5] efi/sb: Add support for the shim loader protocol
` [PATCH v4 3/5] efi/sb: Add API for retrieving shim loader image handles
` [PATCH v4 4/5] loader/efi/chainloader: Use shim loader image handle where available
` [PATCH v4 5/5] loader/efi/linux: "
[PATCH 0/6] iscsi fixes for 5.19 or 5.20
2025-06-19 12:57 UTC (3+ messages)
` [PATCH 1/6] scsi: iscsi: Fix HW conn removal use after free
[RFC PATCH 0/5] Introduce mempool object new debug capabilities
2025-06-19 12:57 UTC (3+ messages)
[RFC] board_f: why is TLB size estimated before board_init_banksize
2025-06-19 12:56 UTC
[PATCH] rust: time: Seal the ClockSource trait
2025-06-19 12:57 UTC (4+ messages)
perf: nativesdk
2025-06-19 12:55 UTC (5+ messages)
` [OE-core] "
[PATCH] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
2025-06-19 12:55 UTC (4+ messages)
[PATCH v8 0/3] clocksource: fix Tegra234 SoC Watchdog Timer
2025-06-19 12:55 UTC (5+ messages)
` [PATCH v8 1/3] clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
[PATCH V2 net-next 0/8] There are some cleanup for hns3 driver
2025-06-19 12:54 UTC (5+ messages)
` [PATCH V2 net-next 8/8] net: hns3: clear hns alarm: comparison of integer expressions of different signedness
[PATCH] khugepaged: Optimize __collapse_huge_page_copy_succeeded() for large folios by PTE batching
2025-06-19 12:53 UTC (6+ messages)
[PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis
2025-06-19 12:51 UTC (8+ messages)
[PATCH] Revert "dt_pid: pid grabs should be shortlived"
2025-06-19 12:51 UTC (5+ messages)
` [DTrace-devel] "
[PATCH] ALSA: mixer_oss: Replace deprecated strcpy() with strscpy()
2025-06-19 12:50 UTC (3+ messages)
[PATCH 1/1] ixgbe: check the ioremap return value first (supplementary CC)
2025-06-19 12:48 UTC (2+ messages)
` Re: [PATCH 1/1] "
[PATCH v18 00/12] Improve write performance for zoned UFS devices
2025-06-19 12:49 UTC (3+ messages)
` [PATCH v18 12/12] scsi: ufs: Inform the block layer about write ordering
rust: Enable Nightly Builds
2025-06-19 12:49 UTC (2+ messages)
[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
2025-06-19 12:49 UTC (4+ messages)
[PATCH v3 1/1] PCI: Add Extended Tag + MRRS quirk for Xeon 6
2025-06-19 12:48 UTC (2+ messages)
[PATCH] mlx4: Use of macro ARRAY_SIZE() to calculate array size
2025-06-19 12:47 UTC
[PATCH 0/2] Changes in hdcp2_stream_encryption
2025-06-19 12:47 UTC (2+ messages)
` ✓ CI.KUnit: success for Changes in hdcp2_stream_encryption (rev2)
[PATCH] signing.bbclass: make PEM loading compatible with OpenSC 0.26.0
2025-06-19 12:46 UTC
[PATCH] drm/xe: Grab pending job list lock before resubmit
2025-06-19 12:46 UTC (4+ messages)
REJECTED: CVE-2024-56786: bpf: put bpf_link's program when link is safe to be deallocated
2025-06-19 12:46 UTC
[PATCH 1/1] dts: fix deterministic doc
2025-06-19 12:39 UTC (4+ messages)
` [PATCH v2] "
[agd5f:drm-fixes-6.16 2/20] Warning: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:6396 function parameter 'link' not described in 'dc_get_host_router_index'
2025-06-19 12:44 UTC
[PATCH net-next 00/10] eth: finish migration to the new RXFH callbacks
2025-06-19 12:44 UTC (3+ messages)
` [PATCH net-next 09/10] eth: hns3: migrate to "
[meta-oe][PATCH v2 0/6] signing.bbclass: add certificate chain handling
2025-06-19 12:44 UTC (6+ messages)
` [meta-oe][PATCH v2 1/6] signing.bbclass: refactor signing_import_cert_from_*
` [oe] "
REJECTED: CVE-2024-26794: btrfs: fix race between ordered extent completion and fiemap
2025-06-19 12:44 UTC
[PATCH] README.md: Update oneliner build command
2025-06-19 12:43 UTC (2+ messages)
REJECTED: CVE-2024-46700: drm/amdgpu/mes: fix mes ring buffer overflow
2025-06-19 12:43 UTC
REJECTED: CVE-2024-57920: drm/amdkfd: wq_release signals dma_fence only when available
2025-06-19 12:43 UTC
[PATCH] pinctrl: renesas: rzg2l: Validate pins before setting mux function
2025-06-19 12:43 UTC (2+ messages)
REJECTED: CVE-2024-35788: drm/amd/display: Fix bounds check for dcn35 DcfClocks
2025-06-19 12:42 UTC
Kernel panic in __migrate_swap_task() under stress-ng
2025-06-19 12:42 UTC (2+ messages)
REJECTED: CVE-2023-52733: s390/decompressor: specify __decompress() buf len to avoid overflow
2025-06-19 12:42 UTC
[PATCH v4 00/11] drm/xe: Init changes for flicker-free boot
2025-06-19 12:41 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Init changes for flicker-free boot. (rev3)
REJECTED: CVE-2025-38030: Revert "drm/amd: Keep display off while going into S4"
2025-06-19 12:40 UTC
[meta-security] FILESEXTRAPATHS:append seems to be wrong
2025-06-19 12:39 UTC (2+ messages)
` [yocto] "
[PATCH] xen/efi: Do not check kernel signature if it was embedded
2025-06-19 12:38 UTC (4+ messages)
[PATCH] tpm: Replace scnprintf() with sysfs_emit() and sysfs_emit_at() in sysfs show functions
2025-06-19 12:37 UTC
[PATCH 0/7] KVM: arm64: trap fixes and cleanup
2025-06-19 12:36 UTC (2+ messages)
[PATCH] KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_cases
2025-06-19 12:36 UTC (2+ messages)
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-19 12:36 UTC (3+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` (subset) "
[PATCH net] net: vlan: fix format-truncation warnings in register_vlan_device
2025-06-19 12:35 UTC (2+ messages)
` [PATCH net] net: vlan: fix format-truncation warnings in? register_vlan_device
[PATCH v7 2/3] leds: lp8860: Check return value of devm_mutex_init()
2025-06-19 12:34 UTC (2+ messages)
` (subset) "
register_syctl_init error in linux-next-20250612
2025-06-19 11:50 UTC (2+ messages)
[Buildroot] [PATCH] package/gqrx: bump version to 2.17.7
2025-06-19 12:34 UTC
[PATCH 3/3] nfsd: split nfsd_mutex into one mutex per net-namespace
2025-06-19 12:33 UTC (2+ messages)
[PATCH] hw/arm/aspeed: add Catalina machine type
2025-06-19 12:31 UTC (3+ messages)
[PATCH] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Drop `bias-pull-up` from OVC pins
2025-06-19 12:31 UTC (2+ messages)
Module signing and post-quantum crypto public key algorithms
2025-06-19 12:31 UTC (2+ messages)
[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
2025-06-19 12:31 UTC (4+ messages)
` [PATCH v5 3/8] pmdomain: thead: Instantiate GPU power sequencer via auxiliary bus
[PATCH 0/4] sched/fair: Manage lag and run to parity with different slices
2025-06-19 12:31 UTC (3+ messages)
` [PATCH 4/4] sched/fair: Improve NO_RUN_TO_PARITY
[PATCH] net: usb: qmi_wwan: add SIMCom 8230C composition
2025-06-19 12:30 UTC (3+ messages)
[RFC PATCH 0/3] platform/x86: Add support for Uniwill laptop features
2025-06-19 12:30 UTC (6+ messages)
` [RFC PATCH 2/3] platform/x86: Add Uniwill laptop driver
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-06-19 12:30 UTC (9+ messages)
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.