index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
um: Calculate stub data address relative to stub code
Benjamin Berg
2024-10-10
1
-4
/
+2
|
*
um: Add compile time assert that stub fits on a page
Benjamin Berg
2024-10-10
1
-0
/
+3
|
*
um: Set parent death signal for winch thread/process
Benjamin Berg
2024-10-10
1
-0
/
+3
|
*
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
8
-60
/
+267
|
*
um: remove auxiliary FP registers
Benjamin Berg
2024-10-10
4
-24
/
+9
|
*
um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPS
Masahiro Yamada
2024-10-10
1
-1
/
+1
|
*
um: Remove 3-level page table support on i386
Tiwei Bie
2024-10-10
3
-34
/
+0
|
*
um: always use the internal copy of the FP registers
Benjamin Berg
2024-10-10
2
-8
/
+9
|
*
um: Fix the return value of elf_core_copy_task_fpregs
Tiwei Bie
2024-10-10
1
-1
/
+1
|
*
um: Fix the definition for physmem_size
Tiwei Bie
2024-10-10
4
-5
/
+3
|
*
um: Remove highmem leftovers
Tiwei Bie
2024-10-10
6
-43
/
+20
|
*
um: Fix potential integer overflow during physmem setup
Tiwei Bie
2024-10-10
1
-3
/
+3
|
*
um: Remove the redundant declaration of high_physmem
Tiwei Bie
2024-10-10
1
-4
/
+1
|
*
um: Remove unused os_getpgrp function
Benjamin Berg
2024-10-10
2
-6
/
+0
|
*
um: Remove unused os_stop_process
Benjamin Berg
2024-10-10
2
-6
/
+0
|
*
um: Remove unused os_process_parent
Benjamin Berg
2024-10-10
2
-40
/
+0
|
*
um: Remove unused os_process_pc
Benjamin Berg
2024-10-10
2
-34
/
+0
*
|
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-23
1
-5
/
+11
|
\
\
|
*
|
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
2024-11-07
1
-5
/
+6
|
*
|
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2024-11-07
1
-0
/
+5
|
|
/
*
|
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-21
2
-2
/
+0
|
\
\
|
*
|
reiserfs: The last commit
Jan Kara
2024-10-21
2
-2
/
+0
|
|
/
*
|
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-21
1
-2
/
+0
|
\
\
|
*
|
asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
2024-10-28
1
-2
/
+0
|
|
/
*
|
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-11-20
1
-1
/
+1
|
\
\
|
*
|
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
2024-10-29
1
-1
/
+1
*
|
|
vdso: Introduce vdso/page.h
Vincenzo Frascino
2024-10-16
1
-4
/
+1
|
|
/
|
/
|
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
|
/
*
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-09-27
21
-187
/
+249
|
\
|
*
um: fix time-travel syscall scheduling hack
Johannes Berg
2024-09-12
1
-14
/
+20
|
*
um: Remove outdated asm/sysrq.h header
Tiwei Bie
2024-09-12
2
-9
/
+0
|
*
um: Remove the declaration of user_thread function
Tiwei Bie
2024-09-12
1
-1
/
+0
|
*
um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
2024-09-12
1
-3
/
+0
|
*
um: Remove unused mm_fd field from mm_id
Tiwei Bie
2024-09-12
6
-14
/
+11
|
*
um: Remove unused fields from thread_struct
Tiwei Bie
2024-09-12
3
-21
/
+11
|
*
um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
2024-09-12
1
-10
/
+6
|
*
um: Remove unused kpte_clear_flush macro
Tiwei Bie
2024-09-12
1
-7
/
+0
|
*
um: Remove obsoleted declaration for execute_syscall_skas
Gaosheng Cui
2024-09-12
1
-1
/
+0
|
*
vector_user: add VDE support
Renzo Davoli
2024-09-12
1
-0
/
+83
|
*
um: remove ARCH_NO_PREEMPT_DYNAMIC
Johannes Berg
2024-09-12
1
-1
/
+0
|
*
um: vector: Fix NAPI budget handling
Anton Ivanov
2024-09-12
1
-2
/
+2
|
*
um: vector: Replace locks guarding queue depth with atomics
Anton Ivanov
2024-09-12
2
-102
/
+110
|
*
um: remove variable stack array in os_rcv_fd_msg()
Johannes Berg
2024-09-12
1
-2
/
+6
*
|
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
2
-3
/
+0
*
|
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
printk: Add a short description string to kmsg_dump()
Jocelyn Falempe
2024-07-17
1
-1
/
+1
*
|
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2024-07-29
1
-0
/
+2
*
|
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-07-25
50
-1319
/
+1043
|
\
\
|
*
|
um: vector: always reset vp->opened
Johannes Berg
2024-07-04
1
-1
/
+2
[prev]
[next]