summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
Commit message (Expand)AuthorAgeFilesLines
* param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+10
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-111-1/+6
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+6
* | um: call free_irq() only on enabled channelsRichard Weinberger2010-08-101-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-081-0/+6
|\ \
| * | sound: push BKL into open functionsArnd Bergmann2010-07-121-0/+6
| |/
* / arch/um/drivers: remove duplicate structure field initializationJulia Lawall2010-07-211-8/+2Star
|/
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-243-10/+21
|\
| * uml: Pushdown the bkl from harddog_kern ioctlFrederic Weisbecker2010-05-221-3/+15
| * uml: Convert to unlocked_ioctls to remove implicit BKLJohn Kacur2010-05-171-4/+4
| * um/mmapper: Remove BKL usageArnd Bergmann2010-05-171-3/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+0Star
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-04-233-0/+3
| |\
| * | UML: Remove unused variable from line driverJan Kiszka2010-04-201-1/+0Star
* | | uml: Fix build breakage after slab.h changesJan Kiszka2010-04-191-0/+1
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
|/
* uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\
| * Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-1/+1
* | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-1/+1
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
|/
* Unrot uml mconsole a bitAl Viro2010-01-141-31/+18Star
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-9/+7Star
* uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-152-24/+26
* um: Remove BKL from mmapperThomas Gleixner2009-10-141-7/+4Star
* um: Remove BKL from randomThomas Gleixner2009-10-141-3/+0Star
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | 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-061-1/+1
* UML: Fix some apparent bitrotPaul Menage2009-06-252-2/+0Star
* uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-162-4/+4
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-2/+1Star
* 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/+1Star
* 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-031-1/+1
|/
* uml: remove useless commentsWANG Cong2009-04-015-50/+0Star
* ubd: stop defintining MAJOR_NRChristoph Hellwig2009-04-011-9/+8Star
* 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/+6Star
* uml: fix vde network backend in user mode linuxLuca Bigliardi2009-02-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-287-23/+18Star
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-1/+3
| |\
| * | um: Kill directly reference of netdev->privWang Chen2008-12-057-17/+17
| * | net: convert more to %pMJohannes Berg2008-10-281-6/+1Star