summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt2023-09-291-1/+1
* Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-0413-26/+17
|\
| * um: virt-pci: fix missing declaration warningVincent Whitchurch2023-08-261-0/+2
| * um: Refactor deprecated strncpy to memcpyJustin Stitt2023-08-261-2/+2
| * um: fix 3 instances of -Wmissing-prototypesNick Desaulniers2023-08-264-3/+3
| * um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers2023-08-261-1/+1
| * um: vector: refactor deprecated strncpyJustin Stitt2023-08-261-2/+2
| * um: use obj-y to descend into arch/um/*/Masahiro Yamada2023-08-262-4/+2
| * um: Hard-code the result of 'uname -s'Masahiro Yamada2023-08-261-4/+3
| * um: Fix hostaudio build errorsRandy Dunlap2023-08-194-14/+6
| * um: Remove strlcpy usageAzeem Shaikh2023-08-192-4/+3
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-3/+2
|\ \
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-112-2/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-112-3/+2
| |/
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-14/+11
|\ \ \
| * | | um: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+2
| * | | um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-9/+9
| | |/ | |/|
* | | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-284-8/+7
|\ \ \ | |/ / |/| |
| * | um: refactor deprecated strncpy to memcpyJustin Stitt2023-08-161-2/+2
| * | um: vector: refactor deprecated strncpyJustin Stitt2023-08-161-2/+2
| * | um: Remove strlcpy declarationAzeem Shaikh2023-07-272-4/+3
* | | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-292-2/+2
* | | Revert "um: Use swap() to make code cleaner"Andy Shevchenko2023-07-271-3/+4
|/ /
* / x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra2023-07-101-1/+1
|/
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-7/+0
|\
| * Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada2023-06-151-7/+0
* | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-292-2/+0
|\ \
| * | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-262-2/+0
* | | Merge branch 'expand-stack'Linus Torvalds2023-06-281-5/+6
|\ \ \
| * | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-5/+6
| |/ /
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-273-2/+3
|\ \ \
| * | | uml: Replace strlcpy with strscpyAzeem Shaikh2023-06-202-1/+2
| * | | um: Use HOST_DIR for mrproperKees Cook2023-06-141-1/+1
| | |/ | |/|
* | | Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+0
|\ \ \
| * | | hostfs: Fix ephemeral inodesMickaël Salaün2023-06-121-1/+0
| | |/ | |/|
* | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-8/+3
|\ \ \
| * | | um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-163-8/+3
| | |/ | |/|
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-14/+6
|\ \ \ | |_|/ |/| |
| * | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-4/+4
| * | ubd: remove commented out code in ubd_openChristoph Hellwig2023-06-121-7/+0
| * | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-2/+2
| * | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-3/+2
| |/
* / um: harddog: fix modular buildJohannes Berg2023-05-105-7/+23
|/
* Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-037-102/+36
|\
| * um: make stub data pages size tweakableJohannes Berg2023-04-205-12/+18
| * um: prevent user code in modulesJohannes Berg2023-04-201-2/+2
| * um: further clean up user_symsJohannes Berg2023-04-201-15/+16