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