index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-4
/
+1
2025-06-04
um: Update min_low_pfn to match changes in uml_reserved
Tiwei Bie
1
-0
/
+1
2024-12-14
um: Always dump trace for specified task in show_stack
Tiwei Bie
1
-1
/
+1
2024-12-14
um: Fix the return value of elf_core_copy_task_fpregs
Tiwei Bie
1
-1
/
+1
2024-12-14
um: Fix potential integer overflow during physmem setup
Tiwei Bie
1
-3
/
+3
2024-08-19
um: time-travel: fix time-travel-start option
Johannes Berg
1
-2
/
+2
2024-02-23
um: time-travel: fix time corruption
Johannes Berg
1
-5
/
+27
2024-02-23
um: Fix naming clash between UML and scheduler
Anton Ivanov
1
-1
/
+1
2023-08-08
um/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
1
-1
/
+2
2023-03-17
UML: define RUNTIME_DISCARD_EXIT
Masahiro Yamada
1
-1
/
+1
2022-10-26
UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
Huacai Chen
1
-1
/
+1
2022-09-28
um: fix default console kernel parameter
Christian Lamparter
1
-1
/
+1
2022-08-17
um: seed rng using host OS rng
Jason A. Donenfeld
1
-0
/
+8
2022-07-23
um: Add missing apply_returns()
Peter Zijlstra
1
-0
/
+4
2022-07-23
x86/alternative: Implement .retpoline_sites support
Peter Zijlstra
1
-0
/
+4
2022-06-09
ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
Eric W. Biederman
4
-8
/
+8
2022-01-27
um: rename set_signals() to um_set_signals()
Johannes Berg
1
-1
/
+1
2021-11-25
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
1
-1
/
+1
2021-09-09
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+0
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
1
-4
/
+0
2021-08-26
um: fix stub location calculation
Johannes Berg
1
-2
/
+1
2021-07-23
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
1
-4
/
+10
2021-07-09
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-44
/
+258
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-29
Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-06-19
um: remove unneeded semicolon in um_arch.c
Wan Jiabing
1
-1
/
+1
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-1
/
+1
2021-06-17
um: Fix stack pointer alignment
YiFei Zhu
1
-1
/
+1
2021-06-17
um: add a UML specific futex implementation
Anton Ivanov
1
-0
/
+136
2021-06-17
um: Add support for host CPU flags and alignment
Anton Ivanov
2
-6
/
+55
2021-06-17
um: add PCI over virtio emulation driver
Johannes Berg
3
-3
/
+18
2021-06-17
um: irqs: allow invoking time-travel handler multiple times
Johannes Berg
1
-4
/
+6
2021-06-17
um: time-travel/signals: fix ndelay() in interrupt
Johannes Berg
2
-29
/
+41
2021-06-17
um: export signals_enabled directly
Johannes Berg
1
-1
/
+1
2021-05-20
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
1
-1
/
+1
2021-05-04
Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-19
/
+13
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
1
-1
/
+0
2021-04-27
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+12
2021-04-15
um: Replace if (cond) BUG() with BUG_ON()
Yang Li
1
-2
/
+1
2021-04-15
um: Disable CONFIG_GCOV with MODULES
Johannes Berg
2
-17
/
+0
2021-04-15
um: Mark all kernel symbols as local
Johannes Berg
2
-0
/
+12
2021-03-08
printk: introduce a kmsg_dump iterator
John Ogness
1
-1
/
+4
2021-03-08
um: synchronize kmsg_dumper
John Ogness
1
-0
/
+8
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
1
-1
/
+1
2021-02-12
um: add a pseudo RTC
Johannes Berg
1
-1
/
+9
2021-02-12
um: remove process stub VMA
Johannes Berg
4
-105
/
+6
2021-02-12
um: rework userspace stubs to not hard-code stub location
Johannes Berg
1
-2
/
+1
2021-02-12
um: separate child and parent errors in clone stub
Johannes Berg
1
-14
/
+11
[next]