summaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
Commit message (Expand)AuthorAgeFilesLines
* 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
* | goldfish_pipe: make pipe_dev staticColin Ian King2017-05-251-1/+1
|/
* goldfish_pipe: fix build warning about using too much stack.Greg Kroah-Hartman2017-04-261-3/+3
* goldfish_pipe: An implementation of more parallel pipeJin Qian2017-04-261-329/+641
* goldfish: Sanitize the broken interrupt handlerThomas Gleixner2017-02-151-5/+8
* platform: goldfish: pipe: use get_user_pages_unlocked()Lorenzo Stoakes2016-11-101-4/+2
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-021-2/+1
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-171-7/+7
|\