messages from 2018-11-04 08:15:13 to 2018-11-15 20:04:06 UTC [more...]
[PATCH v16 00/22] Intel SGX1 support
2018-11-15 20:04 UTC (33+ 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 0/15] Add support for OLPC XO 1.75 Embedded Controller
2018-11-15 18:57 UTC (42+ messages)
` [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 06/15] Platform: OLPC: Add XO-1.75 EC driver
` [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 v4 0/2] Add device driver for APU2/APU3 GPIOs
2018-11-15 13:32 UTC (3+ messages)
` [PATCH v4 1/2] gpio: Add driver for PC Engines APU boards
` [PATCH v4 2/2] platform: Add reset button device "
[PATCH] platform/x86: thinkpad_acpi: add adaptive_kbd_modes parameter
2018-11-15 7:34 UTC
[PATCH v1 1/5] drivercore: Revert "deferral race condition fix"
2018-11-15 1:16 UTC (28+ messages)
` [PATCH v1 2/5] extcon: Return -EPROBE_DEFER when extcon device is not found
` [PATCH v1 3/5] staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-name
` [PATCH v1 4/5] usb: dwc3: drd: Switch to device property for 'extcon' handling
` [PATCH v1 5/5] usb: dwc3: drd: Add support for DR detection through extcon
[PATCH 3/3] x86/cpuid: Make cpuinfo_x86.x86_model_id global
2018-11-14 21:28 UTC
[PATCH RFC] selftests/x86: Add a selftest for SGX
2018-11-14 16:09 UTC (3+ messages)
[PATCH] ideapad-laptop: Add Lenovo Yoga 2 13 to the no_hw_rfkill DMI list
2018-11-14 16:01 UTC (2+ messages)
[PATCH v6 0/3] Huawei laptops
2018-11-14 16:01 UTC (5+ messages)
` [PATCH v6 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v6 2/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v6 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[PATCH] ideapad-laptop: Add Lenovo Yoga 2 13 to the no_hw_rfkill DMI list
2018-11-14 15:15 UTC (3+ messages)
[PATCH v5 0/3] Huawei laptops
2018-11-14 10:47 UTC (9+ messages)
` [PATCH v5 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v5 2/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v5 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[PATCH] platform/x86: thinkpad_acpi: add unsafe_leds parameter
2018-11-13 16:41 UTC (2+ messages)
[PATCH v15 00/23] Intel SGX1
2018-11-13 15:13 UTC (36+ messages)
` [PATCH v15 05/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v15 11/23] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [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 23/23] x86/sgx: Driver documentation
[PATCH] ideapad-laptop: Add Lenovo Yoga 2 13 to the no_hw_rfkill DMI list
2018-11-13 12:52 UTC
[PATCH AUTOSEL 4.4 08/11] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
2018-11-13 5:52 UTC
[PATCH AUTOSEL 4.9 09/17] platform/x86: intel_telemetry: report debugfs failure
2018-11-13 5:52 UTC (2+ messages)
` [PATCH AUTOSEL 4.9 13/17] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
[PATCH AUTOSEL 4.14 14/26] platform/x86: intel_telemetry: report debugfs failure
2018-11-13 5:51 UTC (2+ messages)
` [PATCH AUTOSEL 4.14 21/26] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
[PATCH AUTOSEL 4.18 21/39] platform/x86: intel_telemetry: report debugfs failure
2018-11-13 5:50 UTC (2+ messages)
` [PATCH AUTOSEL 4.18 28/39] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
[PATCH AUTOSEL 4.19 23/44] platform/x86: intel_telemetry: report debugfs failure
2018-11-13 5:49 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 30/44] platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
[PATCH v4 0/3] Huawei laptops
2018-11-11 8:44 UTC (9+ messages)
` [PATCH v4 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v4 2/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v4 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[PATCH v3 0/3] Huawei laptops
2018-11-09 13:28 UTC (14+ messages)
` [PATCH v3 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v3 2/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v3 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[Patch v4 1/3] platform/x86: intel_pmc_core: Show Latency Tolerance info
2018-11-08 20:04 UTC (4+ messages)
` [Patch v4 2/3] platform/x86: intel_pmc_core: Fix LTR IGNORE Max offset
` [Patch v4 3/3] platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR
[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 (3+ messages)
[PATCH v2 0/3] Huawei laptops WMI & sound fixes
2018-11-05 14:46 UTC (9+ messages)
` [PATCH v2 1/3] x86: add support for Huawei WMI hotkeys
` [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
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