index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
surface
/
aggregator
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
5
-5
/
+5
2024-09-05
Merge tag 'hwmon-for-v6.11-rc7' into review-hans
Hans de Goede
1
-1
/
+2
2024-08-19
platform/surface: Add OF support
Konrad Dybcio
3
-33
/
+118
2024-08-13
platform/surface: aggregator: Fix warning when controller is destroyed in probe
Maximilian Luz
1
-1
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-2
/
+2
2024-05-14
platform/surface: aggregator: Log critical errors during SAM probing
Weifeng Liu
1
-14
/
+28
2024-01-27
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
1
-2
/
+2
2024-01-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-7
/
+7
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-01-04
platform/surface: aggregator: make ssam_bus_type constant and static
Greg Kroah-Hartman
1
-2
/
+3
2023-12-29
lib: crc_ccitt_false() is identical to crc_itu_t()
Mathis Marion
1
-1
/
+1
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+4
2023-12-08
tty: serdev: convert to u8 and size_t
Jiri Slaby (SUSE)
4
-7
/
+7
2023-11-29
platform/surface: aggregator: fix recv_buf() return value
Francesco Dolcini
1
-1
/
+4
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-06-01
platform/surface: Disable for RISC-V
Sunil V L
1
-1
/
+1
2023-05-30
platform/surface: aggregator: Allow completion work-items to be executed in p...
Maximilian Luz
1
-1
/
+1
2023-03-22
platform/surface: aggregator: Add missing fwnode_handle_put()
Liang He
1
-1
/
+3
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2023-02-02
platform/surface: aggregator: Rename top-level request functions to avoid amb...
Maximilian Luz
2
-19
/
+19
2023-02-02
platform/surface: aggregator: Add target and source IDs to command trace events
Maximilian Luz
1
-6
/
+67
2023-02-02
platform/surface: aggregator: Improve documentation and handling of message t...
Maximilian Luz
3
-13
/
+14
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-12
platform/surface: aggregator: Add missing call to ssam_request_sync_free()
Maximilian Luz
1
-1
/
+3
2023-01-12
platform/surface: aggregator: Ignore command messages not intended for us
Maximilian Luz
1
-0
/
+14
2022-11-15
platform/surface: aggregator: Do not check for repeated unsequenced packets
Maximilian Luz
1
-4
/
+20
2022-07-02
platform/surface: Update copyright year of various drivers
Maximilian Luz
15
-15
/
+15
2022-07-02
platform/surface: aggregator: Move device registry helper functions to core m...
Maximilian Luz
1
-16
/
+133
2022-06-22
platform/surface: aggregator: Reserve more event- and target-categories
Maximilian Luz
1
-35
/
+45
2022-06-13
platform/surface: aggregator: Allow notifiers to avoid communication on unreg...
Maximilian Luz
1
-18
/
+35
2022-05-06
platform/surface: aggregator: Fix initialization order when compiling as buil...
Maximilian Luz
1
-1
/
+1
2021-12-07
platform: surface: Propagate ACPI Dependency
Jarrett Schultz
1
-0
/
+1
2021-11-16
platform/surface: aggregator: Make client device removal more generic
Maximilian Luz
3
-20
/
+10
2021-09-02
Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-9
/
+6
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-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
1
-3
/
+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: 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: 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: aggregator: Fix event disable function
Maximilian Luz
1
-1
/
+1
2021-06-07
ACPI: scan: Extend acpi_walk_dep_device_list()
Daniel Scally
1
-3
/
+3
2021-05-19
platform/surface: aggregator: Do not mark interrupt as shared
Maximilian Luz
1
-2
/
+1
[next]