summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+3
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-5/+3
| |/
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-2/+0
|\ \
| * | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-252-2/+0
| |/
* | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1136-186/+230
|\ \
| * | um: virtio_uml: Allow probing from devicetreeVincent Whitchurch2021-12-221-3/+47
| * | um: Add devicetree supportVincent Whitchurch2021-12-225-0/+52
| * | um: Extract load file helper from initrd.cVincent Whitchurch2021-12-224-43/+75
| * | um: remove set_fsChristoph Hellwig2021-12-224-32/+19
| * | um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3
| * | um: header debriding - sigio.hAl Viro2021-12-211-1/+0
| * | um: header debriding - os.hAl Viro2021-12-211-13/+0
| * | um: header debriding - net_*.hAl Viro2021-12-212-3/+0
| * | um: header debriding - mem_user.hAl Viro2021-12-211-5/+0
| * | um: header debriding - activate_ipi()Al Viro2021-12-211-1/+0
| * | um: common-offsets.h debriding...Al Viro2021-12-211-12/+0
| * | um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-211-3/+0
| * | um: unexport handle_page_fault()Al Viro2021-12-211-1/+0
| * | um: remove a dangling extern of syscall_trace()Al Viro2021-12-211-1/+0
| * | um: kill unused cpu()Al Viro2021-12-212-6/+0
| * | um: stop polluting the namespace with registers.h contentsAl Viro2021-12-214-3/+3
| * | um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-212-29/+1
| * | um: virtio_uml: Fix time-travel external time propagationJohannes Berg2021-12-211-0/+4
| * | um: virt-pci: Fix 32-bit compileJohannes Berg2021-12-211-4/+4
| * | um: gitignore: Add kernel/capflags.cJohannes Berg2021-12-211-0/+1
| * | um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-213-5/+5
| * | um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng2021-12-211-2/+1
| * | um: rename set_signals() to um_set_signals()Johannes Berg2021-12-216-13/+13
| * | um: fix ndelay/udelay definesJohannes Berg2021-12-211-2/+2
| |/
* / ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-14/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-14/+0
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-1/+2
|\ \
| * | net: um: use eth_hw_addr_set()Jakub Kicinski2021-10-291-1/+2
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-5/+2
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-5/+2
| |/
* | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-0/+4
|\ \
| * | x86/alternative: Implement .retpoline_sites supportPeter Zijlstra2021-10-281-0/+4
| |/
* | um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain2021-10-211-4/+9
* | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
|/
* Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-094-31/+86
|\
| * um: fix stub location calculationJohannes Berg2021-08-261-2/+1
| * um: enable VMAP_STACKJohannes Berg2021-08-261-0/+1