aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-01-10um: Add seccomp supportMickaël Salaün1-0/+5
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün1-12/+14
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov2-5/+4
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger1-10/+3
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger1-1/+5
2015-05-31um: Rework uaccess codeRichard Weinberger1-30/+17
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss1-2/+2
2015-05-31um: Create asm/sections.hNicolas Iooss1-2/+1
2015-04-13um: Remove broken SMP supportRichard Weinberger1-3/+1
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger2-72/+23
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
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro5-25/+25
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro1-2/+2
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro1-1/+1
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro1-1/+1
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh1-1/+0
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+6
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't hold itAl Viro1-1/+1
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro1-18/+5
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+6
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-1/+0
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2010-06-04arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros1-1/+1
2010-05-10uml: i386: Avoid redefinition of NR_syscallsJan Kiszka1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-22uml: fix order of pud and pmd_free()Roel Kluin1-2/+2
2008-02-08uml: fix mm_context memory leakJeff Dike1-0/+5
2008-02-05uml: redo the calculation of NR_syscallsJeff Dike1-0/+3
2008-02-05uml: get rid of syscall countersJeff Dike1-3/+0
2008-02-05uml: don't kill pid 0Jeff Dike1-1/+13
2008-02-05uml: eliminate setjmp_wrapperJeff Dike1-46/+27
2008-02-05uml: cover stubs with a VMAJeff Dike1-45/+59
2008-02-05uml: kill processes instead of panicing kernelJeff Dike2-4/+21
2008-02-05uml: add virt_to_pteJeff Dike1-33/+23
2008-02-05uml: header untanglingJeff Dike1-6/+7
2008-02-05uml: move um_virt_to_physJeff Dike1-2/+32
2008-02-05uml: clone.c tidyingJeff Dike1-14/+18
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-4/+4
2007-11-14uml: remove last include of libc asm/page.hJeff Dike1-1/+0
2007-10-16uml: fix stub address calculationsJeff Dike3-6/+7
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-74/+60
2007-10-16uml: free LDT state on process exitJeff Dike1-0/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike1-1/+1
2007-10-16uml: fold mmu_context_skas into mm_contextJeff Dike2-7/+7
2007-10-16uml: style fixes pass 3Jeff Dike4-66/+44