summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
| * um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-132-11/+16
| * um: Support dynamic IRQ allocationJohannes Berg2020-12-1313-32/+65
| * um: sigio: Return error from add_sigio_fd()Johannes Berg2020-12-131-2/+4
| * um: ubd: Set device serial attribute from cmdlineChristopher Obbard2020-12-131-16/+62
| * um: Increase stack frame size threshold for signal.cAndy Shevchenko2020-12-131-0/+2
| * um: line: Don't free winch (with IRQ) under spinlockJohannes Berg2020-12-131-4/+8
| * um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi2020-12-131-76/+115
| * um: Fix time-travel modeJohannes Berg2020-12-131-5/+0
| * um: Remove use of asprinf in umid.cAnton Ivanov2020-12-131-12/+5
| * um: Add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-132-1/+4
| * um: random: Register random as hwrng-core deviceChristopher Obbard2020-12-131-76/+25
| * um: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-131-3/+3
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-1/+4
|\ \
| * | um: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-1/+4
* | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \
| * | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-7/+5
|\ \ \ \
| * | | | um: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-7/+5
| |/ / /
* | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-16/+1
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-152-2/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | um/irqstat: Get rid of the duplicated declarationsThomas Gleixner2020-11-231-16/+1
| | |_|/ | |/| |
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-142-14/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-062-14/+0
| |/ /
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \ \
| * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| |/ /
* / / um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()Richard Weinberger2020-11-101-1/+7
|/ /
* / arch/um: partially revert the conversion to __section() macroLinus Torvalds2020-10-261-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-13/+13
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+1
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+1
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
| |/ /
* | | Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-1812-48/+89
|\ \ \ | |_|/ |/| |
| * | um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov2020-10-111-9/+47
| * | um: Clean up stacktrace dumpJohannes Berg2020-10-111-3/+1
| * | um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski2020-10-111-4/+4
| * | um: Remove redundant NULL checkLi Heng2020-10-111-2/+1
| * | um: change sigio_spinlock to a mutexJohannes Berg2020-10-111-3/+3
| * | um: time-travel: Return the sequence number in ACK messagesJohannes Berg2020-10-111-0/+1
| * | um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg2020-10-111-5/+9
| * | um: Allow static linking for non-glibc implementationsIgnat Korchagin2020-10-112-6/+6
| * | um: Some fixes to build UML with muslIgnat Korchagin2020-10-115-11/+10
| * | um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang2020-10-111-2/+2
| * | um: Fix null pointer dereference in vector_user_bpfGaurav Singh2020-10-111-3/+5
* | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-16/+0
|\ \ \
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-16/+0
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-2/+2
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-012-2/+2