Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
aa0b724a2bf041036e56cbb3b4b3afde7c5e7c9e
/
drivers
/
platform
/
goldfish
2c104a4
platform/goldfish: Convert pipe tasklet to threaded irq
by Davidlohr Bueso
· 4 years ago
f1f6a7d
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
by John Hubbard
· 5 years ago
5745943
goldish_pipe: convert to pin_user_pages() and put_user_page()
by John Hubbard
· 5 years ago
1023369
goldish_pipe: rename local pin_user_pages() routine
by John Hubbard
· 5 years ago
d52accc
platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA
by Anup Patel
· 5 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
dcf9b50
drivers: platform: goldfish: fix the checkpatch complain in Kconfig
by Roman Kiryanov
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
6d7d725
platform: goldfish: pipe: Add a blank line to separate varibles and code
by Roman Kiryanov
· 6 years ago
e6fb319
platform: goldfish: pipe: Remove redundant casting
by Roman Kiryanov
· 6 years ago
60a6e52
platform: goldfish: pipe: Call misc_deregister if init fails
by Roman Kiryanov
· 6 years ago
08360e2
platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into the driver state
by Roman Kiryanov
· 6 years ago
43c2cc2
platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable into the driver state
by Roman Kiryanov
· 6 years ago
c394cc3
platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet variable into the driver state
by Roman Kiryanov
· 6 years ago
3790e28
platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static
by Wei Yongjun
· 6 years ago
581ae6b
platform: goldfish: pipe: Remove redundant header include
by Roman Kiryanov
· 6 years ago
6b97999
platform: goldfish: pipe: Remove redundant struct declarations
by Roman Kiryanov
· 6 years ago
77994c6
platform: goldfish: pipe: Remove a redundant blank line
by Roman Kiryanov
· 6 years ago
48a2d42
platform: goldfish: pipe: Prevent memory corruption from several threads writing to the same variable
by Roman Kiryanov
· 6 years ago
9b9a4a3
platform: goldfish: pipe: Remove license boilerplate
by Roman Kiryanov
· 6 years ago
bfb8e83
platform: goldfish: pipe: Replace "x==NULL" to "!x"
by Roman Kiryanov
· 6 years ago
cc14057
platform: goldfish: pipe: Move logical ops to the end of the prev line
by Roman Kiryanov
· 6 years ago
52bcc7d
platform: goldfish: pipe: Fix alignment to match parenthesis
by Roman Kiryanov
· 6 years ago
562a74d
platform: goldfish: pipe: Fix lines to not end an opening bracket
by Roman Kiryanov
· 6 years ago
92c320b
platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_x
by Roman Kiryanov
· 6 years ago
a073960
platform: goldfish: pipe: Remove reduntant casting to (void)
by Roman Kiryanov
· 6 years ago
61b38f0
platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'
by Roman Kiryanov
· 6 years ago
1d1021a
platform: goldfish: pipe: Remove a blank line before '}'
by Roman Kiryanov
· 6 years ago
468e62f
platform: goldfish: pipe: Remove reduntant casting
by Roman Kiryanov
· 6 years ago
610a72b
platform: goldfish: pipe: Replace two code blocks with a function call
by Roman Kiryanov
· 6 years ago
2ed43e5
platform: goldfish: pipe: Remove a redundant variable
by Roman Kiryanov
· 6 years ago
46928cc
platform: goldfish: pipe: Add blank lines to separate struct members
by Roman Kiryanov
· 6 years ago
25b97d57
platform: goldfish: pipe: Replace pr_ with dev_ for logging
by Roman Kiryanov
· 6 years ago
869fd50
platform: goldfish: pipe: Replace an array of 1 with a variable
by Roman Kiryanov
· 6 years ago
d23069a
platform: goldfish: pipe: Fail compilation if structs are too large
by Roman Kiryanov
· 6 years ago
84ae527
platform: goldfish: pipe: Update the comment for GFP_ATOMIC
by Roman Kiryanov
· 6 years ago
9557701
platform: goldfish: pipe: Separate the host interface to a separate header
by Roman Kiryanov
· 6 years ago
53bdf66
platform: goldfish: pipe: Move an opening brace to the next line
by Roman Kiryanov
· 6 years ago
c3c4e30
platform: goldfish: pipe: Update license
by Roman Kiryanov
· 6 years ago
ed82421
platform: goldfish: pipe: Fix comments to fit 80 columns
by Roman Kiryanov
· 6 years ago
9a481bd
platform: goldfish: Retire pdev_bus
by Roman Kiryanov
· 6 years ago
ac31672
headers: separate linux/mod_devicetable.h from linux/platform_device.h
by Randy Dunlap
· 7 years ago
ea4ba86
goldfish_pipe: make tasklet goldfish_interrupt_tasklet static
by Colin Ian King
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
069a0f3
Merge 4.12-rc5 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
3eff8ec
goldfish_pipe: use GFP_ATOMIC under spin lock
by Wei Yongjun
· 8 years ago
70caf70
goldfish_pipe: make pipe_dev static
by Colin Ian King
· 8 years ago
f563dab
goldfish_pipe: fix build warning about using too much stack.
by Greg Kroah-Hartman
· 8 years ago
726ea1a
goldfish_pipe: An implementation of more parallel pipe
by Jin Qian
· 8 years ago
6cf18e6
goldfish: Sanitize the broken interrupt handler
by Thomas Gleixner
· 8 years ago
052662c
platform: goldfish: pipe: use get_user_pages_unlocked()
by Lorenzo Stoakes
· 8 years ago
768ae30
mm: replace get_user_pages() write/force parameters with gup_flags
by Lorenzo Stoakes
· 8 years ago
cb10716
Convert straggling drivers to new six-argument get_user_pages()
by Linus Torvalds
· 9 years ago
9dffdb3
Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
1661753
goldfish: Fix build error of missing ioremap on UM
by Krzysztof Kozlowski
· 9 years ago
bb27d49
Merge char-misc-next into staging-next
by Greg Kroah-Hartman
· 9 years ago
1d427da
Platform: goldfish: goldfish_pipe.c: Add DMA support using managed version
by Shraddha Barke
· 9 years ago
5fae054
goldfish: locking bugs in goldfish_pipe_read_write()
by Dan Carpenter
· 9 years ago
d62f324
goldfish: Enable ACPI-based enumeration for android pipe
by Jason Hu
· 9 years ago
4f42071
goldfish_pipe: Pass physical addresses to the device if supported
by Yu Ning
· 9 years ago
2e5fc89
Enable platform support for Goldfish virtual devices
by Miodrag Dinic
· 9 years ago
25dd0f4
platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAIN
by Greg Hackmann
· 9 years ago
91a18a4
platform: goldfish: pipe: add devicetree bindings
by Greg Hackmann
· 9 years ago
2f3be88
goldfish_pipe: Pin pages to memory while copying and other cleanups
by Christoffer Dall
· 9 years ago
23c5ee2
goldfish_pipe: don't be clever with #define offsets
by Alex Bennée
· 9 years ago
bd2f348
goldfish: refactor goldfish platform configs
by Greg Hackmann
· 9 years ago
75462c8
Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 10 years ago
23908db
Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 10 years ago
1dda2b4
drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driver
by Paul Gortmaker
· 10 years ago
07d783f
staging: goldfish: Fix pointer cast for 32 bits
by Peter Senna Tschudin
· 10 years ago
3411d03
goldfish_pipe: Fix unlikely() misuse
by Joe Perches
· 10 years ago
f4e131d
goldfish: pipe: fix warnings for 32bit builds
by Octavian Purdila
· 11 years ago
f2dbdf6
goldfish: bus: fix warnings for 32bit builds
by Octavian Purdila
· 11 years ago
a99698fa
goldfish: clean up the pipe driver 64bit ifdefs
by Alan
· 11 years ago
f10d843
goldfish: add support for 64bit to the virtual bus
by Octavian Purdila
· 11 years ago
25c72c7
goldfish: fix kernel panic when using multiple adb connection
by Jun Tian
· 11 years ago
49a75c4
goldfish: 64-bit pipe driver for goldfish platform
by Jun Tian
· 11 years ago
c1bc97f
goldfish bus: don't call request_mem_region
by Alan Cox
· 11 years ago
17c4c9d
goldfish: Add a FIXME note to the pipe driver
by Alan Cox
· 12 years ago
c89f275
goldfish: add QEMU pipe driver
by David 'Digit' Turner
· 12 years ago
e809c22
goldfish: add the goldfish virtual bus
by Jun Nakajima
· 12 years ago