messages from 2023-02-20 17:50:16 to 2023-02-20 18:52:00 UTC [more...]
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-20 18:38 UTC (26+ 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 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 0/8] hw/arm: Cleanups around QOM style
2023-02-20 18:51 UTC (7+ 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 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 v2 00/29] Add KVM LoongArch support
2023-02-20 18:50 UTC (13+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [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
[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 RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS
2023-02-20 18:44 UTC (14+ messages)
` [PATCH] x86/bugs: Allow STIBP with IBRS
[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 (4+ 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 (12+ messages)
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [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
[PATCH] devtool: ignore patch-fuzz errors when extracting source
2023-02-20 18:28 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 (3+ 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 V1] rcu-tasks: Fix build error
2023-02-20 18:13 UTC
[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 (4+ messages)
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core
[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
2023-02-20 18:11 UTC (8+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling
[PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit
2023-02-20 18:11 UTC (2+ messages)
FAILED: patch "[PATCH] nvme-apple: reset controller during shutdown" failed to apply to 6.1-stable tree
2023-02-20 18:09 UTC (3+ messages)
[PATCH 5.10 2/4] nbd: fix max value for 'first_minor'
2023-02-20 18:04 UTC (3+ messages)
` [PATCH 5.10 3/4] nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
` [PATCH 5.10 4/4] nbd: fix possible overflow on "
[PATCH v2] tpm: disable hwrng for fTPM on some AMD designs
2023-02-20 18:07 UTC
[PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
2023-02-20 18:05 UTC
next/master bisection: baseline.bootrr.mscc_felix-probed on kontron-kbox-a-230-ls
2023-02-20 18:05 UTC (2+ messages)
stable-rc/linux-5.15.y baseline: 170 runs, 17 regressions (v5.15.94-84-g7543b98de799)
2023-02-20 18:05 UTC
[PATCH 5.10 1/4] Revert "Revert "block: nbd: add sanity check for first_minor""
2023-02-20 18:04 UTC
[f2fs-dev] KASAN: null-ptr-deref Write in f2fs_stop_discard_thread
2023-02-20 18:03 UTC (2+ messages)
` "
[igt-dev] [PATCH i-g-t] tools/intel_vbt_decode: Dump mode backlight data
2023-02-20 18:02 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
[PATCH v2 00/13] tools/xenstore: rework internal accounting
2023-02-20 18:01 UTC (9+ messages)
` [PATCH v2 01/13] tools/xenstore: don't allow creating too many nodes in a transaction
[PATCH] net: ipv6: IPv6 environment variable cleanup
2023-02-20 17:50 UTC (3+ messages)
` [EXTERNAL] "
[PATCH wpan v2 0/6] ieee802154: Scan/Beacon fixes
2023-02-20 17:59 UTC (4+ messages)
[PATCH 0/6] clk: uclass fixes and improvements
2023-02-20 17:58 UTC (6+ messages)
` [PATCH 2/6] clk: Fix error handling in clk_get_rate()
[PATCH] ui/gtk: fix passing y0_top parameter to scanout
2023-02-20 17:58 UTC (2+ messages)
null-ptr-deref in nvmet_execute_disc_get_log_page
2023-02-20 17:58 UTC
[GIT PULL] x86/microcode for v6.3-rc1
2023-02-20 17:57 UTC
[Intel-gfx] [PATCH] drm/i915/display: Communicate display configuration to pcode
2023-02-20 17:56 UTC (5+ messages)
[PATCH V2 00/21] Add basic ACPI support for RISC-V
2023-02-20 17:54 UTC (4+ messages)
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
[PATCH 0/7] target/s390x: mem_helper.c cleanups
2023-02-20 17:53 UTC (2+ messages)
[PATCH V3 0/2] nvmem: add and use generic MMIO NVMEM
2023-02-20 17:49 UTC (4+ messages)
` [PATCH V3 1/2] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices
` [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access
[PATCH v9 00/12] net: ethernet: mtk_eth_soc: various enhancements
2023-02-20 17:49 UTC (4+ messages)
` [PATCH v9 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema
[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-20 17:50 UTC (5+ messages)
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "
[PATCH v3 00/27] target/s390x: pc-relative translation blocks
2023-02-20 17:49 UTC (3+ messages)
` [PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts
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.