aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/gasket/gasket_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-16staging: gasket: remove it from the kernelGreg Kroah-Hartman1-1815/+0
2020-07-15staging: gasket: core: Fix a coding style issue in gasket_core.cZhixu Zhao1-15/+14
2020-05-05staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter1-0/+4
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-02-12staging: gasket: unify multi-line stringKaaira Gupta1-6/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-6/+6
2019-05-30staging/gasket: Fix string splitTianzheng Li1-4/+2
2018-10-19staging: gasket: remove debug logs for callback invocationTodd Poynor1-6/+1
2018-08-27staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor1-7/+1
2018-08-27staging: gasket: core: rename lookup_internal_desc to be PCI-specificTodd Poynor1-4/+4
2018-08-27staging: gasket: core: factor out generic device remove code from PCITodd Poynor1-10/+10
2018-08-27staging: gasket: core: factor out generic device add code from PCI codeTodd Poynor1-28/+48
2018-08-27staging: gasket: remove gasket_exit()Todd Poynor1-4/+0
2018-08-27staging: gasket: core: remove ftrace-style debug logsTodd Poynor1-2/+0
2018-08-27staging: gasket: core: remove kobj_name param from gasket_alloc_devTodd Poynor1-9/+8
2018-08-27staging: gasket: core: fix line continuation indent in gasket_alloc_devTodd Poynor1-2/+3
2018-08-27staging: gasket: core: remove debug log that could crashTodd Poynor1-2/+0
2018-08-08staging: gasket: core: remove incorrect extraneous commentTodd Poynor1-1/+0
2018-08-08staging: gasket: core: protect against races during unregisterTodd Poynor1-2/+1
2018-08-08staging: gasket: core: remove sysfs setup and cleanup callbacksTodd Poynor1-10/+0
2018-08-08staging: gasket: core: delete device add and remove callbacksTodd Poynor1-10/+0
2018-08-08staging: gasket: core: let device driver enable/disable gasket deviceTodd Poynor1-14/+8
2018-08-08staging: gasket: core: remove device enable and disable callbacksTodd Poynor1-9/+0
2018-08-08staging: gasket: core: convert remaining info logs to debugTodd Poynor1-4/+3
2018-08-08staging: gasket: core: move core PCI calls to device driversTodd Poynor1-60/+22
2018-08-05Revert "staging: gasket: core: hold reference to pci_dev while used"Todd Poynor1-2/+1
2018-08-05staging: gasket: core: add subsystem and device info to logsTodd Poynor1-4/+9
2018-08-05staging: gasket: core: device register debug log cleanupsTodd Poynor1-5/+2
2018-08-05staging: gasket: core: remove registration logsTodd Poynor1-4/+0
2018-08-02staging: gasket: remove "reset type" param from frameworkTodd Poynor1-6/+5
2018-08-01staging: gasket: core: use bool type for ns_capable resultTodd Poynor1-2/+2
2018-08-01staging: gasket: core: fix function param line continuation styleTodd Poynor1-149/+145
2018-08-01staging: gasket: core: remove static function forward declarationsTodd Poynor1-929/+873
2018-07-30staging: gasket: core: simplify comments for static functionsTodd Poynor1-120/+31
2018-07-30staging: gasket: core: allow root access based on user namespaceTodd Poynor1-2/+8
2018-07-30staging: gasket: core: hold reference to pci_dev while usedTodd Poynor1-2/+2
2018-07-29staging: gasket: core: hold reference on device while in useTodd Poynor1-2/+2
2018-07-28staging: gasket: page table: remove code for "no dma_ops"Todd Poynor1-1/+1
2018-07-27staging: gasket: core: convert to standard loggingTodd Poynor1-161/+134
2018-07-27staging: gasket: save struct device for a gasket deviceTodd Poynor1-2/+3
2018-07-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor1-1/+1
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor1-18/+20
2018-07-24staging: gasket: gasket_get_device drop check for NULL pci_devTodd Poynor1-3/+1
2018-07-24staging: gasket: remove unnecessary NULL checks on calls from VFSTodd Poynor1-15/+0
2018-07-24staging: gasket: print mmap starting address as unsigned longTodd Poynor1-2/+2
2018-07-24staging: gasket: fix check_and_invoke_callback log paramTodd Poynor1-1/+1
2018-07-21staging: gasket: top ioctl handler add __user annotationsTodd Poynor1-2/+4
2018-07-21staging: gasket: always allow root open for writeTodd Poynor1-3/+5
2018-07-21staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor1-1/+1