aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
Commit message (Expand)AuthorAge
* platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov2018-10-15
* platform: goldfish: pipe: Remove redundant castingRoman Kiryanov2018-10-15
* platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov2018-10-15
* platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov2018-10-15
* platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov2018-10-15
* platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov2018-10-15
* platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun2018-09-25
* platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov2018-09-25
* platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov2018-09-25
* platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov2018-09-25
* platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov2018-09-25
* platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov2018-09-25
* platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov2018-09-14
* platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov2018-09-14
* platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov2018-09-14
* platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov2018-09-14
* platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Update licenseRoman Kiryanov2018-09-14
* platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov2018-09-14
* platform: goldfish: Retire pdev_busRoman Kiryanov2018-08-02
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-07
* goldfish_pipe: make tasklet goldfish_interrupt_tasklet staticColin Ian King2018-07-03
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-12
|\
| * goldfish_pipe: use GFP_ATOMIC under spin lockWei Yongjun2017-05-25
* | goldfish_pipe: make pipe_dev staticColin Ian King2017-05-25
|/
* goldfish_pipe: fix build warning about using too much stack.Greg Kroah-Hartman2017-04-26
* goldfish_pipe: An implementation of more parallel pipeJin Qian2017-04-26
* goldfish: Sanitize the broken interrupt handlerThomas Gleixner2017-02-15
* platform: goldfish: pipe: use get_user_pages_unlocked()Lorenzo Stoakes2016-11-10
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-02
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-18
|\
| * Merge char-misc-next into staging-nextGreg Kroah-Hartman2016-02-22
| |\
| * | Platform: goldfish: goldfish_pipe.c: Add DMA support using managed versionShraddha Barke2016-02-14
* | | goldfish: Fix build error of missing ioremap on UMKrzysztof Kozlowski2016-03-05
| |/ |/|