aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_core.c
AgeCommit message (Expand)Author
2020-06-04staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter
2018-10-19staging: gasket: remove debug logs for callback invocationTodd Poynor
2018-08-27staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor
2018-08-27staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor
2018-08-27staging: gasket: core: factor out generic device remove code from PCITodd Poynor
2018-08-27staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor
2018-08-27staging: gasket: remove gasket_exit()Todd Poynor
2018-08-27staging: gasket: core: remove ftrace-style debug logsTodd Poynor
2018-08-27staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor
2018-08-27staging: gasket: core: fix line continuation indent in gasket_alloc_devTodd Poynor
2018-08-27staging: gasket: core: remove debug log that could crashTodd Poynor
2018-08-08staging: gasket: core: remove incorrect extraneous commentTodd Poynor
2018-08-08staging: gasket: core: protect against races during unregisterTodd Poynor
2018-08-08staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor
2018-08-08staging: gasket: core: delete device add and remove callbacksTodd Poynor
2018-08-08staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor
2018-08-08staging: gasket: core: remove device enable and disable callbacksTodd Poynor
2018-08-08staging: gasket: core: convert remaining info logs to debugTodd Poynor
2018-08-08staging: gasket: core: move core PCI calls to device driversTodd Poynor
2018-08-05Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor
2018-08-05staging: gasket: core: add subsystem and device info to logsTodd Poynor
2018-08-05staging: gasket: core: device register debug log cleanupsTodd Poynor
2018-08-05staging: gasket: core: remove registration logsTodd Poynor
2018-08-02staging: gasket: remove "reset type" param from frameworkTodd Poynor
2018-08-01staging: gasket: core: use bool type for ns_capable resultTodd Poynor
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor
2018-07-30staging: gasket: core: hold reference to pci_dev while usedTodd Poynor
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor
2018-07-27staging: gasket: core: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: save struct device for a gasket deviceTodd Poynor
2018-07-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor
2018-07-24staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor
2018-07-24staging: gasket: print mmap starting address as unsigned longTodd Poynor
2018-07-24staging: gasket: fix check_and_invoke_callback log paramTodd Poynor
2018-07-21staging: gasket: top ioctl handler add __user annotationsTodd Poynor
2018-07-21staging: gasket: always allow root open for writeTodd Poynor
2018-07-21staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor
2018-07-21staging: gasket: gasket_mmap use PAGE_MASKTodd Poynor
2018-07-21staging: gasket: gasket_mmap return error instead of valid BAR indexTodd Poynor
2018-07-21staging: gasket: don't treat no device reset callback as an errorTodd Poynor
2018-07-21staging: gasket: fix class create bug handlingTodd Poynor
2018-07-21staging: gasket: remove code for no physical deviceTodd Poynor
2018-07-21staging: gasket: gasket_enable_dev remove unnecessary variableTodd Poynor
2018-07-19staging: gasket: drop gasket_cdev_get_info, use container_ofTodd Poynor