summaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas
AgeCommit message (Expand)AuthorFilesLines
2024-01-05um: document arch_futex_atomic_op_inuserAnton Ivanov1-1/+3
2023-04-21um: make stub data pages size tweakableJohannes Berg2-5/+6
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
2022-01-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus 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/g...Linus 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/g...Linus 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-27arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-26treewide: 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-30um: Implement time-travel=extJohannes Berg1-1/+2
2020-03-30um: Move timer-internal.h to non-sharedJohannes Berg1-1/+1
2019-12-05um: add support for folded p4d page tablesMike Rapoport2-3/+16
2019-10-11seccomp: 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-15Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+13
2019-07-03um: Fix kcov crash during startupMarek Majkowski1-0/+2
2019-07-03um: Support time travel modeJohannes Berg1-0/+11
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-05-08um: remove unused variableBartosz Golaszewski1-1/+0
2018-12-28um: Remove unnecessary faulted check in uaccess.cAnton Ivanov1-11/+12
2017-03-29um: 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 <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...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-18mm: 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-07um: Switch clocksource to hrtimersAnton Ivanov2-5/+4
2015-11-07um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-07um: Store syscall number after syscall_trace_enter()Richard Weinberger1-10/+3
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger1-1/+5