index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
um: remove fault_catcher infrastructure
Johannes Berg
4
-21
/
+1
2024-10-23
um: restore process name
Johannes Berg
2
-2
/
+14
2024-10-23
um: make stub_exe _start() pure inline asm
Johannes Berg
1
-7
/
+11
2024-10-21
reiserfs: The last commit
Jan Kara
2
-2
/
+0
2024-10-18
um: Fix misaligned stack in stub_exe
David Gow
1
-1
/
+1
2024-10-17
um: Disable auto variable initialization for stub_exe.c
Nathan Chancellor
1
-0
/
+5
2024-10-17
um: Fix passing '-n' to linker for stub_exe
Nathan Chancellor
1
-1
/
+1
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
1
-4
/
+1
2024-10-10
um: Switch to 4 level page tables on 64 bit
Benjamin Berg
6
-16
/
+78
2024-10-10
um: clear all memory in new userspace processes
Benjamin Berg
1
-23
/
+2
2024-10-10
um: Discover host_task_size from envp
Benjamin Berg
4
-7
/
+28
2024-10-10
um: Limit TASK_SIZE to the addressable range
Benjamin Berg
1
-1
/
+6
2024-10-10
um: Calculate stub data address relative to stub code
Benjamin Berg
1
-4
/
+2
2024-10-10
um: Add compile time assert that stub fits on a page
Benjamin Berg
1
-0
/
+3
2024-10-10
um: Set parent death signal for winch thread/process
Benjamin Berg
1
-0
/
+3
2024-10-10
um: Set parent death signal for userspace process
Benjamin Berg
1
-0
/
+3
2024-10-10
um: use execveat to create userspace MMs
Benjamin Berg
8
-60
/
+267
2024-10-10
um: remove auxiliary FP registers
Benjamin Berg
4
-24
/
+9
2024-10-10
um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
Masahiro Yamada
1
-1
/
+1
2024-10-10
um: Remove 3-level page table support on i386
Tiwei Bie
3
-34
/
+0
2024-10-10
um: always use the internal copy of the FP registers
Benjamin Berg
2
-8
/
+9
2024-10-10
um: Fix the return value of elf_core_copy_task_fpregs
Tiwei Bie
1
-1
/
+1
2024-10-10
um: Fix the definition for physmem_size
Tiwei Bie
4
-5
/
+3
2024-10-10
um: Remove highmem leftovers
Tiwei Bie
6
-43
/
+20
2024-10-10
um: Fix potential integer overflow during physmem setup
Tiwei Bie
1
-3
/
+3
2024-10-10
um: Remove the redundant declaration of high_physmem
Tiwei Bie
1
-4
/
+1
2024-10-10
um: Remove unused os_getpgrp function
Benjamin Berg
2
-6
/
+0
2024-10-10
um: Remove unused os_stop_process
Benjamin Berg
2
-6
/
+0
2024-10-10
um: Remove unused os_process_parent
Benjamin Berg
2
-40
/
+0
2024-10-10
um: Remove unused os_process_pc
Benjamin Berg
2
-34
/
+0
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-27
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
21
-187
/
+249
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-3
/
+0
2024-09-12
um: fix time-travel syscall scheduling hack
Johannes Berg
1
-14
/
+20
2024-09-12
um: Remove outdated asm/sysrq.h header
Tiwei Bie
2
-9
/
+0
2024-09-12
um: Remove the declaration of user_thread function
Tiwei Bie
1
-1
/
+0
2024-09-12
um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
1
-3
/
+0
2024-09-12
um: Remove unused mm_fd field from mm_id
Tiwei Bie
6
-14
/
+11
2024-09-12
um: Remove unused fields from thread_struct
Tiwei Bie
3
-21
/
+11
2024-09-12
um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
1
-10
/
+6
2024-09-12
um: Remove unused kpte_clear_flush macro
Tiwei Bie
1
-7
/
+0
2024-09-12
um: Remove obsoleted declaration for execute_syscall_skas
Gaosheng Cui
1
-1
/
+0
2024-09-12
vector_user: add VDE support
Renzo Davoli
1
-0
/
+83
2024-09-12
um: remove ARCH_NO_PREEMPT_DYNAMIC
Johannes Berg
1
-1
/
+0
2024-09-12
um: vector: Fix NAPI budget handling
Anton Ivanov
1
-2
/
+2
2024-09-12
um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2
-102
/
+110
2024-09-12
um: remove variable stack array in os_rcv_fd_msg()
Johannes Berg
1
-2
/
+6
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-1
/
+1
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2024-07-25
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
50
-1319
/
+1043
[prev]
[next]