aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+4
2025-12-05Merge tag 'uml-for-linux-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-238/+444
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-11-27arch: um: kmsg_dump: Use console_is_usableMarcos Paulo de Souza1-1/+1
2025-11-06um: Remove fixaddr_user_init()Thomas Weißschuh1-107/+0
2025-10-27um: Add initial SMP supportTiwei Bie9-15/+342
2025-10-27um: Define timers on a per-CPU basisTiwei Bie2-18/+42
2025-10-27um: Determine sleep based on need_resched()Tiwei Bie1-0/+5
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie1-1/+1
2025-10-27um: Do not disable kmalloc in initial_thread_cb()Tiwei Bie1-4/+0
2025-10-27um: Remove file-based iomem emulation supportTiwei Bie3-78/+2
2025-10-27um: Replace UML_ROUND_UP() with PAGE_ALIGN()Tiwei Bie2-4/+3
2025-10-27um: Use PAGE_ALIGN() for address alignmentTiwei Bie1-6/+3
2025-10-27um: Make host_task_size a local variableTiwei Bie1-2/+1
2025-10-27um: move asm-offsets generation into a single fileJohannes Berg1-1/+43
2025-10-27um: init cpu_tasks[] earlierJohannes Berg2-3/+3
2025-10-06Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-25/+26
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+10
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+2
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov1-3/+10
2025-09-10um: Remove unused ipi_pipe field from cpuinfo_umTiwei Bie1-3/+0
2025-09-10um: Centralize stub size calculationsTiwei Bie1-3/+1
2025-09-10um: Indent time-travel help messagesTiwei Bie1-18/+18
2025-09-10um: Add missing trailing newline to help messagesTiwei Bie2-3/+4
2025-09-10um: Support SPARSE_IRQSinan Nalkaya1-0/+5
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie2-4/+0
2025-07-11um: Make mm_list and mm_list_lock staticTiwei Bie1-2/+2
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh1-8/+12
2025-07-11um: simplify syscall header filesJohannes Berg1-2/+9
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh1-0/+9
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-55/+486
2025-06-05um: remove "extern" from implementation of sigchld_handlerBenjamin Berg1-2/+2
2025-06-02um: pass FD for memory operations when neededBenjamin Berg3-19/+111
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg2-15/+132
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg2-5/+83
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg1-0/+49
2025-06-02um: stop using PCI port I/OArnd Bergmann2-14/+0
2025-05-13Merge branch 'x86/alternatives' into x86/core, to merge dependent commitsIngo Molnar1-1/+1
2025-05-05um: use proper care when taking mmap lock during segfaultBenjamin Berg1-12/+117
2025-05-05um: do not send SIGALRM to userspace in time-travel modeBenjamin Berg1-4/+9
2025-05-05um: Remove duplicate arch.h headerJiapeng Chong1-1/+0
2025-05-05um: fix _nofault accessesJohannes Berg1-13/+13
2025-04-14x86/alternatives, um: Rename UML's text_poke_sync() wrapper to smp_text_poke_...Ingo Molnar1-1/+1
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-53/+50
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-18/+5
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie1-26/+0