All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-20 18:12:01 to 2023-02-20 19:00:46 UTC [more...]

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:38 UTC  (51+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 42/56] KVM: SVM: Add support to handle "
` [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs

[PATCH 0/5] hw/audio: Cleanups around QOM style
 2023-02-20 18:59 UTC  (3+ messages)
` [PATCH 1/5] hw/audio/hda-codec: Avoid forward-declaring HDAAudioState

[ANNOUNCE] iproute2 6.2 release
 2023-02-20 18:58 UTC 

[PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
 2023-02-20 18:58 UTC  (2+ messages)

[PATCH] devtool: ignore patch-fuzz errors when extracting source
 2023-02-20 18:58 UTC  (2+ messages)
` [OE-core] "

[PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS
 2023-02-20 18:56 UTC  (16+ messages)
              ` [PATCH] x86/bugs: Allow STIBP with IBRS

[PATCH v3 00/27] target/s390x: pc-relative translation blocks
 2023-02-20 18:58 UTC  (3+ messages)
` [PATCH v3 20/27] target/s390x: Split per_branch

[PATCH 0/8] hw/arm: Cleanups around QOM style
 2023-02-20 18:56 UTC  (11+ messages)
` [PATCH 1/8] hw/gpio/max7310: Simplify max7310_realize()
` [PATCH 2/8] hw/char/pl011: Un-inline pl011_create()
` [PATCH 3/8] hw/char/pl011: Open-code pl011_luminary_create()
` [PATCH 4/8] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
` [PATCH 5/8] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-20 18:57 UTC  (14+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu "
` [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception

[cip-dev] Upgrade patch for Qualcomm MSM8909
 2023-02-20 18:57 UTC 

[PATCH v2 0/7] Add basic Boot Loader Interface support
 2023-02-20 18:56 UTC  (8+ messages)
` [PATCH v2 1/7] efi: add grub_efi_set_variable_with_attributes
` [PATCH v2 2/7] efi: check for integer overflow in string conversion
` [PATCH v2 3/7] Add a module for the Boot Loader Interface
` [PATCH v2 4/7] util/grub.d: activate bli module on EFI
` [PATCH v2 5/7] partmap/gpt: add print function for guids
` [PATCH v2 6/7] commands/probe: use grub_gpt_part_guid_snprint
` [PATCH v2 7/7] commands/bli: "

tcpci module in Kernel 5.15.74 with PTN5110 not working correctly
 2023-02-20 18:54 UTC  (4+ messages)
    ` AW: "

[PATCH V1] rcu-tasks: Fix build error
 2023-02-20 18:54 UTC  (2+ messages)

[RFC PATCH] libxl/dm: Stop using "xenfv" machine in the Qemu upstream device model
 2023-02-20 18:53 UTC 

[Buildroot] [PATCH v1 1/3] Revert "xorg-server: not available with musl on ARM"
 2023-02-20 18:53 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/3] package/libgtk3: re-enable atk-bridge

[PATCH 0/2] of: populate of_root_node if not set (alternate)
 2023-02-20 18:51 UTC  (11+ messages)
` [PATCH 1/2] of: create of_root if no dtb provided

[PATCH v2] hash: add XOR32 hash function
 2023-02-20 18:50 UTC  (8+ messages)
` [PATCH v3] "

[PATCH 0/5] Fix use of RTE_LOGTYPE_USER1 in libraries
 2023-02-20 18:50 UTC  (7+ messages)
` [PATCH v6 0/5] Replace "
  ` [PATCH v6 1/5] ip_frag: use a dynamic logtype
  ` [PATCH v6 2/5] reorder: "
  ` [PATCH v6 3/5] latencystats: use "
  ` [PATCH v6 4/5] vhost: use logtype instead of RTE_LOGTYPE_USER1
  ` [PATCH v6 5/5] ipsec: fix usage "

[PATCH v4 00/27] target/s390x: pc-relative translation blocks
 2023-02-20 18:40 UTC  (28+ messages)
` [PATCH v4 01/27] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v4 02/27] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v4 03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH v4 04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v4 05/27] tests/tcg/s390x: Add bal.S
` [PATCH v4 06/27] tests/tcg/s390x: Add sam.S
` [PATCH v4 07/27] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v4 08/27] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v4 09/27] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH v4 10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v4 11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v4 12/27] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v4 13/27] target/s390x: Use ilen instead in branches
` [PATCH v4 14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
` [PATCH v4 15/27] target/s390x: Add disp argument to update_psw_addr
` [PATCH v4 16/27] target/s390x: Don't set gbea for user-only
` [PATCH v4 17/27] target/s390x: Introduce per_enabled
` [PATCH v4 18/27] target/s390x: Disable conditional branch-to-next for PER
` [PATCH v4 19/27] target/s390x: Introduce help_goto_indirect
` [PATCH v4 20/27] target/s390x: Split per_branch
` [PATCH v4 21/27] target/s390x: Simplify help_branch
` [PATCH v4 22/27] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v4 23/27] target/s390x: Remove PER check from use_goto_tb
` [PATCH v4 24/27] target/s390x: Fix successful-branch PER events
` [PATCH v4 25/27] tests/tcg/s390x: Add per.S
` [PATCH v4 26/27] target/s390x: Pass original r2 register to BCR
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL

[PATCH][next] of: dynamic: Fix spelling mistake "kojbect" -> "kobject"
 2023-02-20 18:48 UTC  (2+ messages)

[GIT PULL] Landlock updates for v6.3
 2023-02-20 18:47 UTC 

[GIT PULL] EFI updates for v6.3
 2023-02-20 18:47 UTC 

[PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks
 2023-02-20 18:47 UTC  (6+ messages)

[PATCH 0/6] Testpmd code cleanup
 2023-02-20 18:45 UTC  (12+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] app/testpmd: fix Tx preparation in checksum engine
  ` [PATCH v3 2/9] app/testpmd: fix packet count in ieee15888 engine
  ` [PATCH v3 3/9] app/testpmd: rework ieee1588 engine fwd configuration
  ` [PATCH v3 4/9] app/testpmd: fix packet transmission in noisy VNF engine
  ` [PATCH v3 5/9] app/testpmd: bulk free mbufs
  ` [PATCH v3 6/9] app/testpmd: factorize core cycles record
  ` [PATCH v3 7/9] app/testpmd: factorize fwd engine init
  ` [PATCH v3 8/9] app/testpmd: factorize fwd engine Rx
  ` [PATCH v3 9/9] app/testpmd: factorize fwd engine Tx

[PATCH V3 0/8] Add basic ACPI support for risc-v virt
 2023-02-20 18:45 UTC  (4+ messages)
` [PATCH V3 4/8] hw/riscv/virt: Enable basic ACPI infrastructure

[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-20 18:43 UTC  (8+ messages)
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available

[patch V3 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2023-02-20 18:43 UTC  (6+ messages)
` [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc()
  ` [REGRESSION] "

[Intel-gfx] [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
 2023-02-20 18:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH] Fix strange behavior of touchpad on Clevo NS70PU
 2023-02-20 18:30 UTC 

next/master bisection: baseline.bootrr.intel-igb-probed on kontron-pitx-imx8m
 2023-02-20 18:38 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Get HDR DPCD refresh timeout from VBT
 2023-02-20 18:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH V2] meson: fix dependency on qemu-keymap
 2023-02-20 18:35 UTC  (2+ messages)

[GIT PULL] dlm updates for 6.3
 2023-02-20 18:36 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:36 UTC  (7+ messages)
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature

stable-rc/queue/4.14 baseline: 127 runs, 20 regressions (v4.14.305-53-gb938e827e2f7)
 2023-02-20 18:36 UTC 

[PATCH RFC 0/5] arm64: rockchip: enable PCIE3 controller and its phy for Rock5B boards
 2023-02-20 18:33 UTC  (4+ messages)

[PATCH] dev-manual: sbom.rst: add link to FOSDEM 2023 video
 2023-02-20 18:34 UTC 

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-20 18:33 UTC  (8+ messages)

stable-rc/queue/4.19 baseline: 131 runs, 12 regressions (v4.19.272-89-gffd5d7f695f9)
 2023-02-20 18:32 UTC 

KASAN: slab-out-of-bounds Read in hdr_find_e
 2023-02-20 18:27 UTC 

[PATCH] arm64: fix .idmap.text assertion for large kernels
 2023-02-20 18:25 UTC  (2+ messages)

[GIT PULL] x86/vdso for v6.3-rc1
 2023-02-20 18:26 UTC 

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-02-20 18:24 UTC  (8+ messages)

stable-rc/queue/5.15 baseline: 167 runs, 14 regressions (v5.15.94-83-g5b24653d95b2)
 2023-02-20 18:25 UTC 

[PATCH v4 2/2] trigger: ledtrig-tty: add additional modes
 2023-02-20 18:22 UTC  (2+ messages)

main - lvmdbustest: Check and remove lvm debug collection files
 2023-02-20 18:22 UTC 

main - lvmdbusd: Disable collecting lvm debug data by default
 2023-02-20 18:22 UTC 

main - lvmdbusd: Fix grammar
 2023-02-20 18:22 UTC 

rtmutex, pi_blocked_on, and blk_flush_plug()
 2023-02-20 18:21 UTC  (6+ messages)

[PATCH v2 RESEND 0/7] OHCI changes
 2023-02-20 18:19 UTC  (24+ messages)
  ` [PATCH v2 "
  ` [PATCH v2 1/7] usb/ohci: Code style fix comments
  ` [PATCH v2 2/7] usb/ohci: Code style fix white space errors
  ` [PATCH v2 3/7] usb/ohci: Code style fix missing braces and extra parenthesis
  ` [PATCH v2 4/7] usb/ohci: Move a function next to where it is used
  ` [PATCH v2 5/7] usb/ohci: Add trace points for register access
  ` [PATCH v2 6/7] usb/ohci: Implement resume on connection status change
  ` [PATCH v2 7/7] hw/usb/hcd-ohci: Fix typo

uvcvideo
 2023-02-20 18:18 UTC  (8+ messages)

[PATCH 0/2] media: i2c: ov5647: Add test pattern support
 2023-02-20 18:18 UTC  (3+ messages)
` [PATCH 1/2] media: i2c: ov5647: Add test pattern control

[PATCH] libtraceevent: fix some missing commas in big endian blocks
 2023-02-20 18:17 UTC  (2+ messages)

[PATCH] drm/amd: Fix initialization for nbio 7.5.1
 2023-02-20 18:17 UTC  (2+ messages)

[PATCH 1/2] fetch-pack: remove fetch_if_missing=0
 2023-02-20 18:13 UTC  (2+ messages)

[BlueZ PATCH v2] configure: Check ell path
 2023-02-20 18:12 UTC 

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-20 18:10 UTC  (3+ messages)
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core


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.