summaryrefslogtreecommitdiff
path: root/arch/um/kernel/skas
AgeCommit message (Expand)Author
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg
2024-11-12um: move thread info into taskBenjamin Berg
2024-11-07um: Remove double zero checkShaojie Dong
2024-10-26um: fix stub exe build with CONFIG_GCOVJohannes Berg
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg
2024-10-18um: Fix misaligned stack in stub_exeDavid Gow
2024-10-17um: Disable auto variable initialization for stub_exe.cNathan Chancellor
2024-10-17um: Fix passing '-n' to linker for stub_exeNathan Chancellor
2024-10-10um: clear all memory in new userspace processesBenjamin Berg
2024-10-10um: Set parent death signal for userspace processBenjamin Berg
2024-10-10um: use execveat to create userspace MMsBenjamin Berg
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie
2024-09-12um: Remove unused fields from thread_structTiwei Bie
2024-07-03um: refactor TLB update handlingBenjamin Berg
2024-07-03um: Do not flush MM in flush_threadBenjamin Berg
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg
2024-07-03um: remove copy_context_skas0Benjamin Berg
2024-07-03um: remove LDT supportBenjamin Berg
2024-07-03um: Rework syscall handlingBenjamin Berg
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie
2024-04-22um: Add missing headersTiwei Bie
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