index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2024-03-06
1
-1
/
+1
*
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-09
1
-1
/
+1
*
um: Remove unused register save/restore functions
Benjamin Berg
2024-01-05
1
-2
/
+0
*
um: Rely on PTRACE_SETREGSET to set FS/GS base registers
Benjamin Berg
2024-01-05
1
-3
/
+0
*
um: Drop support for hosts without SYSEMU_SINGLESTEP support
Benjamin Berg
2024-01-04
3
-44
/
+1
*
um: mmu: remove stub_pages
Johannes Berg
2024-01-04
1
-1
/
+0
*
um: Fix naming clash between UML and scheduler
Anton Ivanov
2024-01-04
1
-1
/
+1
*
Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-09-04
1
-0
/
+1
|
\
|
*
um: fix 3 instances of -Wmissing-prototypes
Nick Desaulniers
2023-08-26
1
-0
/
+1
|
*
um: Remove strlcpy usage
Azeem Shaikh
2023-08-19
1
-1
/
+0
*
|
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-1
/
+1
|
\
\
|
*
|
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
1
-1
/
+1
|
|
/
*
|
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
2
-14
/
+11
|
\
\
|
*
|
um: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
1
-5
/
+2
|
*
|
um: convert {pmd, pte}_free_tlb() to use ptdescs
Vishal Moola (Oracle)
2023-08-21
1
-9
/
+9
|
|
/
*
/
um: Remove strlcpy declaration
Azeem Shaikh
2023-07-27
1
-1
/
+0
|
/
*
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-27
1
-0
/
+1
|
\
|
*
uml: Replace strlcpy with strscpy
Azeem Shaikh
2023-06-20
1
-0
/
+1
*
|
um/cpu: Switch to arch_cpu_finalize_init()
Thomas Gleixner
2023-06-16
1
-7
/
+0
|
/
*
um: make stub data pages size tweakable
Johannes Berg
2023-04-20
1
-1
/
+2
*
Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-03-01
1
-1
/
+1
|
\
|
*
um: Make the definition of cpu_data more compatible
Peter Foley
2023-02-10
1
-1
/
+1
*
|
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-09
1
-1
/
+0
*
|
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
1
-1
/
+0
*
|
um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
1
-2
/
+35
|
/
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-8
/
+0
|
\
|
*
x86_64: Remove pointless set_64bit() usage
Peter Zijlstra
2022-12-15
1
-8
/
+0
*
|
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
1
-2
/
+0
|
\
\
|
*
|
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-11-08
1
-2
/
+0
|
|
/
*
/
PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
Thomas Gleixner
2022-11-17
1
-1
/
+1
|
/
*
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-09-11
1
-4
/
+0
*
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
2022-08-21
1
-15
/
+0
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-17
/
+0
|
\
|
*
um/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
1
-17
/
+0
*
|
Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-05
5
-7
/
+42
|
\
\
|
*
|
um: include sys/types.h for size_t
Jason A. Donenfeld
2022-07-17
1
-1
/
+2
|
*
|
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
2022-07-17
2
-4
/
+4
|
*
|
UML: add support for KASAN under x86_64
Patricia Alfonso
2022-07-17
2
-0
/
+39
|
*
|
um: remove unused mm_copy_segments
Tobias Klauser
2022-07-17
1
-5
/
+0
|
*
|
um: Remove straying parenthesis
Benjamin Beichler
2022-07-17
1
-1
/
+1
|
|
/
*
|
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-08-04
1
-22
/
+2
|
\
\
|
*
|
asm-generic: Add new pci.h and use it
Stafford Horne
2022-07-22
1
-12
/
+2
|
*
|
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
2022-07-22
1
-2
/
+0
|
*
|
PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h
Stafford Horne
2022-07-22
1
-8
/
+0
|
|
/
*
|
random: handle archrandom with multiple longs
Jason A. Donenfeld
2022-07-25
1
-13
/
+8
*
|
um: seed rng using host OS rng
Jason A. Donenfeld
2022-07-18
2
-0
/
+37
*
|
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
2022-07-14
2
-4
/
+4
|
/
*
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-03
1
-0
/
+2
|
\
|
*
ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
Eric W. Biederman
2022-05-11
1
-0
/
+2
*
|
Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-03
2
-13
/
+10
|
\
\
[next]