aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro1-3/+0
2021-12-21um: unexport handle_page_fault()Al Viro1-1/+0
2021-12-21um: remove a dangling extern of syscall_trace()Al Viro1-1/+0
2021-12-21um: kill unused cpu()Al Viro2-6/+0
2021-12-21um: stop polluting the namespace with registers.h contentsAl Viro4-3/+3
2021-12-21um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2-29/+1
2021-12-21um: virtio_uml: Fix time-travel external time propagationJohannes Berg1-0/+4
2021-12-21um: virt-pci: Fix 32-bit compileJohannes Berg1-4/+4
2021-12-21um: gitignore: Add kernel/capflags.cJohannes Berg1-0/+1
2021-12-21um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap3-5/+5
2021-12-21um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng1-2/+1
2021-12-21um: rename set_signals() to um_set_signals()Johannes Berg6-13/+13
2021-12-21um: fix ndelay/udelay definesJohannes Berg1-2/+2
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann2-2/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-14/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+2
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-29net: um: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra1-0/+4
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-5/+2
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-14/+0
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds4-31/+86
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang1-4/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds7-6/+7
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-8/+13
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+6
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg1-2/+6
2021-08-26um: fix stub location calculationJohannes Berg1-2/+1
2021-08-26um: enable VMAP_STACKJohannes Berg1-0/+1
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg1-26/+78
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg1-1/+3
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg1-0/+1
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg1-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan6-3/+4
2021-08-16ubd: use bvec_virtChristoph Hellwig1-2/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-4/+1
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada1-3/+3