index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
/
skas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
um: move thread info into task
Benjamin Berg
2024-11-12
1
-3
/
+1
*
um: Remove double zero check
Shaojie Dong
2024-11-07
1
-2
/
+1
*
um: fix stub exe build with CONFIG_GCOV
Johannes Berg
2024-10-26
1
-1
/
+1
*
um: Abandon the _PAGE_NEWPROT bit
Tiwei Bie
2024-10-23
1
-10
/
+0
*
um: make stub_exe _start() pure inline asm
Johannes Berg
2024-10-23
1
-7
/
+11
*
um: Fix misaligned stack in stub_exe
David Gow
2024-10-18
1
-1
/
+1
*
um: Disable auto variable initialization for stub_exe.c
Nathan Chancellor
2024-10-17
1
-0
/
+5
*
um: Fix passing '-n' to linker for stub_exe
Nathan Chancellor
2024-10-17
1
-1
/
+1
*
um: clear all memory in new userspace processes
Benjamin Berg
2024-10-10
1
-23
/
+2
*
um: Set parent death signal for userspace process
Benjamin Berg
2024-10-10
1
-0
/
+3
*
um: use execveat to create userspace MMs
Benjamin Berg
2024-10-10
4
-2
/
+132
*
um: fix time-travel syscall scheduling hack
Johannes Berg
2024-09-12
1
-14
/
+20
*
um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024-09-12
1
-6
/
+6
*
um: Remove unused fields from thread_struct
Tiwei Bie
2024-09-12
1
-2
/
+2
*
um: refactor TLB update handling
Benjamin Berg
2024-07-03
1
-0
/
+10
*
um: Do not flush MM in flush_thread
Benjamin Berg
2024-07-03
1
-0
/
+24
*
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
2024-07-03
1
-0
/
+8
*
um: remove copy_context_skas0
Benjamin Berg
2024-07-03
3
-68
/
+10
*
um: remove LDT support
Benjamin Berg
2024-07-03
2
-19
/
+0
*
um: Rework syscall handling
Benjamin Berg
2024-07-03
3
-4
/
+85
*
um: Create signal stack memory assignment in stub_data
Benjamin Berg
2024-07-03
2
-2
/
+8
*
um: Stop tracking host PID in cpu_tasks
Tiwei Bie
2024-04-30
1
-4
/
+0
*
um: Add missing headers
Tiwei Bie
2024-04-22
2
-0
/
+2
*
um: document arch_futex_atomic_op_inuser
Anton Ivanov
2024-01-04
1
-1
/
+3
*
um: make stub data pages size tweakable
Johannes Berg
2023-04-20
2
-5
/
+6
*
kbuild: remove --include-dir MAKEFLAG from top Makefile
Masahiro Yamada
2023-02-05
1
-1
/
+1
*
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-01-12
1
-1
/
+0
|
\
|
*
futex: Remove futex_cmpxchg detection
Arnd Bergmann
2021-11-25
1
-1
/
+0
*
|
um: remove set_fs
Christoph Hellwig
2021-12-22
1
-25
/
+0
|
/
*
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-2
/
+1
|
\
|
*
um: fix stub location calculation
Johannes Berg
2021-08-26
1
-2
/
+1
*
|
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
2021-07-23
1
-4
/
+10
|
/
*
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-09
2
-1
/
+137
|
\
|
*
um: Fix stack pointer alignment
YiFei Zhu
2021-06-17
1
-1
/
+1
|
*
um: add a UML specific futex implementation
Anton Ivanov
2021-06-17
1
-0
/
+136
*
|
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
2021-05-20
1
-1
/
+1
|
/
*
um: remove process stub VMA
Johannes Berg
2021-02-12
1
-87
/
+0
*
um: rework userspace stubs to not hard-code stub location
Johannes Berg
2021-02-12
1
-2
/
+1
*
um: separate child and parent errors in clone stub
Johannes Berg
2021-02-12
1
-14
/
+11
*
arch/um: partially revert the conversion to __section() macro
Linus Torvalds
2020-10-26
1
-1
/
+1
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-1
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
2
-2
/
+0
*
um: syscall.c: include <asm/unistd.h>
Johannes Berg
2020-04-29
1
-0
/
+1
*
um: Implement time-travel=ext
Johannes Berg
2020-03-29
1
-1
/
+2
*
um: Move timer-internal.h to non-shared
Johannes Berg
2020-03-29
1
-1
/
+1
*
um: add support for folded p4d page tables
Mike Rapoport
2019-12-05
2
-3
/
+16
*
seccomp: simplify secure_computing()
Christian Brauner
2019-10-10
1
-1
/
+1
*
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
2019-09-15
6
-6
/
+6
*
um: Implement TRACE_IRQFLAGS_SUPPORT
Johannes Berg
2019-09-15
2
-3
/
+3
[next]