All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-11 17:37:49 to 2021-10-11 18:19:58 UTC [more...]

[PATCH v10 00/11] Add TDX Guest Support (Initial support)
 2021-10-11 18:19 UTC  (3+ messages)
` [PATCH v10 02/11] x86/tdx: Introduce INTEL_TDX_GUEST config option

[PATCH 1/3] ASoc: amd: create platform device for VG machine driver
 2021-10-11 18:47 UTC  (5+ messages)

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-11 18:18 UTC  (8+ messages)
` [PATCH v5 08/11] xen/arm: Enable the existing x86 virtual PCI support for ARM

[PATCH 0/4] drm/i915/guc: Inject probe errors for MMIO send, CT send
 2021-10-11 18:13 UTC  (13+ messages)
` [PATCH 1/4] drm/i915/huc: Use i915_probe_error to report early CTB failures
    ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/huc: Use i915_probe_error to report early HuC failures
  ` [Intel-gfx] "
` [PATCH 3/4] drm/i915/guc: Inject probe errors for MMIO send
    ` [Intel-gfx] "
` [PATCH 4/4] drm/i915/guc: Inject probe errors for CT send
  ` [Intel-gfx] "

[dpdk-dev] [PATCH v1 00/12] ethdev: rework transfer flow API
 2021-10-11 18:18 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 03/12] ethdev: add port representor action to "

[dpdk-dev] [PATCH 0/3] ethdev: introduce configurable flexible item
 2021-10-11 18:15 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 0/5] "
  ` [dpdk-dev] [PATCH v3 1/5] "
  ` [dpdk-dev] [PATCH v3 2/5] ethdev: support flow elements with variable length
  ` [dpdk-dev] [PATCH v3 3/5] ethdev: implement RTE flex item API
  ` [dpdk-dev] [PATCH v3 4/5] app/testpmd: add jansson library
  ` [dpdk-dev] [PATCH v3 5/5] app/testpmd: add flex item CLI commands

[PATCH v8 00/11] Add TDX Guest Support (Initial support)
 2021-10-11 18:16 UTC  (5+ messages)
` [PATCH v8 11/11] x86/tdx: Handle CPUID via #VE

[Buildroot] Host aarch64 external toolchain support?
 2021-10-11 18:16 UTC 

[RFC PATCH v1 0/2] Improvements to SIGP handling [QEMU]
 2021-10-11 18:07 UTC  (7+ messages)
` [RFC PATCH v1 2/2] s390x/kvm: Pass SIGP Stop flags

[PATCH v6 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-10-11 18:15 UTC  (3+ messages)
` [PATCH v6 1/2] arm/efi: Use dom0less configuration when using EFI boot
` [PATCH v6 2/2] arm/efi: load dom0 modules from DT using UEFI

[PATCH 09/13] PCI: aardvark: Implement re-issuing config requests on CRS response
 2021-10-11 18:15 UTC  (4+ messages)
    ` Usage of PCBIOS_* macros (Was: Re: [PATCH 09/13] PCI: aardvark: Implement re-issuing config requests on CRS response)

[PATCH 00/22] PCI: Unify PCI error response checking
 2021-10-11 18:13 UTC  (63+ messages)
` [PATCH 01/22] PCI: Add PCI_ERROR_RESPONSE and it's related defintions
` [PATCH 02/22] PCI: Unify PCI error response checking
` [PATCH 03/22] PCI: thunder: Use SET_PCI_ERROR_RESPONSE() when device not found
` [PATCH 04/22] PCI: iproc: "
` [PATCH 05/22] PCI: mediatek: "
` [PATCH 06/22] PCI: exynos: "
` [PATCH 07/22] PCI: histb: "
` [PATCH 08/22] PCI: kirin: "
` [PATCH 09/22] PCI: aardvark: "
` [PATCH 10/22] PCI: mvebu: "
` [PATCH 11/22] PCI: altera: "
` [PATCH 12/22] PCI: rcar: "
` [PATCH 13/22] PCI: rockchip: "
` [PATCH 14/22] PCI/ERR: Use RESPONSE_IS_PCI_ERROR() to check read from hardware
` [PATCH 15/22] PCI: vmd: "
` [PATCH 16/22] PCI: pciehp: "
` [PATCH 17/22] PCI/DPC: "
` [PATCH 18/22] PCI/PME: "
` [PATCH 19/22] PCI: cpqphp: "
` [PATCH 20/22] PCI: keystone: Use PCI_ERROR_RESPONSE to specify hardware error
` [PATCH 21/22] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
` [PATCH 22/22] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error

[PATCH stable 4.14] net: phy: bcm7xxx: Fixed indirect MMD operations
 2021-10-11 18:15 UTC 

[PATCH stable 4.19] net: phy: bcm7xxx: Fixed indirect MMD operations
 2021-10-11 18:15 UTC 

[PATCH stable 5.4] net: phy: bcm7xxx: Fixed indirect MMD operations
 2021-10-11 18:15 UTC 

Voice Message Attached from 2029181568 - name unavailable 10/11/2021 4:51:35 p.m
 2021-10-11 14:51 UTC 

[PATCH v1 0/9] migration/ram: Optimize for virtio-mem via RamDiscardManager
 2021-10-11 17:53 UTC  (10+ messages)
` [PATCH v1 1/9] memory: Introduce replay_discarded callback for RamDiscardManager
` [PATCH v1 2/9] virtio-mem: Implement replay_discarded RamDiscardManager callback
` [PATCH v1 3/9] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PATCH v1 4/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
` [PATCH v1 5/9] virtio-mem: Drop precopy notifier
` [PATCH v1 6/9] migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
` [PATCH v1 7/9] migration: Simplify alignment and alignment checks
` [PATCH v1 8/9] migration/ram: Factor out populating pages readable in ram_block_populate_pages()
` [PATCH v1 9/9] migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots

[PATCH] iommu: intel: remove flooding of non-error logs, when new-DMA-PTE is the same as old-DMA-PTE
 2021-10-11 18:13 UTC  (10+ messages)

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-11 18:13 UTC  (11+ messages)
` [RFC PATCH v1 1/6] KVM: s390: Simplify SIGP Set Arch handling
` [RFC PATCH v1 2/6] KVM: s390: Reject SIGP when destination CPU is busy
` [RFC PATCH v1 5/6] KVM: s390: Give BUSY to SIGP SENSE during Restart

[PATCH 0/2] target/i386/sev: Replace malloc with local variables
 2021-10-11 17:57 UTC  (5+ messages)
` [PATCH 1/2] target/i386/sev: Use local variable for kvm_sev_launch_start
` [PATCH 2/2] target/i386/sev: Use local variable for kvm_sev_launch_measure

[PATCH v2] staging: rtl8723bs: os_dep: simplify the return statement
 2021-10-11 18:10 UTC  (3+ messages)

[PATCH rfc 0/6] Scheduler BPF
 2021-10-11 18:09 UTC  (5+ messages)

[PATCH v2 3/3] EDAC/amd64: Enumerate memory on noncpu nodes
 2021-10-11 18:08 UTC  (6+ messages)
` [PATCH v3 0/3] x86/edac/amd64: Add support for "
  ` [PATCH v3 1/3] x86/amd_nb: Add support for northbridges on Aldebaran

[PATCH] sched/core: forced idle accounting
 2021-10-11 18:08 UTC  (3+ messages)

[PATCH 01/25] qemu: install qmp module without hardcoding the python version in oeqa scripts
 2021-10-11 18:07 UTC  (3+ messages)
` [PATCH 07/25] openssl: update 1.1.1l -> 3.0.0
  ` [OE-core] "

[igt-dev] [PATCH i-g-t v3] tests/i915/i915_pm_dc: Fix condition in dc9-test
 2021-10-11 18:07 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/i915_pm_dc: Fix condition in dc9-test (rev3)

[xen-unstable-smoke test] 165466: tolerable all pass - PUSHED
 2021-10-11 18:07 UTC 

[PATCH] scripts: kernel-doc: Ignore __alloc_size() attribute
 2021-10-11 18:06 UTC 

[PATCH 00/14] drm/i915/dg2: Enabling 64k page size and flat ccs
 2021-10-11 18:06 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v3 0/4] Various fixes/improvements for tests
 2021-10-11 18:06 UTC  (4+ messages)
` [PATCH v3 2/4] tests: Do not occlude subshell error codes

[PATCH 0/1] x86/pv: Split pv_hypercall() in two
 2021-10-11 18:05 UTC  (2+ messages)
` [PATCH] "

[PATCH net-next v2 0/4] net: wwan: Add Qualcomm BAM-DMUX WWAN network driver
 2021-10-11 18:06 UTC  (4+ messages)
` [PATCH net-next v2 2/4] dmaengine: qcom: bam_dma: Add "powered remotely" mode

[PATCH net 0/2] Correct the IOAM behavior for undefined trace type bits
 2021-10-11 18:04 UTC  (3+ messages)
` [PATCH net 1/2] ipv6: ioam: move the check for undefined bits
` [PATCH net 2/2] selftests: net: modify IOAM tests for undef bits

[RFC PATCH 0/9] clk/mmc: renesas_sdhi: refactor SDnH to be a seperate clock
 2021-10-11 18:04 UTC  (17+ messages)
` [RFC PATCH 1/9] clk: renesas: gen3-cpg: add dummy SDnH clock
` [RFC PATCH 2/9] clk: renesas: add SDnH clock to Gen3 SoCs
` [RFC PATCH 3/9] clk: renesas: r8a779a0: add SDnH clock to V3U
` [RFC PATCH 5/9] clk: renesas: gen3-cpg: remove outdated SD_SKIP_FIRST
` [RFC PATCH 6/9] dt-bindings: mmc: renesas,sdhi: add optional SDnH clock
` [RFC PATCH 7/9] arm64: dts: r8a77951: add SDnH clocks
` [RFC PATCH 8/9] arm64: dts: r8a77965: "
` [RFC PATCH 9/9] mmc: renesas_sdhi: parse DT for SDnH

[PATCH V1 0/3] rpmsg and glink signaling api support
 2021-10-11 18:02 UTC  (3+ messages)
` [PATCH V1 1/3] rpmsg: core: Add signal API support

[Intel-gfx] [PATCH] drm/i915/selftests: Increase timeout in requests perf selftest
 2021-10-11 17:57 UTC  (2+ messages)
`  "

Softoff features in PLDM lib
 2021-10-11 18:01 UTC  (2+ messages)

SK hynix BC511: warning: nvme nvme0: missing or invalid SUBNQN field
 2021-10-11 18:00 UTC  (7+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-10-11 17:58 UTC  (18+ messages)

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-11 17:57 UTC  (8+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 03/12] selftests: add tests_sysfs module

[PATCH 0/2] KVM: x86: Fix and cleanup for recent AVIC changes
 2021-10-11 17:55 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Simplify APICv update request logic

[dpdk-dev] [PATCH] net/bnxt: fix clang compiler warnings
 2021-10-11 17:55 UTC  (2+ messages)

[PATCH] memory: Log access direction for invalid accesses
 2021-10-11 17:47 UTC  (2+ messages)

ACPI endianness
 2021-10-11 17:47 UTC  (9+ messages)

[PATCH V6 0/2] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-11 17:48 UTC  (3+ messages)
` [PATCH V6 1/2] xen/arm: Introduce gpaddr_bits field to struct xen_domctl_getdomaininfo
` [PATCH V6 2/2] libxl/arm: Add handling of extended regions for DomU

[PATCH v1 0/2] memory: Update description of memory_region_is_mapped()
 2021-10-11 17:45 UTC  (3+ messages)
` [PATCH v1 1/2] machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
` [PATCH v1 2/2] memory: Update description of memory_region_is_mapped()

New test for patches in openbmc/openbmc
 2021-10-11 17:47 UTC  (11+ messages)
      ` [External] "

linux-next: build warnings after merge of the akpm-current tree
 2021-10-11 17:46 UTC  (2+ messages)

[PATCH 00/14] firmware_loader: built-in API and make x86 use it
 2021-10-11 17:46 UTC  (5+ messages)
` [PATCH 04/14] firmware_loader: add built-in firmware kconfig entry

[PATCH v4 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-10-11 17:43 UTC  (4+ messages)
` [PATCH v4 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-11 17:42 UTC  (3+ messages)

[RFC 0/5] kernel: Introduce CPU Namespace
 2021-10-11 17:42 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: fix a deadlock between chunk allocation and chunk tree modifications
 2021-10-11 17:42 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: fix deadlock between chunk allocation and chunk btree modifications

[lustre-devel] [PATCH 00/20] lustre: sync to OpenSFS Oct 11, 2021
 2021-10-11 17:40 UTC  (21+ messages)
` [lustre-devel] [PATCH 01/20] lustre: nfs: don't store parent fid
` [lustre-devel] [PATCH 02/20] lustre: sec: filename encryption - symlink support
` [lustre-devel] [PATCH 03/20] lustre: llite: support fallocate() on selected mirror
` [lustre-devel] [PATCH 04/20] lustre: llite: move env contexts to ll_inode_info level
` [lustre-devel] [PATCH 05/20] lustre: sec: do not expose security.c to listxattr/getxattr
` [lustre-devel] [PATCH 06/20] lustre: brw: log T10 GRD tags during checksum calcs
` [lustre-devel] [PATCH 07/20] lustre: lov: prefer mirrors on non-rotational OSTs
` [lustre-devel] [PATCH 08/20] lustre: sec: access to enc file's xattrs
` [lustre-devel] [PATCH 09/20] lustre: update version to 2.14.55
` [lustre-devel] [PATCH 10/20] lustre: osc: Do not attempt sending empty pages
` [lustre-devel] [PATCH 11/20] lustre: ptlrpc: handle reply and resend reorder
` [lustre-devel] [PATCH 12/20] lustre: ptlrpc: use wait_woken() in ptlrpcd()
` [lustre-devel] [PATCH 13/20] lustre: quota: fix quota with root squash enabled
` [lustre-devel] [PATCH 14/20] lustre: llite: harden ll_sbi ll_flags
` [lustre-devel] [PATCH 15/20] lustre: osc: use original cli for osc_lru_reclaim for debug msg
` [lustre-devel] [PATCH 16/20] lustre: obdclass: lu_ref_add() called in atomic context
` [lustre-devel] [PATCH 17/20] lnet: Ensure round robin selection of local NIs
` [lustre-devel] [PATCH 18/20] lnet: Ensure round robin selection of peer NIs
` [lustre-devel] [PATCH 19/20] lustre: mdc: update max_easize on reconnect
` [lustre-devel] [PATCH 20/20] lnet: include linux/ethtool.h

EVL, Dovetail v5.15-rc5 and time off
 2021-10-11 17:42 UTC 

[RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-11 17:41 UTC  (12+ messages)
` [RFC 07/22] dm: blk: add UCLASS_PARTITION

[PATCH] regmap: Fix possible double-free in regcache_rbtree_exit()
 2021-10-11 17:40 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in vlan_dev_real_dev (2)
 2021-10-11 17:38 UTC 

Building ARCH=arc linux kernel with Clang
 2021-10-11 17:38 UTC  (2+ messages)

[PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
 2021-10-11 17:37 UTC  (13+ messages)
            ` [RFC][arm64] possible infinite loop in btrfs search_ioctl()
                  ` [Ocfs2-devel] "
                    ` [Cluster-devel] "


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.