aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2025-01-10um: Mark parse_host_cpu_flags as __initTiwei Bie1-1/+1
2025-01-10um: Count iomem_size only once in physmem calculationTiwei Bie1-3/+2
2025-01-10um: Remove obsolete fixmap supportTiwei Bie3-71/+5
2025-01-10um: Remove unused MODULES_LEN macroTiwei Bie1-1/+0
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds62-741/+720
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+11
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+0
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-12um: move thread info into taskBenjamin Berg12-183/+34
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-5/+6
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+5
2024-11-07um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-11-07um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-11-07um: net: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-11-07um: ubd: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-11-07um: ubd: Initialize ubd's disk pointer in ubd_addTiwei Bie1-0/+2
2024-11-07um: virtio_uml: query the number of vqs if supportedBenjamin Berg2-2/+27
2024-11-07um: virtio_uml: fix call_fd IRQ allocationBenjamin Berg1-5/+10
2024-11-07um: virtio_uml: send SET_MEM_TABLE message with the exact sizeBenjamin Berg1-1/+1
2024-11-07um: remove broken double fault detectionBenjamin Berg3-15/+0
2024-11-07um: remove duplicate UM_NSEC_PER_SEC definitionBenjamin Berg1-1/+0
2024-11-07um: remove file sync for stub dataBenjamin Berg3-8/+0
2024-11-07um: always include kconfig.h and compiler-version.hBenjamin Berg7-31/+16
2024-11-07um: set DONTDUMP and DONTFORK flags on KASAN shadow memoryBenjamin Berg1-0/+12
2024-11-07um: Remove double zero checkShaojie Dong1-2/+1
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-2/+0
2024-10-26um: fix stub exe build with CONFIG_GCOVJohannes Berg2-8/+8
2024-10-25um: Use os_set_pdeathsig helper in winch thread/processTiwei Bie1-2/+1
2024-10-25um: Set parent-death signal for write_sigio thread/processTiwei Bie1-0/+1
2024-10-25um: Set parent-death signal for ubd io thread/processTiwei Bie1-0/+1
2024-10-25um: Add os_set_pdeathsig helper functionTiwei Bie2-0/+8
2024-10-24um: remove PATH_MAX useJohannes Berg1-2/+1
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg5-19/+22
2024-10-23um: insert scheduler ticks when userspace does not yieldBenjamin Berg4-1/+66
2024-10-23um: Rename _PAGE_NEWPAGE to _PAGE_NEEDSYNCTiwei Bie5-33/+33
2024-10-23um: Abandon the _PAGE_NEWPROT bitTiwei Bie7-103/+34
2024-10-23um: Do not propagate initrd parameter to kernelTiwei Bie1-0/+1
2024-10-23um: hostaudio: Do not propagate mixer parameter to kernelTiwei Bie1-0/+1
2024-10-23um: hostaudio: Do not propagate dsp parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate noreboot parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate dtb parameter to kernelTiwei Bie1-0/+1
2024-10-23um: Do not propagate uml_dir parameter to kernelTiwei Bie1-0/+2
2024-10-23um: Do not propagate mem parameter to kernelTiwei Bie1-0/+2
2024-10-23um: Remove UML specific debug parameterTiwei Bie1-13/+0
2024-10-23um: remove fault_catcher infrastructureJohannes Berg4-21/+1
2024-10-23um: restore process nameJohannes Berg2-2/+14
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg1-7/+11
2024-10-21reiserfs: The last commitJan Kara2-2/+0
2024-10-18um: Fix misaligned stack in stub_exeDavid Gow1-1/+1
2024-10-17um: Disable auto variable initialization for stub_exe.cNathan Chancellor1-0/+5
2024-10-17um: Fix passing '-n' to linker for stub_exeNathan Chancellor1-1/+1
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+1
2024-10-10um: Switch to 4 level page tables on 64 bitBenjamin Berg6-16/+78
2024-10-10um: clear all memory in new userspace processesBenjamin Berg1-23/+2
2024-10-10um: Discover host_task_size from envpBenjamin Berg4-7/+28
2024-10-10um: Limit TASK_SIZE to the addressable rangeBenjamin Berg1-1/+6
2024-10-10um: Calculate stub data address relative to stub codeBenjamin Berg1-4/+2
2024-10-10um: Add compile time assert that stub fits on a pageBenjamin Berg1-0/+3
2024-10-10um: Set parent death signal for winch thread/processBenjamin Berg1-0/+3
2024-10-10um: Set parent death signal for userspace processBenjamin Berg1-0/+3
2024-10-10um: use execveat to create userspace MMsBenjamin Berg8-57/+264
2024-10-10um: remove auxiliary FP registersBenjamin Berg4-24/+9
2024-10-10um: remove dependency on undefined CC_CAN_LINK_STATIC_NO_RUNTIME_DEPSMasahiro Yamada1-1/+1
2024-10-10um: Remove 3-level page table support on i386Tiwei Bie3-34/+0
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg2-8/+9
2024-10-10um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-10-10um: Fix the definition for physmem_sizeTiwei Bie4-5/+3
2024-10-10um: Remove highmem leftoversTiwei Bie6-43/+20
2024-10-10um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-10-10um: Remove the redundant declaration of high_physmemTiwei Bie1-4/+1
2024-10-10um: Remove unused os_getpgrp functionBenjamin Berg2-6/+0
2024-10-10um: Remove unused os_stop_processBenjamin Berg2-6/+0
2024-10-10um: Remove unused os_process_parentBenjamin Berg2-40/+0
2024-10-10um: Remove unused os_process_pcBenjamin Berg2-34/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-186/+248
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-3/+0
2024-09-12um: fix time-travel syscall scheduling hackJohannes Berg1-14/+20
2024-09-12um: Remove outdated asm/sysrq.h headerTiwei Bie2-9/+0
2024-09-12um: Remove the declaration of user_thread functionTiwei Bie1-1/+0
2024-09-12um: Remove the call to SUBARCH_EXECVE1 macroTiwei Bie1-3/+0
2024-09-12um: Remove unused mm_fd field from mm_idTiwei Bie6-14/+11
2024-09-12um: Remove unused fields from thread_structTiwei Bie3-21/+11
2024-09-12um: Remove the redundant newpage check in update_pte_rangeTiwei Bie1-9/+5
2024-09-12um: Remove unused kpte_clear_flush macroTiwei Bie1-7/+0
2024-09-12um: Remove obsoleted declaration for execute_syscall_skasGaosheng Cui1-1/+0
2024-09-12vector_user: add VDE supportRenzo Davoli1-0/+83
2024-09-12um: remove ARCH_NO_PREEMPT_DYNAMICJohannes Berg1-1/+0
2024-09-12um: vector: Fix NAPI budget handlingAnton Ivanov1-2/+2
2024-09-12um: vector: Replace locks guarding queue depth with atomicsAnton Ivanov2-102/+110
2024-09-12um: remove variable stack array in os_rcv_fd_msg()Johannes Berg1-2/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds50-1317/+1041
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+10
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-8/+12
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-1/+1
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-3/+5
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko1-6/+8
2024-07-16um: Use generic runtime constant implementationLinus Torvalds1-0/+1
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+9
2024-07-10um: don't generate asm/bpf_perf_event.hArnd Bergmann2-1/+9
2024-07-04um: vector: always reset vp->openedJohannes Berg1-1/+2
2024-07-04um: vector: remove vp->lockJohannes Berg2-16/+1
2024-07-04um: register power-off handlerJohannes Berg1-0/+15
2024-07-04um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-07-03um: Enable preemption in UMLAnton Ivanov2-1/+3
2024-07-03um: refactor TLB update handlingBenjamin Berg9-132/+110
2024-07-03um: simplify and consolidate TLB updatesBenjamin Berg3-317/+99
2024-07-03um: remove force_flush_all from fork_handlerBenjamin Berg3-33/+15
2024-07-03um: Do not flush MM in flush_threadBenjamin Berg2-5/+24
2024-07-03um: Delay flushing syscalls until the thread is restartedBenjamin Berg7-42/+49
2024-07-03um: remove copy_context_skas0Benjamin Berg6-178/+10
2024-07-03um: remove LDT supportBenjamin Berg5-39/+8
2024-07-03um: compress memory related stub syscalls while adding themBenjamin Berg1-0/+39
2024-07-03um: Rework syscall handlingBenjamin Berg11-158/+253
2024-07-03um: Create signal stack memory assignment in stub_dataBenjamin Berg5-8/+24
2024-07-03um: Remove stub-data.h include from common-offsets.hBenjamin Berg1-5/+0
2024-07-03um: time-travel: fix signal blocking race/hangJohannes Berg1-20/+98
2024-07-03um: time-travel: remove time_exit()Johannes Berg1-6/+0
2024-07-03um: harddog: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03um: add shared memory optimisation for time-travel=extJohannes Berg1-12/+118
2024-07-03um: add mmap/mremap OS callsJohannes Berg2-0/+25
2024-07-03um: generalize os_rcv_fdJohannes Berg6-41/+54
2024-07-03um: time-travel: support time-travel protocol broadcast messagesMordechay Goodstein3-0/+71
2024-07-03um: enable UBSANJohannes Berg1-0/+1
2024-07-03um/mm: remove redundant assignment of max_low_pfnWei Yang1-1/+0
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow1-1/+1
2024-07-03um: Remove /proc/sysemu support codeTiwei Bie1-67/+0
2024-07-03um: Remove unused ncpus variableTiwei Bie2-4/+0
2024-07-03ubd: Remove unused mutex 'ubd_mutex'Dr. David Alan Gilbert1-1/+0
2024-07-03um: time-travel: fix time-travel-start optionJohannes Berg1-2/+2
2024-07-03um: Select HAS_IOREMAP for UML_IOMEM_EMULATIONNiklas Schnelle1-1/+2
2024-07-03um: Remove obsolete pcap driverAnton Ivanov5-299/+2
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg4-21/+74
2024-07-03um: chan_user: retry partial writesBenjamin Berg1-3/+15
2024-07-03um: chan_user: catch EINTR when reading and writingBenjamin Berg1-2/+2
2024-07-03um: irqs: process outstanding IRQs when unblocking signalsBenjamin Berg1-29/+49
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-1/+1
2024-06-17_PATCH_19_23_um_virt_pci_Use_irq_domain_instantiate_Herve Codina1-6/+10
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14ubd: untagle discard vs write zeroes not support handlingChristoph Hellwig1-4/+5
2024-06-14ubd: refactor the interrupt handlerChristoph Hellwig1-31/+18
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds39-99/+94
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22um: virt-pci: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-04-30um: virtio_uml: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-30um: rtc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-30um: Add an internal header shared among the user codeTiwei Bie7-6/+26
2024-04-30um: Fix the declaration of kasan_map_memoryTiwei Bie3-1/+3
2024-04-30um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-1/+0
2024-04-30um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2-2/+2
2024-04-30um: Stop tracking host PID in cpu_tasksTiwei Bie3-15/+2
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet1-1/+2
2024-04-22um: process: remove unused 'n' variableJohannes Berg1-2/+2
2024-04-22um: vector: remove unused len variable/calculationJohannes Berg1-3/+1
2024-04-22um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-04-22um: slirp: remove set but unused variable 'pid'Johannes Berg1-2/+1
2024-04-22um: Makefile: use bash from the environmentYueh-Shun Li1-1/+1
2024-04-22um: Add winch to winch_handlers before registering winch IRQRoberto Sassu1-6/+8
2024-04-22um: Fix -Wmissing-prototypes warnings for __warp_* and fooTiwei Bie1-0/+5
2024-04-22um: Fix -Wmissing-prototypes warnings for text_poke*Tiwei Bie1-0/+1
2024-04-22um: Move declarations to proper headersTiwei Bie7-7/+8
2024-04-22um: Add missing headersTiwei Bie7-0/+9
2024-04-22um: Fix the return type of __switch_toTiwei Bie1-1/+2
2024-04-22um: Remove unused functionsTiwei Bie2-27/+0
2024-04-22um: Fix the declaration of vfreeTiwei Bie1-1/+1
2024-04-22um: Make local functions and variables staticTiwei Bie8-15/+15
2024-04-22um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-04-06x86/percpu: Rewrite x86_this_cpu_test_bit() and friends as macrosUros Bizjak1-2/+1
2024-03-15Merge tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+7
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-10/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-86/+49
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd1-7/+7
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook7-10/+10
2024-02-20string: Allow 2-argument strscpy()Kees Cook1-1/+2
2024-02-19ubd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-1/+1