aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 22-324/+3393
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Gravatar Dominik Brodowski 1-1/+1
2018-03-29Fix vector raw inintialization logicGravatar Anton Ivanov 4-10/+21
2018-03-29Migrate vector timers to new timer APIGravatar Anton Ivanov 1-7/+3
2018-03-29um: Compile with modern headersGravatar Jason A. Donenfeld 2-0/+2
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Gravatar Christophe JAILLET 1-3/+3
2018-02-19um: vector: Fix a memory allocation checkGravatar Christophe JAILLET 1-1/+1
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Gravatar Wei Yongjun 1-1/+3
2018-02-19um: Add missing EXPORT for free_irq_by_fd()Gravatar Anton Ivanov 1-0/+1
2018-02-19High Performance UML Vector Network DriverGravatar Anton Ivanov 10-3/+2932
2018-02-19Epoll based IRQ controllerGravatar Anton Ivanov 8-317/+444
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextGravatar Krzysztof Mazur 1-1/+1
2018-02-19um: time: Use timespec64 for persistent clockGravatar Arnd Bergmann 1-3/+3
2018-02-19um: Restore symbol versions for __memcpy and memcpyGravatar Geert Uytterhoeven 1-0/+1
2018-02-09mconsole_proc(): don't mess with file->f_posGravatar Al Viro 1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+10
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityGravatar Eric W. Biederman 1-1/+1
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 6-11/+12
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2017-12-22arch, mm: Allow arch_dup_mmap() to failGravatar Thomas Gleixner 1-1/+2
2017-12-19Do not hash userspace addresses in fault handlersGravatar Kees Cook 1-1/+1
2017-12-17bpf: fix build issues on um due to mising bpf_perf_event.hGravatar Daniel Borkmann 1-0/+1
2017-12-12bpf: fix build issues on um due to mising bpf_perf_event.hGravatar Daniel Borkmann 1-0/+1
2017-11-27um: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-11-27um: make sure to have generated headers for targetGravatar Al Viro 1-0/+7
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+0
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+0
2017-11-15mm, arch: remove empty_bad_page*Gravatar Michal Hocko 1-3/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-5/+4
2017-11-13kconfig: kill off GENERIC_IO optionGravatar Rob Herring 1-1/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 38-0/+38
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 38-0/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 38-0/+38
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hGravatar Will Deacon 1-1/+1
2017-10-18um: net: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-09-29um/time: Fixup namespace collisionGravatar Thomas Gleixner 1-2/+2
2017-09-22arch: remove unused *_segments() macros/functionsGravatar Tobias Klauser 1-5/+0
2017-09-16Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-19/+27
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+1
2017-09-13um: return negative in tuntap_open_tramp()Gravatar Dan Carpenter 1-1/+1
2017-09-13um: Use relative modversions with LD_SCRIPT_DYNGravatar Thomas Meyer 1-0/+1
2017-09-13um: link vmlinux with -no-pieGravatar Thomas Meyer 1-1/+1
2017-09-13um: Fix CONFIG_GCOV for modules.Gravatar Thomas Meyer 1-0/+7
2017-09-13Fix minor typos and grammar in UML start_up helpGravatar James Pack 1-3/+3
2017-09-13um: defconfig: Cleanup from old Kconfig optionsGravatar Krzysztof Kozlowski 2-2/+0
2017-09-13um: Fix FP register size for XSTATE/XSAVEGravatar Thomas Meyer 4-12/+14
2017-09-04mconsole: switch to kernel_readGravatar Christoph Hellwig 1-6/+1