| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+3 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-11-05 | goldfish: Fix unused const variable 'goldfish_pipe_acpi_match' | Zeng Heng | 1 | -2/+1 |
| 2024-07-03 | platform/goldfish: goldfish_pipe: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-03-07 | platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISH | Masahiro Yamada | 1 | -0/+1 |
| 2023-11-28 | platform/goldfish: goldfish_pipe: Convert to platform remove callback returni... | Uwe Kleine-König | 1 | -3/+2 |
| 2022-03-18 | platform: goldfish: pipe: Use platform_get_irq() to get the interrupt | Lad Prabhakar | 1 | -5/+3 |
| 2021-01-27 | platform/goldfish: Convert pipe tasklet to threaded irq | Davidlohr Bueso | 1 | -17/+11 |
| 2020-01-31 | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard | 1 | -2/+2 |
| 2020-01-31 | goldish_pipe: convert to pin_user_pages() and put_user_page() | John Hubbard | 1 | -14/+3 |
| 2020-01-31 | goldish_pipe: rename local pin_user_pages() routine | John Hubbard | 1 | -9/+9 |
| 2019-10-10 | platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA | Anup Patel | 1 | -2/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+2 |
| 2019-01-22 | drivers: platform: goldfish: fix the checkpatch complain in Kconfig | Roman Kiryanov | 1 | -2/+2 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+1 |
| 2018-10-15 | platform: goldfish: pipe: Add a blank line to separate varibles and code | Roman Kiryanov | 1 | -0/+1 |
| 2018-10-15 | platform: goldfish: pipe: Remove redundant casting | Roman Kiryanov | 1 | -1/+1 |
| 2018-10-15 | platform: goldfish: pipe: Call misc_deregister if init fails | Roman Kiryanov | 1 | -1/+4 |
| 2018-10-15 | platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into... | Roman Kiryanov | 1 | -29/+37 |
| 2018-10-15 | platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ... | Roman Kiryanov | 1 | -7/+13 |
| 2018-10-15 | platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari... | Roman Kiryanov | 1 | -8/+16 |
| 2018-09-25 | platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static | Wei Yongjun | 1 | -1/+1 |
| 2018-09-25 | platform: goldfish: pipe: Remove redundant header include | Roman Kiryanov | 1 | -1/+0 |
| 2018-09-25 | platform: goldfish: pipe: Remove redundant struct declarations | Roman Kiryanov | 1 | -2/+0 |
| 2018-09-25 | platform: goldfish: pipe: Remove a redundant blank line | Roman Kiryanov | 1 | -1/+0 |
| 2018-09-25 | platform: goldfish: pipe: Prevent memory corruption from several threads writ... | Roman Kiryanov | 1 | -10/+14 |
| 2018-09-25 | platform: goldfish: pipe: Remove license boilerplate | Roman Kiryanov | 1 | -14/+0 |
| 2018-09-14 | platform: goldfish: pipe: Replace "x==NULL" to "!x" | Roman Kiryanov | 1 | -5/+5 |
| 2018-09-14 | platform: goldfish: pipe: Move logical ops to the end of the prev line | Roman Kiryanov | 1 | -2/+2 |
| 2018-09-14 | platform: goldfish: pipe: Fix alignment to match parenthesis | Roman Kiryanov | 1 | -35/+48 |
| 2018-09-14 | platform: goldfish: pipe: Fix lines to not end an opening bracket | Roman Kiryanov | 1 | -4/+3 |
| 2018-09-14 | platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_x | Roman Kiryanov | 1 | -8/+9 |
| 2018-09-14 | platform: goldfish: pipe: Remove reduntant casting to (void) | Roman Kiryanov | 1 | -2/+2 |
| 2018-09-14 | platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit' | Roman Kiryanov | 1 | -4/+4 |
| 2018-09-14 | platform: goldfish: pipe: Remove a blank line before '}' | Roman Kiryanov | 1 | -1/+1 |
| 2018-09-14 | platform: goldfish: pipe: Remove reduntant casting | Roman Kiryanov | 1 | -1/+1 |
| 2018-09-14 | platform: goldfish: pipe: Replace two code blocks with a function call | Roman Kiryanov | 1 | -14/+17 |
| 2018-09-14 | platform: goldfish: pipe: Remove a redundant variable | Roman Kiryanov | 1 | -4/+3 |
| 2018-09-14 | platform: goldfish: pipe: Add blank lines to separate struct members | Roman Kiryanov | 1 | -0/+3 |
| 2018-09-14 | platform: goldfish: pipe: Replace pr_ with dev_ for logging | Roman Kiryanov | 1 | -1/+6 |
| 2018-09-14 | platform: goldfish: pipe: Replace an array of 1 with a variable | Roman Kiryanov | 1 | -15/+13 |
| 2018-09-14 | platform: goldfish: pipe: Fail compilation if structs are too large | Roman Kiryanov | 1 | -6/+3 |
| 2018-09-14 | platform: goldfish: pipe: Update the comment for GFP_ATOMIC | Roman Kiryanov | 1 | -1/+4 |
| 2018-09-14 | platform: goldfish: pipe: Separate the host interface to a separate header | Roman Kiryanov | 2 | -68/+113 |
| 2018-09-14 | platform: goldfish: pipe: Move an opening brace to the next line | Roman Kiryanov | 1 | -1/+2 |
| 2018-09-14 | platform: goldfish: pipe: Update license | Roman Kiryanov | 1 | -1/+2 |
| 2018-09-14 | platform: goldfish: pipe: Fix comments to fit 80 columns | Roman Kiryanov | 1 | -4/+7 |
| 2018-08-02 | platform: goldfish: Retire pdev_bus | Roman Kiryanov | 3 | -238/+0 |
| 2018-07-07 | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 1 | -0/+1 |
| 2018-07-03 | goldfish_pipe: make tasklet goldfish_interrupt_tasklet static | Colin Ian King | 1 | -1/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -4/+4 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-06-12 | Merge 4.12-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2017-05-25 | goldfish_pipe: use GFP_ATOMIC under spin lock | Wei Yongjun | 1 | -1/+1 |
| 2017-05-25 | goldfish_pipe: make pipe_dev static | Colin Ian King | 1 | -1/+1 |
| 2017-04-26 | goldfish_pipe: fix build warning about using too much stack. | Greg Kroah-Hartman | 1 | -3/+3 |
| 2017-04-26 | goldfish_pipe: An implementation of more parallel pipe | Jin Qian | 1 | -328/+640 |
| 2017-02-15 | goldfish: Sanitize the broken interrupt handler | Thomas Gleixner | 1 | -5/+8 |
| 2016-11-10 | platform: goldfish: pipe: use get_user_pages_unlocked() | Lorenzo Stoakes | 1 | -4/+2 |
| 2016-10-19 | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -1/+2 |
| 2016-04-02 | Convert straggling drivers to new six-argument get_user_pages() | Linus Torvalds | 1 | -2/+1 |
| 2016-03-17 | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+7 |
| 2016-03-05 | goldfish: Fix build error of missing ioremap on UM | Krzysztof Kozlowski | 1 | -0/+1 |
| 2016-02-22 | Merge char-misc-next into staging-next | Greg Kroah-Hartman | 3 | -63/+126 |
| 2016-02-14 | Platform: goldfish: goldfish_pipe.c: Add DMA support using managed version | Shraddha Barke | 1 | -7/+7 |
| 2016-02-07 | goldfish: locking bugs in goldfish_pipe_read_write() | Dan Carpenter | 1 | -13/+7 |
| 2016-01-28 | goldfish: Enable ACPI-based enumeration for android pipe | Jason Hu | 1 | -0/+8 |
| 2016-01-28 | goldfish_pipe: Pass physical addresses to the device if supported | Yu Ning | 1 | -2/+27 |
| 2016-01-28 | Enable platform support for Goldfish virtual devices | Miodrag Dinic | 1 | -1/+1 |
| 2016-01-28 | platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAIN | Greg Hackmann | 1 | -1/+2 |
| 2016-01-28 | platform: goldfish: pipe: add devicetree bindings | Greg Hackmann | 1 | -1/+9 |
| 2016-01-28 | goldfish_pipe: Pin pages to memory while copying and other cleanups | Christoffer Dall | 1 | -56/+71 |
| 2016-01-28 | goldfish_pipe: don't be clever with #define offsets | Alex Bennée | 1 | -11/+5 |
| 2016-01-28 | goldfish: refactor goldfish platform configs | Greg Hackmann | 2 | -1/+19 |
| 2015-07-02 | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -11/+1 |
| 2015-06-26 | Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+9 |
| 2015-06-16 | drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driver | Paul Gortmaker | 1 | -11/+1 |
| 2015-05-31 | staging: goldfish: Fix pointer cast for 32 bits | Peter Senna Tschudin | 1 | -9/+9 |
| 2015-05-24 | goldfish_pipe: Fix unlikely() misuse | Joe Perches | 1 | -1/+1 |
| 2014-05-16 | goldfish: pipe: fix warnings for 32bit builds | Octavian Purdila | 1 | -4/+5 |
| 2014-05-16 | goldfish: bus: fix warnings for 32bit builds | Octavian Purdila | 1 | -1/+1 |
| 2014-05-15 | goldfish: clean up the pipe driver 64bit ifdefs | Alan | 1 | -22/+11 |
| 2014-05-15 | goldfish: add support for 64bit to the virtual bus | Octavian Purdila | 1 | -1/+5 |
| 2014-05-15 | goldfish: fix kernel panic when using multiple adb connection | Jun Tian | 1 | -0/+3 |
| 2014-05-15 | goldfish: 64-bit pipe driver for goldfish platform | Jun Tian | 1 | -6/+29 |
| 2014-05-03 | goldfish bus: don't call request_mem_region | Alan Cox | 1 | -5/+0 |
| 2013-01-24 | goldfish: Add a FIXME note to the pipe driver | Alan Cox | 1 | -0/+1 |
| 2013-01-24 | goldfish: add QEMU pipe driver | David 'Digit' Turner | 3 | -0/+617 |
| 2013-01-24 | goldfish: add the goldfish virtual bus | Jun Nakajima | 2 | -0/+244 |