Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a349365e5e0e0590cf68957abd2ead1e5249fdef
/
arch
/
um
/
drivers
f4768ff
uml: fix previous request size limit fix
by Jeff Dike
· 17 years ago
6676ae6
UML: console should handle spurious IRQS
by Jeff Dike
· 17 years ago
4e950f6
Remove fs.h from mm.h
by Alexey Dobriyan
· 17 years ago
b2e961e
Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
97a1fcb
uml: more __init annotations
by Jeff Dike
· 17 years ago
165125e
[BLOCK] Get rid of request_queue_t typedef
by Jens Axboe
· 17 years ago
6d0fd9c
um_kmalloc() remnants
by Al Viro
· 17 years ago
8619b86
uml: limit request size on COWed devices
by Jeff Dike
· 17 years ago
e4c4bf9
uml: Eliminate kernel allocator wrappers
by Jeff Dike
· 17 years ago
c439901
uml: simplify helper stack handling
by Jeff Dike
· 17 years ago
42a359e
uml: SIGIO support cleanup
by Jeff Dike
· 17 years ago
d14ad81
uml: handle errors on opening host side of consoles
by Jeff Dike
· 17 years ago
75886f2
uml: pty channel tidying
by Jeff Dike
· 17 years ago
63920f4
uml: xterm driver tidying
by Jeff Dike
· 17 years ago
89df6bf
uml: DEBUG_SHIRQ fixes
by Eduard-Gabriel Munteanu
· 17 years ago
0a6d3a2
uml: fix request->sector update
by Jeff Dike
· 17 years ago
e16f535
uml: get declaration of simple_strtoul
by Jeff Dike
· 17 years ago
0ba34e1
uml: pcap devices should get MACs from command line
by Jeff Dike
· 18 years ago
7d98230
uml: network and pcap cleanup
by Jeff Dike
· 18 years ago
a6ea4cc
uml: rename os_{read_write}_file_k back to os_{read_write}_file
by Jeff Dike
· 18 years ago
dc764e5
uml: formatting fixes around os_{read_write}_file callers
by Jeff Dike
· 18 years ago
fda83a9
uml: change remaining callers of os_{read_write}_file
by Jeff Dike
· 18 years ago
990c558
uml: fixup allocation in the ubd driver
by Peter Zijlstra
· 18 years ago
2adcec2
uml: send pointers instead of structures to I/O thread
by Jeff Dike
· 18 years ago
a0044bd
uml: batch I/O requests
by Jeff Dike
· 18 years ago
3d56404
uml: start fixing os_read_file and os_write_file
by Jeff Dike
· 18 years ago
2e3f525
uml: drivers get release methods
by Jeff Dike
· 18 years ago
1ffb916
uml: remove page_size()
by Jeff Dike
· 18 years ago
57ac895
uml: fix umid in xterm titles
by Davide Brini
· 18 years ago
c74c69b4
uml: Replace one-element array with zero-element array
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
8c84083
uml: Eliminate temporary buffer in eth_configure
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
e024715
uml: improve checking and diagnostics of ethernet MACs
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
9218b17
uml: remove user_util.h
by Jeff Dike
· 18 years ago
24fa6c0
uml: move remaining useful contents of user_util.h
by Jeff Dike
· 18 years ago
f34d9d2
uml: network interface hotplug error handling
by Jeff Dike
· 18 years ago
b16895b
uml-driver-formatting-fixes-fix
by Andrew Morton
· 18 years ago
56bd194
uml: driver formatting fixes
by Jeff Dike
· 18 years ago
b47d2de
uml: handle block device hotplug errors
by Jeff Dike
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
3076212
[PATCH] uml: irq locking fixes
by Jeff Dike
· 18 years ago
d40f6d7
[PATCH] uml: fix device unplug crash
by Jeff Dike
· 18 years ago
2a9529a
[PATCH] uml: fix I/O hang when multiple devices are in use
by Jeff Dike
· 18 years ago
de7b37c
[PATCH] um: fix errno usage
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
ec0ac8a
[PATCH] um: fix confusion irq early reenabling
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
b533788
[PATCH] um: mark both consoles as CON_ANYTIME
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
83f4e8a
[PATCH] um: fix a memory leak in the multicast driver
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
5dfe4c9
[PATCH] mark struct file_operations const 2
by Arjan van de Ven
· 18 years ago
ab521dc
[PATCH] tty: update the tty layer to work with struct pid
by Eric W. Biederman
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
de5fe76
[PATCH] uml: umid tidying
by Jeff Dike
· 18 years ago
b8831a1
[PATCH] uml: locking fixes in the ubd driver
by Jeff Dike
· 18 years ago
62f96cb
[PATCH] uml: add per-device queues and locks to ubd driver
by Jeff Dike
· 18 years ago
c0961c1
[PATCH] uml: initialize a list head
by Jeff Dike
· 18 years ago
c6256c6
[PATCH] uml: fix previous console locking
by Jeff Dike
· 18 years ago
d5c9ffc
[PATCH] uml: console locking commentary and code cleanup
by Jeff Dike
· 18 years ago
a52f362
[PATCH] uml: mostly const a structure
by Jeff Dike
· 18 years ago
99b0278
[PATCH] uml: locking commentary in the random driver
by Jeff Dike
· 18 years ago
c59bce6
[PATCH] uml: use LIST_HEAD where possible
by Jeff Dike
· 18 years ago
c862fc3
[PATCH] uml: network driver locking and code cleanup
by Jeff Dike
· 18 years ago
67608e0
[PATCH] uml: port driver formatting
by Jeff Dike
· 18 years ago
d832fc6
[PATCH] uml: make two variables static
by Jeff Dike
· 18 years ago
84f48d4
[PATCH] uml: mconsole locking
by Jeff Dike
· 18 years ago
d471c0f
[PATCH] uml: audio driver formatting
by Jeff Dike
· 18 years ago
b612e47
[PATCH] uml: audio driver locking
by Jeff Dike
· 18 years ago
5bbcbec
[PATCH] uml: watchdog driver formatting
by Jeff Dike
· 18 years ago
42d3611
[PATCH] uml: watchdog driver locking
by Jeff Dike
· 18 years ago
4ea21cd
[PATCH] uml: network driver whitespace and style fixes
by Jeff Dike
· 18 years ago
d3b7f69
[PATCH] uml: add locking to network transport registration
by Jeff Dike
· 18 years ago
190c3e4
[PATCH] uml: lock the irqs_to_free list
by Jeff Dike
· 18 years ago
894be2a
[PATCH] uml: console whitespace and comment tidying
by Jeff Dike
· 18 years ago
f28169d
[PATCH] uml: return hotplug errors to host
by Jeff Dike
· 18 years ago
d79a580
[PATCH] uml: console locking fixes
by Jeff Dike
· 18 years ago
eff3b63
[PATCH] uml: fix net_kern workqueue abuse
by Peter Zijlstra
· 18 years ago
0268bd0
um: replace kmalloc+memset with kzalloc
by Yan Burman
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
8210fd2
[PATCH] uml: use get_random_bytes() after random pool is seeded
by Jeff Dike
· 18 years ago
a2ce774
[PATCH] uml: workqueue build fix
by Andrew Morton
· 18 years ago
6d5aefb
WorkQueue: Fix up arch-specific work items where possible
by David Howells
· 18 years ago
03a67a4
Fix typos in doc and comments
by Jan Engelhardt
· 18 years ago
d8d7c28
[PATCH] uml ubd driver: various little changes
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
0bf16bf
[PATCH] uml ubd driver: do not store error codes as ->fd
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
84e945e
[PATCH] uml ubd driver: use bitfields where possible
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
e7f6552
[PATCH] uml ubd driver: reformat ubd_config
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
2fe30a3
[PATCH] uml ubd driver: convert do_ubd to a boolean variable
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
33f775e
[PATCH] uml ubd driver: ubd_io_lock usage fixup
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
d7fb2c3
[PATCH] uml ubd driver: change ubd_lock to be a mutex
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
5f75a4f
[PATCH] uml ubd driver: give better names to some functions.
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
7d314e3
[PATCH] uml ubd driver: var renames
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
2a9d32f
[PATCH] uml ubd driver: document some struct fields
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
97d88ac
[PATCH] uml ubd driver: allow using up to 16 UBD devices
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
3a51237
[PATCH] uml: mconsole fixes
by Al Viro
· 18 years ago
1ba0ce6
[PATCH] uml: mmapper - remove just added but wrong "const" attribute
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
d9d645f
[PATCH] uml: cleanup run_helper() API to fix a leak
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
c13e569
[PATCH] uml: split memory allocation prototypes out of user.h
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
59bd598
[PATCH] missed const in prototype
by Al Viro
· 18 years ago
7bea96f
[PATCH] uml pt_regs fixes
by Al Viro
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
4b3f686
Attack of "the the"s in arch
by Matt LaPlante
· 18 years ago
e9ff399
[PATCH] namespaces: utsname: switch to using uts namespaces
by Serge E. Hallyn
· 18 years ago
Next »