aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds28-46/+422
2011-11-02um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Al Viro1-5/+5
2011-11-02um: take ubd_user.h to its users...Al Viro1-0/+16
2011-11-02um: take mconsole*.h to arch/um/driversAl Viro2-0/+150
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro7-6/+215
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro1-1/+6
2011-11-02um: kill shared/mem_kern.hAl Viro1-1/+0
2011-11-02um: don't include kern.h unless it's neededAl Viro2-2/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro17-30/+0
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-25/+37
2011-09-14um: fix free_winch() messAl Viro1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-14um: fix oopsable race in line_close()Al Viro1-13/+12
2011-09-14um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-25um: remove dead codeRichard Weinberger2-4/+2
2011-07-25um: adjust size of pid_bufRichard Weinberger1-1/+1
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov1-2/+1
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov1-1/+5
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov1-1/+4
2011-07-25um: add netpoll supportRichard Weinberger1-0/+12
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