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