aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman2-10/+5
2019-05-29signal/um: Remove task parameter from send_sigtrapEric W. Biederman1-4/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman3-4/+4
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman2-2/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds9-238/+252
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen1-1/+0
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-05-07um: irq: don't set the chip for all irqsBartosz Golaszewski1-1/+1
2019-05-07um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski1-1/+6
2019-05-07um: remove uses of variable length arraysBartosz Golaszewski1-9/+27