X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2018-10-31 12:46:10 to 2018-11-07 16:37:57 UTC [more...]

[PATCH v16 00/22] Intel SGX1 support
 2018-11-07 16:37 UTC  (29+ messages)
` [PATCH v16 01/22] x86/sgx: Update MAINTAINERS
` [PATCH v16 02/22] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v16 03/22] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v16 04/22] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v16 05/22] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v16 06/22] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v16 07/22] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v16 08/22] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v16 09/22] x86/sgx: Define SGX1 and SGX2 ENCLS leafs
` [PATCH v16 10/22] x86/sgx: Add ENCLS architectural error codes
` [PATCH v16 11/22] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v16 12/22] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v16 13/22] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v16 14/22] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v16 15/22] x86/sgx: Enumerate and track EPC sections
` [PATCH v16 16/22] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v16 17/22] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v16 18/22] platform/x86: Intel SGX driver
` [PATCH v16 19/22] platform/x86: sgx: Add swapping functionality to the "
` [PATCH v16 20/22] x86/sgx: Add a simple swapper for the EPC memory manager
` [PATCH v16 21/22] platform/x86: ptrace() support for the SGX driver
` [PATCH v16 22/22] x86/sgx: SGX documentation

[PATCH v15 00/23] Intel SGX1
 2018-11-07 16:30 UTC  (51+ messages)
` [PATCH v15 01/23] x86/sgx: Update MAINTAINERS
` [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v15 03/23] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v15 04/23] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v15 05/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v15 06/23] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v15 07/23] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v15 08/23] x86/sgx: Define SGX1 and SGX2 ENCLS leafs
` [PATCH v15 09/23] x86/sgx: Add ENCLS architectural error codes
` [PATCH v15 10/23] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v15 11/23] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v15 12/23] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v15 13/23] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v15 14/23] x86/cpu/intel: Clear SGX_LC capability if not enabled in FEATURE_CONTROL
` [PATCH v15 15/23] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v15 16/23] x86/sgx: Enumerate and track EPC sections
` [PATCH v15 17/23] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v15 18/23] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v15 19/23] platform/x86: Intel SGX driver
` [PATCH v15 20/23] platform/x86: sgx: Add swapping functionality to the "
` [PATCH v15 21/23] x86/sgx: Add a simple swapper for the EPC memory manager
` [PATCH v15 22/23] platform/x86: ptrace() support for the SGX driver
` [PATCH v15 23/23] x86/sgx: Driver documentation

[PATCH V8 01/11] pvpanic: move pvpanic to misc as common driver
 2018-11-06 14:57 UTC  (12+ messages)
` [PATCH v8 02/11] misc/pvpanic: simplify the code using acpi_dev_resource_io
` [PATCH V8 03/11] misc/pvpanic: add MMIO support
` [PATCH V8 04/11] dt-bindings: misc/pvpanic: add document for pvpanic-mmio
` [PATCH V8 05/11] misc/pvpanic: add support to get pvpanic device info FDT
` [PATCH V8 06/11] misc/pvpanic : grouping ACPI related stuff
` [PATCH V8 07/11] misc/pvpanic : break dependency on ACPI
` [PATCH V8 08/11] misc/pvpanic: remove unnecessary header file
` [PATCH V8 09/11] misc/pvpanic: change header file sort style
` [PATCH V8 10/11] misc/pvpanic: convert to SPDX license tags
` [PATCH V8 11/11] misc/pvpanic: remove a redundant comma

[PATCH v3 3/3] platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR
 2018-11-05 21:00 UTC  (3+ messages)

[PATCH v3 1/3] platform/x86: intel_pmc_core: Show Latency Tolerance info
 2018-11-05 20:58 UTC  (5+ messages)
` [PATCH v3 2/3] platform/x86: intel_pmc_core: Fix LTR IGNORE Max offset

[PATCH v2 0/3] Huawei laptops WMI & sound fixes
 2018-11-05 14:46 UTC  (14+ messages)
` [PATCH v2 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v2 2/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v2 3/3] ALSA: hda: add support for Huawei WMI MicMute LED

[PATCH V7 1/9] pvpanic: move pvpanic to misc as common driver
 2018-11-05 13:05 UTC  (14+ messages)
` [PATCH V7 2/9] misc/pvpanic: simplify the code using acpi_dev_resource_io
` [PATCH V7 3/9] misc/pvpanic: add MMIO support
` [PATCH V7 4/9] dt-bindings: misc/pvpanic: add document for pvpanic-mmio
` [PATCH V7 5/9] misc/pvpanic: add support to get pvpanic device info by FDT
` [PATCH V7 6/9] misc/pvpanic : break dependency on ACPI
` [PATCH V7 7/9] misc/pvpanic: remove unnecessary header file
` [PATCH V7 8/9] misc/pvpanic: convert to SPDX license tags
` [PATCH V7 9/9] misc/pvpanic: remove a redundant comma

[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-04 14:39 UTC  (27+ messages)
` [PATCH 01/15] power: supply: olpc_battery: correct the temperature units
` [PATCH 02/15] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH 03/15] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH 04/15] Platform: OLPC: Remove an unused include
` [PATCH 05/15] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH 07/15] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH 08/15] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH 10/15] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH 11/15] x86, olpc: Use a correct version when making up a battery node
` [PATCH 12/15] power: supply: olpc_battery: Use DT to get battery version
` [PATCH 13/15] power: supply: olpc_battery: Move priv data to a struct
` [PATCH 14/15] power: supply: olpc_battery: Avoid using platform_info
` [PATCH 15/15] power: supply: olpc_battery: Add OLPC XO 1.75 support

[PATCH V6 1/8] pvpanic: move pvpanic to misc as common driver
 2018-11-03 15:51 UTC  (16+ messages)
` [PATCH V6 2/8] misc/pvpanic: simplify the code using acpi_dev_resource_io
` [PATCH V6 3/8] misc/pvpanic: add MMIO support
      `  "
` [PATCH V6 4/8] dt-bindings: misc/pvpanic: add document for pvpanic-mmio
` [PATCH V6 5/8] misc/pvpanic: add support to get pvpanic device info by FDT
` [PATCH V6 6/8] misc/pvpanic: remove unnecessary header file
` [PATCH V6 7/8] misc/pvpanic: convert to SPDX license tags
` [PATCH V6 8/8] misc/pvpanic: remove a redundant comma

[PATCH 0/3] Fix display off hotkey on Asus machines
 2018-11-02 19:35 UTC  (5+ messages)
` [PATCH 1/3] asus-wmi: Tell the EC the OS will handle the display off hotkey
` [PATCH 2/3] asus-nb-wmi: Map 0x35 to KEY_SCREENLOCK
` [PATCH 3/3] asus-nb-wmi: Drop mapping of 0x33 and 0x34 scan codes

[PATCH v14 09/19] x86/mm: x86/sgx: Signal SEGV_SGXERR for #PFs w/ PF_SGX
 2018-11-01 17:44 UTC  (14+ messages)

[PATCH V5 1/8] pvpanic: move pvpanic to misc as common driver
 2018-11-01 17:04 UTC  (21+ messages)
` [PATCH V5 2/8] misc/pvpanic: Remove one extra semicolon
` [PATCH V5 3/8] misc/pvpanic: revmove unnecessary header file
` [PATCH V5 4/8] misc/pvpanic :convert to SPDX license tags
` [PATCH V5 5/8] misc/pvpanic: simplify the code using acpi_dev_resource_io
` [PATCH V5 6/8] misc/pvpanic: add MMIO support
` [PATCH V5 7/8] misc/pvpanic: add support to get pvpanic device info by FDT
` [PATCH V5 8/8] dt-bindings/misc/pvpanic :add document for pvpanic-mmio

[PATCH V5 2/8] misc/pvpanic: Remove one extra comma
 2018-11-01 16:13 UTC 

[PATCH 1/3] x86: add support for Huawei WMI hotkeys
 2018-10-31 19:19 UTC 

[PATCH] x86: add support for Huawei WMI hotkeys
 2018-10-31 16:13 UTC  (2+ messages)

[PATCH V4 1/5] pvpanic: move pvpanic to misc as common driver
 2018-10-31 13:37 UTC  (9+ messages)
` [PATCH V4 2/5] misc/pvpanic : convert to SPDX license tags
` [PATCH V4 3/5] misc/pvpanic: add MMIO support
` [PATCH V4 4/5] misc/pvpanic: add support to get pvpanic device info by FDT
` [PATCH V4 5/5] dt-bindings/misc/pvpanic :add document for pvpanic-mmio


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox