index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-10-17
um: Disable auto variable initialization for stub_exe.c
Nathan Chancellor
-0
/
+5
2024-10-17
um: Fix passing '-n' to linker for stub_exe
Nathan Chancellor
-1
/
+1
2024-10-10
um: Switch to 4 level page tables on 64 bit
Benjamin Berg
-1
/
+16
2024-10-10
um: clear all memory in new userspace processes
Benjamin Berg
-23
/
+2
2024-10-10
um: Discover host_task_size from envp
Benjamin Berg
-2
/
+19
2024-10-10
um: Limit TASK_SIZE to the addressable range
Benjamin Berg
-1
/
+6
2024-10-10
um: Calculate stub data address relative to stub code
Benjamin Berg
-4
/
+2
2024-10-10
um: Add compile time assert that stub fits on a page
Benjamin Berg
-0
/
+3
2024-10-10
um: Set parent death signal for userspace process
Benjamin Berg
-0
/
+3
2024-10-10
um: use execveat to create userspace MMs
Benjamin Berg
-2
/
+132
2024-10-10
um: remove auxiliary FP registers
Benjamin Berg
-2
/
+2
2024-10-10
um: always use the internal copy of the FP registers
Benjamin Berg
-2
/
+9
2024-10-10
um: Fix the return value of elf_core_copy_task_fpregs
Tiwei Bie
-1
/
+1
2024-10-10
um: Fix the definition for physmem_size
Tiwei Bie
-3
/
+1
2024-10-10
um: Remove highmem leftovers
Tiwei Bie
-31
/
+17
2024-10-10
um: Fix potential integer overflow during physmem setup
Tiwei Bie
-3
/
+3
2024-09-27
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-42
/
+40
2024-09-12
um: fix time-travel syscall scheduling hack
Johannes Berg
-14
/
+20
2024-09-12
um: Remove outdated asm/sysrq.h header
Tiwei Bie
-1
/
+0
2024-09-12
um: Remove the call to SUBARCH_EXECVE1 macro
Tiwei Bie
-3
/
+0
2024-09-12
um: Remove unused mm_fd field from mm_id
Tiwei Bie
-8
/
+8
2024-09-12
um: Remove unused fields from thread_struct
Tiwei Bie
-6
/
+6
2024-09-12
um: Remove the redundant newpage check in update_pte_range
Tiwei Bie
-10
/
+6
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
-1
/
+1
2024-07-17
printk: Add a short description string to kmsg_dump()
Jocelyn Falempe
-1
/
+1
2024-07-04
um: register power-off handler
Johannes Berg
-0
/
+15
2024-07-03
um: Enable preemption in UML
Anton Ivanov
-0
/
+2
2024-07-03
um: refactor TLB update handling
Benjamin Berg
-121
/
+34
2024-07-03
um: simplify and consolidate TLB updates
Benjamin Berg
-305
/
+81
2024-07-03
um: remove force_flush_all from fork_handler
Benjamin Berg
-31
/
+15
2024-07-03
um: Do not flush MM in flush_thread
Benjamin Berg
-5
/
+24
2024-07-03
um: Delay flushing syscalls until the thread is restarted
Benjamin Berg
-19
/
+10
2024-07-03
um: remove copy_context_skas0
Benjamin Berg
-68
/
+10
2024-07-03
um: remove LDT support
Benjamin Berg
-19
/
+0
2024-07-03
um: Rework syscall handling
Benjamin Berg
-33
/
+108
2024-07-03
um: Create signal stack memory assignment in stub_data
Benjamin Berg
-2
/
+8
2024-07-03
um: time-travel: remove time_exit()
Johannes Berg
-6
/
+0
2024-07-03
um: add shared memory optimisation for time-travel=ext
Johannes Berg
-12
/
+118
2024-07-03
um: generalize os_rcv_fd
Johannes Berg
-1
/
+1
2024-07-03
um: time-travel: support time-travel protocol broadcast messages
Mordechay Goodstein
-0
/
+59
2024-07-03
um/mm: remove redundant assignment of max_low_pfn
Wei Yang
-1
/
+0
2024-07-03
um: Remove /proc/sysemu support code
Tiwei Bie
-67
/
+0
2024-07-03
um: Remove unused ncpus variable
Tiwei Bie
-3
/
+0
2024-07-03
um: time-travel: fix time-travel-start option
Johannes Berg
-2
/
+2
2024-07-03
um: irqs: process outstanding IRQs when unblocking signals
Benjamin Berg
-29
/
+49
2024-05-25
Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-59
/
+27
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
-1
/
+1
2024-04-30
um: Stop tracking host PID in cpu_tasks
Tiwei Bie
-14
/
+2
2024-04-22
um: process: remove unused 'n' variable
Johannes Berg
-2
/
+2
2024-04-22
um: Fix -Wmissing-prototypes warnings for text_poke*
Tiwei Bie
-0
/
+1
[prev]
[next]