aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
|/
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* UML: Fix some apparent bitrotPaul Menage2009-06-252-2/+0
* uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-152-4/+4
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* ubd: drop unnecessary rq->sector manipulationTejun Heo2009-04-281-5/+5
* ubd: cleanup completion pathTejun Heo2009-04-281-22/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds2009-04-031-6/+6
|\
| * ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-6/+6
* | uml: fix compile error from net_device_ops conversionMiklos Szeredi2009-04-021-1/+1
|/
* uml: remove useless commentsWANG Cong2009-04-015-50/+0
* ubd: stop defintining MAJOR_NRChristoph Hellwig2009-04-011-9/+8
* uml: convert network device to netdevice opsStephen Hemminger2009-03-271-7/+13
* uml: convert network device to internal network device statsStephen Hemminger2009-03-271-13/+6
* uml: fix vde network backend in user mode linuxLuca Bigliardi2009-02-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-287-23/+18
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-1/+3
| |\
| * | um: Kill directly reference of netdev->privWang Chen2008-12-047-17/+17
| * | net: convert more to %pMJohannes Berg2008-10-271-6/+1
* | | Merge branch 'next' into for-linusJames Morris2008-12-251-1/+2
|\ \ \ | |_|/ |/| |
| * | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
| |/
* | uml: boot broken due to buffer overrunBalbir Singh2008-12-101-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-10/+9
|\
| * [PATCH] switch ubdAl Viro2008-10-211-13/+12
| * [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* | x86, um: get rid of arch/um/os symlinkAl Viro2008-10-221-0/+1
|/
* uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox2008-10-131-0/+2
* uml: fix tty-related build errorWANG Cong2008-07-301-13/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-142-2/+1
|\
| * uml: remove a duplicate includeHuang Weiyi2008-06-061-1/+0
| * missed kmalloc() in pcap_user.cAl Viro2008-05-211-1/+1
* | uml-random: BKL pushdownArnd Bergmann2008-07-021-0/+3
* | uml-mmapper: BKL pushdownArnd Bergmann2008-07-021-0/+2
* | uml-harddog: BKL pushdownArnd Bergmann2008-07-021-0/+3
|/
* 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/+190
* 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/+0
* 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/+1
* uml: fix helper_wait calls in watchdogJohann Felix Soden2008-02-231-2/+2