All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-25 16:17:27 to 2021-08-25 16:38:38 UTC [more...]

cleanup vfio iommu_group creation v3
 2021-08-25 16:19 UTC  (12+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1

[PATCH v3 0/2] net: Add LiteETH network driver
 2021-08-25 16:38 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: net: Add bindings for LiteETH

[PATCH v4 0/12] Introduce atomic support for SCMI transports
 2021-08-25 16:38 UTC  (19+ messages)
` [PATCH v4 01/12] firmware: arm_scmi: Perform earlier cinfo lookup call in do_xfer
` [PATCH v4 02/12] firmware: arm_scmi: Add configurable polling mode for transports
` [PATCH v4 03/12] firmware: arm_scmi: Add support for atomic transports
` [PATCH v4 04/12] include: trace: Add new scmi_xfer_response_wait event
` [PATCH v4 05/12] firmware: arm_scmi: Use new trace event scmi_xfer_response_wait
` [PATCH v4 06/12] firmware: arm_scmi: Add is_transport_atomic() handle method
` [PATCH v4 07/12] clk: scmi: Support atomic enable/disable API
` [PATCH v4 09/12] [RFC] firmware: arm_scmi: Make smc transport use common completions
` [PATCH v4 11/12] [RFC] firmware: arm_scmi: Add sync_cmds_atomic_replies transport flag

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-08-25 16:18 UTC  (102+ messages)
` [RFC PATCH v4 01/39] KVM: arm64: Make lock_all_vcpus() available to the rest of KVM
` [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API
` [RFC PATCH v4 03/39] KVM: arm64: Implement the memslot lock/unlock functionality
` [RFC PATCH v4 04/39] KVM: arm64: Defer CMOs for locked memslots until a VCPU is run
` [RFC PATCH v4 05/39] KVM: arm64: Perform CMOs on locked memslots when userspace resets VCPUs
` [RFC PATCH v4 06/39] KVM: arm64: Delay tag scrubbing for locked memslots until a VCPU runs
` [RFC PATCH v4 07/39] KVM: arm64: Unlock memslots after stage 2 tables are freed
` [RFC PATCH v4 08/39] KVM: arm64: Deny changes to locked memslots
` [RFC PATCH v4 09/39] KVM: Add kvm_warn{,_ratelimited} macros
` [RFC PATCH v4 10/39] KVM: arm64: Print a warning for unexpected faults on locked memslots
` [RFC PATCH v4 11/39] KVM: arm64: Allow userspace to lock and unlock memslots
` [RFC PATCH v4 12/39] KVM: arm64: Add the KVM_ARM_VCPU_SUPPORTED_CPUS VCPU ioctl
` [RFC PATCH v4 13/39] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v4 14/39] KVM: arm64: Add SPE capability and VCPU feature
` [RFC PATCH v4 15/39] drivers/perf: Expose the cpumask of CPUs that support SPE
` [RFC PATCH v4 16/39] KVM: arm64: Make SPE available when at least one CPU supports it
` [RFC PATCH v4 17/39] KVM: arm64: Set the VCPU SPE feature bit when SPE is available
` [RFC PATCH v4 18/39] KVM: arm64: Expose SPE version to guests
` [RFC PATCH v4 19/39] KVM: arm64: Do not emulate SPE on CPUs which don't have SPE
` [RFC PATCH v4 20/39] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v4 21/39] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v4 22/39] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [RFC PATCH v4 23/39] KVM: arm64: VHE: Clear MDCR_EL2.E2PB in vcpu_put()
` [RFC PATCH v4 24/39] KVM: arm64: debug: Configure MDCR_EL2 when a VCPU has SPE
` [RFC PATCH v4 25/39] KVM: arm64: Move the write to MDCR_EL2 out of __activate_traps_common()
` [RFC PATCH v4 26/39] KVM: arm64: VHE: Change MDCR_EL2 at world switch if VCPU has SPE
` [RFC PATCH v4 27/39] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v4 28/39] KVM: arm64: nVHE: Save PMSCR_EL1 to the host context
` [RFC PATCH v4 29/39] KVM: arm64: Rename DEBUG_STATE_SAVE_SPE -> DEBUG_SAVE_SPE_BUFFER flags
` [RFC PATCH v4 30/39] KVM: arm64: nVHE: Context switch SPE state if VCPU has SPE
` [RFC PATCH v4 31/39] KVM: arm64: VHE: "
` [RFC PATCH v4 32/39] KVM: arm64: Save/restore PMSNEVFR_EL1 on VCPU put/load
` [RFC PATCH v4 33/39] KVM: arm64: Allow guest to use physical timestamps if perfmon_capable()
` [RFC PATCH v4 34/39] KVM: arm64: Emulate SPE buffer management interrupt
` [RFC PATCH v4 35/39] KVM: arm64: Add an userspace API to stop a VCPU profiling
` [RFC PATCH v4 36/39] KVM: arm64: Implement "
` [RFC PATCH v4 37/39] KVM: arm64: Add PMSIDR_EL1 to the SPE register context
` [RFC PATCH v4 38/39] KVM: arm64: Make CONFIG_KVM_ARM_SPE depend on !CONFIG_NUMA_BALANCING
` [RFC PATCH v4 39/39] KVM: arm64: Allow userspace to enable SPE for guests

{standard input}:1078: Error: pcrel offset for branch to .LS0009 too far (0x38)
 2021-08-25 16:37 UTC  (2+ messages)

[RFCv3 00/15] tcp: Initial support for RFC5925 auth option
 2021-08-25 16:37 UTC  (13+ messages)
` [RFCv3 05/15] tcp: authopt: Add crypto initialization
` [RFCv3 07/15] tcp: authopt: Hook into tcp core
` [RFCv3 09/15] selftests: tcp_authopt: Test key address binding

[PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller
 2021-08-25 16:37 UTC  (2+ messages)

nbd lifetimes fixes
 2021-08-25 16:31 UTC  (3+ messages)
` [PATCH 1/6] nbd: add missing locking to the nbd_dev_add error path
` [PATCH 2/6] nbd: reset NBD to NULL when restarting in nbd_genl_connect

[Intel-gfx] [PATCH 1/2] drm: i915: move intel_pch.h to include/drm
 2021-08-25 16:34 UTC  (10+ messages)
` [Intel-gfx] [PATCH 2/2] drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform
          `  "

[Bug 207887] New: USB devices connected to Thinkpad Dock hangs after a while
 2021-08-25 16:36 UTC  (2+ messages)
` [Bug 207887] USB keyboard (and other devices) "

[PATCH v10 00/28] x86: Support Intel Advanced Matrix Extensions
 2021-08-25 16:36 UTC  (3+ messages)
` [PATCH v10 15/28] x86/arch_prctl: Create ARCH_SET_STATE_ENABLE/ARCH_GET_STATE_ENABLE

[PATCH v2 2/2] platform/x86: wmi: fail wmi_driver_register when no GUID is found
 2021-08-25 16:36 UTC  (4+ messages)
` [PATCH v3] platform/x86: Add driver for ACPI WMAA EC-based backlight control

"BUG: Invalid wait context" in ls_extirq_set_type
 2021-08-25 16:35 UTC  (4+ messages)

Linux Foundation Technical Advisory Board election: call for nominees
 2021-08-25 16:34 UTC  (4+ messages)
  ` [Tech-board-discuss] "

[PATCH 0/2] configure: Remove -malign-* and fix Clang 14 breakage
 2021-08-25 16:34 UTC  (4+ messages)
` [PATCH 2/2] configure: Check -falign-jumps=1 -falign-functions=1 beside -falign-loops=1

[PATCH net 0/2] net: dsa: hellcreek: 802.1Qbv Fixes
 2021-08-25 16:34 UTC  (5+ messages)
` [PATCH net 1/2] net: dsa: hellcreek: Fix incorrect setting of GCL
` [PATCH net 2/2] net: dsa: hellcreek: Adjust schedule look ahead window

[bug report] RDMA/devices: Re-organize device.c locking
 2021-08-25 16:34 UTC  (2+ messages)

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-25 16:34 UTC  (5+ messages)

[linux-next:master 1605/10320] sound/pci/via82xx_modem.c:1102 snd_via82xx_create() warn: 'pci' not released on lines: 1086
 2021-08-25 16:33 UTC 

[PATCH v2 0/9] Free user PTE page table pages
 2021-08-25 16:32 UTC  (5+ messages)
` [PATCH v2 1/9] mm: introduce pmd_install() helper

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-25 16:32 UTC  (7+ messages)
    ` [Linuxarm] "

[PATCH][RFC] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
 2021-08-25 16:32 UTC  (2+ messages)

v5.14 RXE driver broken?
 2021-08-25 16:32 UTC  (3+ messages)

[PATCH 0/3] Implement role-switch notifications from dwc3-drd to dwc3-qcom
 2021-08-25 16:33 UTC  (9+ messages)

git log --encoding=HTML is not supported
 2021-08-25 16:31 UTC  (3+ messages)

new Coccinelle mailing list
 2021-08-25 16:31 UTC  (5+ messages)
` Checking time dimension for the migrated message archive

[PATCH v2 0/2] ARM: dts: keystone-k2*-evm: Fix mdio and dss node status
 2021-08-25 16:17 UTC  (3+ messages)

[PATCH 0/2] [RFC] Implement a bulk-checkin option for core.fsyncObjectFiles
 2021-08-25 16:11 UTC  (3+ messages)
` [PATCH 2/2] core.fsyncobjectfiles: batch disk flushes

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-08-25 16:31 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope
` [kvm-unit-tests PATCH 2/2] s390x: fixing I/O memory allocation

[PATCH v3 0/7] Add support to the mmsys driver to be a reset controller
 2021-08-25 16:31 UTC  (3+ messages)
` [PATCH v3 2/7] dt-bindings: mediatek: Add #reset-cells to mmsys system controller

New version of lore available for preview
 2021-08-25 16:30 UTC  (2+ messages)

[PATCH net-next] r8169: add rtl_enable_exit_l1
 2021-08-25 16:29 UTC 

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-25 16:29 UTC  (5+ messages)
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector

[PATCH v2] hwmon: adt7410: fix hwmon sysfs attrs not being created
 2021-08-25 16:28 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-08-25 16:26 UTC  (11+ messages)

[PATCH] dt-bindings: display/bridge: document enable-panel for, sn65dsi83
 2021-08-25 16:26 UTC  (2+ messages)

# yocto Fatal QA error (LIC_FILES_CHKSUM) [license-checksum]
 2021-08-25 16:24 UTC 

[PATCH 1/1] rockchip: px30: add support for HW RNG for Odroid Go Advance
 2021-08-25 16:23 UTC 

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-25 16:23 UTC  (5+ messages)
` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk

[PATCH] USB: serial: iuu_phoenix: Replace symbolic permissions by octal permissions
 2021-08-25 16:23 UTC  (2+ messages)
` [PATCH v2] USB: serial: "

[PATCH 1/2] cmd: kaslrseed: add command to generate value from hwrng
 2021-08-25 16:22 UTC 

[PATCH 1/1] riscv: enable booting HiFive Unmatched from SATA
 2021-08-25 16:21 UTC 

[PATCH 5.13 000/127] 5.13.13-rc1 review
 2021-08-25 16:21 UTC  (2+ messages)

[PATCH] net: tcp_drop adds `reason` parameter for tracing v2
 2021-08-25 16:20 UTC  (4+ messages)

[PATCH v2] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-25 16:19 UTC 

[PATCH v2] ARM: dts: Fix node status to "okay" on TI boards
 2021-08-25 16:20 UTC  (2+ messages)

[RFC PATCH v4 kvmtool 0/5] KVM SPE support
 2021-08-25 16:19 UTC  (12+ messages)
` [RFC PATCH v4 kvmtool 1/5] update_headers: Sync KVM UAPI headers with KVM SPE implementation
` [RFC PATCH v4 kvmtool 2/5] arm/arm64: Make kvm__arch_delete_ram() aarch32/aarch64 specific
` [RFC PATCH v4 kvmtool 3/5] init: Add last_{init, exit} list macros
` [RFC PATCH v4 kvmtool 4/5] arm64: Add SPE support
` [RFC PATCH v4 kvmtool 5/5] arm64: SPE: Set KVM_ARM_VCPU_SUPPORTED_CPUS

[PATCH v7 1/4] dt-bindings: mfd: qcom,tcsr: document ipq6018 compatible
 2021-08-25 16:18 UTC  (6+ messages)
` [PATCH v7 3/4] dt-bindings: pwm: add IPQ6018 binding

[PATCH net-next] selftests/net: allow GRO coalesce test on veth
 2021-08-25 16:17 UTC  (2+ messages)

using STAGING_KERNEL_DIR for compiling userspace program
 2021-08-25 16:18 UTC 

Question: t/io_uring performance
 2021-08-25 15:57 UTC 


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.