index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
um: Re-evaluate thread flags repeatedly
Thomas Weißschuh
2
-8
/
+16
10 days
um: rtc: Avoid shadowing err in uml_rtc_start()
Tiwei Bie
1
-1
/
+1
2025-07-17
um: vector: Reduce stack usage in vector_eth_configure()
Tiwei Bie
1
-29
/
+13
2025-07-06
um: ubd: Add missing error check in start_io_thread()
Tiwei Bie
1
-1
/
+1
2025-07-06
um: use proper care when taking mmap lock during segfault
Benjamin Berg
1
-12
/
+117
2025-07-06
um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
Sami Tolvanen
1
-0
/
+5
2025-06-19
um: Fix tgkill compile error on old host OSes
Yongting Lin
1
-1
/
+2
2025-05-12
um: let 'make clean' properly clean underlying SUBARCH as well
Masahiro Yamada
1
-0
/
+1
2025-05-05
um: fix _nofault accesses
Johannes Berg
2
-13
/
+15
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-03
Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+6
2025-04-02
Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
34
-1038
/
+1033
2025-04-01
mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
Qi Zheng
1
-15
/
+6
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-19
/
+5
2025-03-20
um: Rewrite the sigio workaround based on epoll and tgkill
Tiwei Bie
6
-316
/
+47
2025-03-20
um: Prohibit the VM_CLONE flag in run_helper_thread()
Tiwei Bie
1
-0
/
+4
2025-03-20
um: Switch to the pthread-based helper in sigio workaround
Tiwei Bie
1
-25
/
+19
2025-03-20
um: ubd: Switch to the pthread-based helper
Tiwei Bie
3
-23
/
+22
2025-03-20
um: Add pthread-based helper support
Tiwei Bie
2
-0
/
+68
2025-03-18
um: x86: clean up elf specific definitions
Hajime Tazaki
1
-0
/
+1
2025-03-18
um: virt-pci: Refactor virtio_pcidev into its own module
Tiwei Bie
5
-589
/
+794
2025-03-18
um: work around sched_yield not yielding in time-travel mode
Benjamin Berg
2
-0
/
+13
2025-03-18
um: Update min_low_pfn to match changes in uml_reserved
Tiwei Bie
1
-0
/
+1
2025-03-18
um: use str_yes_no() to remove hardcoded "yes" and "no"
Ethan Carter Edwards
1
-1
/
+2
2025-03-18
um: remove copy_from_kernel_nofault_allowed
Benjamin Berg
4
-72
/
+1
2025-03-18
um: mark rodata read-only and implement _nofault accesses
Johannes Berg
12
-23
/
+72
2025-03-17
arch, mm: make releasing of memory to page allocator more explicit
Mike Rapoport (Microsoft)
1
-2
/
+0
2025-03-17
arch, mm: introduce arch_mm_preinit
Mike Rapoport (Microsoft)
1
-2
/
+5
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
1
-1
/
+0
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
3
-14
/
+0
2025-02-18
Merge tag 'v6.14-rc3' into x86/core, to pick up fixes
Ingo Molnar
5
-136
/
+175
2025-02-12
um: convert irq_lock to raw spinlock
Johannes Berg
1
-32
/
+47
2025-02-12
um: virtio_uml: use raw spinlock
Johannes Berg
1
-4
/
+4
2025-02-12
um: virt-pci: don't use kmalloc()
Johannes Berg
1
-96
/
+102
2025-02-12
um: fix execve stub execution on old host OSs
Benjamin Berg
1
-3
/
+13
2025-02-12
um: avoid copying FP state from init_task
Benjamin Berg
1
-1
/
+9
2025-02-03
Revert "x86/module: prepare module loading for ROX allocations of text"
Mike Rapoport (Microsoft)
1
-6
/
+5
2025-01-30
Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-92
/
+21
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-18
/
+9
2025-01-25
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
3
-11
/
+3
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
1
-4
/
+3
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
1
-3
/
+3
2025-01-13
um: Include missing headers in asm/pgtable.h
Tiwei Bie
1
-0
/
+3
2025-01-10
um: rtc: use RTC time when calculating the alarm
Benjamin Berg
1
-2
/
+5
2025-01-10
um: Remove unused user_context function
Tiwei Bie
1
-8
/
+0
2025-01-10
um: Remove unused THREAD_NAME_LEN macro
Tiwei Bie
1
-1
/
+0
2025-01-10
um: Remove unused PGD_BOUND macro
Tiwei Bie
1
-1
/
+0
2025-01-10
um: Mark setup_env_path as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Mark install_fatal_handler as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Mark set_stklim as __init
Tiwei Bie
1
-1
/
+1
[next]