summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2023-03-17UML: define RUNTIME_DISCARD_EXITMasahiro Yamada1-1/+1
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
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-06-22um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-06-14um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-06-14ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman5-8/+10
2022-04-15um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-01-27um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap3-5/+5
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: mm: check more comprehensively for stub changesJohannes Berg1-1/+11
2021-02-10um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-01-06um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-30um: Remove use of asprinf in umid.cAnton Ivanov1-12/+5
2020-12-30um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-30um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-30um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-11-05um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-05-02um: ensure `make ARCH=um mrproper` removes arch/$(SUBARCH)/include/generated/Vitor Massaru Iha1-0/+1
2020-04-23um: falloc.h needs to be directly included for older libcAlan Maguire1-0/+1
2020-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-02-01Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2-1/+2
2020-01-23um: virtio_uml: Disallow modular buildJohannes Berg2-3/+3
2020-01-23um: Don't trace irqflags during shutdownJohannes Berg1-1/+1
2020-01-14um: Implement copy_thread_tlsAmanieu d'Antras3-4/+5
2020-01-04um: virtio: Keep reading on -EAGAINJohannes Berg1-4/+4
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov1-2/+6
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds150-277/+1910
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+1
2019-09-16um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar34-34/+34
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar25-25/+25
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar28-29/+29
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar53-53/+53
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2-18/+84
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg2-23/+147
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron11-2/+1169
2019-09-15um: Don't use generic barrier.hJohannes Berg1-1/+0
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg2-4/+15
2019-09-15um: time-travel: Fix periodic timersJohannes Berg3-1/+16
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg2-2/+1
2019-09-15um: Place (soft)irq text with macrosJohannes Berg2-0/+4