index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
platform/x86/intel-uncore-freq: Split common and enumeration part
Srinivas Pandruvada
4
-283
/
+365
2022-02-17
platform/x86/intel/uncore-freq: Display uncore current frequency
Srinivas Pandruvada
1
-9
/
+62
2022-02-17
platform/x86/intel/uncore-freq: Use sysfs API to create attributes
Srinivas Pandruvada
1
-112
/
+113
2022-02-17
platform/x86/intel/uncore-freq: Move to uncore-frequency folder
Srinivas Pandruvada
5
-14
/
+32
2022-02-14
platform/x86: Add Intel Software Defined Silicon driver
David E. Box
4
-1
/
+599
2022-02-11
platform/x86: intel_cht_int33fe: Move to intel directory
Hans de Goede
5
-24
/
+22
2022-02-11
platform/x86: intel_cht_int33fe: Drop Lenovo Yogabook YB1-X9x code
Hans de Goede
4
-118
/
+35
2022-02-11
platform/x86: intel_cht_int33fe: Switch to DMI modalias based loading
Hans de Goede
5
-171
/
+111
2022-02-11
platform/x86: x86-android-tablets: Minor charger / fuel-gauge improvements
Hans de Goede
1
-24
/
+23
2022-02-11
platform/x86: x86-android-tablets: Add Nextbook Ares 8 data
Hans de Goede
1
-1
/
+87
2022-02-11
platform/x86: x86-android-tablets: Add IRQ to Asus ME176C accelerometer info
Hans de Goede
1
-0
/
+6
2022-02-11
platform/x86: x86-android-tablets: Add lid-switch gpio-keys pdev to Asus ME176C + TF103C
Hans de Goede
1
-4
/
+53
2022-02-11
platform/x86: x86-android-tablets: Add x86_android_tablet_get_gpiod() helper
Hans de Goede
1
-12
/
+23
2022-02-11
platform/x86: x86-android-tablets: Add Asus ME176C/TF103C charger and fuelgauge props
Hans de Goede
1
-11
/
+84
2022-02-11
platform/x86: x86-android-tablets: Add battery swnode support
Hans de Goede
1
-0
/
+11
2022-02-05
platform/x86: asus-wmi: Fix regression when probing for fan curve control
Hans de Goede
1
-1
/
+1
2022-02-03
platform/surface: surface3-wmi: Simplify resource management
Christophe JAILLET
1
-4
/
+1
2022-02-03
platform/surface: Replace acpi_bus_get_device()
Rafael J. Wysocki
2
-9
/
+6
2022-02-03
platform/x86: Replace acpi_bus_get_device()
Rafael J. Wysocki
5
-23
/
+15
2022-02-03
platform/x86: thinkpad_acpi: Add dual-fan quirk for T15g (2nd gen)
Hans de Goede
1
-0
/
+1
2022-02-02
Merge tag 'platform-drivers-x86-serial-multi-instantiate-1' into review-hans
Hans de Goede
6
-203
/
+486
2022-02-02
ACPI / scan: Create platform device for CS35L41
Lucas Tanure
2
-0
/
+17
2022-02-02
platform/x86: serial-multi-instantiate: Add SPI support
Stefan Binding
2
-25
/
+150
2022-02-02
platform/x86: serial-multi-instantiate: Reorganize I2C functions
Lucas Tanure
1
-54
/
+90
2022-02-02
platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver name
Lucas Tanure
4
-58
/
+58
2022-02-01
spi: Add API to count spi acpi resources
Stefan Binding
1
-0
/
+40
2022-02-01
spi: Support selection of the index of the ACPI Spi Resource before alloc
Stefan Binding
1
-7
/
+44
2022-02-01
spi: Create helper API to lookup ACPI info for spi device
Stefan Binding
1
-10
/
+36
2022-02-01
spi: Make spi_alloc_device and spi_add_device public again
Stefan Binding
1
-2
/
+4
2022-02-01
platform/x86: thinkpad_acpi: Fix incorrect use of platform profile on AMD platforms
Mark Pearson
1
-0
/
+12
2022-01-24
platform/x86: amd-pmc: Correct usage of SMU version
Mario Limonciello
1
-5
/
+8
2022-01-24
platform/x86: asus-tf103c-dock: Make 2 global structs static
Hans de Goede
1
-2
/
+2
2022-01-24
platform/x86: amd-pmc: Make amd_pmc_stb_debugfs_fops static
Hans de Goede
1
-1
/
+1
2022-01-24
platform/x86: ISST: Fix possible circular locking dependency detected
Srinivas Pandruvada
1
-34
/
+63
2022-01-24
platform/x86: intel_crystal_cove_charger: Fix IRQ masking / unmasking
Hans de Goede
1
-13
/
+13
2022-01-24
platform/x86: thinkpad_acpi: Add quirk for ThinkPads without a fan
Alexander Kobel
1
-3
/
+10
2022-01-24
platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1
Yuka Kawajiri
1
-0
/
+24
2022-01-24
platform/surface: Reinstate platform dependency
Geert Uytterhoeven
1
-0
/
+1
2022-01-24
platform/x86: x86-android-tablets: Trivial typo fix for MODULE_AUTHOR
Lubomir Rintel
1
-1
/
+1
2022-01-24
platform/x86: x86-android-tablets: Fix the buttons on CZC P10T tablet
Lubomir Rintel
1
-0
/
+51
2022-01-24
platform/x86: x86-android-tablets: Constify the gpiod_lookup_tables arrays
Hans de Goede
1
-5
/
+5
2022-01-24
platform/x86: x86-android-tablets: Add an init() callback to struct x86_dev_info
Hans de Goede
1
-0
/
+15
2022-01-24
platform/x86: x86-android-tablets: Add support for disabling ACPI _AEI handlers
Hans de Goede
1
-2
/
+21
2022-01-24
platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
Hans de Goede
1
-2
/
+2
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
16
-31
/
+29
2022-01-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
31
-176
/
+190
2022-01-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
21
-277
/
+384
2022-01-22
Merge tag 'ata-5.17-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
1
-1
/
+1
2022-01-22
Merge tag 'thermal-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
4
-0
/
+4
2022-01-22
Merge tag 'acpi-5.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
5
-5
/
+16
[next]