Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
1b96a41b420972f8ba563373de8154d59d5b2208
/
arch
/
um
/
drivers
d848074
um-ubd: Entrust re-queue to the upper layers
by Anton Ivanov
· 5 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
50109b5
um: Add support for DISCARD in the UBD Driver
by Anton Ivanov
· 6 years ago
a41421e
um: Remove unsafe printks from the io thread
by Anton Ivanov
· 6 years ago
53766de
um: Clean-up command processing in UML UBD driver
by Anton Ivanov
· 6 years ago
a43c831
um: Switch to block-mq constants in the UML UBD driver
by Anton Ivanov
· 6 years ago
0053102
um: Include sys/uio.h to have writev()
by Richard Weinberger
· 6 years ago
dc5db21
Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0033dfd
ubd: fix missing initialization of io_req
by Anton Ivanov
· 6 years ago
6961cd4
ubd: fix missing lock around request issue
by Jens Axboe
· 6 years ago
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
7e1c4e2
memblock: stop using implicit alignment to SMP_CACHE_BYTES
by Mike Rapoport
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
2a5bda5
memblock: replace alloc_bootmem with memblock_alloc
by Mike Rapoport
· 6 years ago
917e2fd
um: Make line/tty semantics use true write IRQ
by Anton Ivanov
· 6 years ago
9ca19a3
um: Don't hardcode path as it is architecture dependent
by Ritesh Raj Sarraf
· 6 years ago
d312a25
um: NULL check before kfree is not needed
by YueHaibing
· 6 years ago
ecb0a83
ubd: remove use of blk_rq_map_sg
by Christoph Hellwig
· 6 years ago
4e6da0fe
um: Convert ubd driver to blk-mq
by Richard Weinberger
· 7 years ago
fef912b
block: genhd: add 'groups' argument to device_add_disk
by Hannes Reinecke
· 6 years ago
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
9bea180
um: create a proper drivers Kconfig
by Christoph Hellwig
· 6 years ago
2fb9279
kbuild: change ld_flags to contain LDFLAGS_$(@F)
by Masahiro Yamada
· 6 years ago
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
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
5ec9121
um: Fix raw interface options
by Anton Ivanov
· 7 years ago
4579a1b
um: Fix initialization of vector queues
by Anton Ivanov
· 7 years ago
fd3a886
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
by Willem de Bruijn
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
e40238d
Fix vector raw inintialization logic
by Anton Ivanov
· 7 years ago
ce471fd
Migrate vector timers to new timer API
by Anton Ivanov
· 7 years ago
584bfe63
um: vector: Fix an error handling path in 'vector_parse()'
by Christophe JAILLET
· 7 years ago
be967f7
um: vector: Fix a memory allocation check
by Christophe JAILLET
· 7 years ago
9f3199b
um: vector: fix missing unlock on error in vector_net_open()
by Wei Yongjun
· 7 years ago
49da7e6
High Performance UML Vector Network Driver
by Anton Ivanov
· 7 years ago
ff6a179
Epoll based IRQ controller
by Anton Ivanov
· 7 years ago
7a501609
mconsole_proc(): don't mess with file->f_pos
by Al Viro
· 7 years ago
76d2d4a
um: annotate ->poll() instances
by Al Viro
· 8 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
02ab4fc
um: net: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
21cb255
mconsole: switch to kernel_read
by Christoph Hellwig
· 7 years ago
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
745a600
um: console: Ignore console= option
by Masami Hiramatsu
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
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
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
642fa44
sched/core: Remove set_task_state()
by Davidlohr Bueso
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
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
f88f0bd
um: UBD Improvements
by Anton Ivanov
· 8 years ago
b3e3893
net: use core MTU range checking in misc drivers
by Jarod Wilson
· 8 years ago
d6a38c0
miscdevice: Use module_misc_device() macro
by PrasannaKumar Muralidharan
· 8 years ago
d72a578
um: track 'parent' device in a local variable
by Dan Williams
· 9 years ago
3a5e02c
block, drivers: add REQ_OP_FLUSH operation
by Mike Christie
· 9 years ago
a7fd20d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
f935a8c
um: switch to using blk_queue_write_cache()
by Jens Axboe
· 9 years ago
378c652
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
by Jann Horn
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
8c6157b
um: Update UBD to use pread/pwrite family of functions
by Anton Ivanov
· 9 years ago
793b796
[um] mconsole: don't open-code memdup_user_nul()
by Al Viro
· 9 years ago
1ceb362
[um] hostaudio: don't open-code memdup_user()
by Al Viro
· 9 years ago
887a985
um: fix returns without va_end
by Geyslan G. Bem
· 9 years ago
e17c6d7
um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held
by Saurabh Sengar
· 9 years ago
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
f9bb3b5
um: Do not use stdin and stdout identifiers for struct members
by Hans-Werner Hilse
· 10 years ago
b51d23e
module: add per-module param_lock
by Dan Streetman
· 10 years ago
298e20b
um: Stop abusing __KERNEL__
by Richard Weinberger
· 10 years ago
8a8a551
uml: Fix unsafe pid reference to foreground process group
by Peter Hurley
· 10 years ago
31003e3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 10 years ago
5f78659
um: net: Eliminate NULL test after alloc_bootmem
by Himangi Saraogi
· 10 years ago
2a23612
um: ubd: Fix for processes stuck in D state forever
by Thorsten Knabe
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 10 years ago
fabfb91
uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
a1850e9
um: Get rid of thread_struct->saved_task
by Richard Weinberger
· 11 years ago
91d44ff
um: Cleanup SIGTERM handling
by Richard Weinberger
· 11 years ago
Next »