summaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-27arch: um: kmsg_dump: Use console_is_usableMarcos Paulo de Souza
2025-11-06um: Remove fixaddr_user_init()Thomas Weißschuh
2025-10-27um: Add initial SMP supportTiwei Bie
2025-10-27um: Define timers on a per-CPU basisTiwei Bie
2025-10-27um: Determine sleep based on need_resched()Tiwei Bie
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie
2025-10-27um: Do not disable kmalloc in initial_thread_cb()Tiwei Bie
2025-10-27um: Remove file-based iomem emulation supportTiwei Bie
2025-10-27um: Replace UML_ROUND_UP() with PAGE_ALIGN()Tiwei Bie
2025-10-27um: Use PAGE_ALIGN() for address alignmentTiwei Bie
2025-10-27um: Make host_task_size a local variableTiwei Bie
2025-10-27um: move asm-offsets generation into a single fileJohannes Berg
2025-10-27um: init cpu_tasks[] earlierJohannes Berg
2025-10-06Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov
2025-09-10um: Remove unused ipi_pipe field from cpuinfo_umTiwei Bie
2025-09-10um: Centralize stub size calculationsTiwei Bie
2025-09-10um: Indent time-travel help messagesTiwei Bie
2025-09-10um: Add missing trailing newline to help messagesTiwei Bie
2025-09-10um: Support SPARSE_IRQSinan Nalkaya
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie
2025-07-11um: Make mm_list and mm_list_lock staticTiwei Bie
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh
2025-07-11um: simplify syscall header filesJohannes Berg
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg
2025-06-02um: pass FD for memory operations when neededBenjamin Berg
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg
2025-06-02um: stop using PCI port I/OArnd Bergmann
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar
2025-05-05um: use proper care when taking mmap lock during segfaultBenjamin Berg
2025-05-05um: do not send SIGALRM to userspace in time-travel modeBenjamin Berg
2025-05-05um: Remove duplicate arch.h headerJiapeng Chong
2025-05-05um: fix _nofault accessesJohannes Berg
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie