messages from 2021-10-01 20:43:32 to 2021-10-11 03:06:04 UTC [more...]
[PATCH v4 0/2] Update ASUS WMI supported boards
2021-10-11 3:05 UTC (9+ messages)
` [PATCH v4 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI
` [PATCH v4 2/2] hwmon: (asus_wmi_sensors) Support X370 "
[PATCH v3 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-10-10 19:22 UTC (14+ messages)
` [PATCH v3 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v3 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v3 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v3 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v3 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v3 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v3 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v3 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v3 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v3 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v3 11/11] platform/x86: int3472: Deal with probe ordering issues
[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-10-10 17:51 UTC (44+ messages)
` [PATCH v6 01/42] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v6 02/42] x86/sev: Shorten GHCB terminate macro names
` [PATCH v6 03/42] x86/sev: Get rid of excessive use of defines
` [PATCH v6 04/42] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v6 05/42] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v6 06/42] x86/sev: Save the negotiated GHCB version
` [PATCH v6 07/42] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler
` [PATCH v6 09/42] x86/sev: Check SEV-SNP features support
` [PATCH v6 10/42] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v6 11/42] x86/sev: Check the vmpl level
` [PATCH v6 12/42] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v6 13/42] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v6 14/42] x86/sev: "
` [PATCH v6 15/42] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v6 16/42] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v6 17/42] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v6 18/42] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v6 20/42] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v6 21/42] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v6 22/42] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v6 23/42] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v6 24/42] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v6 25/42] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v6 26/42] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v6 27/42] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v6 28/42] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v6 29/42] x86/compressed/acpi: move EFI config "
` [PATCH v6 30/42] x86/compressed/acpi: move EFI vendor "
` [PATCH v6 31/42] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v6 32/42] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v6 33/42] boot/compressed/64: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v6 34/42] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v6 35/42] x86/compressed/64: store Confidential Computing blob address "
` [PATCH v6 36/42] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v6 37/42] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v6 38/42] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v6 39/42] x86/sev: Register SNP guest request platform device
` [PATCH v6 40/42] virt: Add SEV-SNP guest driver
` [PATCH v6 41/42] virt: sevguest: Add support to derive key
` [PATCH v6 42/42] virt: sevguest: Add support to get extended report
[PATCH v2 00/13] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-10-10 15:10 UTC (15+ messages)
` [PATCH v2 01/13] ACPI: Add a honor_deps flag to struct acpi_device
` [PATCH v2 02/13] ACPI: honor dependencies for devices with a _DEP pointing to an INT3472 device
` [PATCH v2 03/13] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v2 04/13] regulator: Introduce tps68470-regulator driver
` [PATCH v2 05/13] clk: Introduce clk-tps68470 driver
` [PATCH v2 06/13] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v2 07/13] platform/x86: int3472: Split into 2 drivers
` [PATCH v2 08/13] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v2 09/13] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v2 10/13] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v2 11/13] platform/x86: int3472: Deal with probe ordering issues
` [PATCH v2 12/13] media: ipu3-cio2: Add INT347A to cio2-bridge
` [PATCH v2 13/13] media: ipu3-cio2: Add module soft-deps for the INT3472 drivers
[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
2021-10-10 10:12 UTC (7+ messages)
[PATCH 0/5] Move intel_pm from MFD to Auxiliary bus
2021-10-10 6:59 UTC (10+ messages)
` [PATCH 2/5] platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus
` [PATCH 5/5] platform/x86: Add Intel Software Defined Silicon driver
[PATCH 00/12] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-10-09 15:31 UTC (17+ messages)
` [PATCH 01/12] ACPI: Add has_unmet_acpi_deps() helper function
` [PATCH 02/12] media: i2c: ov8865: Add an has_unmet_acpi_deps() check
` [PATCH 03/12] media: i2c: ov5693: "
` [PATCH 04/12] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH 05/12] regulator: Introduce tps68470-regulator driver
` [PATCH 06/12] clk: Introduce clk-tps68470 driver
` [PATCH 07/12] platform/x86: int3472: Enable I2c daisy chain
` [PATCH 08/12] platform/x86: int3472: Split into 2 drivers
` [PATCH 09/12] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH 10/12] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH 11/12] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH 12/12] platform/x86: int3472: Call acpi_dev_clear_dependencies() on successful probe
[Bug 214453] New: skl_int3472_unregister_clock: kernel NULL pointer dereference (HP Elite x2 1013 G3)
2021-10-09 8:14 UTC (4+ messages)
[PATCH 1/2] platform/x86: amd-pmc: Add alternative acpi id for PMC controller
2021-10-09 2:05 UTC (11+ messages)
` [PATCH 2/2] ACPI: PM: Include alternate AMDI0005 id in special behaviour
[PATCH] platform/x86: intel_skl_int3472: Correct null check
2021-10-08 22:46 UTC
[PATCH] platform: dell: all DELL_WMI driver options depend on DELL_WMI
2021-10-08 14:49 UTC (2+ messages)
[PATCH] platform/x86: amd-pmc: Fix the build error when CONFIG_DEBUG_FS is disable
2021-10-08 8:34 UTC
[RFC] add standardized attributes for force_discharge and inhibit_charge
2021-10-07 11:28 UTC (15+ messages)
[PATCH v4 0/4] platform/x86: system76_acpi: Sync DKMS module changes
2021-10-06 20:57 UTC (6+ messages)
` [PATCH v4 1/4] platform/x86: system76_acpi: Report temperature and fan speed
` [PATCH v4 2/4] platform/x86: system76_acpi: Replace Fn+F2 function for OLED models
` [PATCH v4 3/4] platform/x86: system76_acpi: Add battery charging thresholds
` [PATCH v4 4/4] platform/x86: system76_acpi: Add attribute group for kb_led_color
[PATCH V2] platform/x86: Non Sequential Device mode handling
2021-10-06 7:35 UTC
[PATCH] platform/x86/intel/int1092: Remove redundant .owner
2021-10-06 4:44 UTC
[PATCH 00/10] drm: Add privacy-screen class and connector properties
2021-10-05 20:23 UTC (11+ messages)
` [PATCH 01/10] drm/connector: Add support for privacy-screen properties (v4)
` [PATCH 02/10] drm: Add privacy-screen class (v4)
` [PATCH 03/10] drm/privacy-screen: Add X86 specific arch init code
` [PATCH 04/10] drm/privacy-screen: Add notifier support (v2)
` [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2)
` [PATCH 06/10] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper
` [PATCH 07/10] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once
` [PATCH 08/10] platform/x86: thinkpad_acpi: Register a privacy-screen device
` [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper
` [PATCH 10/10] drm/i915: Add privacy-screen support (v3)
[PATCH 0/9] Kconfig symbol clean-up on ./arch/x86/
2021-10-05 19:59 UTC (5+ messages)
` [PATCH 5/9] x86/Kconfig: remove reference to obsolete APB_TIMER config
` [PATCH 9/9] x86: ia32.h: adjust comment for endif of CONFIG_IA32_EMULATION
[PATCH] platform/x86: amd-pmc: Add support for AMD Smart Trace Buffer
2021-10-05 18:03 UTC (2+ messages)
[PATCH] platform/x86: gigabyte-wmi: add support for B550 AORUS ELITE AX V2
2021-10-05 4:48 UTC
[PATCH 00/10] drm: Add privacy-screen class and connector properties
2021-10-04 18:48 UTC (17+ messages)
` [PATCH 01/10] drm/connector: Add support for privacy-screen properties (v4)
` [PATCH 02/10] drm: Add privacy-screen class (v4)
` [PATCH 03/10] drm/privacy-screen: Add X86 specific arch init code
` [PATCH 04/10] drm/privacy-screen: Add notifier support (v2)
` [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2)
` [PATCH 06/10] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper
` [PATCH 07/10] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once
` [PATCH 08/10] platform/x86: thinkpad_acpi: Register a privacy-screen device
` [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper
` [PATCH 10/10] drm/i915: Add privacy-screen support (v2)
[bug report] Platform: OLPC: Add XO-1.75 EC driver
2021-10-04 13:53 UTC
[PATCH] platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups
2021-10-03 9:27 UTC (2+ messages)
[PATCH platform-next 10/10] platform/x86: mlx-platform: Add support for multiply cooling devices
2021-10-02 9:36 UTC
[PATCH platform-next 00/10] platform: mellanox: Introduce initial chassis management support for modular Ethernet system
2021-10-02 9:32 UTC (10+ messages)
` [PATCH platform-next 01/10] platform_data/mlxreg: Add new type to support modular systems
` [PATCH platform-next 02/10] platform/x86: mlx-platform: Add initial support for new modular system
` [PATCH platform-next 03/10] platform/mellanox: mlxreg-hotplug: Extend logic for hotplug devices operations
` [PATCH platform-next 04/10] platform/x86: mlx-platform: Configure notifier callbacks for modular system
` [PATCH platform-next 05/10] platform/mellanox: mlxreg-io: Extend number of hwmon attributes
` [PATCH platform-next 06/10] platform_data/mlxreg: Add new field for secured access
` [PATCH platform-next 07/10] platform/mellanox: mlxreg-lc: Add initial support for Nvidia line card devices
` [PATCH platform-next 08/10] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces
` [PATCH platform-next 09/10] Documentation/ABI: Add new line card "
[PATCH v15 0/1] asus-wmi: Add support for custom fan curves
2021-10-02 6:21 UTC (2+ messages)
` [PATCH v15] "
[PATCH v3 0/4] platform/x86: system76_acpi: Sync DKMS module changes
2021-10-01 22:08 UTC (5+ messages)
` [PATCH 1/4] platform/x86: system76_acpi: Report temperature and fan speed
` [PATCH 4/4] platform/x86: system76_acpi: Use DEV_ATTR macro for kb_led_color
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