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
/
hid
/
intel-ish-hid
/
ishtp
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-02-09
Merge branch 'for-6.20/intel-ish' into for-linus
Jiri Kosina
-2
/
+56
2026-02-02
HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients
Ryan Lin
-1
/
+1
2026-01-07
HID: intel-ish-hid: loader: Add PRODUCT_FAMILY-based firmware matching
Vishnu Sankar
-2
/
+56
2025-12-19
HID: intel-ish-hid: Update ishtp bus match to support device ID table
Zhang Lixu
-2
/
+10
2025-10-17
HID: intel-ish-hid: Add ishtp_get_connection_state() interface
Zhang Lixu
-0
/
+6
2025-10-17
HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blocking
Zhang Lixu
-3
/
+22
2025-08-12
HID: intel-ish-hid: Increase ISHTP resume ack timeout to 300ms
Zhang Lixu
-3
/
+3
2025-02-03
HID: intel-ish-hid: Send clock sync message immediately after reset
Zhang Lixu
-0
/
+2
2025-01-09
HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_*
Dr. David Alan Gilbert
-21
/
+0
2025-01-09
HID: intel-ish-hid: Remove unused ishtp_cl_tx_empty
Dr. David Alan Gilbert
-21
/
+0
2025-01-09
HID: intel-ish-hid: Remove unused ishtp_dev_state_str
Dr. David Alan Gilbert
-31
/
+0
2024-11-18
Merge branch 'for-6.13/core' into for-linus
Jiri Kosina
-1
/
+1
2024-10-11
HID: intel-ish-hid: Add firmware version sysfs attributes
Zhang Lixu
-1
/
+80
2024-10-08
HID: Fix typo in the comment
Yan Zhen
-1
/
+1
2024-09-13
Merge branch 'for-6.12/intel-ish' into for-linus
Benjamin Tissoires
-6
/
+123
2024-09-13
Merge branch 'for-6.11/upstream-fixes' into for-linus
Benjamin Tissoires
-2
/
+0
2024-08-19
hid: intel-ish-hid: Add support for vendor customized firmware loading
Zhang Lixu
-3
/
+101
2024-08-19
HID: intel-ish-hid: Use CPU generation string in driver_data
Zhang Lixu
-6
/
+25
2024-08-19
HID: intel-ish-hid: Remove unused declarations
Yue Haibing
-2
/
+0
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2024-07-16
Merge branch 'for-6.11/intel-ish-hid' into for-linus
Benjamin Tissoires
-0
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-06-04
HID: intel-ish-hid: fix endian-conversion
Arnd Bergmann
-45
/
+57
2024-06-04
HID: intel-ish-hid: add MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-06-04
HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc
Jeff Johnson
-0
/
+1
2024-05-23
HID: intel-ish-hid: Fix build error for COMPILE_TEST
Zhang Lixu
-4
/
+6
2024-05-06
HID: intel-ish-hid: Implement loading firmware from host feature
Zhang Lixu
-0
/
+541
2024-05-06
HID: intel-ish-hid: Add driver_data for specifying the firmware filename
Zhang Lixu
-0
/
+17
2024-02-13
HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend
Even Xu
-1
/
+5
2024-01-08
Merge branch 'for-6.8/intel-ish' into for-linus
Jiri Kosina
-11
/
+174
2024-01-02
HID: make ishtp_cl_bus_type const
Greg Kroah-Hartman
-1
/
+1
2023-12-06
HID: Intel-ish-hid: Ishtp: Add helper functions for client connection
Even Xu
-11
/
+174
2023-04-12
Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+2
2023-03-28
HID: intel-ish-hid: Fix kernel panic during warm reset
Tanu Malhotra
-2
/
+2
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-1
/
+1
2023-01-02
HID: intel_ish-hid: Add check for ishtp_dma_tx_map
Jiasheng Jiang
-0
/
+10
2022-11-14
HID: intel-ish-hid: ishtp: remove variable rb_count
Colin Ian King
-3
/
+0
2022-08-25
hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered message
Even Xu
-29
/
+39
2021-11-11
HID: intel-ish-hid: fix module device-id handling
Arnd Bergmann
-1
/
+1
2021-11-09
HID: intel-ish-hid: use constants for modaliases
Thomas Weißschuh
-2
/
+2
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
-7
/
+22
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
-3
/
+1
2021-07-15
HID: intel-ish-hid: use async resume function
Ye Xiang
-7
/
+22
2021-06-14
HID: intel-ish-hid: ishtp: Add dma_no_cache_snooping() callback
Even Xu
-0
/
+19
2021-04-07
HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warning
Lee Jones
-4
/
+4
2021-04-07
HID: intel-ish-hid: Fix a little doc-rot
Lee Jones
-1
/
+1
2021-04-07
HID: intel-ish: Fix a naming disparity and a formatting error
Lee Jones
-2
/
+2
[next]