index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
goldfish
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+2
*
drivers: platform: goldfish: fix the checkpatch complain in Kconfig
Roman Kiryanov
2019-01-22
1
-2
/
+2
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+1
*
platform: goldfish: pipe: Add a blank line to separate varibles and code
Roman Kiryanov
2018-10-15
1
-0
/
+1
*
platform: goldfish: pipe: Remove redundant casting
Roman Kiryanov
2018-10-15
1
-1
/
+1
*
platform: goldfish: pipe: Call misc_deregister if init fails
Roman Kiryanov
2018-10-15
1
-1
/
+4
*
platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...
Roman Kiryanov
2018-10-15
1
-29
/
+37
*
platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...
Roman Kiryanov
2018-10-15
1
-7
/
+13
*
platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...
Roman Kiryanov
2018-10-15
1
-8
/
+16
*
platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static
Wei Yongjun
2018-09-25
1
-1
/
+1
*
platform: goldfish: pipe: Remove redundant header include
Roman Kiryanov
2018-09-25
1
-1
/
+0
*
platform: goldfish: pipe: Remove redundant struct declarations
Roman Kiryanov
2018-09-25
1
-2
/
+0
*
platform: goldfish: pipe: Remove a redundant blank line
Roman Kiryanov
2018-09-25
1
-1
/
+0
*
platform: goldfish: pipe: Prevent memory corruption from several threads writ...
Roman Kiryanov
2018-09-25
1
-10
/
+14
*
platform: goldfish: pipe: Remove license boilerplate
Roman Kiryanov
2018-09-25
1
-14
/
+0
*
platform: goldfish: pipe: Replace "x==NULL" to "!x"
Roman Kiryanov
2018-09-14
1
-5
/
+5
*
platform: goldfish: pipe: Move logical ops to the end of the prev line
Roman Kiryanov
2018-09-14
1
-2
/
+2
*
platform: goldfish: pipe: Fix alignment to match parenthesis
Roman Kiryanov
2018-09-14
1
-35
/
+48
*
platform: goldfish: pipe: Fix lines to not end an opening bracket
Roman Kiryanov
2018-09-14
1
-4
/
+3
*
platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_x
Roman Kiryanov
2018-09-14
1
-8
/
+9
*
platform: goldfish: pipe: Remove reduntant casting to (void)
Roman Kiryanov
2018-09-14
1
-2
/
+2
*
platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'
Roman Kiryanov
2018-09-14
1
-4
/
+4
*
platform: goldfish: pipe: Remove a blank line before '}'
Roman Kiryanov
2018-09-14
1
-1
/
+1
*
platform: goldfish: pipe: Remove reduntant casting
Roman Kiryanov
2018-09-14
1
-1
/
+1
*
platform: goldfish: pipe: Replace two code blocks with a function call
Roman Kiryanov
2018-09-14
1
-16
/
+19
*
platform: goldfish: pipe: Remove a redundant variable
Roman Kiryanov
2018-09-14
1
-4
/
+3
*
platform: goldfish: pipe: Add blank lines to separate struct members
Roman Kiryanov
2018-09-14
1
-0
/
+3
*
platform: goldfish: pipe: Replace pr_ with dev_ for logging
Roman Kiryanov
2018-09-14
1
-1
/
+6
*
platform: goldfish: pipe: Replace an array of 1 with a variable
Roman Kiryanov
2018-09-14
1
-15
/
+13
*
platform: goldfish: pipe: Fail compilation if structs are too large
Roman Kiryanov
2018-09-14
1
-6
/
+3
*
platform: goldfish: pipe: Update the comment for GFP_ATOMIC
Roman Kiryanov
2018-09-14
1
-1
/
+4
*
platform: goldfish: pipe: Separate the host interface to a separate header
Roman Kiryanov
2018-09-14
2
-68
/
+113
*
platform: goldfish: pipe: Move an opening brace to the next line
Roman Kiryanov
2018-09-14
1
-1
/
+2
*
platform: goldfish: pipe: Update license
Roman Kiryanov
2018-09-14
1
-1
/
+2
*
platform: goldfish: pipe: Fix comments to fit 80 columns
Roman Kiryanov
2018-09-14
1
-4
/
+7
*
platform: goldfish: Retire pdev_bus
Roman Kiryanov
2018-08-02
3
-238
/
+0
*
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
1
-0
/
+1
*
goldfish_pipe: make tasklet goldfish_interrupt_tasklet static
Colin Ian King
2018-07-03
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
2017-06-12
1
-1
/
+1
|
\
|
*
goldfish_pipe: use GFP_ATOMIC under spin lock
Wei Yongjun
2017-05-25
1
-1
/
+1
*
|
goldfish_pipe: make pipe_dev static
Colin Ian King
2017-05-25
1
-1
/
+1
|
/
*
goldfish_pipe: fix build warning about using too much stack.
Greg Kroah-Hartman
2017-04-26
1
-3
/
+3
*
goldfish_pipe: An implementation of more parallel pipe
Jin Qian
2017-04-26
1
-329
/
+641
*
goldfish: Sanitize the broken interrupt handler
Thomas Gleixner
2017-02-15
1
-5
/
+8
*
platform: goldfish: pipe: use get_user_pages_unlocked()
Lorenzo Stoakes
2016-11-10
1
-4
/
+2
*
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-1
/
+2
*
Convert straggling drivers to new six-argument get_user_pages()
Linus Torvalds
2016-04-02
1
-2
/
+1
*
Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-17
1
-7
/
+7
|
\
[next]