index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
xillybus
Commit message (
Expand
)
Author
Age
Files
Lines
*
char: xillybus: Check USB endpoints when probing device
Eli Billauer
2024-08-16
1
-2
/
+20
*
char: xillybus: Refine workqueue handling
Eli Billauer
2024-08-16
1
-3
/
+5
*
char: xillybus: Don't destroy workqueue from work item running on it
Eli Billauer
2024-08-13
1
-5
/
+11
*
char: xillybus: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-07
1
-4
/
+2
*
char: xillybus: make XILLYBUS_OF depend on HAS_IOMEM
Baoquan He
2023-08-04
1
-1
/
+1
*
char: xillybus: make xillybus_class a static const structure
Ivan Orlov
2023-06-23
1
-13
/
+8
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
char: xillybus: Fix trivial bug with mutex
Eli Billauer
2022-11-23
1
-3
/
+4
*
char: xillybus: Prevent use-after-free due to race condition
Eli Billauer
2022-11-11
1
-3
/
+19
*
char: xillybus: fix a refcount leak in cleanup_dev()
Hangyu Hua
2022-04-24
1
-0
/
+1
*
char: xillybus: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-24
1
-14
/
+12
*
char: xillybus: fix msg_ep UAF in xillyusb_probe()
Ziyang Xuan
2021-10-19
1
-0
/
+1
*
char: xillybus: Eliminate redundant wrappers to DMA related calls
Eli Billauer
2021-10-05
4
-242
/
+86
*
char: xillybus: Simplify 'xillybus_init_endpoint()'
Christophe JAILLET
2021-09-14
4
-7
/
+4
*
char: xillybus: Remove usage of remaining deprecated pci_ API
Christophe JAILLET
2021-09-14
3
-12
/
+7
*
char: xillybus: Remove usage of 'pci_unmap_single()'
Christophe JAILLET
2021-09-14
2
-8
/
+4
*
char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
Christophe JAILLET
2021-09-14
1
-5
/
+4
*
char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
Colin Ian King
2021-06-03
1
-1
/
+1
*
char: xillybus: Remove unneeded MODULE_VERSION() usage
Eli Billauer
2021-06-03
5
-5
/
+0
*
char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)
Eli Billauer
2021-05-27
3
-0
/
+2275
*
char: xillybus: Move class-related functions to new xillybus_class.c
Eli Billauer
2021-05-27
6
-169
/
+324
*
char: xillybus: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-05
1
-4
/
+1
*
PCI: Move ASPM declarations to linux/pci.h
Krzysztof Wilczynski
2019-08-28
1
-1
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402
Thomas Gleixner
2019-06-05
4
-16
/
+4
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
PCI: Add Altera vendor ID
Johannes Thumshirn
2018-03-14
1
-1
/
+0
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-6
/
+6
*
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-01
2
-10
/
+6
|
\
|
*
char: xillybus: remove direct dependency on DT functions
Rob Herring
2018-01-09
2
-10
/
+6
*
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
|
/
*
char: xillybus: Fix spelling mistake and comment
Eli Billauer
2016-08-31
1
-2
/
+2
*
char: xillybus: use devm_add_action_or_reset
Sudip Mukherjee
2016-04-30
2
-19
/
+2
*
char: xillybus: Fix internal data structure initialization
Eli Billauer
2016-03-05
1
-1
/
+3
*
char: xillybus: Allow 64-bit DMA on PCIe interface
Eli Billauer
2015-08-05
1
-4
/
+6
*
xillybus: XILLYBUS_OF should depend on HAS_DMA
Geert Uytterhoeven
2015-05-24
1
-1
/
+1
*
char: xillybus: Don't return -EFAULT on user-triggered flush
Eli Billauer
2015-04-03
1
-0
/
+2
*
char: constify of_device_id array
Fabian Frederick
2015-03-16
1
-1
/
+1
*
char: xillybus: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
xillybus: Move out of staging
Eli Billauer
2014-09-23
6
-0
/
+2718