summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorLines
2012-09-27um: take cleaning singlestep to start_thread()Al Viro-19/+5
2012-09-20um: kill thread->forkingAl Viro-16/+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-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-62/+71
2012-08-02um: pass siginfo to guest processMartin Pärtel-9/+34
2012-08-02um: pull interrupt_end() into userspace()Al Viro-8/+3
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro-43/+32
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro-2/+2
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o-2/+1
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-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-14/+2
2012-06-01new helper: sigmask_to_save()Al Viro-8/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro-4/+2
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+1
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov-6/+7
2012-05-31um: fix possible race on task->mmAnton Vorontsov-2/+5
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov-0/+3
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul-5/+19
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-4/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds-14/+22
2012-05-21new helper: sigsuspend()Al Viro-8/+1
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger-12/+14
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro-2/+2
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger-0/+7
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger-0/+1
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro-6/+5
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro-1/+7
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro-3/+0
2012-05-05um: Use generic init_taskThomas Gleixner-39/+6
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner-1/+1
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh-1/+0
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger-5/+1
2012-04-09um: fix linker script generationAl Viro-3/+4
2012-03-29remove references to cpu_*_map in arch/Rusty Russell-6/+5
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2012-03-25um: most of the SUBARCH uses can be killedAl Viro-1/+1
2012-03-25um: kill HOST_TASK_PIDAl Viro-2/+2
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang-2/+2
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming-14/+6
2012-03-23um: don't restore current->blocked on errorMatt Fleming-6/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+6
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro-1/+1
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro-18/+5
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris-11/+9