index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-10
/
+11
2024-03-12
Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+2
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-86
/
+49
2024-03-06
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2
-1
/
+2
2024-02-28
ubd: open the backing files in ubd_add
Christoph Hellwig
1
-42
/
+16
2024-02-28
ubd: remove the queue pointer in struct ubd
Christoph Hellwig
1
-3
/
+1
2024-02-28
ubd: move set_disk_ro to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-28
ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
1
-6
/
+7
2024-02-28
ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-28
ubd: remove ubd_disk_register
Christoph Hellwig
1
-22
/
+15
2024-02-28
ubd: remove the ubd_gendisk array
Christoph Hellwig
1
-9
/
+4
2024-02-21
um: Convert strscpy() usage to 2-argument style
Kees Cook
7
-10
/
+10
2024-02-21
string: Allow 2-argument strscpy()
Kees Cook
1
-1
/
+2
2024-02-20
ubd: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-3
/
+5
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
1
-1
/
+1
2024-02-10
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-1
/
+1
2024-01-27
um: Fix adding '-no-pie' for clang
Nathan Chancellor
1
-1
/
+3
2024-01-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-17
/
+17
2024-01-17
Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
21
-306
/
+148
2024-01-12
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+0
2024-01-09
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-2
/
+2
2024-01-05
um: Remove unused register save/restore functions
Benjamin Berg
2
-22
/
+0
2024-01-05
um: Rely on PTRACE_SETREGSET to set FS/GS base registers
Benjamin Berg
1
-3
/
+0
2024-01-05
arch: um: Add Clang coverage support
MichaĆ Winiarski
1
-0
/
+5
2024-01-05
um: time-travel: fix time corruption
Johannes Berg
1
-5
/
+27
2024-01-05
um: net: Fix return type of uml_net_start_xmit()
Nathan Chancellor
1
-1
/
+1
2024-01-05
um: Do not use printk in userspace trampoline
Benjamin Berg
1
-6
/
+6
2024-01-05
um: Reap winch thread if it fails
Benjamin Berg
2
-10
/
+19
2024-01-05
um: Do not use printk in SIGWINCH helper thread
Benjamin Berg
1
-13
/
+13
2024-01-05
um: Don't use vfprintf() for os_info()
Benjamin Berg
1
-2
/
+17
2024-01-05
um: Make errors to stop ptraced child fatal during startup
Benjamin Berg
1
-29
/
+12
2024-01-05
um: Drop NULL check from start_userspace
Benjamin Berg
1
-29
/
+24
2024-01-05
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
8
-182
/
+19
2024-01-05
um: document arch_futex_atomic_op_inuser
Anton Ivanov
1
-1
/
+3
2024-01-04
um: mmu: remove stub_pages
Johannes Berg
1
-1
/
+0
2024-01-04
um: Fix naming clash between UML and scheduler
Anton Ivanov
3
-5
/
+5
2024-01-04
um: virt-pci: fix platform map offset
Vincent Whitchurch
1
-1
/
+1
2023-12-29
ubd: use the default discard granularity
Christoph Hellwig
1
-1
/
+0
2023-12-08
tty: um: convert to u8/__u8 and size_t
Jiri Slaby (SUSE)
7
-17
/
+17
2023-09-29
um,ethertap: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+1
2023-09-04
Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-26
/
+17
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-3
/
+2
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-14
/
+11
2023-08-28
Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-8
/
+7
2023-08-26
um: virt-pci: fix missing declaration warning
Vincent Whitchurch
1
-0
/
+2
2023-08-26
um: Refactor deprecated strncpy to memcpy
Justin Stitt
1
-2
/
+2
2023-08-26
um: fix 3 instances of -Wmissing-prototypes
Nick Desaulniers
4
-3
/
+3
2023-08-26
um: port_kern: fix -Wmissing-variable-declarations
Nick Desaulniers
1
-1
/
+1
2023-08-26
uml: audio: fix -Wmissing-variable-declarations
Nick Desaulniers
1
-1
/
+1
[next]