summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-09-07um: Implement probe_kernel_read()Richard Weinberger2-1/+25
2013-07-19um: siginfo cleanupRichard Weinberger1-2/+2
2013-07-19um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger1-1/+1
2013-07-19um: Fix return value of strnlen_user()Richard Weinberger1-1/+1
2013-07-04mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+1
2013-07-04UML: normalize global variables exported by vmlinux.ldsJiang Liu2-4/+9
2013-07-04mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-04mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-04mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-12/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+4
2013-04-30early_printk: consolidate random copies of identical codeThomas Gleixner1-3/+5
2013-04-30mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-13/+3
2013-04-30mm/um: use common help functions to free reserved pagesJiang Liu1-9/+1
2013-04-17um: Use generic idle loopRichard Weinberger1-23/+4
2013-02-04x86,um: switch to generic old sigsuspend()Al Viro1-10/+0
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-5/+0
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-29x86, um: switch to generic fork/vfork/cloneAl Viro1-19/+0
2012-11-29um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro1-1/+1
2012-11-29um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro1-6/+2
2012-11-29um: get_safe_registers() should be done in flush_thread(), not start_thread()Al Viro1-1/+2
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+3
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro2-12/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-55/+5
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds29-123/+123
2012-10-10um: get rid of pointless include "..." where include <...> will doAl Viro28-122/+122
2012-10-10um: move sysrq.h out of include/sharedAl Viro1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-01um: switch to generic kernel_thread()Al Viro1-14/+3
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro3-41/+2
2012-09-27um: kill thread->forkingAl Viro2-16/+16
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-1/+5
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Al Viro1-19/+5
2012-09-20um: kill thread->forkingAl Viro2-16/+16
2012-09-20um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-1/+5
2012-09-20um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-20um: take cleaning singlestep to start_thread()Al Viro1-19/+5
2012-08-02Merge branch 'for-linus-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-62/+71
2012-08-02um: pass siginfo to guest processMartin Pärtel3-9/+34
2012-08-02um: pull interrupt_end() into userspace()Al Viro1-8/+3
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro2-43/+32
2012-08-02um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro2-2/+2
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-14/+2
2012-06-01new helper: sigmask_to_save()Al Viro1-8/+3