aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2020-03-29um: ubd: Prevent buffer overrun on command completionGravatar Gabriel Krisman Bertazi 1-1/+3
2020-03-29um: Fix overlapping ELF segments when statically linkedGravatar David Gow 1-1/+1
2020-03-29um: Delete never executed timerGravatar Leon Romanovsky 1-12/+0
2020-03-29um: Don't overwrite ethtool driver versionGravatar Leon Romanovsky 2-3/+0
2020-03-29um: Fix len of file in create_pid_fileGravatar Wen Yang 1-2/+3
2020-03-29um: Don't use console_drivers directlyGravatar Andy Shevchenko 1-5/+4
2020-03-29um: Cleanup CONFIG_IOSCHED_CFQGravatar Krzysztof Kozlowski 2-2/+2
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hGravatar Zhenzhong Duan 1-3/+1
2020-03-06um: reject unsupported coalescing paramsGravatar Jakub Kicinski 1-0/+1
2020-02-28uml: Create a private mount of proc for mconsoleGravatar Eric W. Biederman 1-1/+27
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procGravatar Eric W. Biederman 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 3-21/+18
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-5/+0
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Gravatar Linus Torvalds 5-11/+12
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-43/+61
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-2/+2
2020-01-23mm: remove arch_bprm_mm_init() hookGravatar Dave Hansen 1-5/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesGravatar Ingo Molnar 3-4/+5
2020-01-19um: Fix time-travel=inf-cpu with xor/raid6Gravatar Johannes Berg 3-1/+9
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Gravatar Johannes Berg 2-1/+2
2020-01-19um: Mark non-vector net transports as obsoleteGravatar Brendan Higgins 1-40/+41
2020-01-19um: Add an option to make serial driver non-rawGravatar Johannes Berg 2-1/+9
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-4/+5
2020-01-07um: Implement copy_thread_tlsGravatar Amanieu d'Antras 3-4/+5
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlGravatar Arnd Bergmann 1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleGravatar Arnd Bergmann 5-11/+12
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 2-2/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-04um: add support for folded p4d page tablesGravatar Mike Rapoport 8-14/+78
2019-12-04um: remove unused pxx_offset_proc() and addr_pte() functionsGravatar Mike Rapoport 1-29/+0
2019-12-02Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-58/+247
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+2
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+3
2019-11-25um: Loadable BPF "Firmware" for vector driversGravatar Anton Ivanov 4-30/+193
2019-11-25um: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-1/+1
2019-11-25um: virtio_uml: Disallow modular buildGravatar Johannes Berg 2-3/+3
2019-11-25um: virtio: Keep reading on -EAGAINGravatar Johannes Berg 1-4/+4
2019-11-25um: virtio: Remove device on disconnectGravatar Johannes Berg 1-19/+45
2019-11-25um: Don't trace irqflags during shutdownGravatar Johannes Berg 1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-10-29um-ubd: Entrust re-queue to the upper layersGravatar Anton Ivanov 1-2/+6
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 1-0/+1
2019-10-23compat_ioctl: remove translation for sound ioctlsGravatar Arnd Bergmann 1-0/+1
2019-10-10seccomp: simplify secure_computing()Gravatar Christian Brauner 1-1/+1
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsGravatar Brendan Higgins 1-0/+3