summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2011-11-11um: fix ubd cow sizeRichard Weinberger
2011-09-14um: fix free_winch() messAl Viro
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro
2011-09-14um: fix oopsable race in line_close()Al Viro
2011-09-14um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer
2011-07-25um: remove dead codeRichard Weinberger
2011-07-25um: adjust size of pid_bufRichard Weinberger
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov
2011-07-25um: add netpoll supportRichard Weinberger
2011-05-25um: add ucast ethernet transportNolan Leake
2011-05-25um: fix UML_LIB_PATHRichard Weinberger
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-22um: remove file pointer from ioctlRichard Weinberger
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-14open-style analog of vfs_path_lookup()Al Viro
2011-01-27um: Replace deprecated spinlock initializationThomas Gleixner
2011-01-13uml: use simple_write_to_buffer()Akinobu Mita
2011-01-13uml: mmapper_kern needs MODULE_LICENSERandy Dunlap
2011-01-13arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton
2010-11-25uml: disable winch irq before freeing handler dataWill Newton
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-19uml: kill big kernel lockArnd Bergmann
2010-10-15uml: fix buildFUJITA Tomonori
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-15ubd: fix incorrect sector handling during request restartTejun Heo
2010-09-29um: Proper Fix for f25c80a4: remove duplicate structure field initializationBoaz Harrosh
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-11param: simple locking for sysfs-writable charp parametersRusty Russell
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09um: call free_irq() only on enabled channelsRichard Weinberger
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-07-21arch/um/drivers: remove duplicate structure field initializationJulia Lawall
2010-07-12sound: push BKL into open functionsArnd Bergmann
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-22uml: Pushdown the bkl from harddog_kern ioctlFrederic Weisbecker
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-17uml: Convert to unlocked_ioctls to remove implicit BKLJohn Kacur
2010-05-17um/mmapper: Remove BKL usageArnd Bergmann
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-04-20UML: Remove unused variable from line driverJan Kiszka
2010-04-19uml: Fix build breakage after slab.h changesJan Kiszka
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro