aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-10-30UM: TTY: fix build errors now that tty->raw is goneJiri Slaby1-15/+2
2012-10-23rcu: Remove rcu_switch()Frederic Weisbecker1-1/+1
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds43-138/+138
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro43-138/+138
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-78/+21
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+2
2012-09-26um: resurrect the right variant of mconsole_proc()Al Viro1-78/+21
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds6-211/+88
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel1-1/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds5-17/+11
2012-07-28um: remove count_lockRichard Weinberger2-7/+0
2012-07-28um: fully use tty_portRichard Weinberger4-78/+65
2012-07-28um: Remove dead codeRichard Weinberger1-26/+0
2012-07-28um: remove line_ioctl()Richard Weinberger4-90/+0
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby3-9/+21
2012-07-28TTY: um/line, add tty_portJiri Slaby2-4/+5
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o5-17/+11
2012-07-16arch: Use eth_random_addrJoe Perches1-1/+1
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney1-1/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-9/+10
2012-05-21um: Implement um_free_irq()Richard Weinberger5-9/+10
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney1-0/+1
2012-04-10um: Disintegrate asm/system.hRichard Weinberger1-0/+1
2012-04-10um: switch cow_user.h to htobe{32,64}/betoh{32,64}Al Viro2-57/+21
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds15-366/+292
2012-03-25um: deadlock in line_write_interrupt()Al Viro1-0/+1
2012-03-25um: switch close_chan() to struct lineAl Viro3-9/+11
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro3-18/+15
2012-03-25um: line->have_irq is never checked...Al Viro2-2/+0
2012-03-25um: chan_init_pri is dead nowAl Viro1-2/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro5-128/+88
2012-03-25um: sorting out the chan mess, part 1Al Viro2-0/+5
2012-03-25um: finally kill ->init_str leaksAl Viro1-1/+3
2012-03-25um: get rid of lines_init()Al Viro4-46/+33
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro4-42/+40
2012-03-25um: fix races between line_open() and line_config()Al Viro2-28/+29
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro4-20/+12
2012-03-25um: get rid of the init_prio messAl Viro4-74/+68
2012-03-25um: switch line_config() to setup_one_line()Al Viro1-6/+16
2012-03-25um: switch line_remove() to setup_one_line()Al Viro1-8/+5
2012-03-25um: clean up the includes in ubdAl Viro3-34/+18
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang7-11/+11
2012-02-17UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-3/+8