summaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * um: Calculate stub data address relative to stub codeBenjamin Berg2024-10-101-4/+2
| * um: Add compile time assert that stub fits on a pageBenjamin Berg2024-10-101-0/+3
| * um: Set parent death signal for winch thread/processBenjamin Berg2024-10-101-0/+3
| * um: Set parent death signal for userspace processBenjamin Berg2024-10-101-0/+3
| * um: use execveat to create userspace MMsBenjamin Berg2024-10-108-60/+267
| * um: remove auxiliary FP registersBenjamin Berg2024-10-104-24/+9
| * um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPSMasahiro Yamada2024-10-101-1/+1
| * um: Remove 3-level page table support on i386Tiwei Bie2024-10-103-34/+0
| * um: always use the internal copy of the FP registersBenjamin Berg2024-10-102-8/+9
| * um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie2024-10-101-1/+1
| * um: Fix the definition for physmem_sizeTiwei Bie2024-10-104-5/+3
| * um: Remove highmem leftoversTiwei Bie2024-10-106-43/+20
| * um: Fix potential integer overflow during physmem setupTiwei Bie2024-10-101-3/+3
| * um: Remove the redundant declaration of high_physmemTiwei Bie2024-10-101-4/+1
| * um: Remove unused os_getpgrp functionBenjamin Berg2024-10-102-6/+0
| * um: Remove unused os_stop_processBenjamin Berg2024-10-102-6/+0
| * um: Remove unused os_process_parentBenjamin Berg2024-10-102-40/+0
| * um: Remove unused os_process_pcBenjamin Berg2024-10-102-34/+0
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-5/+11
|\ \
| * | x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)2024-11-071-5/+6
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+5
| |/
* | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-212-2/+0
|\ \
| * | reiserfs: The last commitJan Kara2024-10-212-2/+0
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-211-2/+0
|\ \
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-2/+0
| |/
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-1/+1
|\ \
| * | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
* | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-4/+1
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-2721-187/+249
|\
| * um: fix time-travel syscall scheduling hackJohannes Berg2024-09-121-14/+20
| * um: Remove outdated asm/sysrq.h headerTiwei Bie2024-09-122-9/+0
| * um: Remove the declaration of user_thread functionTiwei Bie2024-09-121-1/+0
| * um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie2024-09-121-3/+0
| * um: Remove unused mm_fd field from mm_idTiwei Bie2024-09-126-14/+11
| * um: Remove unused fields from thread_structTiwei Bie2024-09-123-21/+11
| * um: Remove the redundant newpage check in update_pte_rangeTiwei Bie2024-09-121-10/+6
| * um: Remove unused kpte_clear_flush macroTiwei Bie2024-09-121-7/+0
| * um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui2024-09-121-1/+0
| * vector_user: add VDE supportRenzo Davoli2024-09-121-0/+83
| * um: remove ARCH_NO_PREEMPT_DYNAMICJohannes Berg2024-09-121-1/+0
| * um: vector: Fix NAPI budget handlingAnton Ivanov2024-09-121-2/+2
| * um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov2024-09-122-102/+110
| * um: remove variable stack array in os_rcv_fd_msg()Johannes Berg2024-09-121-2/+6
* | [tree-wide] finally take no_llseek outAl Viro2024-09-272-3/+0
* | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-081-1/+1
|\ \ | |/ |/|
| * printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-171-1/+1
* | minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds2024-07-291-0/+2
* | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-2550-1319/+1043
|\ \
| * | um: vector: always reset vp->openedJohannes Berg2024-07-041-1/+2