summaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-24/+0
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-9/+0
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-8/+0
2026-04-02um/xor: cleanup xor.hChristoph Hellwig-16/+0
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-1/+0
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf-1/+0
2025-12-01um: Disable KASAN_INLINE when STATIC_LINK is selectedChristophe Leroy (CS GROUP)-4/+0
2025-11-06um: Remove __access_ok_vsyscall()Thomas Weißschuh-7/+1
2025-11-06um: Remove redundant range check from __access_ok_vsyscall()Thomas Weißschuh-2/+1
2025-11-06x86/um: Drop gate area handlingThomas Weißschuh-4/+0
2025-10-28um: Avoid circular dependency on asm-offsets in pgtable.hThomas Weißschuh-0/+2
2025-10-27um: Add initial SMP supportTiwei Bie-4/+52
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie-2/+2
2025-10-27um: Remove file-based iomem emulation supportTiwei Bie-2/+2
2025-10-06Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+0
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov-3/+2
2025-09-10um: Remove unused ipi_pipe field from cpuinfo_umTiwei Bie-1/+0
2025-09-10um: Remove unused cpu_data and current_cpu_data macrosTiwei Bie-2/+0
2025-09-10um: Stop tracking virtual CPUs via mm_cpumask()Tiwei Bie-11/+0
2025-07-29Merge tag 'uml-for-linux-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+15
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2025-07-22um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headersThomas Huth-8/+8
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie-8/+1
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh-0/+4
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh-0/+2
2025-06-24loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro-1/+0
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm-1/+1
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+11
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg-2/+6
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-20/+27
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin-0/+5
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin-0/+14
2025-05-11um: remove custom definition of mk_pte()Matthew Wilcox (Oracle)-20/+8
2025-05-07um: Include linux/types.h in asm/fpu/api.hHerbert Xu-0/+2
2025-05-05um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen-0/+5
2025-05-05um: fix _nofault accessesJohannes Berg-0/+2
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+6
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng-15/+6
2025-03-18um: x86: clean up elf specific definitionsHajime Tazaki-0/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg-5/+17
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-60/+3
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng-3/+3
2025-01-13um: Include missing headers in asm/pgtable.hTiwei Bie-0/+3
2025-01-10um: Remove obsolete fixmap supportTiwei Bie-60/+1
2025-01-10um: Remove unused MODULES_LEN macroTiwei Bie-1/+0
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-125/+117
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+0
2024-11-12um: move thread info into taskBenjamin Berg-17/+23