aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-1/+1
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-17/+24
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds16-43/+153
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-22/+2
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds4-0/+46
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-13/+8
2022-07-22asm-generic: Add new pci.h and use itStafford Horne1-12/+2
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-8/+0
2022-07-18um: seed rng using host OS rngJason A. Donenfeld4-0/+51
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-17/+21
2022-07-17um: include sys/types.h for size_tJason A. Donenfeld1-1/+2
2022-07-17um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck3-7/+7
2022-07-17um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-07-17um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld1-1/+16
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso8-4/+103
2022-07-17um: random: Don't initialise hwrng struct with zeroChristopher Obbard1-1/+1
2022-07-17um: remove unused mm_copy_segmentsTobias Klauser1-5/+0
2022-07-17um: remove unused variableHaowen Bai1-2/+1
2022-07-17um: Remove straying parenthesisBenjamin Beichler1-1/+1
2022-07-17arch: um: Fix build for statically linked UML w/ constructorsDavid Gow1-0/+1
2022-07-17um/drivers: Kconfig: Fix indentationJuerg Haefliger1-27/+27
2022-07-17um: Kconfig: Fix indentationJuerg Haefliger1-1/+1
2022-07-17Merge tag 'x86_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2022-07-14um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck3-7/+7
2022-07-14um: Use enum req_op where appropriateBart Van Assche1-2/+2
2022-07-14um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-10um: virt-pci: set device ready in probe()Vincent Whitchurch1-1/+6
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-8/+10
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+8
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds14-51/+81
2022-05-27um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-05-27um: virtio_uml: Fix broken device handling in time-travelJohannes Berg1-10/+23
2022-05-27um: line: Use separate IRQs per lineJohannes Berg6-33/+29
2022-05-27um: Enable ARCH_HAS_GCOV_PROFILE_ALLVincent Whitchurch1-0/+1
2022-05-27um: Use asm-generic/dma-mapping.hJohannes Berg1-0/+1
2022-05-27um: daemon: Make default socket configurableJohannes Berg2-1/+9
2022-05-27um: xterm: Make default terminal emulator configurableJohannes Berg3-3/+13
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-7/+2
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-1/+0
2022-05-13um: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-7/+2
2022-05-11ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman5-8/+10