summaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-29um: syscall.c: include <asm/unistd.h>Johannes Berg
2020-03-29um: Implement time-travel=extJohannes Berg
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg
2019-12-04um: add support for folded p4d page tablesMike Rapoport
2019-10-10seccomp: simplify secure_computing()Christian Brauner
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-02um: Fix kcov crash during startupMarek Majkowski
2019-07-02um: Support time travel modeJohannes Berg
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-05-07um: remove unused variableBartosz Golaszewski
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov
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