index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
xillybus
Age
Commit message (
Expand
)
Author
2023-08-04
char: xillybus: make XILLYBUS_OF depend on HAS_IOMEM
Baoquan He
2023-06-23
char: xillybus: make xillybus_class a static const structure
Ivan Orlov
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2022-11-23
char: xillybus: Fix trivial bug with mutex
Eli Billauer
2022-11-11
char: xillybus: Prevent use-after-free due to race condition
Eli Billauer
2022-04-24
char: xillybus: fix a refcount leak in cleanup_dev()
Hangyu Hua
2022-04-24
char: xillybus: replace usage of found with dedicated list iterator variable
Jakob Koschel
2021-10-19
char: xillybus: fix msg_ep UAF in xillyusb_probe()
Ziyang Xuan
2021-10-05
char: xillybus: Eliminate redundant wrappers to DMA related calls
Eli Billauer
2021-09-14
char: xillybus: Simplify 'xillybus_init_endpoint()'
Christophe JAILLET
2021-09-14
char: xillybus: Remove usage of remaining deprecated pci_ API
Christophe JAILLET
2021-09-14
char: xillybus: Remove usage of 'pci_unmap_single()'
Christophe JAILLET
2021-09-14
char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
Christophe JAILLET
2021-06-03
char: xillybus: Fix spelling mistake "overflew" -> "overflowed"
Colin Ian King
2021-06-03
char: xillybus: Remove unneeded MODULE_VERSION() usage
Eli Billauer
2021-05-27
char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)
Eli Billauer
2021-05-27
char: xillybus: Move class-related functions to new xillybus_class.c
Eli Billauer
2019-11-05
char: xillybus: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-28
PCI: Move ASPM declarations to linux/pci.h
Krzysztof Wilczynski
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 402
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-03-14
PCI: Add Altera vendor ID
Johannes Thumshirn
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-09
char: xillybus: remove direct dependency on DT functions
Rob Herring
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2016-08-31
char: xillybus: Fix spelling mistake and comment
Eli Billauer
2016-04-30
char: xillybus: use devm_add_action_or_reset
Sudip Mukherjee
2016-03-05
char: xillybus: Fix internal data structure initialization
Eli Billauer
2015-08-05
char: xillybus: Allow 64-bit DMA on PCIe interface
Eli Billauer
2015-05-24
xillybus: XILLYBUS_OF should depend on HAS_DMA
Geert Uytterhoeven
2015-04-03
char: xillybus: Don't return -EFAULT on user-triggered flush
Eli Billauer
2015-03-16
char: constify of_device_id array
Fabian Frederick
2014-10-20
char: xillybus: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-23
xillybus: Move out of staging
Eli Billauer