1. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  2. b979423 um: writev needs <sys/uio.h> by Christoph Hellwig · 6 years ago
  3. 50109b5 um: Add support for DISCARD in the UBD Driver by Anton Ivanov · 6 years ago
  4. a41421e um: Remove unsafe printks from the io thread by Anton Ivanov · 6 years ago
  5. 53766de um: Clean-up command processing in UML UBD driver by Anton Ivanov · 6 years ago
  6. a43c831 um: Switch to block-mq constants in the UML UBD driver by Anton Ivanov · 6 years ago
  7. 0053102 um: Include sys/uio.h to have writev() by Richard Weinberger · 6 years ago
  8. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  9. 0033dfd ubd: fix missing initialization of io_req by Anton Ivanov · 6 years ago
  10. 6961cd4 ubd: fix missing lock around request issue by Jens Axboe · 6 years ago
  11. 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
  12. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  13. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  14. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  15. 917e2fd um: Make line/tty semantics use true write IRQ by Anton Ivanov · 6 years ago
  16. 9ca19a3 um: Don't hardcode path as it is architecture dependent by Ritesh Raj Sarraf · 6 years ago
  17. d312a25 um: NULL check before kfree is not needed by YueHaibing · 6 years ago
  18. ecb0a83 ubd: remove use of blk_rq_map_sg by Christoph Hellwig · 6 years ago
  19. 4e6da0fe um: Convert ubd driver to blk-mq by Richard Weinberger · 7 years ago
  20. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  21. 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
  22. 9bea180 um: create a proper drivers Kconfig by Christoph Hellwig · 6 years ago
  23. 2fb9279 kbuild: change ld_flags to contain LDFLAGS_$(@F) by Masahiro Yamada · 7 years ago
  24. 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
  25. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  26. 5ec9121 um: Fix raw interface options by Anton Ivanov · 7 years ago
  27. 4579a1b um: Fix initialization of vector queues by Anton Ivanov · 7 years ago
  28. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  29. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  30. e40238d Fix vector raw inintialization logic by Anton Ivanov · 7 years ago
  31. ce471fd Migrate vector timers to new timer API by Anton Ivanov · 7 years ago
  32. 584bfe63 um: vector: Fix an error handling path in 'vector_parse()' by Christophe JAILLET · 7 years ago
  33. be967f7 um: vector: Fix a memory allocation check by Christophe JAILLET · 7 years ago
  34. 9f3199b um: vector: fix missing unlock on error in vector_net_open() by Wei Yongjun · 7 years ago
  35. 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
  36. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  37. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 7 years ago
  38. 76d2d4a um: annotate ->poll() instances by Al Viro · 8 years ago
  39. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 02ab4fc um: net: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  42. 21cb255 mconsole: switch to kernel_read by Christoph Hellwig · 7 years ago
  43. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  44. 745a600 um: console: Ignore console= option by Masami Hiramatsu · 8 years ago
  45. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  46. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  47. 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
  48. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  49. 642fa44 sched/core: Remove set_task_state() by Davidlohr Bueso · 8 years ago
  50. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  51. 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
  52. f88f0bd um: UBD Improvements by Anton Ivanov · 8 years ago
  53. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  54. d6a38c0 miscdevice: Use module_misc_device() macro by PrasannaKumar Muralidharan · 8 years ago
  55. d72a578 um: track 'parent' device in a local variable by Dan Williams · 9 years ago
  56. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 9 years ago
  57. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  58. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  59. f935a8c um: switch to using blk_queue_write_cache() by Jens Axboe · 9 years ago
  60. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
  61. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  62. 8c6157b um: Update UBD to use pread/pwrite family of functions by Anton Ivanov · 9 years ago
  63. 793b796 [um] mconsole: don't open-code memdup_user_nul() by Al Viro · 9 years ago
  64. 1ceb362 [um] hostaudio: don't open-code memdup_user() by Al Viro · 9 years ago
  65. 887a985 um: fix returns without va_end by Geyslan G. Bem · 9 years ago
  66. e17c6d7 um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held by Saurabh Sengar · 9 years ago
  67. 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
  68. f9bb3b5 um: Do not use stdin and stdout identifiers for struct members by Hans-Werner Hilse · 10 years ago
  69. b51d23e module: add per-module param_lock by Dan Streetman · 10 years ago
  70. 298e20b um: Stop abusing __KERNEL__ by Richard Weinberger · 10 years ago
  71. 8a8a551 uml: Fix unsafe pid reference to foreground process group by Peter Hurley · 10 years ago
  72. 31003e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  73. 5f78659 um: net: Eliminate NULL test after alloc_bootmem by Himangi Saraogi · 11 years ago
  74. 2a23612 um: ubd: Fix for processes stuck in D state forever by Thorsten Knabe · 10 years ago
  75. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  76. fabfb91 uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  77. a1850e9 um: Get rid of thread_struct->saved_task by Richard Weinberger · 11 years ago
  78. 91d44ff um: Cleanup SIGTERM handling by Richard Weinberger · 11 years ago
  79. bc1d72e um: ubd: Introduce submit_request() by Richard Weinberger · 11 years ago
  80. 805f11a um: ubd: Add REQ_FLUSH suppport by Richard Weinberger · 11 years ago
  81. c9036e9 mconsole: we'd better initialize pos before passing it to vfs_read()... by Al Viro · 12 years ago
  82. db2a144 block_device_operations->release() should return void by Al Viro · 12 years ago
  83. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  84. 4554eb9 UM: Adjust printk in create_proc_mconsole() by David Howells · 12 years ago
  85. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  86. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
  87. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  88. 2116bda um: Use tty_port in SIGWINCH handler by Richard Weinberger · 12 years ago
  89. cc4f024 um: Use tty_port_operations->destruct by Richard Weinberger · 12 years ago
  90. 55ea1cf net : enable tx time stamping in the vde driver. by Paul Chavent · 12 years ago
  91. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  92. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  93. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  94. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  95. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  96. 646cbcd um: net: use eth_hw_addr_random() to generate random mac by Jiri Pirko · 12 years ago
  97. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
  100. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago