aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas
AgeCommit message (Expand)Author
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh
2012-03-29remove references to cpu_*_map in arch/Rusty Russell
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang
2011-11-02um: distribute exports to where exported stuff is definedAl Viro
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli
2010-06-04arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros
2010-05-10uml: i386: Avoid redefinition of NR_syscallsJan Kiszka
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-22uml: fix order of pud and pmd_free()Roel Kluin
2008-02-08uml: fix mm_context memory leakJeff Dike
2008-02-05uml: redo the calculation of NR_syscallsJeff Dike
2008-02-05uml: get rid of syscall countersJeff Dike
2008-02-05uml: don't kill pid 0Jeff Dike
2008-02-05uml: eliminate setjmp_wrapperJeff Dike
2008-02-05uml: cover stubs with a VMAJeff Dike
2008-02-05uml: kill processes instead of panicing kernelJeff Dike
2008-02-05uml: add virt_to_pteJeff Dike
2008-02-05uml: header untanglingJeff Dike
2008-02-05uml: move um_virt_to_physJeff Dike
2008-02-05uml: clone.c tidyingJeff Dike
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2007-11-14uml: remove last include of libc asm/page.hJeff Dike
2007-10-16uml: fix stub address calculationsJeff Dike
2007-10-16uml: remove os_* usage from userspace filesJeff Dike
2007-10-16uml: free LDT state on process exitJeff Dike
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike
2007-10-16uml: style fixes pass 3Jeff Dike
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike
2007-10-16uml: throw out CHOOSE_MODEJeff Dike
2007-07-24uml: more __init annotationsJeff Dike
2007-05-11uml: iRQ stacksJeff Dike
2007-05-09uml: turn build warnings into commentsMiklos Szeredi
2007-05-07uml: only flush areas covered by VMAJeff Dike
2007-05-07uml: more page fault path trimmingJeff Dike
2007-05-07uml: speed page fault pathJeff Dike
2007-05-07uml: speed up execJeff Dike
2007-05-07uml: remove user_util.hJeff Dike
2007-05-07uml: create as-layout.hJeff Dike
2007-02-11[PATCH] uml: remove code controlled by non-existent config optionJeff Dike
2006-10-11[PATCH] uml: correct removal of pte_mkexecPaolo 'Blaisorblade' Giarrusso
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones