summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
9 daysum: Use asm-generic/timex.h over the host architecture oneThomas Weißschuh1-0/+13
2026-08-19Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+4
2026-08-19Merge tag 'x86_alternatives_for_v7.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-12/+0
2026-08-19Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+0
2026-08-19Merge tag 'core-entry-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2026-07-23um: vector: fix use-after-free in vector_mmsg_rx()Michael Bommarito1-0/+3
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-9/+0
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)1-12/+0
2026-07-12ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_sysca...Thomas Gleixner1-1/+1
2026-07-12seccomp, treewide: Rename and convert __secure_computing() to return booleanJinjie Ruan1-1/+1
2026-07-07x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)1-12/+4
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2-1/+3
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-06-03percpu: Sanitize __percpu_qual include hellThomas Gleixner2-1/+3
2026-05-29uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-2/+1
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-2/+2
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-21Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-13/+19
2026-04-17Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-24/+0
2026-04-10um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21Kees Cook1-1/+3
2026-04-08um: drivers: call kernel_strrchr() explicitly in cow_user.cMichael Bommarito1-1/+7
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)4-27/+0
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-8/+0
2026-04-03um/xor: cleanup xor.hChristoph Hellwig1-16/+0
2026-03-27um: Replace strncpy() with strnlen()+memcpy_and_pad() in strncpy_chunk_from_u...Kees Cook1-2/+2
2026-03-21um: Remove CONFIG_FRAME_WARN from x86_64_defconfigTiwei Bie1-1/+0
2026-03-21um: Fix pte_read() and pte_exec() for kernel mappingsTiwei Bie2-7/+5
2026-03-21um: Fix potential race condition in TLB syncTiwei Bie1-0/+1
2026-03-21um: fix address-of CMSG_DATA() rvalue in stubMarcel W. Wysocki1-1/+1
2026-03-07Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor2-0/+2
2026-02-24ubd: Use pointer-to-pointers for io_thread_req arraysKees Cook1-5/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds9-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook13-40/+30
2026-02-13Merge tag 'uml-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+57
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+6
2026-02-07um: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng1-0/+1
2026-01-27arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-5/+0
2026-01-27um: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-1/+6
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-21treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2026-01-13arch/um: remove unused varible err in remove_files_and_dir()Alex Shi1-2/+1
2026-01-13um: virtio_uml: Support adding devices via mconsoleTiwei Bie1-1/+50
2026-01-13um: Handle SIGCHLD in seccomp mode like other IRQ signalsTiwei Bie1-0/+3
2026-01-13um: Preserve errno within signal handlerTiwei Bie1-3/+3
2026-01-05um: Fix incorrect __acquires/__releases annotationsMarco Elver2-7/+11