Age | Commit message (Expand) | Author | Files | Lines |
2012-10-10 | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 43 | -138/+138 |
2012-10-10 | um: get rid of pointless include "..." where include <...> will do | Al Viro | 43 | -138/+138 |
2012-10-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -78/+21 |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -1/+2 |
2012-09-27 | um: resurrect the right variant of mconsole_proc() | Al Viro | 1 | -78/+21 |
2012-09-26 | rcu: Switch task's syscall hooks on context switch | Frederic Weisbecker | 1 | -0/+1 |
2012-08-14 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
2012-08-02 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -211/+88 |
2012-08-02 | um: fix ubd_file_size for read-only files | Martin Pärtel | 1 | -1/+1 |
2012-08-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -17/+11 |
2012-07-28 | um: remove count_lock | Richard Weinberger | 2 | -7/+0 |
2012-07-28 | um: fully use tty_port | Richard Weinberger | 4 | -78/+65 |
2012-07-28 | um: Remove dead code | Richard Weinberger | 1 | -26/+0 |
2012-07-28 | um: remove line_ioctl() | Richard Weinberger | 4 | -90/+0 |
2012-07-28 | TTY: um/line, use tty from tty_port | Jiri Slaby | 3 | -9/+21 |
2012-07-28 | TTY: um/line, add tty_port | Jiri Slaby | 2 | -4/+5 |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
2012-07-19 | um: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 5 | -17/+11 |
2012-07-17 | arch: Use eth_random_addr | Joe Perches | 1 | -1/+1 |
2012-07-02 | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney | 1 | -1/+0 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 5 | -9/+10 |
2012-05-21 | um: Implement um_free_irq() | Richard Weinberger | 5 | -9/+10 |
2012-05-03 | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 1 | -0/+1 |
2012-04-10 | um: Disintegrate asm/system.h | Richard Weinberger | 1 | -0/+1 |
2012-04-10 | um: switch cow_user.h to htobe{32,64}/betoh{32,64} | Al Viro | 2 | -57/+21 |
2012-03-28 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 15 | -366/+292 |
2012-03-25 | um: deadlock in line_write_interrupt() | Al Viro | 1 | -0/+1 |
2012-03-25 | um: switch close_chan() to struct line | Al Viro | 3 | -9/+11 |
2012-03-25 | um: race fix: initialize delayed_work *before* registering IRQ | Al Viro | 3 | -18/+15 |
2012-03-25 | um: line->have_irq is never checked... | Al Viro | 2 | -2/+0 |
2012-03-25 | um: chan_init_pri is dead now | Al Viro | 1 | -2/+0 |
2012-03-25 | um: switch users of ->chan_list to ->chan_{in,out} (easy cases) | Al Viro | 5 | -128/+88 |
2012-03-25 | um: sorting out the chan mess, part 1 | Al Viro | 2 | -0/+5 |
2012-03-25 | um: finally kill ->init_str leaks | Al Viro | 1 | -1/+3 |
2012-03-25 | um: get rid of lines_init() | Al Viro | 4 | -46/+33 |
2012-03-25 | um: switch line.c tty drivers to dynamic device creation | Al Viro | 4 | -42/+40 |
2012-03-25 | um: fix races between line_open() and line_config() | Al Viro | 2 | -28/+29 |
2012-03-25 | um: convert count_lock to mutex, fix a race in line_open() | Al Viro | 4 | -20/+12 |
2012-03-25 | um: get rid of the init_prio mess | Al Viro | 4 | -74/+68 |
2012-03-25 | um: switch line_config() to setup_one_line() | Al Viro | 1 | -6/+16 |
2012-03-25 | um: switch line_remove() to setup_one_line() | Al Viro | 1 | -8/+5 |
2012-03-25 | um: clean up the includes in ubd | Al Viro | 3 | -34/+18 |
2012-03-25 | um: irq: Remove IRQF_DISABLED | Yong Zhang | 7 | -11/+11 |
2012-02-18 | UML net: set addr_assign_type if random_ether_addr() used | Danny Kukawka | 1 | -3/+8 |
2011-11-02 | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 28 | -46/+422 |
2011-11-02 | um: fix ubd cow size | Richard Weinberger | 1 | -1/+30 |
2011-11-02 | um: kill useless argument of free_chan() and free_one_chan() | Al Viro | 1 | -5/+5 |
2011-11-02 | um: take ubd_user.h to its users... | Al Viro | 1 | -0/+16 |
2011-11-02 | um: take mconsole*.h to arch/um/drivers | Al Viro | 2 | -0/+150 |
2011-11-02 | um: take chan_*.h and line.h to arch/um/drivers | Al Viro | 7 | -6/+215 |