Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5772ca7d7897722e7ed4c476bafee0b07bd9193e
/
arch
/
um
/
drivers
4ecf09f
Unrot uml mconsole a bit
by Al Viro
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
6613c5e
uml: convert to seq_file/proc_fops
by Alexey Dobriyan
· 15 years ago
d63c489
um: Remove BKL from mmapper
by Thomas Gleixner
· 15 years ago
df502e3
um: Remove BKL from random
by Thomas Gleixner
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
342ff1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
83d5cde
const: make block_device_operations const
by Alexey Dobriyan
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
ab420e6
UML: Fix some apparent bitrot
by Paul Menage
· 15 years ago
8691b97
uml: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
f81f2f7
ubd: drop unnecessary rq->sector manipulation
by Tejun Heo
· 16 years ago
4d6c84d
ubd: cleanup completion path
by Tejun Heo
· 16 years ago
ea02259
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanup
by Linus Torvalds
· 16 years ago
ebe28bb
uml: fix compile error from net_device_ops conversion
by Miklos Szeredi
· 16 years ago
73855e1
ubd_kern: make it 'struct hd_driveid'-free
by Bartlomiej Zolnierkiewicz
· 16 years ago
65bd6a9
uml: remove useless comments
by WANG Cong
· 16 years ago
792dd4f
ubd: stop defintining MAJOR_NR
by Christoph Hellwig
· 16 years ago
8bb95b3
uml: convert network device to netdevice ops
by Stephen Hemminger
· 16 years ago
cfa8707
uml: convert network device to internal network device stats
by Stephen Hemminger
· 16 years ago
41a9e64
uml: fix vde network backend in user mode linux
by Luca Bigliardi
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
eb14f01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
3613712
uml: boot broken due to buffer overrun
by Balbir Singh
· 16 years ago
17c324f
um: Kill directly reference of netdev->priv
by Wang Chen
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
7c510e4
net: convert more to %pM
by Johannes Berg
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
ec82c32
x86, um: get rid of arch/um/os symlink
by Al Viro
· 16 years ago
a625c99
[PATCH] switch ubd
by Al Viro
· 17 years ago
d4430d62
[PATCH] beginning of methods conversion
by Al Viro
· 17 years ago
c564b6f
uml: small cleanups and note bugs to be dealt with by uml authors...
by Alan Cox
· 16 years ago
06ac667
uml: fix tty-related build error
by WANG Cong
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
7eb500d
uml-random: BKL pushdown
by Arnd Bergmann
· 16 years ago
bd6859f
uml-mmapper: BKL pushdown
by Arnd Bergmann
· 16 years ago
78dccb4
uml-harddog: BKL pushdown
by Arnd Bergmann
· 16 years ago
9f31287
uml: remove a duplicate include
by Huang Weiyi
· 16 years ago
296cd66
missed kmalloc() in pcap_user.c
by Al Viro
· 16 years ago
3d88958
uml: style fixes in the random driver
by Jeff Dike
· 17 years ago
5d33e4d
uml: random driver fixes
by Jeff Dike
· 17 years ago
6d07424
uml: use DIV_ROUND_UP
by Jiri Olsa
· 17 years ago
43f5b30
uml: fix build when SLOB is enabled
by Jeff Dike
· 17 years ago
484f1e2
uml: fix errno return
by Johann Felix Soden
· 17 years ago
3168cb9
uml: fix inconsistence due to tty_operation change
by WANG Cong
· 17 years ago
5dc62b1
uml: clean up arch/um/drivers/ubd_kern.c
by WANG Cong
· 17 years ago
074a0db
uml: make several things static
by WANG Cong
· 17 years ago
1605ec0
uml: make three functions static
by WANG Cong
· 17 years ago
02d324b
uml: remove a useless function
by WANG Cong
· 17 years ago
3af7cb7
uml: make a function static
by WANG Cong
· 17 years ago
3595726
uml: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
f70c176
[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_list
by Patrick McHardy
· 17 years ago
e4d06b3
uml: fix helper_wait calls in watchdog
by Johann Felix Soden
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
827b3f6
uml: make mconsole_stack namespace-aware
by Jeff Dike
· 17 years ago
2aa9c5d
uml: port mutex conversion
by Daniel Walker
· 17 years ago
e98fa28
uml: mconsole mutex conversion
by Daniel Walker
· 17 years ago
2278c5a
uml: use of a public MAC is a warning, not an error
by Jeff Dike
· 17 years ago
cc0be0f
uml: fix infinite mconsole loop
by Karol Swietlicki
· 17 years ago
438ee67
uml: DEBUG_SHIRQ fixes
by Jeff Dike
· 17 years ago
83380cc
uml: remove fakehd
by Jeff Dike
· 17 years ago
80e3931
uml: SMP locking commentary
by Jeff Dike
· 17 years ago
1aa351a
uml: tidy helper code
by Jeff Dike
· 17 years ago
7b5cc6e
uml: fix mconsole stop
by Karol Swietlicki
· 17 years ago
2dc5802
uml: remove duplicate config symbol and unused file and variables
by Karol Swietlicki
· 17 years ago
b7c000c
uml: add missing space
by Joe Perches
· 17 years ago
8192ab4
uml: header untangling
by Jeff Dike
· 17 years ago
8299ca5
uml: reconst a parameter
by Jeff Dike
· 17 years ago
edea138
uml: tidy kern_util.h
by Jeff Dike
· 17 years ago
acb2cf3
uml: console driver cleanups
by Jeff Dike
· 17 years ago
c0a9290
uml: const and other tidying
by WANG Cong
· 17 years ago
20ede45
uml: document new ubd flag
by Jeff Dike
· 17 years ago
4898b53
blk_end_request: changing um (take 4)
by Kiyoshi Ueda
· 17 years ago
c63f702
uml: user of helper_wait() got missed when it got extra arguments
by Al Viro
· 17 years ago
4dbed85
uml: stop gdb from deleting breakpoints when running UML
by Stanislaw Gruszka
· 17 years ago
505a41d
[UM]: Fix use of skb after netif_rx
by Julia Lawall
· 17 years ago
ce3b642
uml: work around host tcsetattr bug
by Jeff Dike
· 17 years ago
12429bf
leak in do_ubd_request
by Miklos Szeredi
· 17 years ago
32f862c
uml: fix build for !CONFIG_TCP
by Jeff Dike
· 17 years ago
4f40c05
uml: fix incompatible types warning in previous SG fix
by WANG Cong
· 17 years ago
23464ff
arch/um/drivers/ubd_kern.c: fix a building error
by WANG Cong
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
b60745b
spelling fixes: arch/um/
by Simon Arlott
· 17 years ago
be8ad5a
[UMP]: header_ops conversion needed for non-ethernet drivers
by Jeff Dike
· 17 years ago
821f3ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
cb8fa61
uml: arch/um/drivers formatting
by Jeff Dike
· 17 years ago
605c1e5
uml: correctly handle skb allocation failures
by Jeff Dike
· 17 years ago
b53f35a
uml: network driver MTU cleanups
by Jeff Dike
· 17 years ago
cd1ae0e
uml: network formatting
by Jeff Dike
· 17 years ago
088bec4
uml: more idiomatic parameter parsing
by Jeff Dike
· 17 years ago
da2486b
uml: remove unneeded void * cast
by Jesper Juhl
· 17 years ago
54fa0ba
uml: sysrq and mconsole fixes
by Jeff Dike
· 17 years ago
8ca842c
uml: remove os_* usage from userspace files
by Jeff Dike
· 17 years ago
77bf440
uml: remove code made redundant by CHOOSE_MODE removal
by Jeff Dike
· 17 years ago
ae2587e
uml: style fixes pass 2
by Jeff Dike
· 17 years ago
Next »