summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-4/+5
|\
| * um: Implement copy_thread_tlsAmanieu d'Antras2020-01-073-4/+5
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
|/
* um: add support for folded p4d page tablesMike Rapoport2019-12-048-14/+78
* um: remove unused pxx_offset_proc() and addr_pte() functionsMike Rapoport2019-12-041-29/+0
* Merge tag 'for-linus-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-028-58/+247
|\
| * um: Loadable BPF "Firmware" for vector driversAnton Ivanov2019-11-254-30/+193
| * um: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-1/+1
| * um: virtio_uml: Disallow modular buildJohannes Berg2019-11-252-3/+3
| * um: virtio: Keep reading on -EAGAINJohannes Berg2019-11-251-4/+4
| * um: virtio: Remove device on disconnectJohannes Berg2019-11-251-19/+45
| * um: Don't trace irqflags during shutdownJohannes Berg2019-11-251-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-0/+2
|\ \
| * | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
| * | compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-0/+1
| |/
* | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+1
|\ \
| * | seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-2/+1
|\ \
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/
* | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-251-0/+3
|\ \
| * | kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins2019-09-301-0/+3
| |/
* / um-ubd: Entrust re-queue to the upper layersAnton Ivanov2019-10-291-2/+6
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-21150-277/+1910
|\
| * um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron2019-09-161-1/+1
| * um: Add SPDX headers for files in arch/um/includeAlex Dewar2019-09-1534-34/+34
| * um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar2019-09-1525-25/+25
| * um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-1528-29/+29
| * um: Add SPDX headers for files in arch/um/driversAlex Dewar2019-09-1553-53/+53
| * um: virtio: Implement VHOST_USER_PROTOCOL_F_REPLY_ACKJohannes Berg2019-09-152-18/+84
| * um: virtio: Implement VHOST_USER_PROTOCOL_F_SLAVE_REQJohannes Berg2019-09-152-23/+147
| * um: drivers: Add virtio vhost-user driverErel Geron2019-09-1511-2/+1169
| * um: Don't use generic barrier.hJohannes Berg2019-09-151-1/+0
| * um: time-travel: Restrict time update in IRQ handlerJohannes Berg2019-09-152-4/+15
| * um: time-travel: Fix periodic timersJohannes Berg2019-09-153-1/+16
| * um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-152-2/+1
| * um: Place (soft)irq text with macrosJohannes Berg2019-09-152-0/+4
| * um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-159-26/+81
| * um: Remove misleading #define ARCh_IRQ_ENABLEDJohannes Berg2019-09-151-1/+0
| * um: Avoid using uninitialized regsJohannes Berg2019-09-151-0/+3
| * um: Remove sig_info[SIGALRM]Johannes Berg2019-09-151-2/+1
| * um: Error handling fixes in vector driversAnton Ivanov2019-09-153-7/+35
| * um: Add checks to mtu parameter parsingAnton Ivanov2019-09-151-1/+2
| * um: Added support for unix socket transports and bess transportAnton Ivanov2019-09-153-1/+101
| * um: Add legacy tap support and rename existing vector to hybridAnton Ivanov2019-09-154-87/+151
| * um: Remove meaningless clearing of clean-filesMasahiro Yamada2019-09-151-1/+0
| * um: Fix off by one error in IRQ enumerationAnton Ivanov2019-09-151-1/+1