summaryrefslogtreecommitdiff
path: root/drivers/staging/gasket
AgeCommit message (Expand)Author
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
2018-07-19staging: gasket: fix gasket_wait_with_reschedule timeout return codeTodd Poynor
2018-07-19staging: gasket: convert gasket_mmap_has_permissions to bool returnTodd Poynor
2018-07-19staging: gasket: Remove stale pointers on error allocating attr arrayTodd Poynor
2018-07-19staging: gasket: Return EBUSY on mapping create when already in useTodd Poynor
2018-07-19staging: gasket: hold mutex on gasket driver unregistrationTodd Poynor
2018-07-19staging: gasket: remove driver registration on class creation failureTodd Poynor
2018-07-19staging: gasket: whitespace fix in gasket_page_table_initTodd Poynor
2018-07-19staging: gasket: fix typo in gasket_core.h commentsTodd Poynor
2018-07-19staging: gasket: fix typo in apex_enter_resetTodd Poynor
2018-07-14staging: gasket: remove gasket_wait_sync()Greg Kroah-Hartman
2018-07-14staging: gasket: sysfs: remove legacy_device fieldGreg Kroah-Hartman
2018-07-14staging: gasket: remove gasket_sysfs_register_show()Greg Kroah-Hartman
2018-07-14staging: gasket: remove GASKET_SYSFS_REG()Greg Kroah-Hartman
2018-07-14staging: gasket: remove gasket_page_table_num_extended_entries()Greg Kroah-Hartman
2018-07-14staging: gasket: remove gasket_interrupt_get_msix_entries()Greg Kroah-Hartman
2018-07-14staging: gasket: remove gasket_interrupt_trigger_eventfd()Greg Kroah-Hartman
2018-07-14staging: gasket: remove gasket_interrupt_get_eventfd_ctxs()Greg Kroah-Hartman
2018-07-14staging: gasket: remove pointless gasket_interrupt_pause()Greg Kroah-Hartman
2018-07-13staging: gasket: Use __func__ instead of hardcoded string - StyleFelix Siegel
2018-07-13staging: gasket: remove "function entered" log messagesFelix Siegel
2018-07-12staging: gasket: fix multi line comments styleFelix Siegel
2018-07-12staging: gasket: Move open-curly brace to match kernel code styleFelix Siegel