index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-01-10
um: Mark get_top_address as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Mark parse_cache_line as __init
Tiwei Bie
1
-1
/
+2
2025-01-10
um: Mark parse_host_cpu_flags as __init
Tiwei Bie
1
-1
/
+1
2025-01-10
um: Count iomem_size only once in physmem calculation
Tiwei Bie
1
-3
/
+2
2025-01-10
um: Remove obsolete fixmap support
Tiwei Bie
3
-71
/
+5
2025-01-10
um: Remove unused MODULES_LEN macro
Tiwei Bie
1
-1
/
+0
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
1
-1
/
+0
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
2
-2
/
+2
2024-11-30
Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
62
-746
/
+725
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+11
2024-11-21
Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+0
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-11-12
um: move thread info into task
Benjamin Berg
12
-183
/
+34
2024-11-07
x86/module: prepare module loading for ROX allocations of text
Mike Rapoport (Microsoft)
1
-5
/
+6
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
1
-0
/
+5
2024-11-07
um: Always dump trace for specified task in show_stack
Tiwei Bie
1
-1
/
+1
2024-11-07
um: vector: Do not use drvdata in release
Tiwei Bie
1
-1
/
+2
2024-11-07
um: net: Do not use drvdata in release
Tiwei Bie
1
-1
/
+1
2024-11-07
um: ubd: Do not use drvdata in release
Tiwei Bie
1
-1
/
+1
2024-11-07
um: ubd: Initialize ubd's disk pointer in ubd_add
Tiwei Bie
1
-0
/
+2
2024-11-07
um: virtio_uml: query the number of vqs if supported
Benjamin Berg
2
-2
/
+27
[prev]
[next]