All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-27 11:42:16 to 2023-01-27 12:18:41 UTC [more...]

[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
 2023-01-27 12:13 UTC  (5+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2023-01-27 11:41 UTC  (76+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs
  ` [RFC PATCH 11/28] arm64: RME: Support for the VGIC in realms
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs
  ` [RFC PATCH 13/28] arm64: RME: Allow VMM to set RIPAS
  ` [RFC PATCH 14/28] arm64: RME: Handle realm enter/exit
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory
  ` [RFC PATCH 18/28] KVM: arm64: Handle realm VCPU load
  ` [RFC PATCH 19/28] KVM: arm64: Validate register access for a Realm VM
  ` [RFC PATCH 20/28] KVM: arm64: Handle Realm PSCI requests
  ` [RFC PATCH 21/28] KVM: arm64: WARN on injected undef exceptions
  ` [RFC PATCH 22/28] arm64: Don't expose stolen time for realm guests
  ` [RFC PATCH 23/28] KVM: arm64: Allow activating realms
  ` [RFC PATCH 24/28] arm64: rme: allow userspace to inject aborts
  ` [RFC PATCH 25/28] arm64: rme: support RSI_HOST_CALL
  ` [RFC PATCH 26/28] arm64: rme: Allow checking SVE on VM instance
  ` [RFC PATCH 27/28] arm64: RME: Always use 4k pages for realms
  ` [RFC PATCH 28/28] HACK: Accept prototype RMI versions
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 01/31] arm64: Disable MTE when CFI flash is emulated
  ` [RFC kvmtool 02/31] script: update_headers: Ignore missing architectures
  ` [RFC kvmtool 03/31] hw: cfi flash: Handle errors in memory transitions
  ` [RFC kvmtool 04/31] Add --nocompat option to disable compat warnings
  ` [RFC kvmtool 05/31] arm64: Check pvtime support against the KVM instance
  ` [RFC kvmtool 06/31] arm64: Check SVE capability on the VM instance
  ` [RFC kvmtool 07/31] arm64: Add option to disable SVE
  ` [RFC kvmtool 08/31] linux: Update kernel headers for RME support
  ` [RFC kvmtool 09/31] arm64: Add --realm command line option
  ` [RFC kvmtool 10/31] arm64: Create a realm virtual machine
  ` [RFC kvmtool 11/31] arm64: Lock realm RAM in memory
  ` [RFC kvmtool 12/31] arm64: Create Realm Descriptor
  ` [RFC kvmtool 13/31] arm64: Add --measurement-algo command line option for a realm
  ` [RFC kvmtool 14/31] arm64: Add configuration step for Realms
  ` [RFC kvmtool 15/31] arm64: Add support for Realm Personalisation Value
  ` [RFC kvmtool 16/31] arm64: Add support for specifying the SVE vector length for Realm
  ` [RFC kvmtool 17/31] arm: Add kernel size to VM context
  ` [RFC kvmtool 18/31] arm64: Populate initial realm contents
  ` [RFC kvmtool 19/31] arm64: Don't try to set PSTATE for VCPUs belonging to a realm
  ` [RFC kvmtool 20/31] arm64: Finalize realm VCPU after reset
  ` [RFC kvmtool 21/31] init: Add last_{init, exit} list macros
  ` [RFC kvmtool 22/31] arm64: Activate realm before the first VCPU is run
  ` [RFC kvmtool 23/31] arm64: Specify SMC as the PSCI conduits for realms
  ` [RFC kvmtool 24/31] arm64: Don't try to debug a realm
  ` [RFC kvmtool 25/31] arm64: realm: Double the IPA space
  ` [RFC kvmtool 26/31] virtio: Add a wrapper for get_host_features
  ` [RFC kvmtool 27/31] virtio: Add arch specific hook for virtio host flags
  ` [RFC kvmtool 28/31] arm64: realm: Enforce virtio F_ACCESS_PLATFORM flag
  ` [RFC kvmtool 29/31] mmio: add arch hook for an unhandled MMIO access
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
  ` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t
  ` [RFC kvm-unit-tests 07/27] arm: realm: Make uart available before MMU is enabled
  ` [RFC kvm-unit-tests 08/27] arm: realm: Realm initialisation
  ` [RFC kvm-unit-tests 09/27] arm: realm: Add support for changing the state of memory
  ` [RFC kvm-unit-tests 10/27] arm: realm: Set RIPAS state for RAM
  ` [RFC kvm-unit-tests 11/27] arm: realm: Early memory setup
  ` [RFC kvm-unit-tests 12/27] arm: realm: Add RSI version test
  ` [RFC kvm-unit-tests 13/27] arm: selftest: realm: skip pabt test when running in a realm
  ` [RFC kvm-unit-tests 14/27] arm: realm: add hvc and RSI_HOST_CALL tests
  ` [RFC kvm-unit-tests 15/27] arm: realm: Add test for FPU/SIMD context save/restore
  ` [RFC kvm-unit-tests 16/27] arm: realm: Add tests for in realm SEA
  ` [RFC kvm-unit-tests 17/27] lib/alloc_page: Add shared page allocation support
  ` [RFC kvm-unit-tests 18/27] arm: gic-v3-its: Use shared pages wherever needed
  ` [RFC kvm-unit-tests 19/27] arm: realm: Enable memory encryption
  ` [RFC kvm-unit-tests 20/27] qcbor: Add QCBOR as a submodule
  ` [RFC kvm-unit-tests 21/27] arm: Add build steps for QCBOR library
  ` [RFC kvm-unit-tests 22/27] arm: Add a library to verify tokens using the "
  ` [RFC kvm-unit-tests 23/27] arm: realm: add RSI interface for attestation measurements
  ` [RFC kvm-unit-tests 24/27] arm: realm: Add helpers to decode RSI return codes
  ` [RFC kvm-unit-tests 25/27] arm: realm: Add Realm attestation tests
  ` [RFC kvm-unit-tests 26/27] arm: realm: Add a test for shared memory
  ` [RFC kvm-unit-tests 27/27] NOT-FOR-MERGING: add run-realm-tests

[PATCH 1/1] cmd: fix mtest on 64 bit systems
 2023-01-27 12:17 UTC  (2+ messages)

[linux-linus test] 176230: regressions - trouble: blocked/broken/fail/pass
 2023-01-27 12:16 UTC 

[Intel-gfx] [PATCH i-g-t 0/6] Assorted intel_gpu_top improvements
 2023-01-27 12:16 UTC  (6+ messages)
` [Intel-gfx] [PATCH i-g-t 6/6] lib/igt_device_scan: Improve Intel discrete GPU selection
  ` [Intel-gfx] [igt-dev] "
    `  "
` [igt-dev] ✓ Fi.CI.BAT: success for Assorted intel_gpu_top improvements

[PATCH] dt-bindings: usb: qcom,dwc3: allow required-opps
 2023-01-27 12:11 UTC 

[PATCH v2 0/8] iommu: The early demise of bus ops
 2023-01-27 11:42 UTC  (4+ messages)
` [PATCH v2 5/8] iommu: Switch __iommu_domain_alloc() to device ops

[PATCH] drm/nouveau/mmu: fix Use after Free bug in nvkm_vmm_node_split
 2023-01-27 12:10 UTC  (5+ messages)
    ` [Nouveau] "

[PATCH v12 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-27 11:30 UTC  (6+ messages)

[PATCH] nfsd: don't hand out delegation on setuid files being opened for write
 2023-01-27 12:09 UTC 

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-27 12:09 UTC  (7+ messages)

[PATCH] cxl/pci: Set the device timestamp
 2023-01-27 12:08 UTC  (4+ messages)

Possible problem with thunderbolt 4
 2023-01-27 12:07 UTC  (13+ messages)

[PATCH v2 0/8] sm8550: Add USB HC and PHYs support
 2023-01-27 12:07 UTC  (5+ messages)
` [PATCH v2 7/8] arm64: dts: qcom: sm8550: Add USB PHYs and controller nodes

[PATCH 0/3] P2M improvements for Arm
 2023-01-27 12:13 UTC  (15+ messages)
` [PATCH 2/3] xen/arm: Defer GICv2 CPU interface mapping until the first access
` [PATCH 3/3] xen/arm: Clean-up in p2m_init() and p2m_final_teardown()

[PATCH v5 00/36] tcg: Support for Int128 with helpers
 2023-01-27 10:40 UTC  (3+ messages)
` [PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF

[PATCH v1 0/6] Harden a few virtio bits
 2023-01-27 12:12 UTC  (15+ messages)
` [PATCH v1 2/6] virtio console: Harden port adding
` [PATCH v1 4/6] virtio console: Harden control message handling

RTT-PROBE: lore-subspace-rtt
 2023-01-27 12:13 UTC 

[PATCH 01/11] ARM: dts: qcom-sdx55: align RPMh regulator nodes with bindings
 2023-01-27 11:57 UTC  (23+ messages)
` [PATCH 02/11] ARM: dts: qcom-sdx65: "
` [PATCH 03/11] arm64: dts: qcom: sa8295p-adp: "
` [PATCH 04/11] arm64: dts: qcom: sc7180: "
` [PATCH 05/11] arm64: dts: qcom: sc8280xp: "
` [PATCH 06/11] arm64: dts: qcom: sdm845: "
` [PATCH 07/11] arm64: dts: qcom: sm7225: "
` [PATCH 08/11] arm64: dts: qcom: sm8150: "
` [PATCH 09/11] arm64: dts: qcom: sm8250: "
` [PATCH 10/11] arm64: dts: qcom: sm8350: "
` [PATCH 11/11] arm64: dts: qcom: sm8450: "

[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
 2023-01-27 12:05 UTC  (2+ messages)

stable-rc/queue/4.14 baseline: 139 runs, 24 regressions (v4.14.304-24-g51cf9481f56d)
 2023-01-27 12:04 UTC 

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-27 11:58 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 net-next 0/8] sfc: devlink support for ef100
 2023-01-27 11:51 UTC  (3+ messages)
` [PATCH v3 net-next 7/8] sfc: add support for devlink port_function_hw_addr_get in ef100

[PATCH v3 0/8] sm8550: Add USB HC and PHYs support
 2023-01-27 11:49 UTC  (3+ messages)
` [PATCH v3 7/8] arm64: dts: qcom: sm8550: Add USB PHYs and controller nodes

[PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
 2023-01-27 12:08 UTC  (3+ messages)

kernel BUG in page_add_anon_rmap
 2023-01-27 11:44 UTC  (3+ messages)

From 644473b181f0f310e428301a2ed459f912eec7ea Mon Sep 17 00:00:00 2001
 2023-01-27 12:07 UTC  (20+ messages)
` [PATCH 01/18] ASoC: SOF: ipc4-topology: No need to unbind routes within a pipeline
` [PATCH 02/18] ASoC: soc-pcm: Export widget_in_list()
` [PATCH 03/18] ASoC: SOF: sof-audio: Set up/free DAI/AIF widgets only once
` [PATCH 04/18] ASoC: SOF: sof-audio: Only process widgets in the connected widget list
` [PATCH 05/18] ASoC: SOF: pcm: do not free widgets during suspend trigger
` [PATCH 06/18] ASoC: SOF: topology: Set IPC-specific trigger order for DAI links
` [PATCH 07/18] ASoC: SOF: Introduce PCM setup/free PCM IPC ops
` [PATCH 08/18] ASoC: SOF: ipc4-pcm: Define pcm_setup/free ops
` [PATCH 09/18] ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI trigger
` [PATCH 10/18] ASoC: SOF: sof-audio: Populate the PCM stream pipeline_info
` [PATCH 11/18] ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during trigger
` [PATCH 12/18] ASoC: SOF: Introduce struct snd_sof_pipeline
` [PATCH 13/18] ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_list
` [PATCH 14/18] ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference counting
` [PATCH 15/18] ASoC: SOF: ipc4-topology: Protect pipeline free with mutex
` [PATCH 16/18] ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on error
` [PATCH 17/18] ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access race
` [PATCH 18/18] ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is stored
` [PATCH 00/18] ASoC: SOF: ipc4: Multi-stream playback and capture support

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-27 11:58 UTC  (6+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines

[PATCH] replace BUG_ON to WARN_ON
 2023-01-27 11:58 UTC 

[PATCH v4 00/19] Clean up includes
 2023-01-27 12:05 UTC  (11+ messages)
` [PATCH v4 04/19] bsd-user: "
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h

stable-rc/queue/4.14 build: 190 builds: 2 failed, 188 passed, 43 warnings (v4.14.304-24-g7b4df4cba846)
 2023-01-27 11:58 UTC 

[PATCH 0/5] TriCore instruction bugfixes
 2023-01-27 12:03 UTC  (6+ messages)
` [PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation
` [PATCH 2/5] target/tricore: Fix OPC2_32_RCRW_INSERT translation
` [PATCH 3/5] target/tricore: Fix RRPW_DEXTR
` [PATCH 4/5] target/tricore: Fix OPC2_32_RRRR_DEXTR
` [PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC

[PATCH -next V2] riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
 2023-01-27 11:57 UTC  (2+ messages)

[Intel-gfx] [PATCH v4] drm/i915/gt: Add selftests for TLB invalidation
 2023-01-27 12:03 UTC 

[PATCH v5 0/2] arm64: Fix pending single-step debugging issues
 2023-01-27 11:50 UTC  (3+ messages)
` [PATCH v5 2/2] arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step

RTT-PROBE: lore-subspace-rtt
 2023-01-27 12:03 UTC 

[PATCH] arm64: dts: qcom: sm8550: add specific SMMU compatible
 2023-01-27 11:55 UTC 

Monitor mode handling (bug ?)
 2023-01-27 11:46 UTC  (2+ messages)

[PATCH v8 0/5] thermal: mediatek: Add support for MT8365 SoC
 2023-01-27 11:54 UTC  (5+ messages)
` [PATCH v8 5/5] thermal: mediatek: try again if first temp read is bogus

[PATCH v4 1/2] dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards
 2023-01-27 11:37 UTC  (12+ messages)

[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
 2023-01-27 11:34 UTC  (2+ messages)

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 10 errors, 3 warnings (v5.15.90-146-gbf7101723cc0)
 2023-01-27 11:47 UTC 

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (17+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

RTT-PROBE: lore-subspace-rtt
 2023-01-27 11:53 UTC 

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27  6:39 UTC 

[PATCH] efi: use 32-bit alignment for efi_guid_t
 2023-01-27 11:51 UTC 

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2023-01-27 11:45 UTC  (8+ messages)
` [PATCH 571/606] serial: sc16is7xx: Convert to i2c's .probe_new()

+ lib-kconfigdebug-do-not-enable-debug_preempt-by-default.patch added to mm-nonmm-unstable branch
 2023-01-27 11:46 UTC  (2+ messages)

[PATCH mm-unstable] lib/Kconfig.debug: do not enable DEBUG_PREEMPT by default
 2023-01-27 11:45 UTC  (9+ messages)

[PATCH v6 0/2] Basic early_printk and smoke test implementation
 2023-01-27 11:49 UTC  (4+ messages)
` [PATCH v6 1/2] xen/riscv: introduce early_printk basic stuff

[yocto] Error while adding " libimxvpuapi2" and "gstreamer" pkgs in my local.conf for imx8mplus
 2023-01-27 11:48 UTC  (5+ messages)

[PATCH v2 0/3] Memory region overlap check in device tree
 2023-01-27 11:47 UTC  (6+ messages)
` [PATCH v2 1/3] xen/arm: Add memory overlap check for bootinfo.reserved_mem

[PATCH] Revert "rockchip: Only call binman when TPL available"
 2023-01-27 11:44 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: rockchip: Sync rockchip, vop2.h from Linux
 2023-01-27 11:44 UTC  (3+ messages)
` [PATCH v2 3/4] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO

[Intel-gfx] [RFC v3 00/12] DRM scheduling cgroup controller
 2023-01-27 11:40 UTC  (8+ messages)
`  "

[patch net-next v2 00/12] devlink: Cleanup params usage
 2023-01-27 11:41 UTC  (4+ messages)
` [patch net-next v2 09/12] devlink: protect devlink param list by instance lock

RTT-PROBE: lore-subspace-rtt
 2023-01-27 11:43 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.