aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'uml-for-linux-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds9-20/+16
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2025-07-22um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headersThomas Huth6-9/+9
2025-07-13um: Stop tracking stub's PID via userspace_pid[]Tiwei Bie3-11/+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-24loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro1-1/+0
2025-06-11mm: 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/kernel/git/uml/linuxLinus Torvalds11-126/+48
2025-06-02um: pass FD for memory operations when neededBenjamin Berg2-0/+8
2025-06-02um: Implement kernel side of SECCOMP based process handlingBenjamin Berg3-2/+7
2025-06-02um: Track userspace children dying in SECCOMP modeBenjamin Berg6-2/+12
2025-06-02um: Add stub side of SECCOMP/futex based process handlingBenjamin Berg2-0/+16
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-20/+27
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+5
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+14
2025-05-11um: 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: Remove legacy network transport infrastructureTiwei Bie2-121/+0
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie1-1/+0
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/kernel/git/akpm/mmLinus Torvalds1-15/+6
2025-04-02Merge tag 'uml-for-linux-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds10-14/+39
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-15/+6
2025-03-20um: Rewrite the sigio workaround based on epoll and tgkillTiwei Bie2-2/+1
2025-03-20um: Add pthread-based helper supportTiwei Bie1-0/+5
2025-03-18um: x86: clean up elf specific definitionsHajime Tazaki1-0/+1
2025-03-18um: work around sched_yield not yielding in time-travel modeBenjamin Berg1-0/+2
2025-03-18um: remove copy_from_kernel_nofault_allowedBenjamin Berg1-1/+0
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg6-11/+30
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-1/+0
2025-01-30Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds2-60/+3
2025-01-25mm: 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/kernel/git/uml/linuxLinus Torvalds19-173/+140
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2024-11-12um: move thread info into taskBenjamin Berg4-22/+25
2024-11-07um: remove broken double fault detectionBenjamin Berg1-1/+0
2024-11-07um: remove duplicate UM_NSEC_PER_SEC definitionBenjamin Berg1-1/+0
2024-11-07um: remove file sync for stub dataBenjamin Berg1-1/+0
2024-11-07um: always include kconfig.h and compiler-version.hBenjamin Berg3-22/+3
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-2/+0
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie1-0/+2
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg1-1/+3
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg1-1/+5
2024-10-23um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNCTiwei Bie4-28/+28