summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-2/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport-14/+78
2019-12-04um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport-29/+0
2019-12-02Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-58/+247
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+3
2019-11-25um: Loadable BPF "Firmware" for vector driversAnton Ivanov-30/+193
2019-11-25um: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-11-25um: virtio_uml: Disallow modular buildJohannes Berg-3/+3
2019-11-25um: virtio: Keep reading on -EAGAINJohannes Berg-4/+4
2019-11-25um: virtio: Remove device on disconnectJohannes Berg-19/+45
2019-11-25um: Don't trace irqflags during shutdownJohannes Berg-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-1/+0
2019-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov-2/+6
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann-0/+1
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann-0/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner-1/+1
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins-0/+3
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-2/+0
2019-09-21Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-277/+1910
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+1
2019-09-16um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar-34/+34
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar-25/+25
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-29/+29
2019-09-15um: Add SPDX headers for files in arch/um/driversAlex Dewar-53/+53
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg-18/+84
2019-09-15um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg-23/+147
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron-2/+1169
2019-09-15um: Don't use generic barrier.hJohannes Berg-1/+0
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg-4/+15
2019-09-15um: time-travel: Fix periodic timersJohannes Berg-1/+16
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg-2/+1
2019-09-15um: Place (soft)irq text with macrosJohannes Berg-0/+4
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg-26/+81
2019-09-15um: Remove misleading #define ARCh_IRQ_ENABLEDJohannes Berg-1/+0
2019-09-15um: Avoid using uninitialized regsJohannes Berg-0/+3
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg-2/+1
2019-09-15um: Error handling fixes in vector driversAnton Ivanov-7/+35
2019-09-15um: Add checks to mtu parameter parsingAnton Ivanov-1/+2
2019-09-15um: Added support for unix socket transports and bess transportAnton Ivanov-1/+101
2019-09-15um: Add legacy tap support and rename existing vector to hybridAnton Ivanov-87/+151
2019-09-15um: Remove meaningless clearing of clean-filesMasahiro Yamada-1/+0
2019-09-15um: Fix off by one error in IRQ enumerationAnton Ivanov-1/+1