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