index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vme
/
vme.c
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-09-14
vme: remove unneeded kfree
Ding Xiang
2017-12-18
vme: Fix a possible sleep-in-atomic bug in vme_tsi148
Jia-Ju Bai
2017-11-08
VME: Return -EBUSY when DMA list in use
Martyn Welch
2017-10-20
Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in...
Greg Kroah-Hartman
2017-10-13
vme: Return directly in two functions
Markus Elfring
2017-10-13
vme: Adjust 48 checks for null pointers
Markus Elfring
2017-10-13
vme: Move an assignment in vme_new_dma_list()
Markus Elfring
2017-10-13
vme: Improve 11 size determinations
Markus Elfring
2017-10-13
vme: Delete 11 error messages for a failed memory allocation
Markus Elfring
2017-10-04
vme: Fix integer overflow checking in vme_check_window()
Dan Carpenter
2017-03-17
docs: Add kernel-doc comments to VME driver API
Martyn Welch
2017-01-25
VME: restore bus_remove function causing incomplete module unload
Stefano Babic
2016-10-28
vme: vme_get_size potentially returning incorrect value on failure
Martyn Welch
2016-08-31
vme: make core vme support explicitly non-modular
Paul Gortmaker
2016-08-31
vme: change LM callback argument to void pointer
Aaron Sierra
2016-05-01
vme: add vme_init_bridge for common bridge init
Aaron Sierra
2016-05-01
vme: trivial spelling and capitalization fixes
Aaron Sierra
2015-10-04
vme: print unhandled VME access errors
Dmitry Kalinkin
2015-10-04
vme: change bus error handling scheme
Dmitry Kalinkin
2015-10-04
vme: include address space in error filtering
Dmitry Kalinkin
2015-10-04
vme: move tsi148 error handling into VME subsystem
Dmitry Kalinkin
2015-06-12
vme: export vme_check_window()
Dmitry Kalinkin
2015-06-12
vme: check for A64 overflow in vme_check_window()
Dmitry Kalinkin
2015-03-06
staging: vme: mmap() support for vme_user
Dmitry Kalinkin
2015-01-12
vme: fix misspelling of current function in string
Julia Lawall
2013-12-17
vme: Convert VME core to register as a subsystem
Aaron Sierra
2013-12-03
VME: Rename vme_slot_get to avoid confusion with reference counting
Martyn Welch
2013-12-03
VME: Provide access to VME bus enumeration and fix vme_user match function
Martyn Welch
2013-06-06
vme: Free DMA resource allocation structure
Martyn Welch
2013-02-14
vme: add missing put_device() after device_register() fails
Emilio G. Cota
2012-04-26
Staging: VME: move VME drivers out of staging
Greg Kroah-Hartman