summaryrefslogtreecommitdiff
path: root/drivers/platform/goldfish
AgeCommit message (Expand)Author
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
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-28Enable platform support for Goldfish virtual devicesMiodrag Dinic
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
2016-01-28goldfish: refactor goldfish platform configsGreg Hackmann
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-06-16drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driverPaul Gortmaker
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-16goldfish: bus: fix warnings for 32bit buildsOctavian Purdila
2014-05-15goldfish: clean up the pipe driver 64bit ifdefsAlan
2014-05-15goldfish: add support for 64bit to the virtual busOctavian Purdila
2014-05-15goldfish: fix kernel panic when using multiple adb connectionJun Tian
2014-05-15goldfish: 64-bit pipe driver for goldfish platformJun Tian
2014-05-03goldfish bus: don't call request_mem_regionAlan Cox
2013-01-24goldfish: Add a FIXME note to the pipe driverAlan Cox
2013-01-24goldfish: add QEMU pipe driverDavid 'Digit' Turner
2013-01-24goldfish: add the goldfish virtual busJun Nakajima