summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket
AgeCommit message (Expand)Author
2018-07-27staging: gasket: don't print device addresses as kernel pointersTodd Poynor
2018-07-27staging: gasket: TODO: remove entry for convert to standard loggingTodd Poynor
2018-07-27staging: gasket: remove gasket logging headerTodd Poynor
2018-07-27staging: gasket: apex: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: sysfs: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: page table: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: ioctl: convert to standard loggingTodd Poynor
2018-07-27staging: gasket: interrupt: convert to standard loggingTodd 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: use vzalloc instead of vmalloc/memsetIvan Bornyakov
2018-07-24staging: gasket: apex: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: page table: remove unnecessary logsTodd Poynor
2018-07-24staging: gasket: page table: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: ioctl common: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: interrupts: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: core: convert various logs to debug levelTodd Poynor
2018-07-24staging: gasket: apex return error on sysfs show of missing attributeTodd 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: avoid copy to user on error in coherent alloc configTodd Poynor
2018-07-24staging: gasket: gasket_handle_ioctl fix ioctl exit trace paramTodd Poynor
2018-07-24staging: gasket: remove duplicate call to retrieve device callbackTodd Poynor
2018-07-24staging: gasket: fix check_and_invoke_callback log paramTodd Poynor
2018-07-21staging: gasket: common ioctls add __user annotationsTodd Poynor
2018-07-21staging: gasket: common ioctl dispatcher add __user annotationsTodd Poynor
2018-07-21staging: gasket: apex ioctl add __user annotationsTodd 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: fix multi-line comment syntax in gasket_core.hTodd 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: remove unnecessary parens in page table codeTodd Poynor
2018-07-21staging: gasket: fix comment syntax in apex.hTodd Poynor
2018-07-21staging: gasket: remove else clause after return in if clauseTodd Poynor
2018-07-21staging: gasket: gasket page table functions use bool return typeTodd Poynor
2018-07-21staging: gasket: apex_clock_gating simplify logic, reduce indentationTodd 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: remove unnecessary code in coherent allocatorTodd 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-21staging: gasket: allow compile for ARM64 in KconfigTodd Poynor
2018-07-19staging: gasket: drop gasket_cdev_get_info, use container_ofTodd Poynor
2018-07-19staging: gasket: bail out of reset sequence on device callback errorTodd Poynor
2018-07-19staging: gasket: gasket_wait_with_reschedule use 32 bits of retry countTodd Poynor
2018-07-19staging: gasket: gasket_wait_with_reschedule simplify logicTodd Poynor
2018-07-19staging: gasket: gasket_wait_with_reschedule use msleepTodd Poynor