aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 1-1/+1
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-29/+14
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-12/+12
2018-06-10um: Fix raw interface optionsGravatar Anton Ivanov 1-3/+2
2018-06-10um: Fix initialization of vector queuesGravatar Anton Ivanov 1-3/+12
2018-06-10um: remove uml initcallsGravatar Alexander Pateenok 3-23/+0
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanGravatar Willem de Bruijn 1-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-4/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-50/+25
2018-05-29kconfig: reference environment variables directly and remove 'option env='Gravatar Masahiro Yamada 1-4/+0
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-14/+2
2018-04-28signal/um: More carefully relay signals in relay_signal.Gravatar Eric W. Biederman 1-24/+14
2018-04-25signal/um: Use force_sig_fault where appropriateGravatar Eric W. Biederman 2-28/+11
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+2
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
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