aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-12-22um: remove set_fsChristoph Hellwig1-25/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-2/+1
2021-08-26um: fix stub location calculationJohannes Berg1-2/+1
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-1/+137
2021-06-17um: Fix stack pointer alignmentYiFei Zhu1-1/+1
2021-06-17um: add a UML specific futex implementationAnton Ivanov1-0/+136
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada1-1/+1
2021-02-12um: remove process stub VMAJohannes Berg1-87/+0
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg1-2/+1
2021-02-12um: separate child and parent errors in clone stubJohannes Berg1-14/+11
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-04-29um: syscall.c: include <asm/unistd.h>Johannes Berg1-0/+1
2020-03-29um: Implement time-travel=extJohannes Berg1-1/+2
2020-03-29um: Move timer-internal.h to non-sharedJohannes Berg1-1/+1
2019-12-04um: add support for folded p4d page tablesMike Rapoport2-3/+16
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar6-6/+6
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2-3/+3
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-0/+13
2019-07-02um: Fix kcov crash during startupMarek Majkowski1-0/+2
2019-07-02um: Support time travel modeJohannes Berg1-0/+11
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-05-07um: remove unused variableBartosz Golaszewski1-1/+0
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov1-11/+12
2017-03-28um: switch to RAW_COPY_USERAl Viro1-4/+4
2017-03-28new helper: uaccess_kernel()Al Viro1-5/+5
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+2
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün1-5/+0
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-06-14um/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
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