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
/
surface
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-21
platform/surface: aggregator_registry: Add support for Surface Laptop Studio
Maximilian Luz
1
-0
/
+54
2021-10-21
platform/surface: gpe: Add support for Surface Laptop Studio
Maximilian Luz
1
-0
/
+13
2021-10-19
surface: surface3_power: Drop redundant acpi_bus_get_device() call
Rafael J. Wysocki
1
-2
/
+1
2021-10-19
surface: surface3-wmi: Use ACPI_COMPANION() directly
Rafael J. Wysocki
1
-5
/
+4
2021-09-02
Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-16
/
+7
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-8
/
+1
2021-08-13
platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helper
Andy Shevchenko
1
-8
/
+1
2021-08-12
platform/surface: aggregator: Use y instead of objs in Makefile
Andy Shevchenko
1
-9
/
+6
2021-08-12
platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helper
Andy Shevchenko
1
-7
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-06-16
Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hans
Hans de Goede
3
-17
/
+18
2021-06-16
platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...
Baokun Li
1
-7
/
+3
2021-06-16
platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...
Baokun Li
1
-7
/
+3
2021-06-16
platform/surface: aggregator: Drop unnecessary variable initialization
Maximilian Luz
1
-1
/
+1
2021-06-16
platform/surface: aggregator: Do not return uninitialized value
Maximilian Luz
1
-1
/
+1
2021-06-16
platform/surface: aggregator_cdev: Add lockdep support
Maximilian Luz
1
-0
/
+16
2021-06-16
platform/surface: aggregator_cdev: Allow enabling of events from user-space
Maximilian Luz
1
-0
/
+58
2021-06-16
platform/surface: aggregator_cdev: Add support for forwarding events to user-...
Maximilian Luz
1
-23
/
+437
2021-06-16
platform/surface: aggregator: Update copyright
Maximilian Luz
15
-15
/
+15
2021-06-16
platform/surface: aggregator: Allow enabling of events without notifiers
Maximilian Luz
1
-48
/
+245
2021-06-16
platform/surface: aggregator: Allow registering notifiers without enabling ev...
Maximilian Luz
1
-28
/
+41
2021-06-16
platform/surface: dtx: Add missing mutex_destroy() call in failure path
Maximilian Luz
1
-0
/
+1
2021-06-16
platform/surface: aggregator: Fix event disable function
Maximilian Luz
1
-1
/
+1
2021-06-16
platform/surface: aggregator_registry: Consolidate node groups for 5th- and 6...
Maximilian Luz
1
-35
/
+12
2021-06-16
platform/surface: aggregator_registry: Add support for 13" Intel Surface Lapt...
Maximilian Luz
1
-0
/
+3
2021-06-16
platform/surface: aggregator_registry: Update comments for 15" AMD Surface La...
Maximilian Luz
1
-2
/
+2
2021-06-07
ACPI: scan: Extend acpi_walk_dep_device_list()
Daniel Scally
3
-17
/
+18
2021-05-19
platform/surface: dtx: Fix poll function
Maximilian Luz
1
-7
/
+1
2021-05-19
platform/surface: aggregator: Do not mark interrupt as shared
Maximilian Luz
1
-2
/
+1
2021-04-20
platform/surface: aggregator: fix a bit test
Dan Carpenter
1
-1
/
+1
2021-04-08
platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
1
-2
/
+2
2021-04-07
platform/surface: aggregator_registry: Give devices time to set up when conne...
Maximilian Luz
1
-58
/
+40
2021-04-07
platform/surface: clean up a variable in surface_dtx_read()
Dan Carpenter
1
-1
/
+1
2021-03-23
platform/surface: fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2021-03-17
platform/surface: aggregator_registry: Add support for Surface Pro 7+
Maximilian Luz
1
-1
/
+4
2021-03-17
platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' static
Wei Yongjun
1
-1
/
+1
2021-03-17
platform/surface: dtx: Add support for native SSAM devices
Maximilian Luz
2
-1
/
+93
2021-03-17
platform/surface: Add DTX driver
Maximilian Luz
3
-0
/
+1218
2021-03-08
platform: x86: ACPI: Get rid of ACPICA message printing
Rafael J. Wysocki
1
-2
/
+0
2021-03-08
platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...
Maximilian Luz
3
-8
/
+8
2021-03-06
platform/surface: Add platform profile driver
Maximilian Luz
3
-0
/
+213
2021-03-06
platform/surface: aggregator_registry: Add HID subsystem devices
Maximilian Luz
1
-0
/
+49
2021-03-06
platform/surface: aggregator_registry: Add DTX device
Maximilian Luz
1
-0
/
+7
2021-03-06
platform/surface: aggregator_registry: Add platform profile device
Maximilian Luz
1
-0
/
+15
2021-03-06
platform/surface: aggregator_registry: Add battery subsystem devices
Maximilian Luz
1
-0
/
+27
2021-03-06
platform/surface: aggregator_registry: Add base device hub
Maximilian Luz
1
-1
/
+260
2021-03-06
platform/surface: Set up Surface Aggregator device registry
Maximilian Luz
3
-0
/
+312
2021-02-11
platform/surface: aggregator: Fix access of unaligned value
Maximilian Luz
1
-1
/
+1
2021-02-08
platform/surface: Add Surface Hot-Plug driver
Maximilian Luz
3
-0
/
+302
2021-02-04
platform/surface: surface3-wmi: Fix variable 'status' set but not used compil...
Hans de Goede
1
-1
/
+5
[next]