summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+2
|\ \
| * | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-1/+2
| |/
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-122-2/+1
|\ \
| * | PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-172-2/+1
| |/
* | um: kmsg_dumper: use srcu console list iteratorJohn Ogness2022-12-021-8/+5
* | um: kmsg_dump: only dump when no output console availableJohn Ogness2022-12-021-3/+12
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-1413-57/+58
|\ \
| * | uml: Remove the initialization of statics to 0Shaomin Deng2022-09-191-1/+1
| * | um: Do not initialise statics to 0.Xin Gao2022-09-194-4/+4
| * | um: Fix comment typoJason Wang2022-09-191-1/+1
| * | um: Improve panic notifiers consistency and orderingGuilherme G. Piccoli2022-09-192-8/+7
| * | um: remove unused reactivate_chan() declarationGaosheng Cui2022-09-191-1/+0
| * | um: mmaper: add __exit annotations to module exit funcsXiu Jianfeng2022-09-191-1/+1
| * | um: virt-pci: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-191-2/+2
| * | um: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-193-3/+3
| * | um: increase default virtual physical memory to 64 MiBChristian Lamparter2022-09-191-1/+1
| * | UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-09-191-1/+1
| * | um: read multiple msg from virtio slave request fdBenjamin Beichler2022-09-191-34/+37
* | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-123-6/+2
|\ \ \ | |_|/ |/| |
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-4/+0
| * | treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann2022-09-112-2/+2
| |/
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-8/+6
|\ \
| * | um: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-261-8/+6
| |/
* | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-032-0/+2
|\ \
| * | um: Enable FORTIFY_SOURCEKees Cook2022-09-072-0/+2
| |/
* | arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow2022-09-211-0/+8
* | um: Prevent KASAN splats in dump_stack()Vincent Whitchurch2022-09-191-1/+2
* | um: fix default console kernel parameterChristian Lamparter2022-09-191-1/+1
|/
* asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-211-15/+0
* virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-1/+2
|\
| * virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-1/+1
| * virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-17/+24
|\ \
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-17/+21
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-0516-43/+153
|\ \ \
| * | | um: include sys/types.h for size_tJason A. Donenfeld2022-07-171-1/+2
| * | | um: Replace to_phys() and to_virt() with less generic function namesGuenter Roeck2022-07-173-7/+7
| * | | um: Add missing apply_returns()Peter Zijlstra2022-07-171-0/+4
| * | | um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setupsJason A. Donenfeld2022-07-171-1/+16
| * | | UML: add support for KASAN under x86_64Patricia Alfonso2022-07-178-4/+103
| * | | um: random: Don't initialise hwrng struct with zeroChristopher Obbard2022-07-171-1/+1
| * | | um: remove unused mm_copy_segmentsTobias Klauser2022-07-171-5/+0
| * | | um: remove unused variableHaowen Bai2022-07-171-2/+1