aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26uml: audio: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26um: vector: refactor deprecated strncpyGravatar Justin Stitt 1-2/+2
2023-08-26um: use obj-y to descend into arch/um/*/Gravatar Masahiro Yamada 2-4/+2
2023-08-26um: Hard-code the result of 'uname -s'Gravatar Masahiro Yamada 1-4/+3
2023-08-24um: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 1-5/+2
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsGravatar Vishal Moola (Oracle) 1-9/+9
2023-08-19um: Fix hostaudio build errorsGravatar Randy Dunlap 4-14/+6
2023-08-19um: Remove strlcpy usageGravatar Azeem Shaikh 2-4/+3
2023-08-16um: refactor deprecated strncpy to memcpyGravatar Justin Stitt 1-2/+2
2023-08-16um: vector: refactor deprecated strncpyGravatar Justin Stitt 1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 2-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 2-3/+2
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 2-2/+2
2023-07-27Revert "um: Use swap() to make code cleaner"Gravatar Andy Shevchenko 1-3/+4
2023-07-27um: Remove strlcpy declarationGravatar Azeem Shaikh 2-4/+3
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-07-10x86/alternative: Rename apply_ibt_endbr()Gravatar Peter Zijlstra 1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-7/+0
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 2-2/+0
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-5/+6
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-2/+3
2023-06-27Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 1-5/+6
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-8/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-14/+6
2023-06-20uml: Replace strlcpy with strscpyGravatar Azeem Shaikh 2-1/+2
2023-06-16um/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 3-8/+3
2023-06-15Revert "[PATCH] uml: export symbols added by GCC hardened"Gravatar Masahiro Yamada 1-7/+0
2023-06-14um: Use HOST_DIR for mrproperGravatar Kees Cook 1-1/+1
2023-06-12hostfs: Fix ephemeral inodesGravatar Mickaël Salaün 1-1/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-4/+4
2023-06-12ubd: remove commented out code in ubd_openGravatar Christoph Hellwig 1-7/+0
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-2/+2
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-3/+2
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDGravatar Vlastimil Babka 2-2/+0
2023-05-10um: harddog: fix modular buildGravatar Johannes Berg 5-7/+23
2023-05-03Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-102/+36
2023-04-20um: make stub data pages size tweakableGravatar Johannes Berg 5-12/+18
2023-04-20um: prevent user code in modulesGravatar Johannes Berg 1-2/+2
2023-04-20um: further clean up user_symsGravatar Johannes Berg 1-15/+16
2023-04-20um: don't export printf()Gravatar Johannes Berg 1-3/+0
2023-04-20um: hostfs: define our own API boundaryGravatar Johannes Berg 1-70/+0
2023-04-20um: add __weak for exported functionsGravatar Johannes Berg 1-1/+1
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-1/+1
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-99/+243
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 6-6/+6
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+34
2023-02-13uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}Gravatar Carlos Bilbao 1-2/+0
2023-02-13um: virt-pci: properly remove PCI device from busGravatar Benjamin Berg 1-5/+16