aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas
AgeCommit message (Expand)Author
2024-01-04um: document arch_futex_atomic_op_inuserAnton Ivanov
2023-04-20um: make stub data pages size tweakableJohannes Berg
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-22um: remove set_fsChristoph Hellwig
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-26um: fix stub location calculationJohannes Berg
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
2021-06-17um: add a UML specific futex implementationAnton Ivanov
2021-05-20x86/syscalls: Use __NR_syscalls instead of __NR_syscall_maxMasahiro Yamada
2021-02-12um: remove process stub VMAJohannes Berg
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg
2021-02-12um: separate child and parent errors in clone stubJohannes Berg
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds
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