index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
platform/x86: ideapad-laptop: add "always on USB charging" control support
Barnabás Pőcze
1
-9
/
+56
2021-02-04
platform/x86: ideapad-laptop: add keyboard backlight control support
Barnabás Pőcze
1
-1
/
+132
2021-02-04
platform/x86: ideapad-laptop: send notification about touchpad state change t...
Barnabás Pőcze
1
-0
/
+1
2021-02-04
platform/x86: ideapad-laptop: fix checkpatch warnings, more consistent style
Barnabás Pőcze
1
-198
/
+256
2021-02-04
Revert "platform/x86: ideapad-laptop: Switch touchpad attribute to be RO"
Barnabás Pőcze
1
-5
/
+4
2021-02-04
platform/x86: ideapad-laptop: change 'cfg' debugfs file format
Barnabás Pőcze
1
-15
/
+18
2021-02-04
platform/x86: ideapad-laptop: change 'status' debugfs file format
Barnabás Pőcze
1
-22
/
+15
2021-02-04
platform/x86: ideapad-laptop: check for touchpad support in _CFG
Barnabás Pőcze
1
-5
/
+9
2021-02-04
platform/x86: ideapad-laptop: check for Fn-lock support in HALS
Barnabás Pőcze
1
-3
/
+9
2021-02-04
platform/x86: ideapad-laptop: rework is_visible() logic
Barnabás Pőcze
1
-25
/
+55
2021-02-04
platform/x86: ideapad-laptop: rework and create new ACPI helpers
Barnabás Pőcze
1
-95
/
+77
2021-02-04
platform/x86: ideapad-laptop: group and separate (un)related constants into e...
Barnabás Pőcze
1
-27
/
+37
2021-02-04
platform/x86: ideapad-laptop: misc. device attribute changes
Barnabás Pőcze
1
-15
/
+15
2021-02-04
platform/x86: ideapad-laptop: always propagate error codes from device attrib...
Barnabás Pőcze
1
-9
/
+17
2021-02-04
platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of ...
Barnabás Pőcze
1
-46
/
+62
2021-02-04
platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to di...
Barnabás Pőcze
1
-9
/
+17
2021-02-04
platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-c...
Barnabás Pőcze
1
-4
/
+7
2021-02-04
platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event...
Barnabás Pőcze
1
-55
/
+53
2021-02-04
platform/x86: ideapad-laptop: use kobj_to_dev()
Barnabás Pőcze
1
-1
/
+1
2021-02-04
platform/x86: ideapad-laptop: use device_{add,remove}_group
Barnabás Pőcze
1
-4
/
+4
2021-02-04
platform/x86: ideapad-laptop: use sysfs_emit()
Barnabás Pőcze
1
-10
/
+11
2021-02-04
platform/x86: ideapad-laptop: add missing call to submodule destructor
Barnabás Pőcze
1
-0
/
+1
2021-02-04
platform/x86: ideapad-laptop: sort includes lexicographically
Barnabás Pőcze
1
-12
/
+13
2021-02-04
platform/x86: ideapad-laptop: use appropriately typed variable to store the r...
Barnabás Pőcze
1
-7
/
+13
2021-02-04
platform/x86: ideapad-laptop: remove unnecessary NULL checks
Barnabás Pőcze
1
-47
/
+31
2021-02-04
platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() call
Barnabás Pőcze
1
-1
/
+0
2021-02-03
platform/x86/intel-uncore-freq: Add Sapphire Rapids server support
Artem Bityutskiy
1
-0
/
+1
2021-02-03
platform/x86: touchscreen_dmi: Add info for the Jumper EZpad 7 tablet
Hans de Goede
1
-0
/
+27
2021-02-03
platform/x86: intel_pmt_crashlog: Add dependency on MFD_INTEL_PMT
David E. Box
1
-0
/
+1
2021-02-03
platform/x86: intel_pmt_telemetry: Add dependency on MFD_INTEL_PMT
David E. Box
1
-0
/
+1
2021-02-03
platform/x86: intel_pmt: Make INTEL_PMT_CLASS non-user-selectable
David E. Box
1
-1
/
+1
2021-02-03
Merge tag 'ib-drm-gpio-pdx86-rtc-wdt-v5.12-1' into for-next
Hans de Goede
3
-0
/
+84
2021-02-02
platform/x86: amd-pmc: put device on error paths
Pan Bian
1
-3
/
+11
2021-02-02
platform/x86: ideapad-laptop: DYTC Platform profile support
Jiaxun Yang
2
-0
/
+290
2021-02-02
platform/x86: thinkpad_acpi: Add platform profile support
Mark Pearson
1
-6
/
+288
2021-02-02
platform/x86: thinkpad_acpi: fixed warning and incorporated review comments
Nitin Joshi
1
-22
/
+11
2021-02-02
platform/x86: thinkpad_acpi: Don't register keyboard_lang unnecessarily
Hans de Goede
1
-0
/
+7
2021-01-31
platform/x86: dell-wmi-sysman: fix a NULL pointer dereference
Mario Limonciello
1
-1
/
+5
2021-01-25
platform/x86: thinkpad_acpi: set keyboard language
Nitin Joshi
1
-0
/
+181
2021-01-25
platform/x86: intel_mid_powerbtn: Remove driver for deprecated platform
Andy Shevchenko
3
-242
/
+0
2021-01-25
platform/x86: intel_mid_thermal: Remove driver for deprecated platform
Andy Shevchenko
3
-568
/
+0
2021-01-25
platform/x86: hp-wmi: Disable tablet-mode reporting by default
Hans de Goede
1
-4
/
+10
2021-01-25
platform/x86: intel-vbtn: Eval VBDL after registering our notifier
Hans de Goede
1
-9
/
+7
2021-01-25
platform/x86: intel-vbtn: Add alternative method to enable switches
Hans de Goede
1
-2
/
+7
2021-01-25
platform/x86: intel-vbtn: Create 2 separate input-devs for buttons and switches
Hans de Goede
1
-36
/
+62
2021-01-25
platform/x86: intel-vbtn: Rework wakeup handling in notify_handler()
Hans de Goede
1
-15
/
+10
2021-01-25
platform/x86: intel_scu_wdt: Get rid of custom x86 model comparison
Andy Shevchenko
1
-2
/
+12
2021-01-25
platform/x86: intel_scu_wdt: Drop SCU notification
Andy Shevchenko
1
-24
/
+7
2021-01-25
platform/x86: intel_scu_wdt: Move driver from arch/x86
Andy Shevchenko
3
-0
/
+91
2021-01-25
platform/x86: intel_mid_powerbtn: Remove driver for deprecated platform
Andy Shevchenko
3
-242
/
+0
[next]