summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorLines
2008-05-21missed kmalloc() in pcap_user.cAl Viro-1/+1
2008-05-13uml: style fixes in the random driverJeff Dike-38/+41
2008-05-13uml: random driver fixesJeff Dike-4/+37
2008-05-13uml: use DIV_ROUND_UPJiri Olsa-2/+2
2008-05-13uml: fix build when SLOB is enabledJeff Dike-11/+13
2008-05-13uml: fix errno returnJohann Felix Soden-1/+1
2008-05-08uml: fix inconsistence due to tty_operation changeWANG Cong-2/+2
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong-195/+190
2008-04-28uml: make several things staticWANG Cong-7/+7
2008-04-28uml: make three functions staticWANG Cong-3/+3
2008-04-28uml: remove a useless functionWANG Cong-13/+0
2008-04-28uml: make a function staticWANG Cong-1/+1
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy-5/+1
2008-02-23uml: fix helper_wait calls in watchdogJohann Felix Soden-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-3/+3
2008-02-05uml: make mconsole_stack namespace-awareJeff Dike-17/+18
2008-02-05uml: port mutex conversionDaniel Walker-3/+4
2008-02-05uml: mconsole mutex conversionDaniel Walker-3/+4
2008-02-05uml: use of a public MAC is a warning, not an errorJeff Dike-5/+4
2008-02-05uml: fix infinite mconsole loopKarol Swietlicki-1/+3
2008-02-05uml: DEBUG_SHIRQ fixesJeff Dike-4/+12
2008-02-05uml: remove fakehdJeff Dike-16/+4
2008-02-05uml: SMP locking commentaryJeff Dike-1/+6
2008-02-05uml: tidy helper codeJeff Dike-3/+3
2008-02-05uml: fix mconsole stopKarol Swietlicki-3/+2
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki-3/+0
2008-02-05uml: add missing spaceJoe Perches-1/+1
2008-02-05uml: header untanglingJeff Dike-0/+1
2008-02-05uml: reconst a parameterJeff Dike-1/+1
2008-02-05uml: tidy kern_util.hJeff Dike-3/+2
2008-02-05uml: console driver cleanupsJeff Dike-17/+2
2008-02-05uml: const and other tidyingWANG Cong-3/+3
2008-02-05uml: document new ubd flagJeff Dike-1/+4
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda-12/+4
2007-12-23uml: user of helper_wait() got missed when it got extra argumentsAl Viro-2/+2
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka-25/+7
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall-1/+1
2007-12-03uml: work around host tcsetattr bugJeff Dike-1/+10
2007-11-29leak in do_ubd_requestMiklos Szeredi-0/+1
2007-11-14uml: fix build for !CONFIG_TCPJeff Dike-2/+12
2007-11-05uml: fix incompatible types warning in previous SG fixWANG Cong-1/+1
2007-10-24arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong-0/+2
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-1/+1
2007-10-20spelling fixes: arch/um/Simon Arlott-3/+3
2007-10-17[UMP]: header_ops conversion needed for non-ethernet driversJeff Dike-6/+2
2007-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds-1/+1
2007-10-16uml: arch/um/drivers formattingJeff Dike-253/+244
2007-10-16uml: correctly handle skb allocation failuresJeff Dike-0/+47
2007-10-16uml: network driver MTU cleanupsJeff Dike-133/+53