aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2010-01-14Unrot uml mconsole a bitAl Viro1-31/+18
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-9/+7
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan2-24/+26
2009-10-14um: Remove BKL from mmapperThomas Gleixner1-7/+4
2009-10-14um: Remove BKL from randomThomas Gleixner1-3/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-25UML: Fix some apparent bitrotPaul Menage2-2/+0
2009-06-15uml: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-4/+4
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28ubd: drop unnecessary rq->sector manipulationTejun Heo1-5/+5
2009-04-28ubd: cleanup completion pathTejun Heo1-22/+1
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds1-6/+6
2009-04-02uml: fix compile error from net_device_ops conversionMiklos Szeredi1-1/+1
2009-04-01ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz1-6/+6
2009-04-01uml: remove useless commentsWANG Cong5-50/+0
2009-04-01ubd: stop defintining MAJOR_NRChristoph Hellwig1-9/+8
2009-03-27uml: convert network device to netdevice opsStephen Hemminger1-7/+13
2009-03-27uml: convert network device to internal network device statsStephen Hemminger1-13/+6
2009-02-20uml: fix vde network backend in user mode linuxLuca Bigliardi1-3/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-23/+18
2008-12-25Merge branch 'next' into for-linusJames Morris1-1/+2
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-12-10uml: boot broken due to buffer overrunBalbir Singh1-1/+3
2008-12-04um: Kill directly reference of netdev->privWang Chen7-17/+17
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-10-27net: convert more to %pMJohannes Berg1-6/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-10/+9
2008-10-22x86, um: get rid of arch/um/os symlinkAl Viro1-0/+1
2008-10-21[PATCH] switch ubdAl Viro1-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-13uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox1-0/+2
2008-07-30uml: fix tty-related build errorWANG Cong1-13/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2-2/+1
2008-07-02uml-random: BKL pushdownArnd Bergmann1-0/+3
2008-07-02uml-mmapper: BKL pushdownArnd Bergmann1-0/+2
2008-07-02uml-harddog: BKL pushdownArnd Bergmann1-0/+3
2008-06-06uml: remove a duplicate includeHuang Weiyi1-1/+0
2008-05-21missed kmalloc() in pcap_user.cAl Viro1-1/+1