summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
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
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
2021-01-06um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-30um: Fix time-travel modeJohannes Berg1-5/+0
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-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger1-1/+7
2020-10-27arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches3-13/+13
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-48/+89
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-14Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-10-12um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov1-9/+47
2020-10-12um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-10-12um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski1-4/+4
2020-10-12um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-12um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-10-12um: time-travel: Return the sequence number in ACK messagesJohannes Berg1-0/+1