X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2017-10-07 15:21:02 to 2017-10-17 04:14:59 UTC [more...]

[PATCH v8 00/15] Introduce support for Dell SMBIOS over WMI
 2017-10-17  4:14 UTC  (27+ messages)
` [PATCH v8 01/15] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v8 02/15] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v8 03/15] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v8 04/15] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v8 05/15] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v8 06/15] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v8 07/15] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v8 08/15] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v8 09/15] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
  ` [PATCH] platform/x86: dell-smbios: fix semicolon.cocci warnings
` [PATCH v8 10/15] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v8 11/15] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v8 12/15] platform/x86: dell-smbios: Add filtering support
` [PATCH v8 13/15] platform/x86: wmi: Add sysfs attribute for required_buffer_size
` [PATCH v8 14/15] platform/x86: wmi: create userspace interface for drivers
` [PATCH v8 15/15] platform/x86: dell-smbios-wmi: introduce userspace interface

[PATCH v4 00/12] Intel(R) SGX Driver
 2017-10-17  0:51 UTC  (14+ messages)
` [PATCH v4 01/12] intel_sgx: updated MAINTAINERS
` [PATCH v4 02/12] x86: add SGX definition to cpufeature
` [PATCH v4 03/12] x86: define the feature control MSR's SGX enable bit
` [PATCH v4 04/12] x86: define the feature control MSR's SGX launch control bit
` [PATCH v4 05/12] x86: add SGX MSRs to msr-index.h
` [PATCH v4 06/12] fs/pipe.c: export create_pipe_files() and replace_fd()
` [PATCH v4 07/12] intel_sgx: driver for Intel Software Guard Extensions
` [PATCH v4 08/12] intel_sgx: ptrace() support
` [PATCH v4 09/12] intel_sgx: driver documentation
` [PATCH v4 10/12] intel_sgx: in-kernel launch enclave
` [PATCH v4 11/12] intel_sgx: glue code for in-kernel LE
` [PATCH v4 12/12] intel_sgx: update IA32_SGXLEPUBKEYHASH* MSRs

[PATCH] dell-laptop: Fix keyboard led max_brightness property for Dell Latitude E6410
 2017-10-16 21:48 UTC  (2+ messages)

[PATCH] platform/x86: mlx-platform: make a couple of structures static
 2017-10-16 21:26 UTC  (4+ messages)

[patch v3 0/3] drivers/platform: replace module x86/mlxcpld-hotplug with mellanox/mlxreg-hotplug
 2017-10-16 20:42 UTC  (2+ messages)

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-10-14 15:24 UTC  (6+ messages)

[platform-drivers-x86:review-andy 17/17] drivers/platform/x86/intel_telemetry_pltdrv.c:900:20: error: implicit declaration of function 'readq'
 2017-10-14 14:34 UTC 

[PATCH 1/3] platform/x86: intel_telemetry: Fix load failure info
 2017-10-14 14:10 UTC  (4+ messages)
` [PATCH 2/3] platform/x86: intel_telemetry: Fix typos
` [PATCH 3/3] platform/x86: intel_telemetry: cleanup redundant headers

[PATCHv2] thinkpad_acpi: Implement tablet mode resolving using GMMS method
 2017-10-14 13:59 UTC  (3+ messages)

[PATCH][next] platform/x86: intel_cht_int33fe: make a couple of local functions static
 2017-10-14 13:51 UTC  (4+ messages)

[PATCH v5 0/3] i2c: Hookup typec power-negotation to the PMIC and charger
 2017-10-14 12:04 UTC  (6+ messages)
` [PATCH resend v5 1/3] i2c: Allow overriding dev_name through board_info
` [PATCH resend v5 2/3] i2c-cht-wc: Add device-properties for fusb302 integration
` [PATCH resend v5 3/3] platform/x86: intel_cht_int33fe: Update fusb302 type string, add properties

[PATCH v7 00/15] Introduce support for Dell SMBIOS over WMI
 2017-10-13 22:28 UTC  (35+ messages)
` [PATCH v7 01/15] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v7 02/15] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v7 03/15] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v7 04/15] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v7 05/15] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v7 06/15] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v7 07/15] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v7 08/15] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v7 09/15] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
` [PATCH v7 10/15] platform/x86: dell-smbios: add filtering capability for requests
` [PATCH v7 11/15] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v7 12/15] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v7 13/15] platform/x86: wmi: Add sysfs attribute for required_buffer_size
` [PATCH v7 14/15] platform/x86: wmi: create userspace interface for drivers
` [PATCH v7 15/15] platform/x86: dell-smbios-wmi: introduce userspace interface

[PATCH RFC v3 00/12] Intel(R) SGX Driver
 2017-10-13 20:13 UTC  (22+ messages)
` [PATCH RFC v3 01/12] intel_sgx: updated MAINTAINERS
` [PATCH RFC v3 02/12] x86: add SGX definition to cpufeature
` [PATCH RFC v3 03/12] x86: define the feature control MSR's SGX enable bit
` [PATCH RFC v3 04/12] x86: define the feature control MSR's SGX launch control bit
` [PATCH RFC v3 05/12] x86: add SGX MSRs to msr-index.h
` [PATCH RFC v3 06/12] fs/pipe.c: export create_pipe_files() and replace_fd()
` [PATCH RFC v3 08/12] intel_sgx: ptrace() support
` [PATCH RFC v3 09/12] intel_sgx: driver documentation
` [PATCH RFC v3 10/12] intel_sgx: in-kernel launch enclave
` [PATCH RFC v3 11/12] intel_sgx: glue code for in-kernel LE
` [PATCH RFC v3 12/12] intel_sgx: update IA32_SGXLEPUBKEYHASH* MSRs
  ` [intel-sgx-kernel-dev] [PATCH RFC v3 07/12] intel_sgx: driver for Intel Software Guard Extensions

(unknown),
 2017-10-13 17:15 UTC 

[PATCH v6 00/14] Introduce support for Dell SMBIOS over WMI
 2017-10-12 23:30 UTC  (36+ messages)
` [PATCH v6 01/14] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v6 02/14] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v6 03/14] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v6 04/14] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v6 05/14] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v6 06/14] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v6 07/14] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v6 08/14] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v6 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
` [PATCH v6 10/14] platform/x86: dell-smbios: add filtering capability for requests
` [PATCH v6 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v6 12/14] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v6 13/14] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v6 14/14] platform/x86: dell-smbios-wmi: introduce userspace interface

(unknown),
 2017-10-12 13:15 UTC 

[PATCH] intel_sgx: tie LE proxy life-cycle to the device file
 2017-10-12  9:44 UTC 

[RFC v5 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-11  3:57 UTC  (21+ messages)
` [RFC v5 1/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v5 2/8] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v5 3/8] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
  ` [RFC v5 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v5 5/8] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v5 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v5 7/8] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v5 8/8] platform/x86: intel_scu_ipc: "

[PATCH v4 00/14] Introduce support for Dell SMBIOS over WMI
 2017-10-10 19:51 UTC  (10+ messages)
` [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface

[PATCH] intel-oaktrail: Clean up dead code
 2017-10-09 20:45 UTC  (3+ messages)

[PATCH v5 00/14] Introduce support for Dell SMBIOS over WMI
 2017-10-08 23:10 UTC  (6+ messages)
` [PATCH v5 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls

(unknown),
 2017-10-08 23:01 UTC 

[PATCH v1 1/1] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
 2017-10-08 20:47 UTC 

[PATCH] platform/x86: intel_pmc_core: Add Package C-states residency info
 2017-10-08 18:31 UTC  (7+ messages)

[PATCH resend] platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
 2017-10-08 18:09 UTC  (5+ messages)
` [PATCH] "

[PATCH] MAINTAINERS: Add entry for the PEAQ WMI hotkeys driver
 2017-10-08 18:08 UTC  (2+ messages)

[RFC v4 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-07 22:29 UTC  (4+ messages)
` [RFC v4 2/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates


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