index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
Age
Commit message (
Expand
)
Author
Lines
2021-06-16
platform/x86: think-lmi: Avoid potential read before start of the buffer
Hans de Goede
-1
/
+4
2021-06-16
platform/x86: think-lmi: Fix check for admin password being set
Hans de Goede
-2
/
+2
2021-06-16
platform/x86: dell-wmi-sysman/think-lmi: Make fw_attr_class global static
Hans de Goede
-2
/
+2
2021-06-16
platform/x86: intel_ips: fix set but unused warning in read_mgtv
yangerkun
-1
/
+1
2021-06-16
x86/platform/uv: Constify static attribute_group struct
Rikard Falkeborn
-2
/
+2
2021-06-16
platform/x86: tc1100-wmi: Constify static attribute_group struct
Rikard Falkeborn
-1
/
+1
2021-06-16
platform/x86: intel_pmt_crashlog: Constify static attribute_group struct
Rikard Falkeborn
-1
/
+1
2021-06-16
platform/x86: hdaps: Constify static attribute_group struct
Rikard Falkeborn
-1
/
+1
2021-06-16
platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...
Baokun Li
-7
/
+3
2021-06-16
platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...
Baokun Li
-7
/
+3
2021-06-16
platform/surface: aggregator: Drop unnecessary variable initialization
Maximilian Luz
-1
/
+1
2021-06-16
platform/surface: aggregator: Do not return uninitialized value
Maximilian Luz
-1
/
+1
2021-06-16
platform/surface: aggregator_cdev: Add lockdep support
Maximilian Luz
-0
/
+16
2021-06-16
platform/surface: aggregator_cdev: Allow enabling of events from user-space
Maximilian Luz
-0
/
+58
2021-06-16
platform/surface: aggregator_cdev: Add support for forwarding events to user-...
Maximilian Luz
-23
/
+437
2021-06-16
platform/surface: aggregator: Update copyright
Maximilian Luz
-15
/
+15
2021-06-16
platform/surface: aggregator: Allow enabling of events without notifiers
Maximilian Luz
-48
/
+245
2021-06-16
platform/surface: aggregator: Allow registering notifiers without enabling ev...
Maximilian Luz
-28
/
+41
2021-06-16
platform/mellanox: mlxreg-hotplug: Revert "move to use request_irq by IRQF_NO...
Mykola Kostenok
-2
/
+2
2021-06-16
platform/surface: dtx: Add missing mutex_destroy() call in failure path
Maximilian Luz
-0
/
+1
2021-06-16
platform/x86: dell-wmi-sysman: fw_attr_inuse can be static
kernel test robot
-1
/
+1
2021-06-16
platform/x86: thinkpad-lmi: Remove unused display_name member from struct tlm...
Hans de Goede
-11
/
+0
2021-06-16
platform/x86: think-lmi: Add WMI interface support on Lenovo platforms
Mark Pearson
-0
/
+984
2021-06-16
platform/x86: dell-wmi-sysman: Use firmware_attributes_class helper
Mark Pearson
-10
/
+9
2021-06-16
platform/x86: firmware_attributes_class: Create helper file for handling firm...
Mark Pearson
-0
/
+68
2021-06-16
platform/surface: aggregator: Fix event disable function
Maximilian Luz
-1
/
+1
2021-06-16
platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyb...
Jiapeng Chong
-0
/
+1
2021-06-16
platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Pro comment
Hans de Goede
-1
/
+1
2021-06-16
platform/x86: dell-privacy: Add support for Dell hardware privacy
Perry Yuan
-4
/
+460
2021-06-16
platform/x86: dell-wmi: Rename dell-wmi.c to dell-wmi-base.c
Hans de Goede
-0
/
+1
2021-06-16
platform/x86: thinkpad_acpi: Add X1 Carbon Gen 9 second fan support
Til Jasper Ullrich
-0
/
+1
2021-06-16
platform/x86: thinkpad_acpi: Fix inconsistent indenting
Jiapeng Chong
-1
/
+1
2021-06-16
platform/x86: ideapad-laptop: Ignore VPC event bit 10
Hans de Goede
-0
/
+12
2021-06-16
platform/surface: aggregator_registry: Consolidate node groups for 5th- and 6...
Maximilian Luz
-35
/
+12
2021-06-16
platform/surface: aggregator_registry: Add support for 13" Intel Surface Lapt...
Maximilian Luz
-0
/
+3
2021-06-16
platform/surface: aggregator_registry: Update comments for 15" AMD Surface La...
Maximilian Luz
-2
/
+2
2021-06-16
platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and ...
Luke D. Jones
-82
/
+0
2021-06-16
platform/x86: asus-nb-wmi: Revert "Drop duplicate DMI quirk structures"
Luke D. Jones
-9
/
+14
2021-06-16
platform/x86: Rename hp-wireless to wireless-hotkey
Mario Limonciello
-107
/
+109
2021-06-16
platform/x86: toshiba_haps: Fix missing newline in pr_debug call in toshiba_h...
Hans de Goede
-1
/
+1
2021-06-16
platform/x86: samsung-laptop: set debugfs blobs to read only
Wolfram Sang
-4
/
+4
2021-06-16
platform/x86: samsung-laptop: use octal numbers for rwx file permissions
Wolfram Sang
-21
/
+14
2021-06-16
platform/x86: dcdbas: drop unneeded assignment in host_control_smi()
Yang Li
-2
/
+1
2021-06-16
platform/x86: intel_cht_int33fe: Correct "displayport" fwnode reference
Hans de Goede
-2
/
+2
2021-06-16
platform/x86: dell-wmi-sysman: Make populate_foo_data functions more robust
Prasanth KSR
-8
/
+77
2021-06-14
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
-5
/
+10
2021-06-07
ACPI: scan: Extend acpi_walk_dep_device_list()
Daniel Scally
-17
/
+18
2021-06-04
platform/mellanox: mlxreg-hotplug: Revert "move to use request_irq by IRQF_NO...
Mykola Kostenok
-2
/
+2
2021-06-04
platform/surface: dtx: Add missing mutex_destroy() call in failure path
Maximilian Luz
-0
/
+1
2021-06-03
platform/surface: aggregator: Fix event disable function
Maximilian Luz
-1
/
+1
[prev]
[next]