Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-09-27um: remove vma linked list walkMatthew Wilcox (Oracle)
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow
2022-09-20uml: Remove the initialization of statics to 0Shaomin Deng
2022-09-20um: Do not initialise statics to 0.Xin Gao
2022-09-20um: Fix comment typoJason Wang
2022-09-20um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli
2022-09-20um: remove unused reactivate_chan() declarationGaosheng Cui
2022-09-20um: mmaper: add __exit annotations to module exit funcsXiu Jianfeng
2022-09-20um: virt-pci: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-19um: Prevent KASAN splats in dump_stack()Vincent Whitchurch
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-19um: increase default virtual physical memory to 64 MiBChristian Lamparter
2022-09-19um: fix default console kernel parameterChristian Lamparter
2022-09-19UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen
2022-09-19um: read multiple msg from virtio slave request fdBenjamin Beichler
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-12treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann
2022-09-08um: Enable FORTIFY_SOURCEKees Cook
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-06Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld
2022-07-23asm-generic: Add new pci.h and use itStafford Horne
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-23PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne
2022-07-18um: seed rng using host OS rngJason A. Donenfeld
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-18um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-18um: include sys/types.h for size_tJason A. Donenfeld
2022-07-18um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck
2022-07-18um: Add missing apply_returns()Peter Zijlstra
2022-07-18um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld
2022-07-18UML: add support for KASAN under x86_64Patricia Alfonso
2022-07-18um: random: Don't initialise hwrng struct with zeroChristopher Obbard
2022-07-18um: remove unused mm_copy_segmentsTobias Klauser
2022-07-18um: remove unused variableHaowen Bai
2022-07-18um: Remove straying parenthesisBenjamin Beichler