summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-219/+195
2018-08-07um: clean up archheaders recipeMasahiro Yamada-7/+1
2018-08-07um: fix parallel building with O= optionMasahiro Yamada-2/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig-20/+0
2018-08-02um: create a proper drivers KconfigChristoph Hellwig-128/+125
2018-08-02um: cleanup Kconfig filesChristoph Hellwig-206/+210
2018-08-02um: stop abusing KBUILD_KCONFIGChristoph Hellwig-3/+4
2018-07-28kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada-1/+1
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada-2/+2
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds-1/+1
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-29/+14
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-12/+12
2018-06-10um: Fix raw interface optionsAnton Ivanov-3/+2
2018-06-10um: Fix initialization of vector queuesAnton Ivanov-3/+12
2018-06-10um: remove uml initcallsAlexander Pateenok-23/+0
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-4/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-50/+25
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada-4/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-14/+2
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman-24/+14
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman-28/+11
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+2
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann-0/+1
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds-324/+3393
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski-1/+1
2018-03-29Fix vector raw inintialization logicAnton Ivanov-10/+21
2018-03-29Migrate vector timers to new timer APIAnton Ivanov-7/+3
2018-03-29um: Compile with modern headersJason A. Donenfeld-0/+2
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET-3/+3
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET-1/+1
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun-1/+3
2018-02-19um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov-0/+1
2018-02-19High Performance UML Vector Network DriverAnton Ivanov-3/+2932
2018-02-19Epoll based IRQ controllerAnton Ivanov-317/+444
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur-1/+1
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann-3/+3
2018-02-19um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven-0/+1
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+10
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman-1/+1
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells-11/+12