aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Platform: OLPC: Remove dcon_rdev from olpc_ec_privLubomir Rintel1-5/+4
2021-02-02Platform: OLPC: Fix probe error handlingLubomir Rintel1-7/+8
2021-02-02platform/x86: amd-pmc: put device on error pathsPan Bian1-3/+11
2021-02-02platform/x86: ideapad-laptop: DYTC Platform profile supportJiaxun Yang2-0/+290
2021-02-02platform/x86: thinkpad_acpi: Add platform profile supportMark Pearson1-6/+288
2021-02-02platform/x86: thinkpad_acpi: fixed warning and incorporated review commentsNitin Joshi2-29/+19
2021-02-02platform/x86: thinkpad_acpi: rectify length of title underlineLukas Bulwahn1-1/+1
2021-02-02platform/x86: thinkpad_acpi: Don't register keyboard_lang unnecessarilyHans de Goede1-0/+7
2021-01-31platform/x86: dell-wmi-sysman: fix a NULL pointer dereferenceMario Limonciello1-1/+5
2021-01-27ACPI: platform-profile: Fix possible deadlock in platform_profile_remove()Hans de Goede1-6/+2
2021-01-27ACPI: platform-profile: Introduce object pointers to callbacksJiaxun Yang2-4/+6
2021-01-25platform/x86: thinkpad_acpi: set keyboard languageNitin Joshi2-0/+205
2021-01-25platform/x86: intel_mid_powerbtn: Remove driver for deprecated platformAndy Shevchenko3-242/+0
2021-01-25platform/x86: intel_mid_thermal: Remove driver for deprecated platformAndy Shevchenko3-568/+0
2021-01-25platform/x86: hp-wmi: Disable tablet-mode reporting by defaultHans de Goede1-4/+10
2021-01-25platform/x86: intel-vbtn: Eval VBDL after registering our notifierHans de Goede1-9/+7
2021-01-25platform/x86: intel-vbtn: Add alternative method to enable switchesHans de Goede1-2/+7
2021-01-25platform/x86: intel-vbtn: Create 2 separate input-devs for buttons and switchesHans de Goede1-36/+62
2021-01-25platform/x86: intel-vbtn: Rework wakeup handling in notify_handler()Hans de Goede1-15/+10
2021-01-25platform/x86: intel_scu_wdt: Get rid of custom x86 model comparisonAndy Shevchenko1-2/+12
2021-01-25platform/x86: intel_scu_wdt: Drop SCU notificationAndy Shevchenko1-24/+7
2021-01-25platform/x86: intel_scu_wdt: Move driver from arch/x86Andy Shevchenko4-1/+9
2021-01-25watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is readyAndy Shevchenko1-4/+4
2021-01-25watchdog: intel_scu_watchdog: Remove driver for deprecated platformAndy Shevchenko4-593/+0
2021-01-25rtc: mrst: Remove driver for deprecated platformAndy Shevchenko3-534/+0
2021-01-25platform/x86: intel_mid_powerbtn: Remove driver for deprecated platformAndy Shevchenko3-242/+0
2021-01-25platform/x86: intel_mid_thermal: Remove driver for deprecated platformAndy Shevchenko3-568/+0
2021-01-25gpio: msic: Remove driver for deprecated platformAndy Shevchenko3-322/+0
2021-01-25gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko5-424/+1
2021-01-25drm/gma500: Get rid of duplicate NULL checksAndy Shevchenko1-12/+6
2021-01-25drm/gma500: Convert to use new SCU IPC APIAndy Shevchenko7-14/+17
2021-01-25ACPI: platform-profile: Drop const qualifier for cur_profileJiaxun Yang2-3/+3
2021-01-18sony-laptop: Remove unneeded semicolonYue Zou1-1/+1
2021-01-18platform/x86: thinkpad_acpi: Add P53/73 firmware to fan_quirk_table for dual fan controlJeannie Stevenson1-0/+1
2021-01-18MAINTAINERS: update email address for Henrique de Moraes HolschuhHenrique de Moraes Holschuh1-1/+1
2021-01-18platform/x86: hp-wmi: Don't log a warning on HPWMI_RET_UNKNOWN_COMMAND errorsHans de Goede1-1/+2
2021-01-18platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11 from allow-listHans de Goede1-6/+0
2021-01-18platform/surface: aggregator: Fix kernel-doc referencesMaximilian Luz1-3/+2
2021-01-18platform/surface: aggregator: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2021-01-13platform/surface: aggregator_cdev: Add comments regarding unchecked allocation sizeMaximilian Luz1-0/+19
2021-01-13platform/surface: aggregator_cdev: Fix access of uninitialized variablesMaximilian Luz1-2/+2
2021-01-13platform/surface: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-01-13platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634Jiaxun Yang1-1/+14
2021-01-07platform/surface: Add Surface ACPI Notify driverMaximilian Luz7-0/+992
2021-01-07platform/surface: Add Surface Aggregator user-space interfaceMaximilian Luz8-1/+501
2021-01-07docs: driver-api: Add Surface Aggregator subsystem documentationMaximilian Luz10-0/+1529
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz9-0/+942
2021-01-07platform/surface: aggregator: Add error injection capabilitiesMaximilian Luz4-1/+375
2021-01-07platform/surface: aggregator: Add trace pointsMaximilian Luz6-1/+655
2021-01-06platform/surface: aggregator: Add event item allocation cachingMaximilian Luz3-10/+101