X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2020-03-02 15:57:16 to 2020-03-25 22:38:28 UTC [more...]

[PATCH v2] platform: x86: Add ACPI driver for ChromeOS
 2020-03-25 22:38 UTC  (13+ messages)

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-25 16:58 UTC  (38+ messages)
` [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll
` [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it
` [patch V3 04/20] orinoco_usb: Use the regular completion interfaces
` [patch V3 05/20] acpi: Remove header dependency
` [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h
` [patch V3 07/20] csky: "
` [patch V3 08/20] hexagon: "
` [patch V3 09/20] ia64: "
` [patch V3 10/20] microblaze: "
` [patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event()
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait
` [patch V3 13/20] Documentation: Add lock ordering and nesting documentation
        ` Documentation/locking/locktypes: Further clarifications and wordsmithing
            ` [PATCH v2] Documentation/locking/locktypes: minor copy editor fixes
` [patch V3 14/20] timekeeping: Split jiffies seqlock
` [patch V3 15/20] sched/swait: Prepare usage in completions
` [patch V3 16/20] completion: Use simple wait queues
  ` [PATCH] completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
` [patch V3 17/20] lockdep: Introduce wait-type checks
` [patch V3 18/20] lockdep: Add hrtimer context tracing bits
` [patch V3 19/20] lockdep: Annotate irq_work
` [patch V3 20/20] lockdep: Add posixtimer context tracing bits

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-25 10:32 UTC  (50+ messages)
` [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code
` [patch 02/22] x86/cpu: Add conistent CPU match macros
` [patch 03/22] x86/cpu/bugs: Convert to new matching macros
` [patch 04/22] x86/perf/events: Convert to new CPU match macros
` [patch 05/22] x86/kvm: "
` [patch 06/22] x86/kernel: "
` [patch 07/22] x86/platform: "
` [patch 08/22] ACPI: Convert to new X86 "
` [patch 09/22] cpufreq: "
  ` [cpufreq] 06c4d00466: will-it-scale.per_process_ops -53.4% regression
  ` [patch V2 09/22] cpufreq: Convert to new X86 CPU match macros
` [patch 10/22] EDAC: "
` [patch 11/22] platform/x86: Convert to new "
` [patch 12/22] hwmon: Convert to new X86 "
` [patch 13/22] thermal: "
` [patch 14/22] extcon: axp288: "
` [patch 15/22] intel_idle: "
` [patch 16/22] mmc: sdhci-acpi: "
` [patch 17/22] PCI: intel-mid: "
` [patch 18/22] powercap/intel_rapl: "
` [patch 19/22] ASoC: Intel: "
` [patch 20/22] crypto: Convert to new "
` [patch 21/22] hwrng: via_rng - Convert to new X86 "
` [patch 22/22] x86/cpu: Cleanup the now unused "
` [PATCH 23/22] x86/smpboot: Remove the last ICPU() macro

[PATCH v8 00/19] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-03-24 14:46 UTC  (28+ messages)
` [PATCH v8 01/19] platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
` [PATCH v8 02/19] platform/x86: intel_scu_ipc: Log more information if SCU IPC command fails
` [PATCH v8 03/19] platform/x86: intel_scu_ipc: Move legacy SCU IPC API to a separate header
` [PATCH v8 04/19] platform/x86: intel_scu_ipc: Introduce new SCU IPC API
` [PATCH v8 05/19] platform/x86: intel_mid_powerbtn: Convert to use "
` [PATCH v8 06/19] watchdog: intel-mid_wdt: "
` [PATCH v8 07/19] platform/x86: intel_scu_ipcutil: "
` [PATCH v8 08/19] platform/x86: intel_scu_ipc: Add managed function to register SCU IPC
` [PATCH v8 09/19] platform/x86: intel_pmc_ipc: Start using "
` [PATCH v8 10/19] mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
` [PATCH v8 11/19] mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
` [PATCH v8 12/19] mfd: intel_soc_pmic_mrfld: "
` [PATCH v8 13/19] platform/x86: intel_telemetry: "
` [PATCH v8 14/19] platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
` [PATCH v8 15/19] x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
` [PATCH v8 16/19] platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
` [PATCH v8 17/19] platform/x86: intel_telemetry: Add telemetry_get_pltdata()
` [PATCH v8 18/19] platform/x86: intel_pmc_ipc: Convert to MFD
` [PATCH v8 19/19] MAINTAINERS: Update entry for Intel Broxton PMC driver

[PATCH v5] platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
 2020-03-20 20:36 UTC 

[PATCH v3 0/5] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-03-20 17:34 UTC  (11+ messages)
` [PATCH v3 5/5] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states

[PATCH v12 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-03-20 16:41 UTC  (8+ messages)
` [PATCH v12 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

[PATCH] tools/power/x86/intel-speed-select: Fix a typo in error message
 2020-03-09  8:54 UTC 

[PATCH] platform/x86: GPD pocket fan: Fix error message when temp-limits are out of range
 2020-03-07 21:56 UTC  (2+ messages)

[PATCH v4 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-06 17:08 UTC  (8+ messages)
` [PATCH v4 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v4 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v4 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v4 4/7] x86/mm: Introduce __set_memory_prot()
` [PATCH v4 5/7] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH v4 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v4 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH 00/27] tools/power/x86/intel-speed-select: Enhancements
 2020-03-05 22:45 UTC  (28+ messages)
` [PATCH 01/27] tools/power/x86/intel-speed-select: Warn for invalid package id
` [PATCH 02/27] tools/power/x86/intel-speed-select: Make target CPU optional for core-power info
` [PATCH 03/27] tools/power/x86/intel-speed-select: Enhance core-power info command
` [PATCH 04/27] tools/power/x86/intel-speed-select: Use more verbiage for clos information
` [PATCH 05/27] tools/power/x86/intel-speed-select: Special handling for CPU 0 online/offline
` [PATCH 06/27] tools/power/x86/intel-speed-select: Max CPU count calculation when CPU0 is offline
` [PATCH 07/27] tools/power/x86/intel-speed-select: Store topology information
` [PATCH 08/27] tools/power/x86/intel-speed-select: Helpful warning for missing kernel interface
` [PATCH 09/27] tools/power/x86/intel-speed-select: Enhance help
` [PATCH 10/27] tools/power/x86/intel-speed-select: Enhance --info option
` [PATCH 11/27] tools/power/x86/intel-speed-select: Add an API for error/information print
` [PATCH 12/27] tools/power/x86/intel-speed-select: Improve error display for perf-profile feature
` [PATCH 13/27] tools/power/x86/intel-speed-select: Check feature status first
` [PATCH 14/27] tools/power/x86/intel-speed-select: Display error for invalid priority type
` [PATCH 15/27] tools/power/x86/intel-speed-select: Enhance help for core-power assoc
` [PATCH 16/27] tools/power/x86/intel-speed-select: Improve output of perf-profile commands
` [PATCH 17/27] tools/power/x86/intel-speed-select: Improve error display for base-freq feature
` [PATCH 18/27] tools/power/x86/intel-speed-select: Improve error display for turbo-freq feature
` [PATCH 19/27] tools/power/x86/intel-speed-select: Kernel interface error handling
` [PATCH 20/27] tools/power/x86/intel-speed-select: Improve core-power result and error display
` [PATCH 21/27] tools/power/x86/intel-speed-select: Show error for invalid CPUs in the options
` [PATCH 22/27] tools/power/x86/intel-speed-select: Improve CLX commands
` [PATCH 23/27] tools/power/x86/intel-speed-select: Fix avx options for turbo-freq feature
` [PATCH 24/27] tools/power/x86/intel-speed-select: Print friendly warning for bad command line
` [PATCH 25/27] tools/power/x86/intel-speed-select: Add display for enabled cpus count
` [PATCH 26/27] tools/power/x86/intel-speed-select: Avoid duplicate Package strings for json
` [PATCH 27/27] tools/power/x86/intel-speed-select: Update version

[PATCH] thinkpad_acpi: Add sysfs entry for lcdshadow feature
 2020-03-05  1:32 UTC  (6+ messages)
  ` [External] "

[PATCH] platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
 2020-03-04 11:38 UTC 

[PATCH] platform/x86: ISST: Fix wrong unregister type
 2020-03-03 22:53 UTC 

[PATCH 0/2] tools/power/x86/intel-speed-select: Bug fixes for
 2020-03-03 22:50 UTC  (3+ messages)
` [PATCH 1/2] tools/power/x86/intel-speed-select: Fix mailbox usage for CLOS_PM_QOS_CONFIG
` [PATCH 2/2] tools/power/x86/intel-speed-select: Fix last cpu number

[PATCH v4] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states
 2020-03-03 21:28 UTC 

[PATCH v2] platform/x86: asus-wmi: Support laptops where the first battery is named BATT
 2020-03-03 18:03 UTC  (8+ messages)

[PATCH v3] platform/x86: asus-wmi: Support laptops where the first battery is named BATT
 2020-03-03 18:02 UTC 

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-03-03  9:52 UTC  (17+ messages)
` [PATCH v3 1/7] mm/memory_hotplug: Drop the flags field from struct mhp_restrictions
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 3/7] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH v3 4/7] x86/mm: Introduce _set_memory_prot()
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t to mhp_params
` [PATCH v3 7/7] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[PATCH v7 00/19] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-03-02 16:37 UTC  (8+ messages)


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