summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
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
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-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-9/+2
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+1
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 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds-43/+42
2012-05-21new helper: sigsuspend()Al Viro-8/+1
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-42/+7
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner-1/+0
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger-13/+15
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro-2/+2
2012-05-21um: Remove CONFIG_IRQ_RELEASE_METHODRichard Weinberger-6/+0
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger-10/+18
2012-05-21um: Fix __swp_type()Richard Weinberger-2/+2
2012-05-21um: Implement a custom pte_same() functionRichard Weinberger-0/+6
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger-0/+1
2012-05-21um: Remove unused variablesRichard Weinberger-10/+0
2012-05-21um: bury unused _TIF_RESTORE_SIGMASKAl Viro-1/+0
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro-6/+5
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro-1/+8
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro-3/+0
2012-05-21um: Use generic time configAnna-Maria Gleixner-4/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-5/+0
2012-05-08um: Remove leftover declaration of alloc_task_struct_node()Thomas Gleixner-2/+0
2012-05-05kbuild: link of vmlinux moved to a scriptSam Ravnborg-9/+2
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner-1/+0
2012-05-05um: Use generic init_taskThomas Gleixner-39/+7
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney-0/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner-1/+1
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti-67/+29
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/+2
2012-04-10um: Disintegrate asm/system.hRichard Weinberger-1/+2
2012-04-10um: switch cow_user.h to htobe{32,64}/betoh{32,64}Al Viro-57/+21
2012-04-09um: fix linker script generationAl Viro-3/+4
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson-0/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell-6/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0