aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25um: add ucast ethernet transportNolan Leake7-311/+403
2011-05-25um: fix UML_LIB_PATHRichard Weinberger1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-2/+2
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-22um: remove file pointer from ioctlRichard Weinberger1-2/+2
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-19/+2
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner1-1/+1
2011-01-13uml: use simple_write_to_buffer()Akinobu Mita1-7/+1
2011-01-13uml: mmapper_kern needs MODULE_LICENSERandy Dunlap1-0/+1
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton1-2/+2
2010-11-25uml: disable winch irq before freeing handler dataWill Newton1-2/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds4-0/+4
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-16/+20
2010-10-19uml: kill big kernel lockArnd Bergmann3-16/+20
2010-10-15uml: fix buildFUJITA Tomonori1-9/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-0/+4
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo1-4/+5
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh1-14/+3
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell1-0/+10
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+6
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger1-4/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-0/+6
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+6
2010-07-21arch/um/drivers: remove duplicate structure field initializationJulia Lawall1-8/+2
2010-07-12sound: push BKL into open functionsArnd Bergmann1-0/+6
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds3-10/+21
2010-05-22uml: Pushdown the bkl from harddog_kern ioctlFrederic Weisbecker1-3/+15
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-05-17uml: Convert to unlocked_ioctls to remove implicit BKLJohn Kacur1-4/+4
2010-05-17um/mmapper: Remove BKL usageArnd Bergmann1-3/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina3-0/+3
2010-04-20UML: Remove unused variable from line driverJan Kiszka1-1/+0
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka1-0/+1
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