aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-219/+195
2018-08-07um: clean up archheaders recipeGravatar Masahiro Yamada 1-7/+1
2018-08-07um: fix parallel building with O= optionGravatar Masahiro Yamada 1-2/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-20/+0
2018-08-02um: create a proper drivers KconfigGravatar Christoph Hellwig 3-128/+125
2018-08-02um: cleanup Kconfig filesGravatar Christoph Hellwig 4-206/+210
2018-08-02um: stop abusing KBUILD_KCONFIGGravatar Christoph Hellwig 2-3/+4
2018-07-28kbuild: do not redirect the first prerequisite for filechkGravatar Masahiro Yamada 1-1/+1
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Gravatar Masahiro Yamada 1-2/+2
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