summaryrefslogtreecommitdiff
path: root/drivers/platform/goldfish/goldfish_pipe.c
AgeCommit message (Expand)Author
2023-11-28platform/goldfish: goldfish_pipe: Convert to platform remove callback returni...Uwe Kleine-König
2022-03-18platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar
2021-01-27platform/goldfish: Convert pipe tasklet to threaded irqDavidlohr Bueso
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
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-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-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
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