- a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 9 months ago
- c521db9 um: Remove unused including <linux/version.h> by Yang Li · 3 years, 10 months ago
- ea8e896 um: Remove unneeded variable 'ret' by Yang Li · 3 years, 11 months ago
- dde8b58 um: add a pseudo RTC by Johannes Berg · 4 years ago
- 3a5f415 um: fix spelling mistake in Kconfig "privleges" -> "privileges" by Colin Ian King · 4 years, 1 month ago
- 1fcf9da um: virtio: allow devices to be configured for wakeup by Johannes Berg · 4 years, 1 month ago
- c8177ab um: time-travel: rework interrupt handling in ext mode by Johannes Berg · 4 years, 1 month ago
- 9b84512 um: virtio: disable VQs during suspend by Johannes Berg · 4 years, 1 month ago
- 10c2b5a um: virtio: fix handling of messages without payload by Johannes Berg · 4 years, 1 month ago
- 74e919d um: virtio: clean up a comment by Johannes Berg · 4 years, 1 month ago
- 2fcb409 Revert "um: allocate a guard page to helper threads" by Johannes Berg · 4 years ago
- f4172b0 um: virtio: free vu_dev only with the contained struct device by Johannes Berg · 4 years ago
- 94c41b3 um: ubd: fix command line handling of ubd by Hajime Tazaki · 4 years, 1 month ago
- 9431f7c um: chan_xterm: Fix fd leak by Anton Ivanov · 4 years, 1 month ago
- 9b1c0c0 um: tty: Fix handling of close in tty lines by Anton Ivanov · 4 years, 1 month ago
- ef4459a um: allocate a guard page to helper threads by Johannes Berg · 4 years, 2 months ago
- 2fccfcc um: Remove IRQ_NONE type by Johannes Berg · 4 years, 2 months ago
- aaf5800 um: virtio: Use dynamic IRQ allocation by Johannes Berg · 4 years, 2 months ago
- 36d46a5 um: Support dynamic IRQ allocation by Johannes Berg · 4 years, 2 months ago
- ef3ba87 um: ubd: Set device serial attribute from cmdline by Christopher Obbard · 4 years, 2 months ago
- f4ab781 um: line: Don't free winch (with IRQ) under spinlock by Johannes Berg · 4 years, 2 months ago
- fc6b6a8 um: ubd: Submit all data segments atomically by Gabriel Krisman Bertazi · 4 years, 2 months ago
- 72d3e09 um: random: Register random as hwrng-core device by Christopher Obbard · 4 years, 3 months ago
- db03b42 um: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 5 months ago
- f06885b um: vector: Add dynamic tap interfaces and scripting by Anton Ivanov · 4 years, 4 months ago
- 9a10705 um: Remove redundant NULL check by Li Heng · 4 years, 6 months ago
- 730586f um: Allow static linking for non-glibc implementations by Ignat Korchagin · 4 years, 6 months ago
- 5e1121c um: Some fixes to build UML with musl by Ignat Korchagin · 4 years, 6 months ago
- e4e721f um: vector: Use GFP_ATOMIC under spin lock by Tiezhu Yang · 4 years, 7 months ago
- bab991c um: Fix null pointer dereference in vector_user_bpf by Gaurav Singh · 4 years, 7 months ago
- 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
- 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 7 months ago
- 96564ac um: line, remove put_char by Jiri Slaby · 4 years, 7 months ago
- 84fc461 Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 8 months ago
- cff11ab Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 8 months ago
- f6e8c47 um: virtio: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
- 0b86ce2 um: Do not evaluate compiler's library path when cleaning by Masahiro Yamada · 4 years, 9 months ago
- 4c5a7705 um: Neaten vu_err macro definition by Joe Perches · 4 years, 9 months ago
- bc8f8e4 um: Add a generic "fd" vector transport by Marc-André Lureau · 4 years, 10 months ago
- 7e49afc um: do not evaluate compiler's library path when cleaning by Masahiro Yamada · 4 years, 9 months ago
- 2e27d33 um: Fix typo in vector driver transport option definition by Ignat Korchagin · 4 years, 9 months ago
- 762a9f2f Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 10 months ago
- 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 10 months ago
- d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 10 months ago
- 4a7c462 um: Remove some unnecessary NULL checks in vector_user.c by Alex Dewar · 4 years, 10 months ago
- 237ce2e um: vector: Avoid NULL ptr deference if transport is unset by Sjoerd Simons · 5 years ago
- 3363179 um: Make CONFIG_STATIC_LINK actually static by Brendan Higgins · 5 years ago
- 88ce642 um: Implement time-travel=ext by Johannes Berg · 5 years ago
- dd9ada5 um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS by Johannes Berg · 5 years ago
- e355b2f um: ubd: Retry buffer read on any kind of error by Gabriel Krisman Bertazi · 4 years, 10 months ago
- 6e682d5 um: ubd: Prevent buffer overrun on command completion by Gabriel Krisman Bertazi · 4 years, 10 months ago
- 7334339 um: Delete never executed timer by Leon Romanovsky · 5 years ago
- c2ed957 um: Don't overwrite ethtool driver version by Leon Romanovsky · 5 years ago
- 6ce6ae7 misc: cleanup minor number definitions in c file into miscdevice.h by Zhenzhong Duan · 4 years, 11 months ago
- cdc7aac um: reject unsupported coalescing params by Jakub Kicinski · 4 years, 11 months ago
- 76313c7 uml: Create a private mount of proc for mconsole by Eric W. Biederman · 5 years ago
- af1abab uml: Don't consult current to find the proc_mnt in mconsole_proc by Eric W. Biederman · 7 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
- 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- fad7bdc Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
- 40814b9 um: Mark non-vector net transports as obsolete by Brendan Higgins · 5 years ago
- f1dc67d um: Add an option to make serial driver non-raw by Johannes Berg · 6 years ago
- ab0cf1e compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl by Arnd Bergmann · 5 years ago
- 853bc0a um: ubd: use 64-bit time_t where possible by Arnd Bergmann · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- fcaa0ad Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- 9807019 um: Loadable BPF "Firmware" for vector drivers by Anton Ivanov · 5 years ago
- bf9f80c um: virtio_uml: Disallow modular build by Johannes Berg · 5 years ago
- 7e60746 um: virtio: Keep reading on -EAGAIN by Johannes Berg · 5 years ago
- 04e5b1f um: virtio: Remove device on disconnect by Johannes Berg · 5 years ago
- d848074 um-ubd: Entrust re-queue to the upper layers by Anton Ivanov · 5 years ago
- b6dfb24 compat_ioctl: move WDIOC handling into wdt drivers by Arnd Bergmann · 6 years ago
- 2022ca0 compat_ioctl: remove translation for sound ioctls by Arnd Bergmann · 6 years ago
- dbddf42 um: Add SPDX headers for files in arch/um/drivers by Alex Dewar · 5 years ago
- 27eca5c um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACK by Johannes Berg · 5 years ago
- 2cd097b um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQ by Johannes Berg · 5 years ago
- 5d38f32 um: drivers: Add virtio vhost-user driver by Erel Geron · 5 years ago
- d47761d um: Error handling fixes in vector drivers by Anton Ivanov · 5 years ago
- 5853193 um: Add checks to mtu parameter parsing by Anton Ivanov · 5 years ago
- 77f1073 um: Added support for unix socket transports and bess transport by Anton Ivanov · 5 years ago
- b3b8ca2 um: Add legacy tap support and rename existing vector to hybrid by Anton Ivanov · 5 years ago
- b00bdd3 um: Remove drivers/ssl.h by Johannes Berg · 6 years ago
- bebe468 um: Fix IRQ controller regression on console read by Jouni Malinen · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 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
- 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- 9ca5529 um: Do not unlock mutex that is not hold. by Daniel Walter · 6 years ago
- 75f24f7 arch: um: drivers: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
- c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
- aa2ecb7 um: vector netdev: adjust to xmit_more API change by Johannes Berg · 6 years ago
- 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
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- aea05eb um: Fix for a possible OOPS in ubd initialization by Anton Ivanov · 6 years ago
- df20af1 um: Remove duplicated include from vector_user.c by YueHaibing · 6 years ago
- 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
- b979423 um: writev needs <sys/uio.h> by Christoph Hellwig · 6 years ago