aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-21/+18
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds1-5/+0
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds5-11/+12
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-43/+61
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-2/+2
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-5/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar3-4/+5
2020-01-19um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg3-1/+9
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2-1/+2
2020-01-19um: Mark non-vector net transports as obsoleteBrendan Higgins1-40/+41
2020-01-19um: Add an option to make serial driver non-rawJohannes Berg2-1/+9
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+5
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras3-4/+5
2020-01-03compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann5-11/+12
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport8-14/+78
2019-12-04um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport1-29/+0
2019-12-02Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds8-58/+247
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-0/+2
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+3
2019-11-25um: Loadable BPF "Firmware" for vector driversAnton Ivanov4-30/+193
2019-11-25um: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-25um: virtio_uml: Disallow modular buildJohannes Berg2-3/+3
2019-11-25um: virtio: Keep reading on -EAGAINJohannes Berg1-4/+4
2019-11-25um: virtio: Remove device on disconnectJohannes Berg1-19/+45
2019-11-25um: Don't trace irqflags during shutdownJohannes Berg1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov1-2/+6
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-0/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins1-0/+3
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds150-277/+1910
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2019-09-16um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar34-34/+34
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar25-25/+25
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar28-29/+29
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar53-53/+53
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2-18/+84
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg2-23/+147