Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 1 | -1/+3 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -78/+21 |
2012-10-02 | UAPI: Partition the header include path sets and add uapi/ header directories | David Howells | 1 | -1/+3 |
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-10-01 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2012-09-27 | um: Preinclude include/linux/kern_levels.h | Geert Uytterhoeven | 3 | -11/+12 |
2012-09-27 | um: kill thread->forking | Al Viro | 3 | -25/+16 |
2012-09-27 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 1 | -1/+5 |
2012-09-27 | um: don't leak floating point state and segment registers on execve() | Al Viro | 1 | -0/+1 |
2012-09-27 | um: take cleaning singlestep to start_thread() | Al Viro | 1 | -19/+5 |
2012-09-26 | 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-09-16 | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
2012-09-05 | uml: fix compile error in deliver_alarm() | Miklos Szeredi | 1 | -1/+1 |
2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
2012-08-01 | Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 21 | -299/+202 |
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | 10 | -34/+71 |
2012-08-02 | um: fix ubd_file_size for read-only files | Martin Pärtel | 1 | -1/+1 |
2012-08-02 | um: pull interrupt_end() into userspace() | Al Viro | 2 | -8/+6 |
2012-08-02 | um: split syscall_trace(), pass pt_regs to it | Al Viro | 3 | -43/+34 |
2012-08-01 | um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regs | Al Viro | 2 | -2/+2 |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -4/+4 |
2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -19/+12 |
2012-07-31 | memcg: rename config variables | Andrew Morton | 1 | -4/+4 |
2012-07-28 | um: set BLK_CGROUP=y in defconfig | Richard Weinberger | 1 | -1/+1 |
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-27 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 1 | -17/+1 |
2012-07-24 | um: remove km_type definitions | Cong Wang | 1 | -17/+1 |
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 | 6 | -19/+12 |
2012-07-16 | 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-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 2 | -7/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -14/+2 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+2 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
2012-05-31 | um: properly check all process' threads for a live mm | Anton Vorontsov | 1 | -6/+7 |
2012-05-31 | um: fix possible race on task->mm | Anton Vorontsov | 1 | -2/+5 |
2012-05-31 | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 1 | -0/+3 |
2012-05-31 | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 1 | -5/+19 |
2012-05-28 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -9/+2 |
2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -5/+1 |