messages from 2022-03-07 21:35:46 to 2022-03-14 05:04:05 UTC [more...]
[PATCH v3 1/5] ACPI / x86: Add support for LPS0 callback handler
2022-03-14 5:03 UTC (3+ messages)
` [PATCH v3 3/5] ACPI / x86: Check LPI constraints by default
` [PATCH v3 4/5] platform/x86: amd-pmc: Move to later in the suspend process
[PATCH] platform/x86: hp-wmi: support omen thermal profile policy v1
2022-03-13 19:05 UTC
[PATCH] platform/x86: thinkpad_acpi: consistently check fan_get_status return
2022-03-12 14:53 UTC
[PATCH 1/2] Documentation: syfs-class-firmware-attributes: Lenovo Certificate support
2022-03-12 0:04 UTC (2+ messages)
` [PATCH 2/2] platform/x86: think-lmi: Certificate authentication support
[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-03-11 17:06 UTC (38+ messages)
` [PATCH v12 14/46] x86/sev: Check the vmpl level
` [PATCH v12 15/46] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v12 16/46] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v12 17/46] x86/sev: "
` [PATCH v12 18/46] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v12 20/46] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v12 21/46] x86/mm: Validate memory when changing the C-bit
` [PATCH v12 22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v12 23/46] x86/head/64: Re-enable stack protection
` [PATCH v12 24/46] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v12 25/46] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v12 26/46] x86/compressed/acpi: Move EFI config "
` [PATCH v12 27/46] x86/compressed/acpi: Move EFI vendor "
` [PATCH v12 28/46] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v12 30/46] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v12 31/46] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v12 33/46] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v12 34/46] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v12 35/46] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v12 36/46] x86/compressed: Export and rename add_identity_map()
` [PATCH v12 37/46] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v12 38/46] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v12 39/46] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v12 40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table
` [PATCH v12 41/46] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v12 42/46] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver
` [PATCH v12 44/46] virt: sevguest: Add support to derive key
` [PATCH v12 45/46] virt: sevguest: Add support to get extended report
` [PATCH v12 46/46] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v12 43.1/46] virt: Add SEV-SNP guest driver
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-11 5:09 UTC (73+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 06/26] virtio_ring: packed: extract the logic of creating vring
` [PATCH v7 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam
[PATCH v2 1/5] ACPI / x86: Add support for LPS0 callback handler
2022-03-10 21:43 UTC (6+ messages)
` [PATCH v2 2/5] ACPI / x86: Pass the constraints checking result to LPS0 callback
` [PATCH v2 3/5] ACPI / x86: Check LPI constraints by default
` [PATCH v2 4/5] platform/x86: amd-pmc: Move to later in the suspend process
` [PATCH v2 5/5] platform/x86: amd-pmc: Drop CPU QoS workaround
[RFC 00/10] Introduce In Field Scan driver
2022-03-10 21:42 UTC (7+ messages)
` [RFC 07/10] platform/x86/intel/ifs: Create kthreads for online cpus for scan test
[PATCH v5 0/4] Fix SW_TABLET_MODE detection method
2022-03-10 21:08 UTC (5+ messages)
` [PATCH v5 1/4] Fix hp_wmi_read_int() reporting error (0x05)
` [PATCH v5 2/4] Fix SW_TABLET_MODE detection method
` [PATCH v5 3/4] Fix 0x05 error code reported by several WMI calls
` [PATCH v5 4/4] Changing bios_args.data to be dynamically allocated
[PATCH v2] platform/x86: amd-pmc: Validate entry into the deepest state on resume
2022-03-10 17:50 UTC (2+ messages)
[PATCH 1/4] ACPI / x86: Add support for LPS0 callback handler
2022-03-10 16:35 UTC (9+ messages)
` [PATCH 2/4] ACPI / x86: Pass the constraints checking result to LPS0 callback
` [PATCH 3/4] platform/x86: amd-pmc: Move to later in the suspend process
` [PATCH 4/4] platform/x86: amd-pmc: Drop CPU QoS workaround
[PATCH 0/4] x86/platform/uv: UV Kernel support for UV5
2022-03-10 16:23 UTC (9+ messages)
` [PATCH 1/4] x86/platform/uv: Remove Obsolete Scratch5 NMI handler
` [PATCH 2/4] x86/platform/uv: Update NMI Handler for UV5
` [PATCH 3/4] x86/platform/uv: Update TSC sync state "
` [PATCH 4/4] x86/platform/uv: Add gap hole end size
[PATCH v4 0/3] Fix SW_TABLET_MODE detection method
2022-03-10 15:07 UTC (10+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] Fix 0x05 error code reported by several WMI calls
` [PATCH v4 3/3] Changing bios_args.data to be dynamically allocated
[PATCH v1 0/6] Add TDX Guest Attestation support
2022-03-10 14:57 UTC (6+ messages)
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
[PATCH 1/2] platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err variable
2022-03-09 17:55 UTC (6+ messages)
` [PATCH 2/2] platform/x86: thinkpad_acpi: Don't use test_bit on an integer
` [External] "
` [External] [PATCH 1/2] platform/x86: thinkpad_acpi: Fix compiler warning about uninitialized err variable
[PATCH v2 0/3] Intel TXT driver
2022-03-09 17:55 UTC (14+ messages)
` [PATCH v2 2/3] driver: provide sysfs interfaces to access TXT config space
` [discuss] Improve and merge a driver proposed in 2013: "
` [RFC PATCH] platform/x86: Add sysfs interface for Intel TXT status
[PATCH] platform/x86: amd-pmc: Validate entry into the deepest state on resume
2022-03-09 15:51 UTC (3+ messages)
[PATCH] platform/x86: x86-android-tablets: Depend on EFI and SPI
2022-03-08 21:35 UTC (3+ messages)
[PATCH v4 0/8] platform/x86: introduce p2sb_bar() helper
2022-03-08 20:09 UTC (6+ messages)
` [PATCH 0/2] simatic-ipc additions to p2sb apl lake gpio
` [PATCH 1/2] simatic-ipc: convert to use common P2SB accessor
` [PATCH 2/2] leds: simatic-ipc-leds-gpio: add GPIO version of Siemens driver
[RFC] ACPI: platform-profile: support for AC vs DC modes
2022-03-08 17:44 UTC (7+ messages)
` [External] "
mmotm 2022-03-06-20-33 uploaded (x86-android-tablets)
2022-03-08 15:25 UTC (2+ messages)
[PATCH] platform/x86: amd-pmc: uninitialized variable in amd_pmc_s2d_init()
2022-03-08 15:24 UTC (2+ messages)
[PATCH] platform/x86/intel-uncore-freq: fix uncore_freq_common_init() error codes
2022-03-08 15:21 UTC (2+ messages)
[PATCH v2] platform: x86: huawei-wmi: check the return value of device_create_file()
2022-03-08 14:44 UTC (2+ messages)
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-08 8:01 UTC (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox