summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+2
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman-1/+1
2021-10-29net: um: use eth_hw_addr_set()Jakub Kicinski-1/+2
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra-0/+4
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain-4/+9
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-5/+2
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne-14/+0
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+86
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang-4/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-4/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+7
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+13
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+6
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg-2/+6
2021-08-26um: fix stub location calculationJohannes Berg-2/+1
2021-08-26um: enable VMAP_STACKJohannes Berg-0/+1
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg-26/+78
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg-1/+3
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg-0/+1
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg-2/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-3/+4
2021-08-16ubd: use bvec_virtChristoph Hellwig-2/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada-4/+1
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada-3/+3
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann-0/+2
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann-4/+1
2021-07-27tty: drop put_tty_driverJiri Slaby-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-5/+6
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann-8/+14
2021-07-19printk: Userspace format indexing supportChris Down-1/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-134/+26
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-105/+1667
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V-1/+1
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+7
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds-3/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+2