aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-10platform: goldfish: pipe: use get_user_pages_unlocked()Lorenzo Stoakes1-4/+2
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-04-02Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds1-2/+1
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+7
2016-03-05goldfish: Fix build error of missing ioremap on UMKrzysztof Kozlowski1-0/+1
2016-02-22Merge char-misc-next into staging-nextGreg Kroah-Hartman3-63/+126
2016-02-14Platform: goldfish: goldfish_pipe.c: Add DMA support using managed versionShraddha Barke1-7/+7
2016-02-07goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter1-14/+8
2016-01-28goldfish: Enable ACPI-based enumeration for android pipeJason Hu1-0/+8
2016-01-28goldfish_pipe: Pass physical addresses to the device if supportedYu Ning1-2/+27
2016-01-28Enable platform support for Goldfish virtual devicesMiodrag Dinic1-1/+1
2016-01-28platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAINGreg Hackmann1-1/+2
2016-01-28platform: goldfish: pipe: add devicetree bindingsGreg Hackmann1-1/+9
2016-01-28goldfish_pipe: Pin pages to memory while copying and other cleanupsChristoffer Dall1-57/+72
2016-01-28goldfish_pipe: don't be clever with #define offsetsAlex Bennée1-11/+5
2016-01-28goldfish: refactor goldfish platform configsGreg Hackmann2-1/+19
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-11/+1
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-9/+9
2015-06-16drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driverPaul Gortmaker1-11/+1
2015-05-31staging: goldfish: Fix pointer cast for 32 bitsPeter Senna Tschudin1-9/+9
2015-05-24goldfish_pipe: Fix unlikely() misuseJoe Perches1-1/+1
2014-05-16goldfish: pipe: fix warnings for 32bit buildsOctavian Purdila1-4/+5
2014-05-16goldfish: bus: fix warnings for 32bit buildsOctavian Purdila1-1/+1
2014-05-15goldfish: clean up the pipe driver 64bit ifdefsAlan1-22/+11
2014-05-15goldfish: add support for 64bit to the virtual busOctavian Purdila1-1/+5
2014-05-15goldfish: fix kernel panic when using multiple adb connectionJun Tian1-0/+3
2014-05-15goldfish: 64-bit pipe driver for goldfish platformJun Tian1-6/+29
2014-05-03goldfish bus: don't call request_mem_regionAlan Cox1-5/+0
2013-01-24goldfish: Add a FIXME note to the pipe driverAlan Cox1-0/+1
2013-01-24goldfish: add QEMU pipe driverDavid 'Digit' Turner3-0/+617
2013-01-24goldfish: add the goldfish virtual busJun Nakajima2-0/+244