summaryrefslogtreecommitdiff
path: root/drivers/platform/goldfish/goldfish_pipe.c
AgeCommit message (Expand)Author
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
2016-04-02Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds
2016-02-22Merge char-misc-next into staging-nextGreg Kroah-Hartman
2016-02-14Platform: goldfish: goldfish_pipe.c: Add DMA support using managed versionShraddha Barke
2016-02-07goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter
2016-01-28goldfish: Enable ACPI-based enumeration for android pipeJason Hu
2016-01-28goldfish_pipe: Pass physical addresses to the device if supportedYu Ning
2016-01-28platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAINGreg Hackmann
2016-01-28platform: goldfish: pipe: add devicetree bindingsGreg Hackmann
2016-01-28goldfish_pipe: Pin pages to memory while copying and other cleanupsChristoffer Dall
2016-01-28goldfish_pipe: don't be clever with #define offsetsAlex Bennée
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin
2015-05-24goldfish_pipe: Fix unlikely() misuseJoe Perches
2014-05-16goldfish: pipe: fix warnings for 32bit buildsOctavian Purdila
2014-05-15goldfish: clean up the pipe driver 64bit ifdefsAlan
2014-05-15goldfish: fix kernel panic when using multiple adb connectionJun Tian
2014-05-15goldfish: 64-bit pipe driver for goldfish platformJun Tian
2013-01-24goldfish: Add a FIXME note to the pipe driverAlan Cox
2013-01-24goldfish: add QEMU pipe driverDavid 'Digit' Turner