messages from 2023-05-30 15:51:34 to 2023-05-30 16:18:09 UTC [more...]
[igt-dev] [i-g-t V4 00/82] Document KMS tests
2023-05-30 16:10 UTC (3+ messages)
` [igt-dev] [i-g-t V4 78/82] tests/kms_vblank: Document each subtest for testplan
[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
2023-05-30 16:17 UTC (15+ messages)
[PATCH v4 0/4] firmware: Add support for Qualcomm UEFI Secure Application
2023-05-30 16:17 UTC (5+ messages)
` [PATCH v4 1/4] lib/ucs2_string: Add UCS-2 strlcpy function
[android-common:android13-5.10 1/1] kernel/sched/fair.c:4803: undefined reference to `clock_task_mult'
2023-05-30 16:16 UTC
[PATCH v2] usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} error
2023-05-30 16:17 UTC
[PATCH] lvts_thermal.c: Fix error checking for debugfs_create_dir
2023-05-30 16:15 UTC (4+ messages)
[PATCH] riscv: vector: Fixup modules compile error
2023-05-30 16:14 UTC (10+ messages)
[PATCH 00/51] video: fbdev: Convert to platform remove callback returning void
2023-05-30 16:12 UTC (6+ messages)
[PATCH v15 0/6] add Amlogic A1 clock controller drivers
2023-05-30 16:14 UTC (12+ messages)
` [PATCH v15 5/6] dt-bindings: clock: meson: add A1 Peripherals clock controller bindings
[PATCH 0/4] Various xive fixes
2023-05-30 16:11 UTC (5+ messages)
` [PATCH 1/4] pnv/xive2: Add definition for TCTXT Config register
` [PATCH 2/4] pnv/xive2: Add definition for the ESB cache configuration register
` [PATCH 3/4] pnv/xive2: Allow writes to the Physical Thread Enable registers
` [PATCH 4/4] pnv/xive2: Handle TIMA access through all ports
[meta-oe][PATCH] gnulib: Update recipe name to 2018-12-18
2023-05-30 16:12 UTC (3+ messages)
[iptables PATCH] xshared: fix memory leak in should_load_proto
2023-05-30 16:11 UTC (2+ messages)
[Cluster-devel] [PATCH v6 00/20] bio: check return values of bio_add_page
2023-05-30 16:10 UTC (27+ messages)
` [dm-devel] [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [dm-devel] [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [dm-devel] [PATCH v6 11/20] zram: use __bio_add_page for adding "
` [dm-devel] [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [dm-devel] [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [dm-devel] [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [dm-devel] [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` "
` [Cluster-devel] "
` [dm-devel] [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [dm-devel] [PATCH v6 18/20] block: add __bio_add_folio
` "
` [Cluster-devel] "
` [dm-devel] [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` "
` [Cluster-devel] "
` [dm-devel] [PATCH v6 20/20] block: mark bio_add_folio as __must_check
` "
` [Cluster-devel] "
[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
2023-05-30 16:09 UTC (33+ messages)
` [kvm-unit-tests PATCH v6 01/32] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v6 02/32] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v6 03/32] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v6 04/32] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v6 05/32] lib/acpi: Convert table names to Linux style
` [kvm-unit-tests PATCH v6 06/32] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v6 07/32] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v6 08/32] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v6 09/32] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v6 10/32] devicetree: Check that fdt is not NULL in dt_available()
` [kvm-unit-tests PATCH v6 11/32] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v6 13/32] arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v6 14/32] arm64: Add support for cpu "
` [kvm-unit-tests PATCH v6 15/32] arm64: Add support for gic "
` [kvm-unit-tests PATCH v6 16/32] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v6 17/32] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v6 18/32] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v6 19/32] lib/efi: Add support for reading an FDT
` [kvm-unit-tests PATCH v6 20/32] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v6 21/32] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v6 22/32] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 24/32] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v6 25/32] arm64: Change GNU-EFI imported code to use defined types
` [kvm-unit-tests PATCH v6 26/32] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v6 27/32] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v6 29/32] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v6 30/32] arm64: debug: Make inline assembly symbols global
` [kvm-unit-tests PATCH v6 31/32] arm64: Add an efi/run script
` [kvm-unit-tests PATCH v6 32/32] arm64: Use the provided fdt when booting through EFI
[PATCH] soc: fsl: qe: Replace all non-returning strlcpy with strscpy
2023-05-30 16:08 UTC (6+ messages)
[PATCH 0/2] PHY: Add support for single link USXGMII in Cadence Torrent PHY driver
2023-05-30 14:38 UTC (2+ messages)
` [PATCH 2/2] phy: cadence-torrent: Use key:value pair table for all settings
[libgpiod][PATCH 1/1] gpio-tools-test.bats: modify delays in toggle test
2023-05-30 16:07 UTC (10+ messages)
stable-rc/queue/4.14 baseline: 125 runs, 27 regressions (v4.14.315-85-gdc6c918c7984)
2023-05-30 16:07 UTC
[PATCH 0/7] block layer patches for bcachefs
2023-05-30 16:06 UTC (5+ messages)
[PATCH v6 0/6] drm/etnaviv: add pci device driver support
2023-05-30 16:06 UTC (14+ messages)
` [PATCH v6 1/6] drm/etnaviv: add a dedicated function to register an irq handler
` [PATCH v6 2/6] drm/etnaviv: add a dedicated function to get various clocks
` [PATCH v6 3/6] drm/etnaviv: add dedicated functions to create and destroy platform devices
` [PATCH v6 4/6] drm/etnaviv: add helpers for private data construction and destruction
` [PATCH v6 5/6] drm/etnaviv: add driver support for the PCI devices
` [PATCH v6 6/6] drm/etnaviv: allow usperspace create cached coherent bo
[PATCH v2] ACPI: APEI: EINJ: EINJV2 support added
2023-05-30 16:05 UTC (6+ messages)
[PATCH libgpiod v2 0/2] bindings: rust: allow packaging of libgpiod-sys
2023-05-30 16:05 UTC (5+ messages)
` [PATCH libgpiod v2 1/2] rust: bindings: turn SPDX tags into comments
` [PATCH libgpiod v2 2/2] bindings: rust: build against pkg-config info
[PATCH v2] nvme: fix miss command type check
2023-05-30 16:05 UTC (2+ messages)
buffer redirtying fixes and cleanup
2023-05-30 15:56 UTC (5+ messages)
` [PATCH 3/3] btrfs: don't hold an extra reference for redirtied buffers
[PATCH] rtlwifi: rtl8188ee: drop RTX_POWER_BEFORE_IQK_A and RTX_POWER_AFTER_IQK_A reads
2023-05-30 15:54 UTC
[PATCH] scsi: sym53c8xx: Replace all non-returning strlcpy with strscpy
2023-05-30 16:03 UTC
[PATCH v2 0/3] gfx: improvements when using multiboot2 and EFI
2023-05-30 16:02 UTC (4+ messages)
` [PATCH v2 2/3] multiboot2: parse console= and vga= options when setting GOP mode
[PATCH] scsi: message: fusion: Replace all non-returning strlcpy with strscpy
2023-05-30 16:02 UTC
stable-rc/queue/5.10 baseline: 154 runs, 7 regressions (v5.10.180-211-gbaf33ae31f24)
2023-05-30 16:02 UTC
[PATCH 00/11] btrfs: some delayed refs optimizations and cleanups
2023-05-30 16:01 UTC (4+ messages)
` [PATCH 11/11] btrfs: make btrfs_destroy_delayed_refs() return void
[PATCH] pci: fix comment referencing renamed function
2023-05-30 16:02 UTC
[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
2023-05-30 16:01 UTC (7+ messages)
[PATCH v6 0/6] drm/etnaviv: add pci device driver support
2023-05-30 16:01 UTC (12+ messages)
` [PATCH v6 1/6] drm/etnaviv: add a dedicated function to register an irq handler
` [PATCH v6 2/6] drm/etnaviv: add a dedicated function to get various clocks
` [PATCH v6 3/6] drm/etnaviv: add dedicated functions to create and destroy platform devices
` [PATCH v6 4/6] drm/etnaviv: add helpers for private data construction and destruction
` [PATCH v6 5/6] drm/etnaviv: add driver support for the PCI devices
[PATCH] crypto: qat - update slice mask for 4xxx devices
2023-05-30 16:01 UTC
[patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
2023-05-30 16:00 UTC (14+ messages)
` [patch] x86/smpboot: Disable parallel bootup if cc_vendor != NONE
[PATCH v6 0/6] [PATCH v5 0/7] RISCV basic exception handling implementation
2023-05-30 16:00 UTC (3+ messages)
` [PATCH v6 5/6] xen/riscv: introduce an implementation of macros from <asm/bug.h>
[PATCH net v3] tcp: fix mishandling when the sack compression is deferred
2023-05-30 15:59 UTC
[RFC PATCH V6 00/14] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-05-30 15:59 UTC (6+ messages)
` [RFC PATCH V6 01/14] x86/sev: Add a #HV exception handler
[meta-arago][master/kirkstone][PATCH] tisdk-core-bundle: Do not try to deploy unsigned TF-A or OP-TEE images
2023-05-30 15:59 UTC
[Intel-wired-lan] [PATCH iwl-net v1] ice: Fix XDP memory leak when NIC is brought up and down
2023-05-30 15:58 UTC (2+ messages)
[PATCH] scsi: libfcoe: Replace all non-returning strlcpy with strscpy
2023-05-30 15:58 UTC
[Intel-xe] [PATCH v2 00/30] Separate GT and tile
2023-05-30 15:58 UTC (4+ messages)
` [Intel-xe] [PATCH v2 20/30] drm/xe: Interrupts are delivered per-tile, not per-GT
[PATCH] crypto: qat - set deprecated capabilities as reserved
2023-05-30 15:58 UTC
[PATCH v5 00/17] drm/meson: add support for MIPI DSI Display
2023-05-30 15:57 UTC (15+ messages)
` [PATCH v5 01/17] clk: meson: g12a: prefix private CLK IDs defines with PRIV
` [PATCH v5 05/17] clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
[PATCH] scsi: lpfc: Replace all non-returning strlcpy with strscpy
2023-05-30 15:57 UTC
[PATCH] drm/amd/amdgpu: introduce DRM_AMDGPU_WERROR
2023-05-30 15:57 UTC (9+ messages)
[igt-dev] [PATCH i-g-t v2] tests/kms_plane_scaling: add get_num_scalers()
2023-05-30 15:57 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: add get_num_scalers() (rev2)
[OE-core][PATCH] vim: upgrade 9.0.1527 -> 9.0.1592
2023-05-30 15:57 UTC
[PATCH] bpf: Replace all non-returning strlcpy with strscpy
2023-05-30 15:56 UTC
[PATCH] block: Replace all non-returning strlcpy with strscpy
2023-05-30 15:56 UTC
[PATCH] ARM: Replace all non-returning strlcpy with strscpy
2023-05-30 15:55 UTC (2+ messages)
[android-common:android13-5.10 1/1] kernel/sched/sched.h:1204: undefined reference to `clock_task_mult'
2023-05-30 15:55 UTC
[PATCH v2] opp: Fix use-after-free in lazy_opp_tables after probe deferral
2023-05-30 15:54 UTC
[syzbot] [fs?] KASAN: null-ptr-deref Write in get_block (2)
2023-05-30 15:54 UTC (6+ messages)
` [PATCH v3] fs/sysv: Null check to prevent null-ptr-deref bug
[PATCH] mm: zswap: shrink until can accept
2023-05-30 15:55 UTC (7+ messages)
[PATCH v2 0/2] media: i2c: Add support for alvium camera
2023-05-30 15:53 UTC (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: alvium: add document YAML binding
[PATCH 0/2] media: i2c: Add support for alvium camera
2023-05-30 15:52 UTC (3+ messages)
` [PATCH 1/2] media: dt-bindings: alvium: add document YAML binding
[PATCH v1 0/3] Meson Secure PWRC Driver
2023-05-30 15:52 UTC (7+ messages)
` [PATCH v1 1/3] arch/arm: meson: sm: introduce power domain functions
` [PATCH v1 2/3] drivers: meson: introduce secure power controller driver
` [PATCH v1 3/3] arch/arm64: meson-a1: dts: move pwrc node to bus
[PATCH v2 0/2] gpio: introduce hog properties with less ambiguity
2023-05-30 15:51 UTC (2+ messages)
[PATCH] arm64: dts: marvell: Fix espressobin-ultra boot failure and wifi
2023-05-30 15:41 UTC (3+ messages)
[PATCH] dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
2023-05-30 15:51 UTC (2+ messages)
[PATCH] can: length: add definitions for frame lengths in bits
2023-05-30 15:51 UTC (4+ messages)
` [PATCH v3 0/3] can: length: fix definitions and add bit length calculation
` [PATCH v3 3/3] can: length: refactor frame lengths definition to add size in bits
don't split ordered_extents for zoned writes at I/O submission time
2023-05-30 15:44 UTC (3+ messages)
` [PATCH 09/14] btrfs: return void from btrfs_finish_ordered_io
[Cluster-devel] [PATCH v5 00/20] bio: check return values of bio_add_page
2023-05-30 15:49 UTC (4+ messages)
` [Cluster-devel] [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
` [Cluster-devel] [dm-devel] "
` "
[meta-ti][master/kirkstone][PATCH 0/2] ti-img-rouge-umlibs: housekeeping and version bump
2023-05-30 15:51 UTC (3+ messages)
` [meta-ti][master/kirkstone][PATCH 1/2] ti-img-rouge-umlibs: move to new subdir
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.