messages from 2022-02-15 17:29:58 to 2022-02-24 16:59:08 UTC [more...]
[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-02-24 16:55 UTC (13+ messages)
` [PATCH v11 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v11 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v11 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v11 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v11 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v11 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v11 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v11 08/45] x86/sev: "
` [PATCH v11 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v11 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v11 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v11 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
[PATCH 0/5] pinctrl/baytrail platform/x86: SUS6 mux / Lenovo Yoga Tablet 2 support
2022-02-24 16:57 UTC (18+ messages)
` [PATCH 1/5] pinctrl: baytrail: Add pinconf group + function for the pmu_clk
` [PATCH 2/5] platform/x86: x86-android-tablets: Fix EBUSY error when requesting IOAPIC IRQs
` [PATCH 3/5] platform/x86: x86-android-tablets: Add Lenovo Yoga Tablet 2 830 / 1050 data
` [PATCH 4/5] platform/x86: x86-android-tablets: Workaround Lenovo Yoga Tablet 2 830/1050 poweroff hang
` [PATCH 5/5] platform/x86: x86-android-tablets: Lenovo Yoga Tablet 2 830/1050 sound support
[GIT PULL] Immutable branch with 5.17-rc1 + "pinctrl: baytrail: Add pinconf,group + function for the pmu_clk"
2022-02-24 16:48 UTC
[PATCH v1 0/6] Add TDX Guest Attestation support
2022-02-24 15:48 UTC (9+ messages)
` [PATCH v1 1/6] x86/tdx: Add tdx_mcall_tdreport() API support
` [PATCH v1 2/6] x86/tdx: Add tdx_hcall_get_quote() "
` [PATCH v1 3/6] x86/tdx: Add SetupEventNotifyInterrupt TDX hypercall support
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v1 5/6] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v1 6/6] tools/tdx: Add a sample attestation user app
[PATCH] tools/power/x86/intel-speed-select: Remove unneeded semicolon
2022-02-24 15:27 UTC (2+ messages)
[PATCH] platform/x86: thinkpad_acpi: Add dual fan probe
2022-02-24 15:21 UTC (2+ messages)
[PATCH v7 1/2] platforms/x86: Add AMD system management interface
2022-02-24 15:20 UTC (6+ messages)
` [PATCH v7 2/2] Documentation: Add x86/amd_hsmp driver
[GIT PULL] platform-drivers-x86 for 5.17-4
2022-02-24 13:54 UTC
[PATCH 0/2] Input: Replace surface3_button code with soc_button_array
2022-02-24 13:09 UTC (5+ messages)
` [PATCH 1/2] Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttons
` [PATCH 2/2] platform/surface: Remove Surface 3 Button driver
[PATCH] surface: surface3_power: Fix battery readings on batteries with a serial no
2022-02-24 12:50 UTC (8+ messages)
[PATCH v3] platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeup
2022-02-24 12:45 UTC (2+ messages)
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-02-24 8:11 UTC (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam
[Bug 199715] hp_accel: probe of HPQ6007:00 failed with error -22 (HP Envy x360)
2022-02-24 6:22 UTC (2+ messages)
[PATCH v2] platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeup
2022-02-23 17:20 UTC (3+ messages)
[PATCH 1/2] ACPI / x86: Add skip i2c clients quirk for Nextbook Ares 8
2022-02-23 13:50 UTC (2+ messages)
` [PATCH 2/2] ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L
[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
2022-02-22 21:03 UTC (2+ messages)
[PATCH 0/2] lg-laptop: model recognition improvements, common battery charge limit location
2022-02-22 18:42 UTC (5+ messages)
` [PATCH 1/2] lg-laptop: Recognize more models correctly
` [PATCH 2/2] lg-laptop: Move setting of battery charge limit to common location
[PATCH] platform/x86: Add Steam Deck driver
2022-02-22 17:17 UTC (9+ messages)
[PATCH v2 0/3] Fix SW_TABLET_MODE detection method
2022-02-22 17:14 UTC (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Fix 0x05 error code reported by several WMI calls
` [PATCH v2 3/3] Changing bios_args.data to be dynamically allocated
[PATCH] platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeup
2022-02-22 15:23 UTC (2+ messages)
[PATCH V8 1/2] tools arch x86: Add Intel SDSi provisiong tool
2022-02-22 14:56 UTC (4+ messages)
` [PATCH V8 2/2] selftests: sdsi: test sysfs setup
[PATCH 0/6] Add multiple-consumer support to int3472-tps68470 driver
2022-02-22 14:47 UTC (21+ messages)
` [PATCH 1/6] ACPI: scan: Add acpi_dev_get_next_consumer_dev()
` [PATCH 2/6] ACPI: bus: Add iterator for dependent devices
` [PATCH 3/6] platform/x86: int3472: Support multiple clock consumers
` [PATCH 4/6] platform/x86: int3472: Add terminator to gpiod_lookup_table
` [PATCH 5/6] platform/x86: int3472: Support multiple gpio lookups in board data
` [PATCH 6/6] platform/x86: int3472: Add board data for Surface Go2 IR camera
[PATCH v2 0/3] Intel TXT driver
2022-02-22 9:31 UTC (8+ messages)
` [PATCH v2 2/3] driver: provide sysfs interfaces to access TXT config space
` [discuss] Improve and merge a driver proposed in 2013: "
[Bug 106031] Regression in 4.2.x: in airplane mode each time I open my laptop lid
2022-02-21 21:19 UTC (2+ messages)
[PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
2022-02-21 19:54 UTC (4+ messages)
[GIT PULL] platform-drivers-x86 for 5.17-3
2022-02-21 17:15 UTC (2+ messages)
[PATCH 0/3] Add pm_runtime and DG2 support
2022-02-21 17:06 UTC (4+ messages)
` [PATCH 1/3] platform/x86/intel: pmt: Remove bin_attribute mmap support to runtime pm
[PATCH 0/5] spi: make remove callback a void function
2022-02-18 12:37 UTC (3+ messages)
` [PATCH 5/5] "
[PATCH v6 1/2] platforms/x86: Add AMD system management interface
2022-02-17 23:32 UTC (3+ messages)
` [PATCH v6 2/2] Documentation: Add x86/amd_hsmp driver
[GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
2022-02-17 19:31 UTC (3+ messages)
[GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
2022-02-17 18:51 UTC (7+ messages)
[PATCH 0/2] asus-wmi: Keyboard rgb led multicolor support
2022-02-17 16:17 UTC (5+ messages)
` [PATCH 1/2] asus-wmi: Use led multicolor class for keyboard backlight
` [PATCH 2/2] asus-wmi: Add support for keyboard rgb backlights
[PATCH] platform/dcdbas: move EXPORT_SYMBOL after function
2022-02-17 14:54 UTC (2+ messages)
[PATCH v2] platform/x86: amd-pmc: Add support for AMD Spill to DRAM STB feature
2022-02-17 13:08 UTC (2+ messages)
[PATCH 0/4] platform/x86/intel/uncore-freq: Enhance HW interface
2022-02-17 12:25 UTC (2+ messages)
[PATCH] platform/x86: intel_scu_ipc: Keep polling IPC status if it reads IPC_STATUS_ERR
2022-02-17 11:40 UTC (4+ messages)
[PATCH] Fix SW_TABLET_MODE detection method
2022-02-17 10:57 UTC (2+ messages)
[PATCH v5 1/2] platforms/x86: Add AMD system management interface
2022-02-17 7:17 UTC (7+ messages)
` [PATCH v5 2/2] Documentation: Add x86/amd_hsmp driver
[Bug 214899] New: ideapad-laptop: platform backlight device not working
2022-02-17 1:21 UTC (3+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "
[PATCH] Fix SW_TABLET_MODE detection method
2022-02-16 16:26 UTC
[PATCH v4 1/2] platforms/x86: Add AMD system management interface
2022-02-16 13:42 UTC (12+ messages)
[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-02-16 13:32 UTC (4+ messages)
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
[PATCH] Fix SW_TABLET_MODE detection method
2022-02-15 23:30 UTC
[PATCH v4 0/8] platform/x86: introduce p2sb_bar() helper
2022-02-15 17:29 UTC (5+ messages)
` [PATCH v4 5/8] mfd: lpc_ich: Add support for pinctrl in non-ACPI system
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