aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+3
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-5/+3
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-1/+1
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+0
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 36-186/+230
2021-12-22um: virtio_uml: Allow probing from devicetreeGravatar Vincent Whitchurch 1-3/+47
2021-12-22um: Add devicetree supportGravatar Vincent Whitchurch 5-0/+52
2021-12-22um: Extract load file helper from initrd.cGravatar Vincent Whitchurch 4-43/+75
2021-12-22um: remove set_fsGravatar Christoph Hellwig 4-32/+19
2021-12-21um: Use swap() to make code cleanerGravatar Yang Guang 1-4/+3
2021-12-21um: header debriding - sigio.hGravatar Al Viro 1-1/+0
2021-12-21um: header debriding - os.hGravatar Al Viro 1-13/+0
2021-12-21um: header debriding - net_*.hGravatar Al Viro 2-3/+0
2021-12-21um: header debriding - mem_user.hGravatar Al Viro 1-5/+0
2021-12-21um: header debriding - activate_ipi()Gravatar Al Viro 1-1/+0
2021-12-21um: common-offsets.h debriding...Gravatar Al Viro 1-12/+0
2021-12-21um, x86: bury crypto_tfm_ctx_offsetGravatar Al Viro 1-3/+0
2021-12-21um: unexport handle_page_fault()Gravatar Al Viro 1-1/+0
2021-12-21um: remove a dangling extern of syscall_trace()Gravatar Al Viro 1-1/+0
2021-12-21um: kill unused cpu()Gravatar Al Viro 2-6/+0
2021-12-21um: stop polluting the namespace with registers.h contentsGravatar Al Viro 4-3/+3
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cGravatar Al Viro 2-29/+1
2021-12-21um: virtio_uml: Fix time-travel external time propagationGravatar Johannes Berg 1-0/+4
2021-12-21um: virt-pci: Fix 32-bit compileGravatar Johannes Berg 1-4/+4
2021-12-21um: gitignore: Add kernel/capflags.cGravatar Johannes Berg 1-0/+1
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsGravatar Randy Dunlap 3-5/+5
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Gravatar Changcheng Deng 1-2/+1
2021-12-21um: rename set_signals() to um_set_signals()Gravatar Johannes Berg 6-13/+13
2021-12-21um: fix ndelay/udelay definesGravatar Johannes Berg 1-2/+2
2021-11-25futex: Remove futex_cmpxchg detectionGravatar Arnd Bergmann 2-2/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenGravatar Hao Chen 1-1/+3
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+2
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Gravatar Eric W. Biederman 1-1/+1
2021-10-29net: um: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-1/+2
2021-10-28x86/alternative: Implement .retpoline_sites supportGravatar Peter Zijlstra 1-0/+4
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Gravatar Luis Chamberlain 1-4/+9
2021-10-18block: drop unused includes in <linux/genhd.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-5/+2
2021-09-14arch: remove unused function syscall_set_arguments()Gravatar Peter Collingbourne 1-14/+0
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-31/+86
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-4/+0