summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-27um: vector: adjust to coalesce API changesJohannes Berg
2021-08-26um: fix stub location calculationJohannes Berg
2021-08-26um: enable VMAP_STACKJohannes Berg
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-16ubd: use bvec_virtChristoph Hellwig
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann
2021-07-19printk: Userspace format indexing supportChris Down
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow
2021-06-23kunit: arch/um/configs: Enable KUNIT_ALL_TESTS by defaultDavid Gow
2021-06-19um: remove unneeded semicolon in um_arch.cWan Jiabing
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-17um: Remove the repeated declarationShaokun Zhang
2021-06-17um: fix error return code in winch_tramp()Zhen Lei
2021-06-17um: fix error return code in slip_open()Zhen Lei
2021-06-17um: Fix stack pointer alignmentYiFei Zhu
2021-06-17um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg