summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-1/+1
|\
| * docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-164-29/+14
|\ \ | |/ |/|
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
| * um: remove uml initcallsAlexander Pateenok2018-06-103-23/+0
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-12/+12
* | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-1/+2
* | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-4/+0
|\ \
| * | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-4/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-50/+25
|\ \
| * | signal/um: More carefully relay signals in relay_signal.Eric W. Biederman2018-04-281-24/+14
| * | signal/um: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-28/+11
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
| |/
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2018-04-1122-324/+3393
|\
| * Fix vector raw inintialization logicAnton Ivanov2018-03-294-10/+21
| * Migrate vector timers to new timer APIAnton Ivanov2018-03-291-7/+3
| * um: Compile with modern headersJason A. Donenfeld2018-03-292-0/+2
| * um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET2018-02-191-3/+3
| * um: vector: Fix a memory allocation checkChristophe JAILLET2018-02-191-1/+1
| * um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun2018-02-191-1/+3
| * um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov2018-02-191-0/+1
| * High Performance UML Vector Network DriverAnton Ivanov2018-02-1910-3/+2932
| * Epoll based IRQ controllerAnton Ivanov2018-02-198-317/+444
| * um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2018-02-191-1/+1
| * um: time: Use timespec64 for persistent clockArnd Bergmann2018-02-191-3/+3
| * um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven2018-02-191-0/+1
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
|/
* mconsole_proc(): don't mess with file->f_posAl Viro2018-02-091-1/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-3/+10
|\ \
| * | um: annotate ->poll() instancesAl Viro2017-11-271-3/+3
| * | um: make sure to have generated headers for targetAl Viro2017-11-271-0/+7
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|\ \
| * | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-096-11/+12
|/ /
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-1/+2
|\ \
| * | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-1/+2
| * | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-171-0/+1
* | | Do not hash userspace addresses in fault handlersKees Cook2017-12-191-1/+1
* | | bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann2017-12-121-0/+1
| |/ |/|
* | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-221-1/+0
|\ \
| * | kconfig: kill off GENERIC_IO optionRob Herring2017-11-131-1/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-3/+0
|\ \ \
| * | | mm, arch: remove empty_bad_page*Michal Hocko2017-11-151-3/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-5/+4
|\ \ \ \ | |/ / / |/| | |
OpenPOWER on IntegriCloud