index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
um
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
um: fix sparse warnings in signal code
Benjamin Berg
1
-6
/
+6
2024-11-07
um: fix sparse warnings from regset refactor
Benjamin Berg
2
-6
/
+9
2024-10-23
um: switch to regset API and depend on XSTATE
Benjamin Berg
13
-454
/
+449
2024-10-23
um: vdso: Always reject undefined references in during linking
Thomas Weißschuh
2
-14
/
+2
2024-10-23
um: make stub_exe _start() pure inline asm
Johannes Berg
2
-0
/
+16
2024-10-10
um: Switch to 4 level page tables on 64 bit
Benjamin Berg
1
-3
/
+0
2024-10-10
um: Discover host_task_size from envp
Benjamin Berg
2
-152
/
+1
2024-10-10
um: Calculate stub data address relative to stub code
Benjamin Berg
2
-6
/
+12
2024-10-10
um: Add generic stub_syscall1 function
Benjamin Berg
1
-0
/
+11
2024-10-10
um: Remove 3-level page table support on i386
Tiwei Bie
1
-9
/
+1
2024-10-10
um: always use the internal copy of the FP registers
Benjamin Berg
4
-76
/
+71
2024-10-10
um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86
Benjamin Berg
1
-0
/
+1
2024-09-27
Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+0
2024-09-12
um: Remove outdated asm/sysrq.h header
Tiwei Bie
2
-2
/
+0
2024-09-01
mm: remove legacy install_special_mapping() code
Linus Torvalds
1
-4
/
+8
2024-07-25
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-608
/
+42
2024-07-03
um: Enable preemption in UML
Anton Ivanov
1
-1
/
+0
2024-07-03
um: remove copy_context_skas0
Benjamin Berg
3
-51
/
+0
2024-07-03
um: remove LDT support
Benjamin Berg
4
-438
/
+2
2024-07-03
um: Rework syscall handling
Benjamin Berg
5
-134
/
+16
2024-07-03
um: Add generic stub_syscall6 function
Benjamin Berg
2
-0
/
+38
2024-07-03
um: Remove stub-data.h include from common-offsets.h
Benjamin Berg
2
-6
/
+8
2024-06-28
x86/syscall: Mark exit[_group] syscall handlers __noreturn
Josh Poimboeuf
2
-8
/
+13
2024-05-25
Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-30
/
+42
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-7
/
+0
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-04-30
um: Remove unused do_get_thread_area function
Tiwei Bie
1
-17
/
+0
2024-04-30
um: Fix -Wmissing-prototypes warnings for __vdso_*
Tiwei Bie
1
-2
/
+8
2024-04-30
um: Fix the -Wmissing-prototypes warning for get_thread_reg
Tiwei Bie
1
-0
/
+7
2024-04-30
um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn
Tiwei Bie
1
-2
/
+3
2024-04-22
um: signal: move pid variable where needed
Johannes Berg
1
-5
/
+4
2024-04-22
um: Fix -Wmissing-prototypes warnings for __warp_* and foo
Tiwei Bie
2
-0
/
+6
2024-04-22
um: Move declarations to proper headers
Tiwei Bie
2
-2
/
+6
2024-04-22
um: Add missing headers
Tiwei Bie
6
-0
/
+6
2024-04-22
um: Make local functions and variables static
Tiwei Bie
2
-2
/
+2
2024-01-17
Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-153
/
+53
2024-01-05
um: Mark 32bit syscall helpers as clobbering memory
Benjamin Berg
1
-6
/
+12
2024-01-05
um: Rely on PTRACE_SETREGSET to set FS/GS base registers
Benjamin Berg
6
-68
/
+16
2024-01-04
um: Always inline stub functions
Benjamin Berg
2
-18
/
+20
2024-01-04
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
4
-61
/
+5
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
1
-0
/
+1
2023-10-18
UML: remove unused cmd_vdso_install
Masahiro Yamada
1
-12
/
+0
2023-08-26
um: Hard-code the result of 'uname -s'
Masahiro Yamada
1
-1
/
+1
2023-08-26
um: Use the x86 checksum implementation on 32-bit
David Gow
2
-215
/
+2
2023-08-26
um: Remove unsued extern declaration ldt_host_info()
YueHaibing
1
-2
/
+0
2023-04-20
um: make stub data pages size tweakable
Johannes Berg
3
-9
/
+9
2023-03-01
Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+9
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2
-2
/
+2
2023-02-13
um: Support LTO
Peter Foley
1
-1
/
+1
2023-02-10
x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list
Ammar Faizi
1
-4
/
+8
[next]