| Commit message (Expand) | Author | Age | Files | Lines |
* | um: Rename print_stack_trace to do_stack_trace | Richard Weinberger | 2013-12-01 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2013-11-19 | 4 | -52/+81 |
|\ |
|
| * | um: Remove unused declarations from <as-layout.h> | Geert Uytterhoeven | 2013-11-17 | 1 | -0/+1 |
| * | um: Make kstack_depth_to_print conform to arch/x86 | Richard Weinberger | 2013-11-17 | 1 | -4/+1 |
| * | um: Get rid of thread_struct->saved_task | Richard Weinberger | 2013-11-17 | 1 | -13/+2 |
| * | um: Make stack trace reliable against kernel mode faults | Richard Weinberger | 2013-11-17 | 2 | -12/+34 |
| * | um: Rewrite show_stack() | Richard Weinberger | 2013-11-17 | 2 | -33/+53 |
* | | um: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -2/+6 |
|/ |
|
* | uml: check length in exitcode_proc_write() | Dan Carpenter | 2013-10-30 | 1 | -1/+3 |
* | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-12 | 1 | -8/+12 |
* | arch: mm: do not invoke OOM killer on kernel fault OOM | Johannes Weiner | 2013-09-12 | 1 | -0/+2 |
* | um: Add irq chip um/mask handlers | Richard Weinberger | 2013-09-07 | 1 | -0/+4 |
* | um: Implement probe_kernel_read() | Richard Weinberger | 2013-09-07 | 2 | -1/+25 |
* | um: siginfo cleanup | Richard Weinberger | 2013-07-19 | 1 | -2/+2 |
* | um: Mark stub pages mapping with VM_PFNMAP | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
* | um: Fix return value of strnlen_user() | Richard Weinberger | 2013-07-19 | 1 | -1/+1 |
* | mm/um: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -3/+1 |
* | UML: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 2 | -4/+9 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | sched: Rename sched.c as sched/core.c in comments and Documentation | Viresh Kumar | 2013-06-19 | 1 | -1/+1 |
* | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-04-30 | 1 | -12/+0 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 1 | -23/+4 |
|\ |
|
| * | um: Use generic idle loop | Richard Weinberger | 2013-04-17 | 1 | -23/+4 |
* | | early_printk: consolidate random copies of identical code | Thomas Gleixner | 2013-04-29 | 1 | -3/+5 |
* | | mm/um: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 2013-04-29 | 1 | -13/+3 |
* | | mm/um: use common help functions to free reserved pages | Jiang Liu | 2013-04-29 | 1 | -9/+1 |
|/ |
|
* | x86,um: switch to generic old sigsuspend() | Al Viro | 2013-02-03 | 1 | -10/+0 |
* | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 2012-12-19 | 1 | -5/+0 |
* | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -2/+1 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-28 | 1 | -19/+0 |
* | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what... | Al Viro | 2012-11-28 | 1 | -1/+1 |
* | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2) | Al Viro | 2012-11-28 | 1 | -6/+2 |
* | um: get_safe_registers() should be done in flush_thread(), not start_thread() | Al Viro | 2012-11-28 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 2 | -12/+3 |
|\ |
|
| * | x86, um: convert to saner kernel_execve() semantics | Al Viro | 2012-10-12 | 2 | -12/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 4 | -55/+5 |
|\ \
| |/ |
|
| * | um: switch to generic kernel_thread() | Al Viro | 2012-09-30 | 1 | -14/+3 |
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-09-30 | 3 | -41/+2 |
| * | um: kill thread->forking | Al Viro | 2012-09-20 | 2 | -16/+16 |
| * | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-20 | 1 | -1/+5 |
| * | um: don't leak floating point state and segment registers on execve() | Al Viro | 2012-09-20 | 1 | -0/+1 |
| * | um: take cleaning singlestep to start_thread() | Al Viro | 2012-09-20 | 1 | -19/+5 |
* | | Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-10-10 | 29 | -123/+123 |
|\ \ |
|
| * | | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 | 28 | -122/+122 |
| * | | um: move sysrq.h out of include/shared | Al Viro | 2012-10-09 | 1 | -1/+1 |
* | | | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
|/ / |
|
* | | um: kill thread->forking | Al Viro | 2012-09-27 | 2 | -16/+16 |
* | | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro | 2012-09-27 | 1 | -1/+5 |