All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-16 12:31:19 to 2024-05-16 13:20:05 UTC [more...]

[PATCH 07/12] shmem: check if a block is uptodate before splice into pipe
 2024-05-16 13:19 UTC  (2+ messages)

[PATCH 0/4] MAINTAINERS: update kraxel's entries
 2024-05-16 13:18 UTC  (4+ messages)
` [PATCH 2/4] MAINTAINERS: drop usb maintainership

[yocto] Python3 pyee recipe for Kirkstone
 2024-05-16 13:19 UTC  (2+ messages)

[PATCH] ACPI: video: Fix name collision with architecture's video.o
 2024-05-16 13:18 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH 0/5] drm/vkms: Add support for multiple plane formats
 2024-05-16 13:18 UTC  (6+ messages)
` [PATCH 1/5] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
` [PATCH 2/5] drm/vkms: Add support for ARGB8888 formats
` [PATCH 3/5] drm/vkms: Add support for ARGB16161616 formats
` [PATCH 4/5] drm/vkms: Add support for RGB565 formats
` [PATCH 5/5] drm/vkms: Add support for RGB888 formats

[PATCH v3] perf list: Fix the --no-desc option
 2024-05-16 13:15 UTC 

[PATCH 1/3] dt-bindings: iio: dac: add ad35xxr single output variants
 2024-05-16 13:17 UTC  (4+ messages)
` [PATCH 2/3] iio: dac: ad3552r: add support for ad3541r and ad3551r

usage of inotify in nfs-utils
 2024-05-16 13:17 UTC 

[PATCH] tools: Add install/uninstall targets to tests/x86_emulator
 2024-05-16 13:15 UTC  (6+ messages)

[PATCH] drm/msm/adreno: De-spaghettify the use of memory barriers
 2024-05-16 13:15 UTC  (3+ messages)

[PATCH v2 0/2] mtd: rawnand: NAND early identification fixes
 2024-05-16 13:13 UTC  (5+ messages)
` [PATCH v2 1/2] mtd: rawnand: Fix the nand_read_data_op() early check
` [PATCH v2 2/2] mtd: rawnand: Bypass a couple of sanity checks during NAND identification

[RFC] Legacy Virtio Driver with Device Has Limited Memory Access
 2024-05-16 13:13 UTC  (3+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-16 13:11 UTC  (13+ messages)
` [PATCH v6 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT

[PATCH v1 1/3] Bluetooth: btintel_pcie: Print Firmware Sequencer information
 2024-05-16 13:11 UTC  (5+ messages)
` [PATCH v1 3/3] Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverity
` [v1,1/3] Bluetooth: btintel_pcie: Print Firmware Sequencer information

[PATCH 2/3] seccomp: release task filters when the task exits
 2024-05-16 13:09 UTC  (2+ messages)

convert SCSI to atomic queue limits, part 1 (v3)
 2024-05-16 13:08 UTC  (6+ messages)
` [PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue

[PATCH] mtd: rawnand: onfi: read parameter pages in one go
 2024-05-16 13:09 UTC  (6+ messages)

[XEN PATCH v8 0/5] Support device passthrough when dom0 is PVH on Xen
 2024-05-16 13:08 UTC  (3+ messages)
` [XEN PATCH v8 1/5] xen/vpci: Clear all vpci status of device

[PATCH v2] perf list: Fix the --no-desc option
 2024-05-16 13:08 UTC  (3+ messages)

[PATCH v2 0/4] target/ppc: vcpu hotplug failure handling fixes
 2024-05-16 13:06 UTC  (6+ messages)
` [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code

[PATCH 0/2] wifi: ath12k: Refactor Rx descriptor buffer CMEM
 2024-05-16 13:07 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Refactor Rx descriptor CMEM configuration
` [PATCH 2/2] wifi: ath12k: improve the rx descriptor error information

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-05-16 13:07 UTC  (5+ messages)

TPM2_Sign vs TPM2_RSA_Decrypt
 2024-05-16 13:05 UTC  (4+ messages)

[PATCH v2 0/7] Static shared memory followup v2 - pt2
 2024-05-16 13:05 UTC  (3+ messages)
` [PATCH v2 1/7] xen/arm: Lookup bootinfo shm bank during the mapping

[PATCH v8 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
 2024-05-16 13:05 UTC  (18+ messages)
` [PATCH v8 01/17] drm/vkms: Code formatting
` [PATCH v8 02/17] drm/vkms: Use drm_frame directly
` [PATCH v8 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
` [PATCH v8 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
` [PATCH v8 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
` [PATCH v8 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
` [PATCH v8 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats
` [PATCH v8 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
` [PATCH v8 09/17] drm/vkms: Introduce pixel_read_direction enum
` [PATCH v8 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
` [PATCH v8 11/17] drm/vkms: Remove useless drm_rotation_simplify
` [PATCH v8 12/17] drm/vkms: Add YUV support
` [PATCH v8 13/17] drm/vkms: Add range and encoding properties to the plane
` [PATCH v8 14/17] drm/vkms: Drop YUV formats TODO
` [PATCH v8 15/17] drm/vkms: Create KUnit tests for YUV conversions
` [PATCH v8 16/17] drm/vkms: Add how to run the Kunit tests
` [PATCH v8 17/17] drm/vkms: Add support for DRM_FORMAT_R*

[PATCH 4.19 00/63] 4.19.314-rc1 review
 2024-05-16 13:05 UTC  (3+ messages)

[PATCH v3 0/3] mtd: nand: mxc_nand: Convert to exec_op
 2024-05-16 13:05 UTC  (8+ messages)
` [PATCH v3 2/3] mtd: nand: mxc_nand: implement exec_op

Git 2.45.1 - What is the right way to clone with global hooks disabled?
 2024-05-16 13:05 UTC  (3+ messages)

[git pull] drm for 6.10-rc1
 2024-05-16 13:04 UTC  (8+ messages)

[PATCH 00/16] TDX MMU prep series part 1
 2024-05-16 13:04 UTC  (7+ messages)
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH BlueZ v5 0/6] Create transports for matching BISes
 2024-05-16 13:04 UTC  (7+ messages)
` [PATCH BlueZ v5 1/6] shared/bap: Update stream management to avoid PACs
` [PATCH BlueZ v5 2/6] shared/bap: Add function to check the validity of a BIS
` [PATCH BlueZ v5 3/6] bap: Update BIS management
` [PATCH BlueZ v5 4/6] shared/bap: Remove not needed function
` [PATCH BlueZ v5 5/6] shared/bap: Return the local PAC when matching a BIS
` [PATCH BlueZ v5 6/6] shared/bap: Add stream ops for get_location, get_dir and get_state

[bug report] leak blkio in cgroup
 2024-05-16 13:03 UTC 

RSS Hash value returned by the gvnic pmd dpdk driver not matching Toeplitz
 2024-05-16  8:18 UTC  (5+ messages)

[PATCH] x86/paravirt: Disable virt spinlock when CONFIG_PARAVIRT_SPINLOCKS disabled
 2024-05-16 13:02 UTC 

[PATCH v2 1/3] Bluetooth: btintel_pcie: Print Firmware Sequencer information
 2024-05-16 13:15 UTC  (3+ messages)
` [PATCH v2 2/3] Bluetooth: btintel_pcie: Fix irq leak
` [PATCH v2 3/3] Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverity

[tip:x86/urgent 1/1] arch/x86/boot/printf.c:257:3: warning: unannotated fall-through between switch labels
 2024-05-16 12:59 UTC 

[isilence:zcrx/next 25/27] drivers/net/ethernet/broadcom/bnxt/bnxt.c:1242:67: error: implicit declaration of function 'io_iov_get_page'; did you mean 'iov_iter_get_pages2'?
 2024-05-16 12:59 UTC 

[PATCH v5 0/7] Add QPIC SPI NAND driver
 2024-05-16 12:59 UTC  (10+ messages)
` [PATCH v5 4/7] drivers: mtd: nand: Add qpic_common API file
` [PATCH v5 5/7] spi: spi-qpic: add driver for QCOM SPI NAND flash Interface
` [PATCH v5 7/7] arm64: dts: qcom: ipq9574: Disable eMMC node

[PATCH] gpio: prevent potential speculation leaks in gpio_device_get_desc()
 2024-05-16 12:57 UTC  (3+ messages)

[PATCH v1 0/6] thermal: core: Assorted improvements for v6.11
 2024-05-16 12:56 UTC  (7+ messages)
` [PATCH v1 1/6] thermal: sysfs: Trigger zone temperature updates on sysfs reads

[PATCH 6.1 000/244] 6.1.91-rc3 review
 2024-05-16 12:56 UTC  (3+ messages)

[PATCH v7 0/9] vfio: Improve error reporting (part 2)
 2024-05-16 12:46 UTC  (10+ messages)
` [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v7 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v7 3/9] migration: Extend migration_file_set_error() with Error* argument
` [PATCH v7 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
` [PATCH v7 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
` [PATCH v7 6/9] vfio: Reverse test on vfio_get_xlat_addr()
` [PATCH v7 7/9] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v7 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v7 9/9] vfio: Also trace event failures in vfio_save_complete_precopy()

[PATCH v2 1/2] doc: Detailed example for netconsole setup
 2024-05-16 10:42 UTC  (2+ messages)
` [PATCH v2 2/2] doc: Update netconsole examples, mention stderr

[RFC PATCH 0/3] Add display sharing support in tidss
 2024-05-16 12:51 UTC  (11+ messages)
` [RFC PATCH 2/3] drm/tidss: Add support for display sharing
      `  "

[PATCH 1/2] doc: Detailed example for netconsole setup
 2024-05-16 10:07 UTC  (3+ messages)

[PATCH v1 1/9] rockchip: RK3328: Read the reset cause from clock reset unit for RK3328 SoC
 2024-05-16  8:59 UTC  (9+ messages)
` [PATCH v1 2/9] rockchip: RK3328: Enable display cpuinfo support on all boards
` [PATCH v1 3/9] rockchip: RK3399: Read the reset cause from clock reset unit for RK3399 SoC
` [PATCH v1 4/9] rockchip: RK3399: Enable display cpuinfo support on all boards
` [PATCH v1 5/9] arm: rockchip: Enable display cpuinfo to be build with SPL_BUILD
` [PATCH v1 6/9] rockchip: RK3568: Read the reset cause from clock reset unit for RK356x SoC
` [PATCH v1 7/9] rockchip: RK356x: Enable display cpuinfo support on all boards
` [PATCH v1 8/9] rockchip: RK3588: Read the reset cause from clock reset unit for RK3588 SoC
` [PATCH v1 9/9] rockchip: RK3588: Enable display cpuinfo support on all boards

[PATCH i-g-t] tests/intel/xe_pm: Disable display for mocs-rpm test
 2024-05-16 12:51 UTC  (2+ messages)
` ✓ CI.xeFULL: success for "

[PATCH v7 0/7] PCI: rcar-gen4: Add R-Car V4H support
 2024-05-16 12:51 UTC  (8+ messages)
` [PATCH v7 6/7] PCI: rcar-gen4: Add support for r8a779g0

[PATCH 7/8] dma-buf: heaps: cma: Handle ECC flags
 2024-05-16 12:48 UTC  (2+ messages)

[PATCH 3/3] app/testpmd: support setting lanes
 2024-05-16 12:48 UTC  (4+ messages)
` [PATCH v2 0/6] "

Strange errors while executing poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb using scarthgap release
 2024-05-16 12:48 UTC  (2+ messages)
` [yocto] "

[PATCH 1/3] MIPS: Loongson64: include asm/bootinfo.h
 2024-05-16 11:59 UTC  (2+ messages)
` [PATCH 2/3] MIPS: sgi-ip22: Add prototypes for several functions to header

[PATCH v2 0/5] Enhance soft hwpoison handling and injection
 2024-05-16 12:47 UTC  (3+ messages)
` [PATCH v2 5/5] mm/memory-failure: send SIGBUS in the event of thp split fail

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-16 12:45 UTC  (4+ messages)
` [PULL 13/19] KVM: SEV: Implement gmem hook for invalidating private pages

[PATCH] x86/ucode: Further fixes to identify "ucode already up to date"
 2024-05-16 12:45 UTC  (6+ messages)

b4 one key git rebase -i
 2024-05-16 12:45 UTC  (5+ messages)

Delivery Failure
 2024-05-16 13:28 UTC 

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-16 12:44 UTC  (5+ messages)
` [PATCH 2/3] capabilities: add securebit for strict userns caps
` [PATCH 3/3] capabilities: add cap userns sysctl mask

[syzbot] Monthly jffs2 report (May 2024)
 2024-05-16 12:44 UTC  (2+ messages)

[GIT PULL] pmdomain/cpuidle-psci updates for v6.10
 2024-05-16 12:44 UTC  (2+ messages)

[PATCH v5 00/10] Add PM policy interfaces
 2024-05-16 12:43 UTC  (11+ messages)
` [PATCH v5 01/10] drm/amd/pm: Add support for DPM policies
` [PATCH v5 02/10] drm/amd/pm: Update PMFW messages for SMUv13.0.6
` [PATCH v5 03/10] drm/amd/pm: Add support to select pstate policy
` [PATCH v5 04/10] drm/amd/pm: Add xgmi plpd policy to pm_policy
` [PATCH v5 05/10] drm/amd/pm: Add xgmi plpd to SMU v13.0.6 pm_policy
` [PATCH v5 06/10] drm/amd/pm: Add xgmi plpd to aldebaran pm_policy
` [PATCH v5 07/10] drm/amd/pm: Add xgmi plpd to arcturus pm_policy
` [PATCH v5 08/10] drm/amd/pm: Remove legacy interface for xgmi plpd
` [PATCH v5 09/10] drm/amd/pm: Remove unused interface to set plpd
` [PATCH v5 10/10] Documentation/amdgpu: Add PM policy documentation

[PATCH v2] time/tick-sched: idle load balancing when nohz_full cpu becomes idle
 2024-05-16 12:43 UTC  (8+ messages)
` [PATCH v4] "

Kernel Image Format Issue - Coldfire mcf54418 CPU Failing to Boot
 2024-05-16 12:43 UTC  (6+ messages)

[PATCH v6,00/24] media: mediatek: add driver to support secure video decoder
 2024-05-16 12:20 UTC  (15+ messages)
` [PATCH v6,03/24] v4l2: verify restricted dmabufs are used in restricted queue
` [PATCH v6,04/24] v4l: add documentation for restricted memory flag
` [PATCH v6,05/24] dma-buf: heaps: Deduplicate docs and adopt common format
` [PATCH v6,09/24] media: mediatek: vcodec: allocate tee share memory
` [PATCH v6,13/24] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH v6,14/24] media: mediatek: vcodec: Add capture format to support one plane memory
` [PATCH v6,20/24] media: mediatek: vcodec: support tee decoder

[PATCH v1] Bluetooth: btintel: Refactor btintel_set_ppag()
 2024-05-16 12:41 UTC  (2+ messages)
` [v1] "

[PATCH 0/8] dma-buf: heaps: Support carved-out heaps and ECC related-flags
 2024-05-16 12:41 UTC  (4+ messages)

[PATCH] drm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-05-16 12:38 UTC 

[PATCH 5.10 000/111] 5.10.217-rc1 review
 2024-05-16 12:38 UTC  (3+ messages)

[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-16 12:38 UTC  (3+ messages)

[PATCH] drm: have config DRM_WERROR depend on !WERROR
 2024-05-16 12:36 UTC  (2+ messages)
`  "

[PATCH v3 0/6] drm/panel: simple: Add Panels and Panel Vendors
 2024-05-16 12:36 UTC  (5+ messages)
` [PATCH v3 3/6] dt-bindings: display: simple: Add Microtips & Lincolntech Dual-LVDS Panels

[PATCH 0/3] un-breaking osx-gcc ci job
 2024-05-16 12:36 UTC  (6+ messages)
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc

[PATCH] vhost: use pr_err for vq_err
 2024-05-16 12:36 UTC  (3+ messages)

[PATCH] target/riscv: zvbb implies zvkb
 2024-05-16 12:33 UTC 

[PATCH 6.8 000/340] 6.8.10-rc2 review
 2024-05-16 12:34 UTC  (2+ messages)

[PATCH 6.6 000/309] 6.6.31-rc2 review
 2024-05-16 12:34 UTC  (2+ messages)

[PATCH v2 0/5] lib/gpgpu: add shader support
 2024-05-16 12:34 UTC  (3+ messages)
` ✗ GitLab.Pipeline: warning for lib/gpgpu: add shader support (rev2)

[PATCH 0/2] Add specified fixed LDO VOUT propery
 2024-05-16 12:34 UTC  (3+ messages)
` [PATCH 2/2] regulator: dt-bindings: rtq2208: Add specified fixed LDO VOUT property

[LTP] [PATCH v3 00/11] statmount/listmount testing suites
 2024-05-16 12:29 UTC  (7+ messages)
` [LTP] [PATCH v3 02/11] Add listmount/statmount syscalls
` [LTP] [PATCH v3 03/11] Add listmount/statmount fallback declarations
` [LTP] [PATCH v3 08/11] Add statmount03 test
` [LTP] [PATCH v3 09/11] Add statmount04 test
` [LTP] [PATCH v3 10/11] Add statmount05 test
` [LTP] [PATCH v3 11/11] Add statmount06 test

[PATCH 5.15 000/168] 5.15.159-rc2 review
 2024-05-16 12:32 UTC  (2+ messages)

[PATCH net] af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
 2024-05-16 12:31 UTC  (2+ messages)

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-05-16 12:31 UTC  (11+ messages)


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.