aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro
2008-10-13uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox
2008-07-30uml: fix tty-related build errorWANG Cong
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-02uml-random: BKL pushdownArnd Bergmann
2008-07-02uml-mmapper: BKL pushdownArnd Bergmann
2008-07-02uml-harddog: BKL pushdownArnd Bergmann
2008-06-06uml: remove a duplicate includeHuang Weiyi
2008-05-21missed kmalloc() in pcap_user.cAl Viro
2008-05-13uml: style fixes in the random driverJeff Dike
2008-05-13uml: random driver fixesJeff Dike
2008-05-13uml: use DIV_ROUND_UPJiri Olsa
2008-05-13uml: fix build when SLOB is enabledJeff Dike
2008-05-13uml: fix errno returnJohann Felix Soden
2008-05-08uml: fix inconsistence due to tty_operation changeWANG Cong
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong
2008-04-28uml: make several things staticWANG Cong
2008-04-28uml: make three functions staticWANG Cong
2008-04-28uml: remove a useless functionWANG Cong
2008-04-28uml: make a function staticWANG Cong
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy
2008-02-23uml: fix helper_wait calls in watchdogJohann Felix Soden
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-05uml: make mconsole_stack namespace-awareJeff Dike
2008-02-05uml: port mutex conversionDaniel Walker
2008-02-05uml: mconsole mutex conversionDaniel Walker
2008-02-05uml: use of a public MAC is a warning, not an errorJeff Dike
2008-02-05uml: fix infinite mconsole loopKarol Swietlicki
2008-02-05uml: DEBUG_SHIRQ fixesJeff Dike
2008-02-05uml: remove fakehdJeff Dike
2008-02-05uml: SMP locking commentaryJeff Dike
2008-02-05uml: tidy helper codeJeff Dike
2008-02-05uml: fix mconsole stopKarol Swietlicki
2008-02-05uml: remove duplicate config symbol and unused file and variablesKarol Swietlicki
2008-02-05uml: add missing spaceJoe Perches
2008-02-05uml: header untanglingJeff Dike
2008-02-05uml: reconst a parameterJeff Dike
2008-02-05uml: tidy kern_util.hJeff Dike
2008-02-05uml: console driver cleanupsJeff Dike
2008-02-05uml: const and other tidyingWANG Cong
2008-02-05uml: document new ubd flagJeff Dike
2008-01-28blk_end_request: changing um (take 4)Kiyoshi Ueda
2007-12-23uml: user of helper_wait() got missed when it got extra argumentsAl Viro
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka
2007-12-11[UM]: Fix use of skb after netif_rxJulia Lawall
2007-12-03uml: work around host tcsetattr bugJeff Dike
2007-11-29leak in do_ubd_requestMiklos Szeredi
2007-11-14uml: fix build for !CONFIG_TCPJeff Dike
2007-11-05uml: fix incompatible types warning in previous SG fixWANG Cong