messages from 2018-11-09 09:01:38 to 2018-11-21 11:46:50 UTC [more...]
[PATCH v16 00/22] Intel SGX1 support
2018-11-21 11:46 UTC (10+ messages)
` [PATCH v16 18/22] platform/x86: Intel SGX driver
[PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike
2018-11-21 11:44 UTC (18+ messages)
` [PATCH v1 01/15] platform/x86: intel_cht_int33fe: Remove duplicate NULL check
` [PATCH v1 02/15] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
` [PATCH v1 03/15] platform/x86: i2c-multi-instantiate: "
` [PATCH v1 04/15] platform/x86: i2c-mutli-instantiate: Defer probe when no adapter found
` [PATCH v1 05/15] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v1 06/15] i2c: acpi: Assign fwnode for devices created via i2c_acpi_new_device()
` [PATCH v1 07/15] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v1 08/15] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
` [PATCH v1 09/15] platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
` [PATCH v1 10/15] platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
` [PATCH v1 11/15] platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support
` [PATCH v1 12/15] platform/x86: i2c-multi-instantiate: Allow to have same slaves
` [PATCH v1 13/15] ACPI / scan: Create platform device for INT3515 ACPI nodes
` [PATCH v1 14/15] ACPI / scan: Create platform device for BOSC0200 "
` [PATCH v1 15/15] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper
[PATCH v3 0/3] Huawei laptops
2018-11-20 12:19 UTC (17+ messages)
` [PATCH v3 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v3 3/3] ALSA: hda: add support for Huawei WMI micmute LED
[PATCH v17 01/23] x86/sgx: Update MAINTAINERS
2018-11-20 12:04 UTC (54+ messages)
` [PATCH v17 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v17 03/23] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v17 04/23] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v17 05/23] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v17 06/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v17 07/23] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v17 08/23] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v17 09/23] x86/sgx: Define SGX1 and SGX2 ENCLS leafs
` [PATCH v17 10/23] x86/sgx: Add ENCLS architectural error codes
` [PATCH v17 11/23] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v17 12/23] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v17 13/23] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v17 14/23] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v17 15/23] x86/sgx: Enumerate and track EPC sections
` [PATCH v17 16/23] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v17 17/23] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v17 18/23] platform/x86: Intel SGX driver
` [PATCH v17 19/23] platform/x86: sgx: Add swapping functionality to the "
` [PATCH v17 20/23] x86/sgx: Add a simple swapper for the EPC memory manager
` [PATCH v17 21/23] platform/x86: ptrace() support for the SGX driver
` [PATCH v17 22/23] x86/sgx: SGX documentation
` [PATCH v17 23/23] selftests/x86: Add a selftest for SGX
` [PATCH v17 00/23] Intel SGX1 support
[PATCH v4 0/2] Add device driver for APU2/APU3 GPIOs
2018-11-20 7:14 UTC (5+ messages)
` [PATCH v4 1/2] gpio: Add driver for PC Engines APU boards
` [PATCH v4 2/2] platform: Add reset button device "
[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
2018-11-19 13:25 UTC (30+ messages)
` [PATCH 02/15] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH 04/15] Platform: OLPC: Remove an unused include
` [PATCH 06/15] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH 08/15] Platform: OLPC: Move EC-specific functionality out from x86
` [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 v2 0/17] Add support for OLPC XO 1.75 Embedded Controller
2018-11-17 16:03 UTC (19+ messages)
` [PATCH v2 01/17] power: supply: olpc_battery: correct the temperature units
` [PATCH v2 02/17] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH v2 03/17] Platform: OLPC: Remove an unused include
` [PATCH v2 04/17] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH v2 05/17] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH v2 06/17] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH v2 07/17] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH v2 08/17] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH v2 09/17] Platform: OLPC: Use BIT() and GENMASK() for event masks
` [PATCH v2 10/17] Platform: OLPC: add a regulator for the DCON
` [PATCH v2 11/17] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH v2 12/17] x86, olpc: Use a correct version when making up a battery node
` [PATCH v2 13/17] power: supply: olpc_battery: Use DT to get battery version
` [PATCH v2 14/17] power: supply: olpc_battery: Move priv data to a struct
` [PATCH v2 15/17] power: supply: olpc_battery: Use devm_power_supply_register()
` [PATCH v2 16/17] power: supply: olpc_battery: Avoid using platform_info
` [PATCH v2 17/17] power: supply: olpc_battery: Add OLPC XO 1.75 support
[PATCH] platform/x86: thinkpad_acpi: Cleanup quirks macros
2018-11-16 13:18 UTC
[PATCH RFC] selftests/x86: Add a selftest for SGX
2018-11-15 20:37 UTC (5+ messages)
[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] 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 (10+ messages)
` [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
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