messages from 2025-04-01 13:39:03 to 2025-04-01 14:10:18 UTC [more...]
[PATCH V8 00/43] Color Pipeline API w/ VKMS
2025-04-01 1:42 UTC (16+ messages)
` [PATCH V8 11/43] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V8 24/43] drm/amd/display: Skip color pipeline initialization for cursor plane
[PATCH 6.1.y] drm/amd/display: Check denominator crb_pipes before used
2025-03-31 12:37 UTC
[PATCH FOR-NEXT] riscv: Add norvc after .option arch in runtime const
2025-04-01 14:10 UTC (3+ messages)
[PATCH v1] wifi: brcmfmac: acpi: Add NULL check in brcmf_acpi_probe()
2025-04-01 14:09 UTC
NFS Server Issues with RDMA in Kernel 6.13.6
2025-04-01 14:10 UTC (2+ messages)
[PATCH v3 1/6] default-providers: Add VIRTUAL-RUNTIME_dbus variable
2025-04-01 14:09 UTC (4+ messages)
` [PATCH v3 3/6] dbus-glib: Support using alternative runtime D-Bus
` [OE-core] "
[GIT PULL] ftrace: Updates for 6.15
2025-04-01 14:10 UTC (5+ messages)
[PATCH] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
2025-04-01 14:09 UTC (10+ messages)
[PATCH] tiny-printf: Add support for upper case hex values
2025-04-01 14:08 UTC (5+ messages)
[PATCH v4 0/5] iommu/s390: support additional table regions
2025-04-01 14:08 UTC (4+ messages)
` [PATCH v4 5/5] iommu/s390: allow larger region tables
[PATCH] linux-firmware: add firmware for Aeonsemi AS21x1x 1G/2.5G/5G/10G Ethernet Phy
2025-04-01 14:07 UTC
[PATCH v2 1/1] rust: macros: Fix macro referencing core and kernel crates v2
2025-04-01 14:07 UTC (6+ messages)
` [PATCH] docs: rust: quick-start: update Ubuntu instructions
[meta-oe][PATCH] mpv: disable lua for arm
2025-04-01 14:07 UTC (2+ messages)
` [oe] "
[RFC PATCH 0/3] allow easier use of high lcore-ids
2025-04-01 14:06 UTC (3+ messages)
` [PATCH v2 "
[BUG -next] ./usr/include/cxl/features.h:11:10: fatal error: uuid/uuid.h: No such file or directory
2025-04-01 14:08 UTC (11+ messages)
[PATCH i-g-t 0/1] tests/intel/xe_fault_injection: Inject fault for xe_hw_engine_class_to_str
2025-04-01 14:07 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH for 10.1 v8 00/55] QEMU TDX support
2025-04-01 13:02 UTC (56+ messages)
` [PATCH v8 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v8 02/55] i386: Introduce tdx-guest object
` [PATCH v8 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v8 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v8 05/55] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v8 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v8 07/55] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v8 08/55] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v8 09/55] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v8 10/55] i386/tdx: Make sept_ve_disable set by default
` [PATCH v8 11/55] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v8 12/55] i386/tdx: Validate TD attributes
` [PATCH v8 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v8 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v8 15/55] i386/tdx: Implement user specified tsc frequency
` [PATCH v8 16/55] i386/tdx: load TDVF for TD guest
` [PATCH v8 17/55] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v8 18/55] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v8 19/55] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v8 20/55] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v8 21/55] i386/tdx: Track RAM entries for TDX VM
` [PATCH v8 22/55] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v8 23/55] i386/tdx: Setup the TD HOB list
` [PATCH v8 24/55] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v8 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v8 26/55] i386/tdx: Finalize TDX VM
` [PATCH v8 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v8 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v8 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v8 30/55] kvm: Check KVM_CAP_MAX_VCPUS at vm level
` [PATCH v8 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v8 32/55] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v8 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v8 34/55] i386/tdx: Force "
` [PATCH v8 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v8 36/55] i386/tdx: Disable SMM for TDX VMs
` [PATCH v8 37/55] i386/tdx: Disable PIC "
` [PATCH v8 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PATCH v8 39/55] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v8 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v8 41/55] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v8 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v8 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v8 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v8 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
` [PATCH v8 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
` [PATCH v8 47/55] i386/tdx: Add supported CPUID bits relates to XFAM
` [PATCH v8 48/55] i386/tdx: Add XFD to supported bit of TDX
` [PATCH v8 49/55] i386/tdx: Define supported KVM features for TDX
` [PATCH v8 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v8 51/55] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v8 52/55] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v8 53/55] i386/tdx: Make invtsc default on
` [PATCH v8 54/55] i386/tdx: Validate phys_bits against host value
` [PATCH v8 55/55] docs: Add TDX documentation
[PATCH] perf: arm-ni: Fix missing platform_set_drvdata()
2025-04-01 14:04 UTC (2+ messages)
[PATCH v3 0/5] ipmi: bmc-sim improvements
2025-04-01 14:01 UTC (6+ messages)
` [PATCH v3 1/5] ipmi/pci-ipmi-bt: Rename copy-paste variables
` [PATCH v3 2/5] ipmi: add fwinfo to pci ipmi devices
` [PATCH v3 3/5] ipmi/bmc-sim: Add 'Get Channel Info' command
` [PATCH v3 4/5] ipmi/bmc-sim: implement watchdog dont log flag
` [PATCH v3 5/5] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command
[PATCH v2 0/6] ARM split hardware and control domains
2025-04-01 14:05 UTC (5+ messages)
` [PATCH v2 4/6] xen/arm: dom0less seed xenstore grant table entry
[PATCH v2 0/7] mm/gup: Minor fix, cleanup and improvements
2025-04-01 14:05 UTC (10+ messages)
` [PATCH v2 1/7] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
` [PATCH v2 3/7] mm/gup: Fix the outdated code comments above get_user_pages_unlocked()
` [PATCH v2 5/7] x86/mm: remove pgd_leaf definition in arch
` [PATCH v2 6/7] x86/mm: remove p4d_leaf definition
[PATCH i-g-t,v4 0/5] Stress copy engines during render
2025-04-01 14:01 UTC (6+ messages)
` [PATCH i-g-t,v4 1/5] lib/intel_blt: Promote MEM_COPY_MOCS_SHIFT
` [PATCH i-g-t, v4 2/5] lib/xe/xe_spin: Add mem copy capability to spinner
` [PATCH i-g-t, v4 3/5] tests/intel/xe_spin_batch: Add basic test for mem copy from spinner
` [PATCH i-g-t, v4 4/5] tests/intel/xe_render_copy: Expose render duration
` [PATCH i-g-t, v4 5/5] tests/intel/xe_render_copy: Add new test for render under copy stress
[PATCH V2] remoteproc: imx_rproc: Add mutex protection for workqueue
2025-04-01 14:04 UTC
[PATCH v4 1/6] default-providers: Add VIRTUAL-RUNTIME_dbus variable
2025-04-01 14:04 UTC (6+ messages)
` [PATCH v4 2/6] dbus: Allow using dbus-lib with alternative D-Bus
` [PATCH v4 3/6] dbus-glib: Revise RDEPENDS:${PN}-tests assignment
` [PATCH v4 4/6] systemd: Support using alternative runtime D-Bus
` [PATCH v4 5/6] glib: "
` [PATCH v4 6/6] recipes-connectivity: Drop dbus from RDEPENDS:${PN}
[PATCH v4 0/5] drm/xe: xe-only patches from the multi-device GPUSVM series
2025-04-01 14:04 UTC (5+ messages)
` [PATCH v4 5/5] drm/xe: Make the PT code handle placement per PTE rather than per vma / range
[PATCH v2 0/12]
2025-04-01 14:05 UTC (4+ messages)
` [PATCH v2 10/12] checkpatch: Deprecate srcu_read_lock_lite() and srcu_read_unlock_lite()
[PATCH v1 00/22] Fix incorrect hash results on AST2700
2025-04-01 13:57 UTC (7+ messages)
` [PATCH v1 04/22] hw/misc/aspeed_hace: Update hash source address handling to 64-bit for AST2700
` [PATCH v1 05/22] hw/misc/aspeed_hace: Introduce 64-bit digest_addr variable "
` [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
[syzbot] [isdn4linux?] [nilfs?] INFO: task hung in mISDN_ioctl
2025-04-01 14:04 UTC (3+ messages)
[PATCH 6/9] mm/memory: split non-tlb flushing part from zap_page_range_single()
2025-04-01 14:03 UTC (3+ messages)
[PATCH 0/2] i2c: Introduce I2C bus extensions
2025-04-01 14:03 UTC (3+ messages)
` [PATCH 2/2] schemas: "
[PATCH v3 0/4] *** Add SCLP event type CPI ***
2025-04-01 13:55 UTC (3+ messages)
` [PATCH v3 2/4] hw/s390x: add Control-Program Identification to QOM
[PATCH 0/6] Add bios-tables-test for LoongArch64 system
2025-04-01 13:50 UTC (8+ messages)
` [PATCH 3/6] tests/qtest/bios-tables-test: Add basic testing for LoongArch64
` [PATCH 4/6] tests/acpi: Add empty ACPI data files "
` [PATCH 6/6] tests/qtest: Enable bios-tables-test for LoongArch
[PATCH] lib/iov_iter: fix to increase non slab folio refcount
2025-04-01 14:02 UTC
[PATCH 00/15] export/fuse: Use coroutines and multi-threading
2025-04-01 13:55 UTC (5+ messages)
` [PATCH 01/15] fuse: Copy write buffer content before polling
` [PATCH 08/15] fuse: Introduce fuse_{at,de}tach_handlers()
[PATCH i-g-t v2 0/2] Fault variations of tests
2025-04-01 14:02 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Fault variations of tests (rev2)
[PATCH v2 00/11] x86/EFI: prevent write-execute sections
2025-04-01 14:01 UTC (8+ messages)
` [PATCH v2 02/11] x86/mkreloc: fix obtaining PE image base address
` [PATCH v2 08/11] x86/boot: place trampoline code in a non-execute section
[PATCH] proc: Avoid costly high-order page allocations when reading proc files
2025-04-01 14:01 UTC (2+ messages)
[PATCH 1/4] virtio: blk: introduce virtio-block erase support
2025-04-01 14:00 UTC (7+ messages)
` [PATCH 2/4] fastboot: blk: add block device flashing configuration
[PATCH] arm64: dts: ti: k3-am62a7-sk: Describe the SPI NAND
2025-04-01 13:58 UTC
[PATCH] phy: freescale: fsl-samsung-hdmi: return closest rate instead LUT
2025-04-01 13:59 UTC (5+ messages)
[PATCH] dt-bindings: mmc: arasan,sdhci: Add Renesas RZ/N1D
2025-04-01 14:00 UTC (2+ messages)
[PATCH v8 0/8] vhost: Add support of kthread API
2025-04-01 13:59 UTC (11+ messages)
` [PATCH v8 3/8] vhost: Add the cgroup related function
` [PATCH v8 4/8] vhost: Introduce vhost_worker_ops in vhost_worker
` [PATCH v8 5/8] vhost: Reintroduce kthread mode support in vhost
` [PATCH v8 6/8] vhost: uapi to control task mode (owner vs kthread)
` [PATCH v8 7/8] vhost: Add check for inherit_owner status
[PATCH v2] misc: tps6594-pfsm: Add NULL check in tps6594_pfsm_probe()
2025-04-01 13:58 UTC
[PATCH v2] pinctrl: airoha: fix wrong PHY LED mapping and PHY2 LED defines
2025-04-01 13:56 UTC (2+ messages)
[PATCH] mm: pcp: scale batch to reduce number of high order pcp flushes on deallocation
2025-04-01 13:56 UTC (2+ messages)
[PATCH v4] net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
2025-04-01 13:56 UTC
[PATCH v6 0/8] drm/i915: Add drm_panic support
2025-04-01 13:56 UTC (5+ messages)
` [PATCH v6 5/8] drm/i915/display: "
` ✗ Fi.CI.BUILD: failure for drm/i915: Add drm_panic support (rev6)
[PATCH 1/1] misc: pci_endpoint_test: Set .driver_data for PCI_DEVICE_ID_IMX8
2025-04-01 13:56 UTC (4+ messages)
[Patch 0/5] Support Autonomous Selection mode in cppc_cpufreq
2025-04-01 13:56 UTC (11+ messages)
[LTP] [PATCH v5 0/3] syscalls/modify_ldt: Refactor into new API
2025-04-01 13:55 UTC (4+ messages)
` [LTP] [PATCH v5 1/3] syscalls/modify_ldt: Add lapi/ldt.h
[LTP] [PATCH] unshare03: using soft limit of NOFILE
2025-04-01 13:55 UTC (4+ messages)
[PATCH v3 i-g-t 0/1] tests/intel/xe_sysfs_scheduler: Add invalid string test for engine sysfs properties
2025-04-01 13:55 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH v6 00/10] TEE subsystem for restricted dma-buf allocations
2025-04-01 13:50 UTC (7+ messages)
` [PATCH v6 06/10] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
[PATCH][SMB3 client] fix TCP timers deadlock after rmmod
2025-04-01 13:54 UTC (3+ messages)
` Fwd: "
[PATCH] doc: build: docker: Fix code-block formatting
2025-04-01 13:53 UTC (4+ messages)
[PATCH 1/2] drm/dp_mst: Fix GUID DPCD write to non-root MST branch devices
2025-04-01 13:54 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/2] "
[PATCH 0/6] configs: stm32: Fix console cmdline for stm32 MCU's board
2025-04-01 13:51 UTC (7+ messages)
` [PATCH 1/6] configs: stm32f769-disco_spl: Fix console cmdline
` [PATCH 2/6] configs: stm32f746-disco_spl: "
` [PATCH 3/6] configs: stm32f769-disco: "
` [PATCH 4/6] configs: stm32f729-discovery: "
` [PATCH 5/6] configs: stm32746-eval_spl: "
` [PATCH 6/6] configs: stm32746-eval: "
[DPDK/cryptodev Bug 1686] [dpdk-22.11.8RC1] unit_tests_cryptodev_func/cryptodev_aesni_gcm_autotest: test failing-Segmentation fault
2025-04-01 13:53 UTC (2+ messages)
[PATCH] iommu/ipmmu-vmsa: Register in a sensible order
2025-04-01 13:53 UTC (3+ messages)
[PATCH 1/2] Dockerfile: install byacc
2025-04-01 13:52 UTC (5+ messages)
` [PATCH 2/2] CI: Build missing binman tools before binman tests
[PATCH v6 1/4] dt-bindings: usb: chipidea: Add i.MX95 compatible string 'fsl,imx95-usb'
2025-04-01 13:50 UTC (3+ messages)
[PATCH v4 0/3] Implement TryFrom<&Device> for bus specific devices
2025-04-01 13:51 UTC (11+ messages)
` [PATCH v4 2/3] rust: pci: impl TryFrom<&Device> for &pci::Device
[PATCH BlueZ v2] shared/bap: Fix swallowing states transitions
2025-04-01 13:51 UTC
[PATCH v2] usb: dwc3: gadget: check that event count does not exceed event buffer length
2025-04-01 13:49 UTC (2+ messages)
[Intel-wired-lan] [RFC] slab: introduce auto_kfree macro
2025-04-01 13:44 UTC (2+ messages)
` "
[PATCH] KVM: x86: forcibly leave SMM mode on vCPU reset
2025-04-01 13:50 UTC (3+ messages)
[RFC PATCH] u-boot: kernel-fitimage: add pre-processing hooks
2025-04-01 13:50 UTC
[PATCH] ocfs2: fixing global bitmap allocating failure for discontig type
2025-04-01 13:50 UTC (3+ messages)
[PATCH net-next v24 00/23] Introducing OpenVPN Data Channel Offload
2025-04-01 13:49 UTC (3+ messages)
` [PATCH net-next v24 07/23] ovpn: implement basic TX path (UDP)
[PATCH v1] arcnet: Add NULL check in com20020pci_probe()
2025-04-01 13:49 UTC
[PATCH v2 0/3] Support UART over MicroSD slot on Transformer T20
2025-04-01 13:48 UTC (9+ messages)
` [PATCH v2 2/3] tegra: respect CONFIG_TEGRA_ENABLE_UART* options "
` [PATCH v2 3/3] tegra: allow to expose UART on microSD slot
[PATCH BlueZ v1] dbus: Fix condition for invalidating path
2025-04-01 13:49 UTC
[PATCH v2] ACPI: EC: Set ec_no_wakeup for Lenovo Go S
2025-04-01 13:48 UTC (2+ messages)
[RFC PATCH 0/4] net/io_uring: pass a kernel pointer via optlen_t to proto[_ops].getsockopt()
2025-04-01 13:48 UTC (5+ messages)
[PATCH BlueZ v1] dbus: Fix condition for invalidating path
2025-04-01 13:48 UTC
[PATCH v1 0/1] usbnet:fix NPE during rx_complete
2025-04-01 13:46 UTC (5+ messages)
` [PATCH v1 1/1] "
[PATCH v2] spi: cadence-qspi: revert "Improve spi memory performance"
2025-04-01 13:47 UTC
[PATCH v2 0/2] spi: tegra210-quad: Improve messages on pathological case
2025-04-01 13:47 UTC (3+ messages)
` [PATCH v2 1/2] spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
` [PATCH v2 2/2] spi: tegra210-quad: add rate limiting and simplify timeout error message
[PATCH 00/10] Add MT7990 support
2025-04-01 13:47 UTC (4+ messages)
` [PATCH 09/10] wifi: mt76: mt7996: rework background radar check for mt7990
[RFC PATCH 0/2] eeprom: at25: support Cypress FRAMs without device ID
2025-04-01 13:45 UTC (3+ messages)
` [RFC PATCH 2/2] eeprom: at25: make FRAM device ID error message more precise
[PATCH] Bluetooth: Add driver command BTUSB_DRV_CMD_SWITCH_ALT_SETTING
2025-04-01 13:44 UTC
[PATCH dwarves] dwarf_loader: fix termination on BTF encoding error
2025-04-01 13:43 UTC (3+ messages)
[PATCH v3 0/1] Remove the need to alloc memory in uv.c
2025-04-01 13:43 UTC (2+ messages)
` [PATCH v3 1/1] s390/uv: Rename find_secret() to uv_find_secret() and publish
[PATCH v5 00/18] Imagination BXS-4-64 MC1 GPU support
2025-04-01 13:40 UTC (3+ messages)
` [PATCH v5 03/18] drm/imagination: Update register defs for newer GPUs
[PATCH rdma-next 0/9] RDMA/bnxt_re: Driver Debug Enhancements
2025-04-01 13:41 UTC (4+ messages)
[PATCH v1] misc: tps6594-pfsm: Add NULL check in tps6594_pfsm_probe()
2025-04-01 13:39 UTC (2+ messages)
[PATCH] generic/750 : add missing _fixed_by_git_commit line to the test
2025-04-01 13:40 UTC (2+ messages)
[PATCH v5 0/3] Initial BBML2 support for contpte_convert()
2025-04-01 13:38 UTC (3+ messages)
` [PATCH v5 3/3] arm64/mm: Elide tlbi in contpte_convert() under BBML2
[PATCH for-next 0/4] RDMA/hns: Introduce delay-destruction mechanism
2025-04-01 13:39 UTC (3+ messages)
[PATCH 0/3] target/mips: Revert TARGET_PAGE_BITS_VARY and bug fixes
2025-04-01 13:39 UTC (4+ messages)
` [PATCH 1/3] target/mips: Revert TARGET_PAGE_BITS_VARY
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.