summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2025-07-17um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-07-17um: ubd: Add missing error check in start_io_thread()Tiwei Bie1-1/+1
2025-07-17um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen1-0/+5
2025-06-04um: let 'make clean' properly clean underlying SUBARCH as wellMasahiro Yamada1-0/+1
2025-06-04um: Update min_low_pfn to match changes in uml_reservedTiwei Bie1-0/+1
2024-12-14um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-12-14um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-12-14um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-12-14um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-12-14um: net: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-12-14um: ubd: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-09-12um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-08-19um: time-travel: fix time-travel-start optionJohannes Berg1-2/+2
2024-06-16um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2-2/+2
2024-06-16um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-06-16um: Add winch to winch_handlers before registering winch IRQRoberto Sassu1-6/+8
2024-06-16um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-03-15um: allow not setting extra rpaths in the linux binaryJohannes Berg2-1/+15
2024-02-23um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor1-1/+1
2024-02-23um: Don't use vfprintf() for os_info()Benjamin Berg1-2/+17
2024-02-23um: Fix naming clash between UML and schedulerAnton Ivanov3-5/+5
2023-09-19um: Fix hostaudio build errorsRandy Dunlap4-14/+6
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-8/+3
2023-07-27um: Use HOST_DIR for mrproperKees Cook1-1/+1
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2023-06-21um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2023-01-04um: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2022-10-26UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-10-15arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-0/+8
2022-08-25um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld1-1/+16
2022-08-21um: Allow PM with suspend-to-idleJohannes Berg5-1/+46
2022-08-21um: random: Don't initialise hwrng struct with zeroChristopher Obbard1-1/+1
2022-07-25um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-07-25x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+4
2022-06-09um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman5-8/+10
2022-05-30um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-04-08um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap3-5/+5
2022-01-27um: virtio_uml: Fix time-travel external time propagationJohannes Berg1-0/+4
2022-01-27um: fix ndelay/udelay definesJohannes Berg1-2/+2
2021-09-26um: virtio_uml: fix memory leak on init failuresJohannes Berg1-1/+3
2021-07-20um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-07-20um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-05-22um: Disable CONFIG_GCOV with MODULESJohannes Berg3-17/+1
2021-05-22um: Mark all kernel symbols as localJohannes Berg2-0/+12
2021-03-04um: defer killing userspace on page table update failuresJohannes Berg3-4/+8