summaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
Commit message (Expand)AuthorAgeFilesLines
* platform/goldfish: goldfish_pipe: Convert to platform remove callback returni...Uwe Kleine-König2023-11-281-3/+2
* platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar2022-03-181-5/+3
* platform/goldfish: Convert pipe tasklet to threaded irqDavidlohr Bueso2021-01-271-17/+11
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-14/+3
* goldish_pipe: rename local pin_user_pages() routineJohn Hubbard2020-01-311-9/+9
* platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMAAnup Patel2019-10-101-2/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* drivers: platform: goldfish: fix the checkpatch complain in KconfigRoman Kiryanov2019-01-221-2/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+1
* platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov2018-10-151-0/+1
* platform: goldfish: pipe: Remove redundant castingRoman Kiryanov2018-10-151-1/+1
* platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov2018-10-151-1/+4
* platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov2018-10-151-29/+37
* platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov2018-10-151-7/+13
* platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov2018-10-151-8/+16
* platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun2018-09-251-1/+1
* platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov2018-09-251-1/+0
* platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov2018-09-251-2/+0
* platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov2018-09-251-1/+0
* platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov2018-09-251-10/+14
* platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov2018-09-251-14/+0
* platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov2018-09-141-5/+5
* platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov2018-09-141-2/+2
* platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov2018-09-141-35/+48
* platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov2018-09-141-4/+3
* platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov2018-09-141-8/+9
* platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov2018-09-141-2/+2
* platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov2018-09-141-4/+4
* platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov2018-09-141-1/+1
* platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov2018-09-141-1/+1
* platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov2018-09-141-16/+19
* platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov2018-09-141-4/+3
* platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov2018-09-141-0/+3
* platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov2018-09-141-1/+6
* platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov2018-09-141-15/+13
* platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov2018-09-141-6/+3
* platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov2018-09-141-1/+4
* platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov2018-09-142-68/+113
* platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov2018-09-141-1/+2
* platform: goldfish: pipe: Update licenseRoman Kiryanov2018-09-141-1/+2
* platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov2018-09-141-4/+7
* platform: goldfish: Retire pdev_busRoman Kiryanov2018-08-023-238/+0
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* goldfish_pipe: make tasklet goldfish_interrupt_tasklet staticColin Ian King2018-07-031-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-121-1/+1
|\
| * goldfish_pipe: use GFP_ATOMIC under spin lockWei Yongjun2017-05-251-1/+1