summaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+3
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-05goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'Zeng Heng-2/+1
2024-07-03platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-03-07platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHMasahiro Yamada-0/+1
2023-11-28platform/goldfish: goldfish_pipe: Convert to platform remove callback returni...Uwe Kleine-König-3/+2
2022-03-18platform: goldfish: pipe: Use platform_get_irq() to get the interruptLad Prabhakar-5/+3
2021-01-27platform/goldfish: Convert pipe tasklet to threaded irqDavidlohr Bueso-17/+11
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard-2/+2
2020-01-31goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard-14/+3
2020-01-31goldish_pipe: rename local pin_user_pages() routineJohn Hubbard-9/+9
2019-10-10platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMAAnup Patel-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-1/+2
2019-01-22drivers: platform: goldfish: fix the checkpatch complain in KconfigRoman Kiryanov-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+1
2018-10-15platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov-0/+1
2018-10-15platform: goldfish: pipe: Remove redundant castingRoman Kiryanov-1/+1
2018-10-15platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov-1/+4
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov-29/+37
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov-7/+13
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov-8/+16
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun-1/+1
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov-1/+0
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov-2/+0
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov-1/+0
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov-10/+14
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov-14/+0
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov-5/+5
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov-2/+2
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov-35/+48
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov-4/+3
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov-8/+9
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov-2/+2
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov-4/+4
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov-1/+1
2018-09-14platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov-1/+1
2018-09-14platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov-16/+19
2018-09-14platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov-4/+3
2018-09-14platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov-0/+3
2018-09-14platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov-1/+6
2018-09-14platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov-15/+13
2018-09-14platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov-6/+3
2018-09-14platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov-1/+4
2018-09-14platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov-68/+113
2018-09-14platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov-1/+2
2018-09-14platform: goldfish: pipe: Update licenseRoman Kiryanov-1/+2
2018-09-14platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov-4/+7
2018-08-02platform: goldfish: Retire pdev_busRoman Kiryanov-238/+0