Age | Commit message (Expand) | Author |
2024-11-12 | um: move thread info into task | Benjamin Berg |
2024-11-07 | um: remove broken double fault detection | Benjamin Berg |
2024-11-07 | um: remove duplicate UM_NSEC_PER_SEC definition | Benjamin Berg |
2024-11-07 | um: remove file sync for stub data | Benjamin Berg |
2024-11-07 | um: always include kconfig.h and compiler-version.h | Benjamin Berg |
2024-10-25 | um: Add os_set_pdeathsig helper function | Tiwei Bie |
2024-10-23 | um: insert scheduler ticks when userspace does not yield | Benjamin Berg |
2024-10-23 | um: Abandon the _PAGE_NEWPROT bit | Tiwei Bie |
2024-10-23 | um: remove fault_catcher infrastructure | Johannes Berg |
2024-10-10 | um: Discover host_task_size from envp | Benjamin Berg |
2024-10-10 | um: use execveat to create userspace MMs | Benjamin Berg |
2024-10-10 | um: remove auxiliary FP registers | Benjamin Berg |
2024-10-10 | um: always use the internal copy of the FP registers | Benjamin Berg |
2024-10-10 | um: Fix the definition for physmem_size | Tiwei Bie |
2024-10-10 | um: Remove highmem leftovers | Tiwei Bie |
2024-10-10 | um: Remove unused os_getpgrp function | Benjamin Berg |
2024-10-10 | um: Remove unused os_stop_process | Benjamin Berg |
2024-10-10 | um: Remove unused os_process_parent | Benjamin Berg |
2024-10-10 | um: Remove unused os_process_pc | Benjamin Berg |
2024-09-12 | um: Remove the declaration of user_thread function | Tiwei Bie |
2024-09-12 | um: Remove unused mm_fd field from mm_id | Tiwei Bie |
2024-09-12 | um: Remove obsoleted declaration for execute_syscall_skas | Gaosheng Cui |
2024-07-03 | um: refactor TLB update handling | Benjamin Berg |
2024-07-03 | um: simplify and consolidate TLB updates | Benjamin Berg |
2024-07-03 | um: Delay flushing syscalls until the thread is restarted | Benjamin Berg |
2024-07-03 | um: remove copy_context_skas0 | Benjamin Berg |
2024-07-03 | um: remove LDT support | Benjamin Berg |
2024-07-03 | um: Rework syscall handling | Benjamin Berg |
2024-07-03 | um: Create signal stack memory assignment in stub_data | Benjamin Berg |
2024-07-03 | um: Remove stub-data.h include from common-offsets.h | Benjamin Berg |
2024-07-03 | um: add mmap/mremap OS calls | Johannes Berg |
2024-07-03 | um: generalize os_rcv_fd | Johannes Berg |
2024-07-03 | um: time-travel: support time-travel protocol broadcast messages | Mordechay Goodstein |
2024-07-03 | um: Remove unused ncpus variable | Tiwei Bie |
2024-07-03 | um: chan: use blocking IO for console output for time-travel | Benjamin Berg |
2024-05-25 | Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-04-30 | um: Fix the declaration of kasan_map_memory | Tiwei Bie |
2024-04-30 | um: Fix the -Wmissing-prototypes warning for __switch_mm | Tiwei Bie |
2024-04-30 | um: Stop tracking host PID in cpu_tasks | Tiwei Bie |
2024-04-25 | mm: vmalloc: enable memory allocation profiling | Kent Overstreet |
2024-04-22 | um: Move declarations to proper headers | Tiwei Bie |
2024-04-22 | um: Fix the declaration of vfree | Tiwei Bie |
2024-02-20 | um: Convert strscpy() usage to 2-argument style | Kees Cook |
2024-02-20 | string: Allow 2-argument strscpy() | Kees Cook |
2024-01-05 | um: Remove unused register save/restore functions | Benjamin Berg |
2024-01-05 | um: Rely on PTRACE_SETREGSET to set FS/GS base registers | Benjamin Berg |
2024-01-04 | um: Drop support for hosts without SYSEMU_SINGLESTEP support | Benjamin Berg |
2024-01-04 | um: Fix naming clash between UML and scheduler | Anton Ivanov |
2023-08-26 | um: fix 3 instances of -Wmissing-prototypes | Nick Desaulniers |
2023-08-19 | um: Remove strlcpy usage | Azeem Shaikh |