All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-25 11:40:16 to 2023-08-25 12:22:50 UTC [more...]

[dm-devel] [PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-25 12:19 UTC  (37+ messages)
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
  ` [Drbd-dev] "
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [dm-devel] [PATCH 10/29] dm: Convert to bdev_open_by_dev()
  `  "
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 14/29] s390/dasd: "
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()

[RFC]: shmem fd for non-DMA buffer sharing cross drivers
 2023-08-25 12:20 UTC  (9+ messages)

[PATCH 0/3] This patchset adds IR controller driver support for
 2023-08-25 12:19 UTC  (21+ messages)
` [PATCH 1/3] media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODE
` [PATCH 2/3] dt-bindings: media: Add compatible for Meson-S4 IR Controller
` [PATCH 3/3] arm64: dts: meson: add IR controller for Meson-S4 SoC

[PATCH v4 0/6] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-08-25 12:20 UTC  (6+ messages)
` [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL
` [PATCH v4 2/6] Refactor i.MX6UL processor code
` [PATCH v4 3/6] Add i.MX6UL missing devices
` [PATCH v4 4/6] Refactor i.MX7 processor code
` [PATCH v4 5/6] Add i.MX7 missing TZ devices and memory regions

[PATCH 5.10 000/135] 5.10.192-rc1 review
 2023-08-25 12:19 UTC  (2+ messages)

[RFC PATCH 0/3] Add API for list cpu extensions
 2023-08-25 12:16 UTC  (4+ messages)
` [RFC PATCH 1/3] cpu: Add new API cpu_type_by_name
` [RFC PATCH 2/3] target/riscv: Add API list_cpu_props
` [RFC PATCH 3/3] softmmu/vl: Add qemu_cpu_opts QemuOptsList

[XEN PATCH] xen/pci: drop remaining uses of bool_t
 2023-08-25 12:18 UTC 

[PATCH v3 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-08-25 12:16 UTC  (3+ messages)
` [PATCH v3 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols

[PATCH v13 00/22] TDX host kernel support
 2023-08-25 12:14 UTC  (23+ messages)
` [PATCH v13 01/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v13 02/22] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v13 03/22] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v13 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v13 05/22] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
` [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
` [PATCH v13 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v13 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v13 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v13 10/22] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v13 11/22] x86/virt/tdx: Fill out "
` [PATCH v13 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v13 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v13 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v13 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v13 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v13 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v13 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v13 19/22] x86/virt/tdx: Improve readibility of module initialization error handling
` [PATCH v13 20/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v13 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support

[PATCH 6.1 00/15] 6.1.48-rc1 review
 2023-08-25 12:16 UTC  (2+ messages)

[PATCH v6 0/3] mmc: atmel-mci: Convert to gpio descriptors
 2023-08-25 12:14 UTC  (8+ messages)
` [PATCH v6 3/3] mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolib

bcm2835-rng: Performance regression since 96cb9d055445
 2023-08-25 12:14 UTC  (4+ messages)

[PATCH v1] ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA
 2023-08-25 12:13 UTC  (2+ messages)

[PATCH 3/3] drm: bridge: it66121: Add audio support
 2023-08-25 10:58 UTC  (2+ messages)
` [3/3] "

[PATCH v4 1/3] dt-bindings: display: panel: add common dual-link schema
 2023-08-25 12:11 UTC  (5+ messages)
` [PATCH v4 2/3] dt-bindings: display: novatek,nt35950: define ports
` [PATCH v4 3/3] dt-bindings: display: novatek,nt36523: "

[linux-next:master 3581/12910] arch/powerpc/kvm/../../../virt/kvm/vfio.c:89:7: error: attribute declaration must precede definition
 2023-08-25 12:12 UTC  (2+ messages)

[PATCH v4 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-08-25 12:09 UTC  (9+ messages)
` [PATCH v4 07/11] PCI: microchip: Rename IRQ init function
` [PATCH v4 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c

[PATCH] ARM: stm32mp: phycore: register barebox update handlers
 2023-08-25 12:07 UTC 

[PATCH v2] ARM: dts: qcom: msm8660: drop 2nd clock frequency from timer
 2023-08-25 12:08 UTC 

[igt-dev] [RFC i-g-t v2 0/1] A tool to demonstrate use of netlink sockets to read RAS error counters
 2023-08-25 12:08 UTC  (5+ messages)
` [Intel-xe] "
` [igt-dev] [RFC i-g-t v2 1/1] tools/RAS: A tool to read "
  ` [Intel-xe] "
` [Intel-xe] ✗ CI.Patch_applied: failure for A tool to demonstrate use of netlink sockets to read RAS error counters (rev2)

[igt-dev] [v2] tests/intel-ci: add files to meson.build
 2023-08-25 12:06 UTC 

[PATCH bpf-next v2 00/11] seltests/xsk: various improvements to xskxceiver
 2023-08-25 12:06 UTC  (5+ messages)
` [PATCH bpf-next v2 03/11] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next v2 05/11] selftests/xsk: declare test names in struct

[Intel-xe] [RFC PATCH 0/2] Use Xe assert macros instead of XE_WARN_ON macro
 2023-08-25 12:06 UTC  (4+ messages)
` [Intel-xe] [RFC PATCH 1/2] drm/xe: Introduce Xe assert macros
` [Intel-xe] [RFC PATCH 2/2] drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
` [Intel-xe] ✗ CI.Patch_applied: failure for "

[yiliu1765-iommufd:wip/iommufd_pasid-0825 74/95] drivers/iommu/iommu.c:3399: warning: Function parameter or member 'dev' not described in 'iommu_replace_device_pasid'
 2023-08-25 12:05 UTC 

[PATCH v2] xfs: fix select in config XFS_ONLINE_SCRUB_STATS
 2023-08-25 12:05 UTC 

[Intel-xe] [PATCH 0/5] FBC refactoring
 2023-08-25 12:05 UTC  (7+ messages)
` [Intel-xe] [PATCH 1/5] Revert "drm/i915/display: Implement FBC support"
` [Intel-xe] [PATCH 2/5] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 3/5] drm/xe: Xe stolen memory handling for fbc support
` [Intel-xe] [PATCH 4/5] drm/xe: Add i915_gem.h compatibility header
` [Intel-xe] [PATCH 5/5] drm/xe: Add Xe implementation for fence checks used by fbc code
` [Intel-xe] ✗ CI.Patch_applied: failure for FBC refactoring

[PATCH v2] drm/plane: Add documentation about software color conversion
 2023-08-25 12:03 UTC  (2+ messages)

[Intel-xe] [RFC v2 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-08-25 12:03 UTC  (13+ messages)
`  "
` [RFC v2 1/5] drm/netlink: Add netlink infrastructure
  ` [Intel-xe] "
` [RFC v2 2/5] drm/xe/RAS: Register netlink capability
  ` [Intel-xe] "
` [Intel-xe] [RFC v2 3/5] drm/xe/RAS: Expose the error counters
  `  "
` [RFC v2 4/5] drm/netlink: Define multicast groups
  ` [Intel-xe] "
` [RFC v2 5/5] drm/xe/RAS: send multicast event on occurrence of an error
  ` [Intel-xe] "
` [Intel-xe] ✗ CI.Patch_applied: failure for Proposal to use netlink for RAS and Telemetry across drm subsystem (rev2)

LVM kernel lockup scenario during lvcreate
 2023-08-25 12:01 UTC  (7+ messages)

[PATCH] fix leaks found wtih fuzzing
 2023-08-25 11:58 UTC 

[PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
 2023-08-25 12:01 UTC  (4+ messages)

[PATCH] xfs: fix select in config XFS_ONLINE_SCRUB_STATS
 2023-08-25 12:00 UTC 

[PATCH v4 0/7] LoongArch: Add built-in dtb support
 2023-08-25 12:00 UTC  (7+ messages)
` [PATCH v4 3/7] LoongArch: Allow device trees to be built into the kernel

[PATCH 00/16] btrfs-progs: recover from failed metadata_uuid
 2023-08-25 11:53 UTC  (5+ messages)

[PATCH 00/19] Kconfig: Tidy up some options
 2023-08-25 12:00 UTC  (3+ messages)
` [PATCH 06/19] FMU: Avoid showing an unselectable menu option

[PATCH] ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer
 2023-08-25 11:59 UTC  (2+ messages)

[PATCH] btrfs: do not block starts waiting on previous transaction commit
 2023-08-25 11:59 UTC  (3+ messages)

[Intel-gfx] [topic/core-for-ci v2] iommu/vt-d: Check domain flags before setting snp bit in page-control
 2023-08-25 11:58 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for iommu/vt-d: Check domain flags before setting snp bit in page-control (rev2)

[PATCH] ARM: dts: qcom: apq8960: reflect that memory node starts at offset 0
 2023-08-25 11:57 UTC  (2+ messages)

[PATCH] btrfs: Allow online resize to use "min" shortcut
 2023-08-25 11:50 UTC  (4+ messages)

[PATCH 1/4] arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB
 2023-08-25 11:46 UTC  (8+ messages)
` [PATCH 2/4] arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regions
` [PATCH 3/4] arm64: dts: mediatek: mt6360: add PMIC MT6360 related nodes
` [PATCH 4/4] arm64: dts: mediatek: mt8195-demo: simplify mt6360 nodes

[OE-core][kirkstone][PATCH 1/1] python3-git: upgrade 3.1.27 -> 3.1.32
 2023-08-25 11:55 UTC 

[PATCH v3 0/5] Landlock: IOCTL support
 2023-08-25 11:55 UTC  (4+ messages)
` [PATCH v3 5/5] landlock: Document ioctl support

[PATCH v3 0/2] cxl/region: Improve Soft Reserved resource handling
 2023-08-25 11:54 UTC  (5+ messages)
` [PATCH v3 1/2] cxl/region: Try to add a region resource to a soft reserved parent
` [PATCH v3 2/2] cxl/region: Remove a soft reserved resource at region teardown

[PATCH 0/11] ext4: Cleanup read-only and fs aborted checks
 2023-08-25 11:54 UTC  (5+ messages)

[nft PATCH] evaluate: Drop dead code from expr_evaluate_mapping()
 2023-08-25 11:55 UTC 

[PATCH] btrfs: check for BTRFS_FS_ERROR in pending ordered assert
 2023-08-25 11:52 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 0/4] drm/i915/tc: some clean-ups in max lane count handling code
 2023-08-25 11:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/tc: some clean-ups in max lane count handling code (rev4)

[PATCH 0/4] clk: qcom: Add support for GCC and RPMHCC on SM4450
 2023-08-25 11:49 UTC  (3+ messages)
` [PATCH 4/4] clk: qcom: Add GCC driver support for SM4450

[PATCH RFC DNM] perf: Add support for Qualcomm Last-Level Cache Controller PMU
 2023-08-25 11:50 UTC  (4+ messages)

[PATCH] drm/amdgpu: Add only valid firmware version nodes
 2023-08-25 11:48 UTC  (3+ messages)

[PATCH v2 0/1] Add add-maintainer.py script
 2023-08-25 11:44 UTC  (6+ messages)
` [PATCH v2 1/1] scripts: Add add-maintainer.py

[PATCH net 0/5] pds_core: error handling fixes
 2023-08-25 11:47 UTC  (2+ messages)

[PATCH v2 0/6] PHYTEC SoM detection for phyCORE-i.MX8MP
 2023-08-25 11:46 UTC  (3+ messages)

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-08-25 11:44 UTC  (4+ messages)
` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver "

[REGRESSION] resume with a Thunderbolt dock broke with commit e8b908146d44 "PCI/PM: Increase wait time after resume"
 2023-08-25 11:42 UTC  (12+ messages)

[linux-next:master 1647/12910] arch/powerpc/include/asm/switch_to.h:86:2: error: call to __compiletime_assert_261 declared with 'error' attribute: BUILD_BUG failed
 2023-08-25 11:44 UTC 

[Qemu PATCH v2 0/9] Enabling DCD emulation support in Qemu
 2023-08-25 11:42 UTC  (6+ messages)
  ` [Qemu PATCH v2 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PATCH v3] x86/sev: Make enc_dec_hypercall() accept a size instead of npages
 2023-08-25 11:43 UTC  (2+ messages)
` [tip: x86/sev] "

[PATCH] LoongArch: Ensure FP/SIMD registers in the core dump file is up to date
 2023-08-25 11:42 UTC 

❌ FAIL (SKIPPED 12 of 267): Test report for master (6.5.0-rc7, mainline.kernel.org-clang, 4f9e7fab)
 2023-08-25 11:41 UTC 

[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-25 11:40 UTC  (8+ messages)
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the "

[PATCH bpf-next] docs/bpf: Add description for CO-RE relocations
 2023-08-25 11:40 UTC  (3+ messages)

[PATCH nft v2 0/6] cleanup base includes and add <nft.h> header
 2023-08-25 11:36 UTC  (6+ messages)
` [PATCH nft v2 1/6] meta: define _GNU_SOURCE to get strptime() from <time.h>
` [PATCH nft v2 2/6] src: add <nft.h> header and include it as first
` [PATCH nft v2 4/6] configure: use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE
` [PATCH nft v2 5/6] include: include <std{bool,int}.h> via <nft.h>
` [PATCH nft v2 6/6] configure: drop AM_PROG_CC_C_O autoconf check


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.