summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2020-12-13um: Simplify os_idle_sleep() and sleep longerJohannes Berg5-25/+21
2020-12-13um: Simplify IRQ handling codeJohannes Berg1-242/+128
2020-12-13um: Remove IRQ_NONE typeJohannes Berg8-45/+26
2020-12-13um: irq: Reduce irq_reg allocationJohannes Berg2-7/+7
2020-12-13um: irq: Clean up and rename struct irq_fdJohannes Berg2-26/+22
2020-12-13um: Clean up alarm IRQ chip nameJohannes Berg1-5/+4
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg2-11/+16
2020-12-13um: Support dynamic IRQ allocationJohannes Berg13-32/+65
2020-12-13um: sigio: Return error from add_sigio_fd()Johannes Berg1-2/+4
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-13um: Increase stack frame size threshold for signal.cAndy Shevchenko1-0/+2
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-13um: Fix time-travel modeJohannes Berg1-5/+0
2020-12-13um: Remove use of asprinf in umid.cAnton Ivanov1-12/+5
2020-12-13um: Add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
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-23um/irqstat: Get rid of the duplicated declarationsThomas Gleixner1-16/+1
2020-11-10um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger1-1/+7
2020-11-09um: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner2-14/+0
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-7/+5
2020-10-26arch/um: partially revert the conversion to __section() macroLinus Torvalds1-1/+1
2020-10-25treewide: 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-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-13Merge 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-11um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov1-9/+47
2020-10-11um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-10-11um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski1-4/+4
2020-10-11um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg1-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg1-5/+9
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin2-6/+6
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin5-11/+10
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh1-3/+5
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-16/+0
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-0/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2-2/+2