aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)Author
2019-09-16uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski
2019-05-30um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf
2019-03-01um: Avoid marking pages with "changed protection"Anton Ivanov
2018-12-04um: Give start_idle_thread() a return codeRichard Weinberger
2018-09-15um: fix parallel building with O= optionMasahiro Yamada
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10um: Fix raw interface optionsAnton Ivanov
2018-06-10um: Fix initialization of vector queuesAnton Ivanov
2018-06-10um: remove uml initcallsAlexander Pateenok
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-28signal/um: More carefully relay signals in relay_signal.Eric W. Biederman
2018-04-25signal/um: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-03-29Fix vector raw inintialization logicAnton Ivanov
2018-03-29Migrate vector timers to new timer APIAnton Ivanov
2018-03-29um: Compile with modern headersJason A. Donenfeld
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun
2018-02-19um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov
2018-02-19High Performance UML Vector Network DriverAnton Ivanov
2018-02-19Epoll based IRQ controllerAnton Ivanov
2018-02-19um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur
2018-02-19um: time: Use timespec64 for persistent clockArnd Bergmann
2018-02-19um: Restore symbol versions for __memcpy and memcpyGeert Uytterhoeven
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-12-17bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann
2017-12-12bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann
2017-11-27um: annotate ->poll() instancesAl Viro
2017-11-27um: make sure to have generated headers for targetAl Viro