summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2023-09-29um,ethertap: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+1
2023-09-04Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-26/+17
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+11
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+7
2023-08-26um: virt-pci: fix missing declaration warningVincent Whitchurch-0/+2
2023-08-26um: Refactor deprecated strncpy to memcpyJustin Stitt-2/+2
2023-08-26um: fix 3 instances of -Wmissing-prototypesNick Desaulniers-3/+3
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsNick Desaulniers-1/+1
2023-08-26uml: audio: fix -Wmissing-variable-declarationsNick Desaulniers-1/+1
2023-08-26um: vector: refactor deprecated strncpyJustin Stitt-2/+2
2023-08-26um: use obj-y to descend into arch/um/*/Masahiro Yamada-4/+2
2023-08-26um: Hard-code the result of 'uname -s'Masahiro Yamada-4/+3
2023-08-24um: implement the new page table range APIMatthew Wilcox (Oracle)-5/+2
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)-9/+9
2023-08-19um: Fix hostaudio build errorsRandy Dunlap-14/+6
2023-08-19um: Remove strlcpy usageAzeem Shaikh-4/+3
2023-08-16um: refactor deprecated strncpy to memcpyJustin Stitt-2/+2
2023-08-16um: vector: refactor deprecated strncpyJustin Stitt-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-3/+2
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim-2/+2
2023-07-27Revert "um: Use swap() to make code cleaner"Andy Shevchenko-3/+4
2023-07-27um: Remove strlcpy declarationAzeem Shaikh-4/+3
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-07-10x86/alternative: Rename apply_ibt_endbr()Peter Zijlstra-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-7/+0
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds-2/+0
2023-06-28Merge branch 'expand-stack'Linus Torvalds-5/+6
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+3
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-5/+6
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-14/+6
2023-06-20uml: Replace strlcpy with strscpyAzeem Shaikh-1/+2
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner-8/+3
2023-06-15Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada-7/+0
2023-06-14um: Use HOST_DIR for mrproperKees Cook-1/+1
2023-06-12hostfs: Fix ephemeral inodesMickaël Salaün-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-4/+4
2023-06-12ubd: remove commented out code in ubd_openChristoph Hellwig-7/+0
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-3/+2
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka-2/+0
2023-05-10um: harddog: fix modular buildJohannes Berg-7/+23
2023-05-03Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-102/+36
2023-04-20um: make stub data pages size tweakableJohannes Berg-12/+18
2023-04-20um: prevent user code in modulesJohannes Berg-2/+2
2023-04-20um: further clean up user_symsJohannes Berg-15/+16