summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann-80/+27
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds-1/+3
2012-10-03asm-generic: Add default clkdev.hMark Brown-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-78/+21
2012-10-02UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells-1/+3
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds-1/+2
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2012-10-01sanitize tsk_is_polling()Al Viro-3/+0
2012-09-30um: switch to generic kernel_thread()Al Viro-16/+3
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro-41/+2
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven-11/+12
2012-09-27um: kill thread->forkingAl Viro-25/+16
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro-1/+5
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Al Viro-19/+5
2012-09-26um: resurrect the right variant of mconsole_proc()Al Viro-78/+21
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker-0/+1
2012-09-20um: kill thread->forkingAl Viro-25/+16
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro-1/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Al Viro-19/+5
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman-1/+1
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-1/+2
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-299/+202
2012-08-02um: pass siginfo to guest processMartin Pärtel-34/+71
2012-08-02um: fix ubd_file_size for read-only filesMartin Pärtel-1/+1
2012-08-02um: pull interrupt_end() into userspace()Al Viro-8/+6
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro-43/+34
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro-2/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-4/+4
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+12
2012-07-31memcg: rename config variablesAndrew Morton-4/+4
2012-07-28um: set BLK_CGROUP=y in defconfigRichard Weinberger-1/+1
2012-07-28um: remove count_lockRichard Weinberger-7/+0
2012-07-28um: fully use tty_portRichard Weinberger-78/+65
2012-07-28um: Remove dead codeRichard Weinberger-26/+0
2012-07-28um: remove line_ioctl()Richard Weinberger-90/+0
2012-07-28TTY: um/line, use tty from tty_portJiri Slaby-9/+21
2012-07-28TTY: um/line, add tty_portJiri Slaby-4/+5
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-17/+1
2012-07-24um: remove km_type definitionsCong Wang-17/+1
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o-19/+12
2012-07-16arch: Use eth_random_addrJoe Perches-1/+1
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney-1/+0
2012-06-01new helper: signal_delivered()Al Viro-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-7/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-14/+2