aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10-29um-ubd: Entrust re-queue to the upper layersAnton Ivanov1-2/+6
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
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron11-2/+1169
2019-09-15um: Don't use generic barrier.hJohannes Berg1-1/+0
2019-09-15um: time-travel: Restrict time update in IRQ handlerJohannes Berg2-4/+15
2019-09-15um: time-travel: Fix periodic timersJohannes Berg3-1/+16
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg2-2/+1
2019-09-15um: Place (soft)irq text with macrosJohannes Berg2-0/+4
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg9-26/+81
2019-09-15um: Remove misleading #define ARCh_IRQ_ENABLEDJohannes Berg1-1/+0
2019-09-15um: Avoid using uninitialized regsJohannes Berg1-0/+3
2019-09-15um: Remove sig_info[SIGALRM]Johannes Berg1-2/+1
2019-09-15um: Error handling fixes in vector driversAnton Ivanov3-7/+35
2019-09-15um: Add checks to mtu parameter parsingAnton Ivanov1-1/+2
2019-09-15um: Added support for unix socket transports and bess transportAnton Ivanov3-1/+101
2019-09-15um: Add legacy tap support and rename existing vector to hybridAnton Ivanov4-87/+151
2019-09-15um: Remove meaningless clearing of clean-filesMasahiro Yamada1-1/+0
2019-09-15um: Fix off by one error in IRQ enumerationAnton Ivanov1-1/+1
2019-08-23um: fix time travel modeJohannes Berg3-12/+20
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds15-142/+320
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-07-12um: switch to generic version of pte allocationMike Rapoport2-36/+2
2019-07-11kbuild: remove src and obj from the top MakefileMasahiro Yamada1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-18/+13
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2-1/+3
2019-07-02um: Fix kcov crash during startupMarek Majkowski1-0/+2
2019-07-02um: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2-2/+0
2019-07-02um: Support time travel modeJohannes Berg5-7/+233
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg3-16/+12
2019-07-02um: Remove drivers/ssl.hJohannes Berg2-14/+0
2019-07-02um: Don't garbage collect in deactivate_all_fds()Johannes Berg1-1/+1
2019-07-02um: Silence lockdep complaint about mmap_semJohannes Berg1-1/+1
2019-07-02um: Remove locking in deactivate_all_fds()Johannes Berg1-3/+0
2019-07-02um: Timer code cleanupJohannes Berg3-100/+31
2019-07-02um: fix os_timer_one_shot()Johannes Berg2-2/+2
2019-07-02um: Fix IRQ controller regression on console readJouni Malinen2-8/+48