summaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas
AgeCommit message (Expand)Author
2017-03-28um: switch to RAW_COPY_USERAl Viro
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün
2016-06-14um/ptrace: run seccomp after ptraceKees Cook
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-01-10um: Add seccomp supportMickaël Salaün
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger
2015-05-31um: Rework uaccess codeRichard Weinberger
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss
2015-05-31um: Create asm/sections.hNicolas Iooss
2015-04-13um: Remove broken SMP supportRichard Weinberger
2015-04-13um: Remove SKAS3/4 supportRichard Weinberger
2013-07-19um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger
2013-07-19um: Fix return value of strnlen_user()Richard Weinberger
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