aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-07-19um: siginfo cleanupGravatar Richard Weinberger 1-2/+2
2013-07-19um: Mark stub pages mapping with VM_PFNMAPGravatar Richard Weinberger 1-1/+1
2013-07-19um: Fix return value of strnlen_user()Gravatar Richard Weinberger 1-1/+1
2013-07-03mm/um: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-3/+1
2013-07-03UML: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 2-4/+9
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationGravatar Viresh Kumar 1-1/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-12/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-23/+4
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-3/+5
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemGravatar Jiang Liu 1-13/+3
2013-04-29mm/um: use common help functions to free reserved pagesGravatar Jiang Liu 1-9/+1
2013-04-17um: Use generic idle loopGravatar Richard Weinberger 1-23/+4
2013-02-03x86,um: switch to generic old sigsuspend()Gravatar Al Viro 1-10/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itGravatar Al Viro 1-5/+0
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+1
2012-11-28x86, um: switch to generic fork/vfork/cloneGravatar Al Viro 1-19/+0
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Gravatar Al Viro 1-1/+1
2012-11-28um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Gravatar Al Viro 1-6/+2
2012-11-28um: get_safe_registers() should be done in flush_thread(), not start_thread()Gravatar Al Viro 1-1/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-12/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsGravatar Al Viro 2-12/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-55/+5
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 29-123/+123
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 28-122/+122
2012-10-09um: move sysrq.h out of include/sharedGravatar Al Viro 1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionGravatar Shaohua Li 1-0/+1
2012-09-30um: switch to generic kernel_thread()Gravatar Al Viro 1-14/+3
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveGravatar Al Viro 3-41/+2
2012-09-27um: kill thread->forkingGravatar Al Viro 2-16/+16
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerGravatar Al Viro 1-1/+5
2012-09-27um: don't leak floating point state and segment registers on execve()Gravatar Al Viro 1-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Gravatar Al Viro 1-19/+5
2012-09-20um: kill thread->forkingGravatar Al Viro 2-16/+16
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerGravatar Al Viro 1-1/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Gravatar Al Viro 1-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Gravatar Al Viro 1-19/+5
2012-08-01Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-62/+71
2012-08-02um: pass siginfo to guest processGravatar Martin Pärtel 3-9/+34
2012-08-02um: pull interrupt_end() into userspace()Gravatar Al Viro 1-8/+3
2012-08-02um: split syscall_trace(), pass pt_regs to itGravatar Al Viro 2-43/+32
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsGravatar Al Viro 2-2/+2
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-14/+2
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-8/+3
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-4/+2