Age | Commit message (Expand) | Author |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds |
2012-09-26 | rcu: Switch task's syscall hooks on context switch | Frederic Weisbecker |
2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby |
2012-08-01 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-08-02 | um: fix ubd_file_size for read-only files | Martin Pärtel |
2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2012-07-28 | um: remove count_lock | Richard Weinberger |
2012-07-28 | um: fully use tty_port | Richard Weinberger |
2012-07-28 | um: Remove dead code | Richard Weinberger |
2012-07-28 | um: remove line_ioctl() | Richard Weinberger |
2012-07-28 | TTY: um/line, use tty from tty_port | Jiri Slaby |
2012-07-28 | TTY: um/line, add tty_port | Jiri Slaby |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-19 | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o |
2012-07-16 | arch: Use eth_random_addr | Joe Perches |
2012-07-02 | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds |
2012-05-21 | um: Implement um_free_irq() | Richard Weinberger |
2012-05-02 | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney |
2012-04-10 | um: Disintegrate asm/system.h | Richard Weinberger |
2012-04-10 | um: switch cow_user.h to htobe{32,64}/betoh{32,64} | Al Viro |
2012-03-27 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-25 | um: deadlock in line_write_interrupt() | Al Viro |
2012-03-25 | um: switch close_chan() to struct line | Al Viro |
2012-03-25 | um: race fix: initialize delayed_work *before* registering IRQ | Al Viro |
2012-03-25 | um: line->have_irq is never checked... | Al Viro |
2012-03-25 | um: chan_init_pri is dead now | Al Viro |
2012-03-25 | um: switch users of ->chan_list to ->chan_{in,out} (easy cases) | Al Viro |
2012-03-25 | um: sorting out the chan mess, part 1 | Al Viro |
2012-03-25 | um: finally kill ->init_str leaks | Al Viro |
2012-03-25 | um: get rid of lines_init() | Al Viro |
2012-03-25 | um: switch line.c tty drivers to dynamic device creation | Al Viro |
2012-03-25 | um: fix races between line_open() and line_config() | Al Viro |
2012-03-25 | um: convert count_lock to mutex, fix a race in line_open() | Al Viro |
2012-03-25 | um: get rid of the init_prio mess | Al Viro |
2012-03-25 | um: switch line_config() to setup_one_line() | Al Viro |
2012-03-25 | um: switch line_remove() to setup_one_line() | Al Viro |
2012-03-25 | um: clean up the includes in ubd | Al Viro |
2012-03-25 | um: irq: Remove IRQF_DISABLED | Yong Zhang |
2012-02-17 | UML net: set addr_assign_type if random_ether_addr() used | Danny Kukawka |
2011-11-02 | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds |
2011-11-02 | um: fix ubd cow size | Richard Weinberger |
2011-11-02 | um: kill useless argument of free_chan() and free_one_chan() | Al Viro |
2011-11-02 | um: take ubd_user.h to its users... | Al Viro |
2011-11-02 | um: take mconsole*.h to arch/um/drivers | Al Viro |
2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro |
2011-11-02 | um: take register_winch_irq() into the caller of is_skas_winch() | Al Viro |
2011-11-02 | um: kill shared/mem_kern.h | Al Viro |
2011-11-02 | um: don't include kern.h unless it's needed | Al Viro |
2011-11-02 | um: -include user.h for USER_OBJ, trim includes | Al Viro |