Age | Commit message (Expand) | Author | Files | Lines |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-02-09 | vme: make remove callback return void | Uwe Kleine-König | 1 | -2/+2 |
2020-11-09 | vme: fix two kernel-doc markups | Mauro Carvalho Chehab | 1 | -2/+2 |
2020-11-09 | vme: remove unneeded break | Tom Rix | 1 | -9/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-09-14 | vme: remove unneeded kfree | Ding Xiang | 1 | -1/+0 |
2017-12-18 | vme: Fix a possible sleep-in-atomic bug in vme_tsi148 | Jia-Ju Bai | 1 | -1/+1 |
2017-11-08 | VME: Return -EBUSY when DMA list in use | Martyn Welch | 1 | -1/+1 |
2017-10-20 | Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in... | Greg Kroah-Hartman | 1 | -111/+83 |
2017-10-13 | vme: Return directly in two functions | Markus Elfring | 1 | -6/+4 |
2017-10-13 | vme: Adjust 48 checks for null pointers | Markus Elfring | 1 | -53/+48 |
2017-10-13 | vme: Move an assignment in vme_new_dma_list() | Markus Elfring | 1 | -4/+3 |
2017-10-13 | vme: Improve 11 size determinations | Markus Elfring | 1 | -13/+12 |
2017-10-13 | vme: Delete 11 error messages for a failed memory allocation | Markus Elfring | 1 | -35/+16 |
2017-10-04 | vme: Fix integer overflow checking in vme_check_window() | Dan Carpenter | 1 | -10/+8 |
2017-03-17 | docs: Add kernel-doc comments to VME driver API | Martyn Welch | 1 | -31/+438 |
2017-01-25 | VME: restore bus_remove function causing incomplete module unload | Stefano Babic | 1 | -0/+15 |
2016-10-28 | vme: vme_get_size potentially returning incorrect value on failure | Martyn Welch | 1 | -0/+4 |
2016-08-31 | vme: make core vme support explicitly non-modular | Paul Gortmaker | 1 | -25/+2 |
2016-08-31 | vme: change LM callback argument to void pointer | Aaron Sierra | 1 | -2/+2 |
2016-05-02 | vme: add vme_init_bridge for common bridge init | Aaron Sierra | 1 | -0/+14 |
2016-05-02 | vme: trivial spelling and capitalization fixes | Aaron Sierra | 1 | -6/+6 |
2015-10-04 | vme: print unhandled VME access errors | Dmitry Kalinkin | 1 | -0/+7 |
2015-10-04 | vme: change bus error handling scheme | Dmitry Kalinkin | 1 | -58/+34 |
2015-10-04 | vme: include address space in error filtering | Dmitry Kalinkin | 1 | -20/+41 |
2015-10-04 | vme: move tsi148 error handling into VME subsystem | Dmitry Kalinkin | 1 | -0/+86 |
2015-06-13 | vme: export vme_check_window() | Dmitry Kalinkin | 1 | -2/+3 |
2015-06-13 | vme: check for A64 overflow in vme_check_window() | Dmitry Kalinkin | 1 | -4/+2 |
2015-03-07 | staging: vme: mmap() support for vme_user | Dmitry Kalinkin | 1 | -0/+26 |
2015-01-12 | vme: fix misspelling of current function in string | Julia Lawall | 1 | -1/+1 |
2013-12-18 | vme: Convert VME core to register as a subsystem | Aaron Sierra | 1 | -5/+1 |
2013-12-03 | VME: Rename vme_slot_get to avoid confusion with reference counting | Martyn Welch | 1 | -3/+3 |
2013-12-03 | VME: Provide access to VME bus enumeration and fix vme_user match function | Martyn Welch | 1 | -0/+13 |
2013-06-06 | vme: Free DMA resource allocation structure | Martyn Welch | 1 | -0/+2 |
2013-02-14 | vme: add missing put_device() after device_register() fails | Emilio G. Cota | 1 | -0/+1 |
2012-04-26 | Staging: VME: move VME drivers out of staging | Greg Kroah-Hartman | 1 | -0/+1517 |