summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel
Commit message (Expand)AuthorAgeFilesLines
* um: siginfo cleanupRichard Weinberger2013-07-191-2/+2
* um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger2013-07-191-1/+1
* um: Fix return value of strnlen_user()Richard Weinberger2013-07-191-1/+1
* mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-3/+1Star
* UML: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-042-4/+9
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-12/+0Star
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-23/+4Star
|\
| * um: Use generic idle loopRichard Weinberger2013-04-171-23/+4Star
* | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-3/+5
* | mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-13/+3Star
* | mm/um: use common help functions to free reserved pagesJiang Liu2013-04-301-9/+1Star
|/
* x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-10/+0Star
* introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-201-5/+0Star
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-19/+0Star
* um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-291-1/+1
* um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro2012-11-291-6/+2Star
* um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro2012-11-291-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-132-12/+3Star
|\
| * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-122-12/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-104-55/+5Star
|\|
| * um: switch to generic kernel_thread()Al Viro2012-10-011-14/+3Star
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-013-41/+2Star
| * 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/+5Star
* | 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/+5Star
|/
* Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-08-026-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/+3Star
| * um: split syscall_trace(), pass pt_regs to itAl Viro2012-08-022-43/+32Star
| * 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/+1Star
|/
* 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/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-14/+2Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+2Star