1. d848074 um-ubd: Entrust re-queue to the upper layers by Anton Ivanov · 5 years ago
  2. dbddf42 um: Add SPDX headers for files in arch/um/drivers by Alex Dewar · 5 years ago
  3. 27eca5c um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACK by Johannes Berg · 5 years ago
  4. 2cd097b um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQ by Johannes Berg · 5 years ago
  5. 5d38f32 um: drivers: Add virtio vhost-user driver by Erel Geron · 5 years ago
  6. d47761d um: Error handling fixes in vector drivers by Anton Ivanov · 5 years ago
  7. 5853193 um: Add checks to mtu parameter parsing by Anton Ivanov · 5 years ago
  8. 77f1073 um: Added support for unix socket transports and bess transport by Anton Ivanov · 5 years ago
  9. b3b8ca2 um: Add legacy tap support and rename existing vector to hybrid by Anton Ivanov · 5 years ago
  10. b00bdd3 um: Remove drivers/ssl.h by Johannes Berg · 6 years ago
  11. bebe468 um: Fix IRQ controller regression on console read by Jouni Malinen · 6 years ago
  12. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  13. 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  14. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  15. 9ca5529 um: Do not unlock mutex that is not hold. by Daniel Walter · 6 years ago
  16. 75f24f7 arch: um: drivers: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  17. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  18. aa2ecb7 um: vector netdev: adjust to xmit_more API change by Johannes Berg · 6 years ago
  19. 6c83d0d Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  20. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  21. aea05eb um: Fix for a possible OOPS in ubd initialization by Anton Ivanov · 6 years ago
  22. df20af1 um: Remove duplicated include from vector_user.c by YueHaibing · 6 years ago
  23. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  24. b979423 um: writev needs <sys/uio.h> by Christoph Hellwig · 6 years ago
  25. 50109b5 um: Add support for DISCARD in the UBD Driver by Anton Ivanov · 6 years ago
  26. a41421e um: Remove unsafe printks from the io thread by Anton Ivanov · 6 years ago
  27. 53766de um: Clean-up command processing in UML UBD driver by Anton Ivanov · 6 years ago
  28. a43c831 um: Switch to block-mq constants in the UML UBD driver by Anton Ivanov · 6 years ago
  29. 0053102 um: Include sys/uio.h to have writev() by Richard Weinberger · 6 years ago
  30. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  31. 0033dfd ubd: fix missing initialization of io_req by Anton Ivanov · 6 years ago
  32. 6961cd4 ubd: fix missing lock around request issue by Jens Axboe · 6 years ago
  33. 9bb9d4f Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  34. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  35. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  36. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  37. 917e2fd um: Make line/tty semantics use true write IRQ by Anton Ivanov · 6 years ago
  38. 9ca19a3 um: Don't hardcode path as it is architecture dependent by Ritesh Raj Sarraf · 6 years ago
  39. d312a25 um: NULL check before kfree is not needed by YueHaibing · 6 years ago
  40. ecb0a83 ubd: remove use of blk_rq_map_sg by Christoph Hellwig · 6 years ago
  41. 4e6da0fe um: Convert ubd driver to blk-mq by Richard Weinberger · 7 years ago
  42. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  43. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  44. 9bea180 um: create a proper drivers Kconfig by Christoph Hellwig · 6 years ago
  45. 2fb9279 kbuild: change ld_flags to contain LDFLAGS_$(@F) by Masahiro Yamada · 6 years ago
  46. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  47. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  48. 5ec9121 um: Fix raw interface options by Anton Ivanov · 7 years ago
  49. 4579a1b um: Fix initialization of vector queues by Anton Ivanov · 7 years ago
  50. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  51. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  52. e40238d Fix vector raw inintialization logic by Anton Ivanov · 7 years ago
  53. ce471fd Migrate vector timers to new timer API by Anton Ivanov · 7 years ago
  54. 584bfe63 um: vector: Fix an error handling path in 'vector_parse()' by Christophe JAILLET · 7 years ago
  55. be967f7 um: vector: Fix a memory allocation check by Christophe JAILLET · 7 years ago
  56. 9f3199b um: vector: fix missing unlock on error in vector_net_open() by Wei Yongjun · 7 years ago
  57. 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
  58. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  59. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 7 years ago
  60. 76d2d4a um: annotate ->poll() instances by Al Viro · 8 years ago
  61. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  63. 02ab4fc um: net: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  64. 21cb255 mconsole: switch to kernel_read by Christoph Hellwig · 7 years ago
  65. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  66. 745a600 um: console: Ignore console= option by Masami Hiramatsu · 8 years ago
  67. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  68. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  69. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  70. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  71. 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
  72. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  73. 9936f44 Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  74. f88f0bd um: UBD Improvements by Anton Ivanov · 8 years ago
  75. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  76. d6a38c0 miscdevice: Use module_misc_device() macro by PrasannaKumar Muralidharan · 8 years ago
  77. d72a578 um: track 'parent' device in a local variable by Dan Williams · 9 years ago
  78. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
  79. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  80. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  81. f935a8c um: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  82. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
  83. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  84. 8c6157b um: Update UBD to use pread/pwrite family of functions by Anton Ivanov · 9 years ago
  85. 793b796 [um] mconsole: don't open-code memdup_user_nul() by Al Viro · 9 years ago
  86. 1ceb362 [um] hostaudio: don't open-code memdup_user() by Al Viro · 9 years ago
  87. 887a985 um: fix returns without va_end by Geyslan G. Bem · 9 years ago
  88. e17c6d7 um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held by Saurabh Sengar · 9 years ago
  89. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  90. f9bb3b5 um: Do not use stdin and stdout identifiers for struct members by Hans-Werner Hilse · 10 years ago
  91. b51d23e module: add per-module param_lock by Dan Streetman · 10 years ago
  92. 298e20b um: Stop abusing __KERNEL__ by Richard Weinberger · 10 years ago
  93. 8a8a551 uml: Fix unsafe pid reference to foreground process group by Peter Hurley · 10 years ago
  94. 31003e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  95. 5f78659 um: net: Eliminate NULL test after alloc_bootmem by Himangi Saraogi · 10 years ago
  96. 2a23612 um: ubd: Fix for processes stuck in D state forever by Thorsten Knabe · 10 years ago
  97. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  98. fabfb91 uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  99. a1850e9 um: Get rid of thread_struct->saved_task by Richard Weinberger · 11 years ago
  100. 91d44ff um: Cleanup SIGTERM handling by Richard Weinberger · 11 years ago