summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2022-12-03um: virt-pci: Avoid GCC non-NULL warningKees Cook1-3/+6
2022-12-02um: kmsg_dumper: use srcu console list iteratorJohn Ogness1-8/+5
2022-12-02um: kmsg_dump: only dump when no output console availableJohn Ogness1-3/+12
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-1/+2
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld1-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2-2/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-0/+5
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-15Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-57/+58
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+6
2022-10-04Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2022-09-27um: remove vma linked list walkMatthew Wilcox (Oracle)1-8/+6
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-0/+8
2022-09-20uml: Remove the initialization of statics to 0Shaomin Deng1-1/+1
2022-09-20um: Do not initialise statics to 0.Xin Gao4-4/+4
2022-09-20um: Fix comment typoJason Wang1-1/+1
2022-09-20um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2-8/+7
2022-09-20um: remove unused reactivate_chan() declarationGaosheng Cui1-1/+0
2022-09-20um: mmaper: add __exit annotations to module exit funcsXiu Jianfeng1-1/+1
2022-09-20um: virt-pci: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-19um: Prevent KASAN splats in dump_stack()Vincent Whitchurch1-1/+2
2022-09-19um: move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-09-19um: increase default virtual physical memory to 64 MiBChristian Lamparter1-1/+1
2022-09-19um: fix default console kernel parameterChristian Lamparter1-1/+1
2022-09-19UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-09-19um: read multiple msg from virtio slave request fdBenjamin Beichler1-34/+37
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-4/+0
2022-09-12treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2-2/+2
2022-09-08um: Enable FORTIFY_SOURCEKees Cook2-0/+2
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers1-15/+0
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-1/+1
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-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+24
2022-08-06Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-43/+153
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+2
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+46
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4