summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-12/+3
|\
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-122-12/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-104-55/+5
|\|
| * um: switch to generic kernel_thread()Al Viro2012-09-301-14/+3
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-303-41/+2
| * um: kill thread->forkingAl Viro2012-09-202-16/+16
| * um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-201-1/+5
| * um: don't leak floating point state and segment registers on execve()Al Viro2012-09-201-0/+1
| * um: take cleaning singlestep to start_thread()Al Viro2012-09-201-19/+5
* | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-1029-123/+123
|\ \
| * | um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-0928-122/+122
| * | um: move sysrq.h out of include/sharedAl Viro2012-10-091-1/+1
* | | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
|/ /
* | um: kill thread->forkingAl Viro2012-09-272-16/+16
* | um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2012-09-271-1/+5
* | um: don't leak floating point state and segment registers on execve()Al Viro2012-09-271-0/+1
* | um: take cleaning singlestep to start_thread()Al Viro2012-09-271-19/+5
|/
* Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-016-62/+71
|\
| * um: pass siginfo to guest processMartin Pärtel2012-08-023-9/+34
| * um: pull interrupt_end() into userspace()Al Viro2012-08-021-8/+3
| * um: split syscall_trace(), pass pt_regs to itAl Viro2012-08-022-43/+32
| * um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2012-08-012-2/+2
* | um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
|/
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-14/+2
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-4/+1
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-4/+1
* | um: properly check all process' threads for a live mmAnton Vorontsov2012-05-311-6/+7
* | um: fix possible race on task->mmAnton Vorontsov2012-05-311-2/+5
* | um: should hold tasklist_lock while traversing processesAnton Vorontsov2012-05-311-0/+3
* | um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul2012-05-311-5/+19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-8/+1
|\
| * new helper: sigsuspend()Al Viro2012-05-211-8/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-235-14/+22
|\ \ | |/ |/|
| * Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger2012-05-213-12/+14
| |\
| | * um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-212-2/+2
| | * um: wrong sigmask saved in case of multiple sigframesAl Viro2012-05-211-6/+5
| | * um: add TIF_NOTIFY_RESUMEAl Viro2012-05-211-1/+7
| | * um: ->restart_block.fn needs to be reset on sigreturnAl Viro2012-05-211-3/+0
| * | um: Remove usage of irq_chip->release()Richard Weinberger2012-05-211-2/+0
| * | um: Implement um_free_irq()Richard Weinberger2012-05-211-0/+7
| * | um: Add BUG() to do_ops()'s error pathRichard Weinberger2012-05-211-0/+1
| |/
* | um: Use generic init_taskThomas Gleixner2012-05-053-39/+6
* | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
|/
* um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh2012-04-101-1/+0
* um: Use asm-generic/switch_to.hRichard Weinberger2012-04-101-5/+1
* um: fix linker script generationAl Viro2012-04-091-3/+4