summaryrefslogtreecommitdiff
path: root/arch/um/include/asm
AgeCommit message (Expand)AuthorFilesLines
2026-04-21Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+4
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-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-9/+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-21um: Fix pte_read() and pte_exec() for kernel mappingsTiwei Bie1-5/+4
2026-01-21treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-1/+0
2025-12-06Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2025-12-03x86/asm: Remove ANNOTATE_DATA_SPECIAL usageJosh Poimboeuf1-1/+0
2025-12-01um: Disable KASAN_INLINE when STATIC_LINK is selectedChristophe Leroy (CS GROUP)1-4/+0
2025-11-06um: Remove __access_ok_vsyscall()Thomas Weißschuh1-7/+1
2025-11-06um: Remove redundant range check from __access_ok_vsyscall()Thomas Weißschuh1-2/+1
2025-11-06x86/um: Drop gate area handlingThomas Weißschuh1-4/+0
2025-10-28um: Avoid circular dependency on asm-offsets in pgtable.hThomas Weißschuh1-0/+2
2025-10-27um: Add initial SMP supportTiwei Bie5-4/+52
2025-10-27um: Turn signals_* into thread-local variablesTiwei Bie1-2/+2
2025-10-27um: Remove file-based iomem emulation supportTiwei Bie1-2/+2
2025-10-06Merge tag 'uml-for-linux-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+0
2025-09-22kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov1-3/+2
2025-09-10um: Remove unused ipi_pipe field from cpuinfo_umTiwei Bie1-1/+0
2025-09-10um: Remove unused cpu_data and current_cpu_data macrosTiwei Bie1-2/+0
2025-09-10um: Stop tracking virtual CPUs via mm_cpumask()Tiwei Bie1-11/+0
2025-07-30Merge tag 'uml-for-linux-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-16/+15
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-07-22um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headersThomas Huth5-8/+8
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie1-8/+1
2025-07-11um: Re-evaluate thread flags repeatedlyThomas Weißschuh1-0/+4
2025-07-11um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTSThomas Weißschuh1-0/+2
2025-06-25loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro1-1/+0
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+11
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg2-2/+6
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-20/+27
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+2
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+5
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-12um: remove custom definition of mk_pte()Matthew Wilcox (Oracle)3-20/+8
2025-05-07um: Include linux/types.h in asm/fpu/api.hHerbert Xu1-0/+2
2025-05-05um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen1-0/+5
2025-05-05um: fix _nofault accessesJohannes Berg1-0/+2
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+6
2025-04-02mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-15/+6
2025-03-18um: x86: clean up elf specific definitionsHajime Tazaki1-0/+1
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg2-5/+17
2025-01-31Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-60/+3
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-3/+3
2025-01-13um: Include missing headers in asm/pgtable.hTiwei Bie1-0/+3
2025-01-10um: Remove obsolete fixmap supportTiwei Bie2-60/+1
2025-01-10um: Remove unused MODULES_LEN macroTiwei Bie1-1/+0
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-125/+117