summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
| * um: virt-pci: don't do DMA from stackJohannes Berg2021-08-261-26/+78
| * um: virtio_uml: fix memory leak on init failuresJohannes Berg2021-08-261-1/+3
| * um: virtio_uml: include linux/virtio-uml.hJohannes Berg2021-08-261-0/+1
| * um: make PCI emulation driver init/exit staticJohannes Berg2021-08-261-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\ \
| * | trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
| |/
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-4/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-4/+1
| |/
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-037-6/+7
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-196-3/+4
| * | kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada2021-08-101-3/+3
| |/
* | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-1/+2
|\ \
| * | printk: Userspace format indexing supportChris Down2021-07-191-1/+2
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-013-8/+13
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-0/+2
| * | asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann2021-07-271-4/+1
| * | asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-232-8/+14
| |/
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+7
|\ \
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-1/+1
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+6
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-2/+6
|\ \
| * | um: vector: adjust to coalesce API changesJohannes Berg2021-08-271-2/+6
| |/
* / ubd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
|/
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-0/+1
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-0/+1
* | Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-134/+26
|\ \
| * | ubd: remove dead code in ubd_setup_commonChristoph Hellwig2021-06-301-10/+0
| * | ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-30/+14
| * | ubd: remove the code to register as the legacy IDE driverChristoph Hellwig2021-06-301-94/+12
* | | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-0941-105/+1667
|\ \ \
| * | | um: remove unneeded semicolon in um_arch.cWan Jiabing2021-06-191-1/+1
| * | | um: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
| * | | um: fix error return code in winch_tramp()Zhen Lei2021-06-171-1/+2
| * | | um: fix error return code in slip_open()Zhen Lei2021-06-171-1/+2
| * | | um: Fix stack pointer alignmentYiFei Zhu2021-06-175-7/+6
| * | | um: implement flush_cache_vmap/flush_cache_vunmapJohannes Berg2021-06-172-1/+10
| * | | um: add a UML specific futex implementationAnton Ivanov2021-06-173-1/+150
| * | | um: enable the use of optimized xor routines in UMLAnton Ivanov2021-06-172-1/+36
| * | | um: Add support for host CPU flags and alignmentAnton Ivanov2021-06-177-6/+258
| * | | um: allow not setting extra rpaths in the linux binaryJohannes Berg2021-06-172-1/+15
| * | | um: virtio/pci: enable suspend/resumeJohannes Berg2021-06-173-10/+53
| * | | um: add PCI over virtio emulation driverJohannes Berg2021-06-1712-6/+990
| * | | um: irqs: allow invoking time-travel handler multiple timesJohannes Berg2021-06-171-4/+6
| * | | um: time-travel/signals: fix ndelay() in interruptJohannes Berg2021-06-175-33/+96
| * | | um: expose time-travel mode to userspace sideJohannes Berg2021-06-172-11/+23
| * | | um: export signals_enabled directlyJohannes Berg2021-06-175-20/+14
| * | | um: remove unused smp_sigio_handler() declarationJohannes Berg2021-06-171-1/+0