summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* uml: style fixes in the random driverJeff Dike2008-05-131-38/+41
* uml: random driver fixesJeff Dike2008-05-131-4/+37
* uml: use DIV_ROUND_UPJiri Olsa2008-05-131-2/+2
* uml: fix build when SLOB is enabledJeff Dike2008-05-1311-11/+13
* uml: fix errno returnJohann Felix Soden2008-05-131-1/+1
* uml: fix inconsistence due to tty_operation changeWANG Cong2008-05-081-2/+2
* uml: clean up arch/um/drivers/ubd_kern.cWANG Cong2008-04-281-195/+190Star
* uml: make several things staticWANG Cong2008-04-283-7/+7
* uml: make three functions staticWANG Cong2008-04-283-3/+3
* uml: remove a useless functionWANG Cong2008-04-281-13/+0Star
* uml: make a function staticWANG Cong2008-04-281-1/+1
* uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy2008-03-261-5/+1Star
* uml: fix helper_wait calls in watchdogJohann Felix Soden2008-02-241-2/+2
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-3/+3
* uml: make mconsole_stack namespace-awareJeff Dike2008-02-051-17/+18
* uml: port mutex conversionDaniel Walker2008-02-051-3/+4
* uml: mconsole mutex conversionDaniel Walker2008-02-051-3/+4
* uml: use of a public MAC is a warning, not an errorJeff Dike2008-02-051-5/+4Star
* uml: fix infinite mconsole loopKarol Swietlicki2008-02-051-1/+3
* uml: DEBUG_SHIRQ fixesJeff Dike2008-02-052-4/+12
* uml: remove fakehdJeff Dike2008-02-051-16/+4Star
* uml: SMP locking commentaryJeff Dike2008-02-051-1/+6
* uml: tidy helper codeJeff Dike2008-02-053-3/+3
* uml: fix mconsole stopKarol Swietlicki2008-02-051-3/+2Star
* uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki2008-02-051-3/+0Star
* uml: add missing spaceJoe Perches2008-02-051-1/+1
* uml: header untanglingJeff Dike2008-02-051-0/+1
* uml: reconst a parameterJeff Dike2008-02-051-1/+1
* uml: tidy kern_util.hJeff Dike2008-02-055-3/+2Star
* uml: console driver cleanupsJeff Dike2008-02-051-17/+2Star
* uml: const and other tidyingWANG Cong2008-02-051-3/+3
* uml: document new ubd flagJeff Dike2008-02-051-1/+4
* blk_end_request: changing um (take 4)Kiyoshi Ueda2008-01-281-12/+4Star
* uml: user of helper_wait() got missed when it got extra argumentsAl Viro2007-12-231-2/+2
* uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2007-12-184-25/+7Star
* [UM]: Fix use of skb after netif_rxJulia Lawall2007-12-111-1/+1
* uml: work around host tcsetattr bugJeff Dike2007-12-031-1/+10
* leak in do_ubd_requestMiklos Szeredi2007-11-291-0/+1
* uml: fix build for !CONFIG_TCPJeff Dike2007-11-151-2/+12
* uml: fix incompatible types warning in previous SG fixWANG Cong2007-11-061-1/+1
* arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong2007-10-241-0/+2
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-1/+1
* spelling fixes: arch/um/Simon Arlott2007-10-203-3/+3
* [UMP]: header_ops conversion needed for non-ethernet driversJeff Dike2007-10-182-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-161-1/+1
|\
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-141-1/+1
* | uml: arch/um/drivers formattingJeff Dike2007-10-169-253/+244Star
* | uml: correctly handle skb allocation failuresJeff Dike2007-10-161-0/+47
* | uml: network driver MTU cleanupsJeff Dike2007-10-1613-133/+53Star