summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3 days2-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 Torvalds4 days1-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 Torvalds4 days1-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-281-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
| * | um: vector: remove vp->lockJohannes Berg2024-07-042-16/+1
| * | um: register power-off handlerJohannes Berg2024-07-041-0/+15
| * | um: line: always fill *error_out in setup_one_line()Johannes Berg2024-07-041-0/+2
| * | um: Enable preemption in UMLAnton Ivanov2024-07-032-1/+3
| * | um: refactor TLB update handlingBenjamin Berg2024-07-039-132/+110
| * | um: simplify and consolidate TLB updatesBenjamin Berg2024-07-033-317/+99
| * | um: remove force_flush_all from fork_handlerBenjamin Berg2024-07-033-33/+15
| * | um: Do not flush MM in flush_threadBenjamin Berg2024-07-032-5/+24
| * | um: Delay flushing syscalls until the thread is restartedBenjamin Berg2024-07-037-42/+49
| * | um: remove copy_context_skas0Benjamin Berg2024-07-036-178/+10
| * | um: remove LDT supportBenjamin Berg2024-07-035-39/+8
| * | um: compress memory related stub syscalls while adding themBenjamin Berg2024-07-031-0/+39
| * | um: Rework syscall handlingBenjamin Berg2024-07-0311-163/+258
| * | um: Create signal stack memory assignment in stub_dataBenjamin Berg2024-07-035-8/+24
| * | um: Remove stub-data.h include from common-offsets.hBenjamin Berg2024-07-031-5/+0
| * | um: time-travel: fix signal blocking race/hangJohannes Berg2024-07-031-20/+98
| * | um: time-travel: remove time_exit()Johannes Berg2024-07-031-6/+0
| * | um: harddog: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * | um: add shared memory optimisation for time-travel=extJohannes Berg2024-07-031-12/+118
| * | um: add mmap/mremap OS callsJohannes Berg2024-07-032-0/+25
| * | um: generalize os_rcv_fdJohannes Berg2024-07-036-41/+54