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
Age
Commit message (
Expand
)
Author
Lines
8 days
Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+2
2026-02-26
kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
-0
/
+2
2026-02-23
ubd: Use pointer-to-pointers for io_thread_req arrays
Kees Cook
-5
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-15
/
+15
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-40
/
+30
2026-02-13
Merge tag 'uml-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+57
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6
/
+6
2026-02-06
um: mm: enable MMU_GATHER_RCU_TABLE_FREE
Qi Zheng
-0
/
+1
2026-01-26
arch, mm: consolidate initialization of nodes, zones and memory map
Mike Rapoport (Microsoft)
-5
/
+0
2026-01-26
um: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
-1
/
+6
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
-1
/
+0
2026-01-13
arch/um: remove unused varible err in remove_files_and_dir()
Alex Shi
-2
/
+1
2026-01-13
um: virtio_uml: Support adding devices via mconsole
Tiwei Bie
-1
/
+50
2026-01-13
um: Handle SIGCHLD in seccomp mode like other IRQ signals
Tiwei Bie
-0
/
+3
2026-01-13
um: Preserve errno within signal handler
Tiwei Bie
-3
/
+3
2026-01-05
um: Fix incorrect __acquires/__releases annotations
Marco Elver
-7
/
+11
2025-12-06
Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+4
2025-12-05
Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-600
/
+943
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2025-12-03
x86/asm: Remove ANNOTATE_DATA_SPECIAL usage
Josh Poimboeuf
-1
/
+1
2025-12-03
x86/alternative: Remove ANNOTATE_DATA_SPECIAL usage
Josh Poimboeuf
-0
/
+2
2025-12-01
um: Disable KASAN_INLINE when STATIC_LINK is selected
Christophe Leroy (CS GROUP)
-4
/
+1
2025-11-27
arch: um: kmsg_dump: Use console_is_usable
Marcos Paulo de Souza
-1
/
+1
2025-11-25
um: Don't rename vmap to kernel_vmap
David Gow
-7
/
+5
2025-11-24
um: drivers: virtio: use string choices helper
Kuninori Morimoto
-2
/
+2
2025-11-06
um: Always set up AT_HWCAP and AT_PLATFORM
Thomas Weißschuh
-8
/
+7
2025-11-06
um: Remove __access_ok_vsyscall()
Thomas Weißschuh
-7
/
+1
2025-11-06
um: Remove redundant range check from __access_ok_vsyscall()
Thomas Weißschuh
-2
/
+1
2025-11-06
um: Remove fixaddr_user_init()
Thomas Weißschuh
-107
/
+0
2025-11-06
x86/um: Drop gate area handling
Thomas Weißschuh
-4
/
+0
2025-11-06
x86/um: Do not inherit vDSO from host
Thomas Weißschuh
-33
/
+0
2025-11-06
um: Split out default elf_aux_hwcap
Thomas Weißschuh
-2
/
+0
2025-11-06
x86/um: Move ELF_PLATFORM fallback to x86-specific code
Thomas Weißschuh
-3
/
+0
2025-11-06
um: Split out default elf_aux_platform
Thomas Weißschuh
-2
/
+4
2025-10-28
um: Avoid circular dependency on asm-offsets in pgtable.h
Thomas Weißschuh
-0
/
+2
2025-10-27
um: Add initial SMP support
Tiwei Bie
-47
/
+765
2025-10-27
um: Define timers on a per-CPU basis
Tiwei Bie
-31
/
+69
2025-10-27
um: Determine sleep based on need_resched()
Tiwei Bie
-6
/
+26
2025-10-27
um: Turn signals_* into thread-local variables
Tiwei Bie
-8
/
+13
2025-10-27
um: Do not disable kmalloc in initial_thread_cb()
Tiwei Bie
-4
/
+0
2025-10-27
um: Remove file-based iomem emulation support
Tiwei Bie
-293
/
+4
2025-10-27
um: Replace UML_ROUND_UP() with PAGE_ALIGN()
Tiwei Bie
-7
/
+3
2025-10-27
um: Use PAGE_ALIGN() for address alignment
Tiwei Bie
-6
/
+3
2025-10-27
um: Make host_task_size a local variable
Tiwei Bie
-3
/
+1
2025-10-27
um: move asm-offsets generation into a single file
Johannes Berg
-31
/
+43
2025-10-27
um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Johannes Berg
-0
/
+10
[next]