summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-7/+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 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-05-281-9/+2
|\ \
| * | kbuild: link of vmlinux moved to a scriptSam Ravnborg2012-05-051-9/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \ \
| * \ \ Merge branch 'linus' into queueMarcelo Tosatti2012-04-197-67/+29
| |\ \ \
| * | | | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-242-5/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-1/+0
| * | | | um: Use generic time configAnna-Maria Gleixner2012-05-211-4/+1
| | |/ / | |/| |
* | | | 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 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-5/+0
|\ \ \ \ \
| * | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-5/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2012-05-2316-43/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger2012-05-214-13/+15
| |\ \ \ \
| | * | | | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro2012-05-212-2/+2
| | * | | | um: bury unused _TIF_RESTORE_SIGMASKAl Viro2012-05-211-1/+0
| | * | | | um: wrong sigmask saved in case of multiple sigframesAl Viro2012-05-211-6/+5
| | * | | | um: add TIF_NOTIFY_RESUMEAl Viro2012-05-212-1/+8
| | * | | | um: ->restart_block.fn needs to be reset on sigreturnAl Viro2012-05-211-3/+0
| | |/ / /
| * | | | um: Remove CONFIG_IRQ_RELEASE_METHODRichard Weinberger2012-05-212-6/+0
| * | | | um: Remove usage of irq_chip->release()Richard Weinberger2012-05-211-2/+0
| * | | | um: Implement um_free_irq()Richard Weinberger2012-05-217-10/+18
| * | | | um: Fix __swp_type()Richard Weinberger2012-05-211-2/+2
| * | | | um: Implement a custom pte_same() functionRichard Weinberger2012-05-211-0/+6
| * | | | um: Add BUG() to do_ops()'s error pathRichard Weinberger2012-05-211-0/+1
| * | | | um: Remove unused variablesRichard Weinberger2012-05-211-10/+0
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-215-42/+7
|\ \ \ \
| * | | | um: Remove leftover declaration of alloc_task_struct_node()Thomas Gleixner2012-05-081-2/+0
| * | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | | | um: Use generic init_taskThomas Gleixner2012-05-054-39/+7
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| |/ / /
* / / / rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-021-0/+1
|/ / /
* | | um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh2012-04-101-1/+0
* | | um: Use asm-generic/switch_to.hRichard Weinberger2012-04-102-5/+2
* | | um: Disintegrate asm/system.hRichard Weinberger2012-04-102-1/+2
* | | um: switch cow_user.h to htobe{32,64}/betoh{32,64}Al Viro2012-04-102-57/+21
* | | um: fix linker script generationAl Viro2012-04-091-3/+4
|/ /
* / remove references to cpu_*_map in arch/Rusty Russell2012-03-292-6/+5
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\