summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2019-12-05um: Make GCOV depend on !KCOVRichard Weinberger1-0/+1
2019-12-01um: Make line/tty semantics use true write IRQAnton Ivanov1-1/+1
2019-07-31um: Silence lockdep complaint about mmap_semJohannes Berg1-1/+1
2019-06-15uml: fix a boot splat wrt use of cpu_all_maskMaciej Żenczykowski1-1/+1
2019-02-12um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-04-24um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur1-1/+1
2018-04-24um: Compile with modern headersJason A. Donenfeld2-0/+2
2017-12-29arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-1/+2
2017-12-25linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-1/+1
2017-12-25bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman38-0/+38
2017-09-29um/time: Fixup namespace collisionThomas Gleixner1-2/+2
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser1-5/+0
2017-09-16Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-19/+27
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+1
2017-09-13um: return negative in tuntap_open_tramp()Dan Carpenter1-1/+1
2017-09-13um: Use relative modversions with LD_SCRIPT_DYNThomas Meyer1-0/+1
2017-09-13um: link vmlinux with -no-pieThomas Meyer1-1/+1
2017-09-13um: Fix CONFIG_GCOV for modules.Thomas Meyer1-0/+7
2017-09-13Fix minor typos and grammar in UML start_up helpJames Pack1-3/+3
2017-09-13um: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2-2/+0
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer4-12/+14
2017-09-05mconsole: switch to kernel_readChristoph Hellwig1-6/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-1/+6
2017-08-11mm: refactor TLB gathering APIMinchan Kim1-3/+5
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-0/+8
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-61/+172
2017-07-10um: v2: Use generic NOTES macroThomas Meyer1-1/+1
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer1-1/+30
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer1-0/+10
2017-07-07um: stub-data.h: remove superfluous includeThomas Meyer1-2/+0
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer1-2/+8
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2017-07-06um: add dummy ioremap and iounmap functionsLogan Gunthorpe1-0/+17
2017-07-06um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli1-0/+4
2017-07-06um: console: Ignore console= optionMasami Hiramatsu1-0/+3
2017-07-06um: Use os_warn to print out pre-boot warning/error messagesMasami Hiramatsu8-24/+26
2017-07-06um: Add os_warn() for pre-boot warning/error messagesMasami Hiramatsu2-0/+11
2017-07-06um: Use os_info for the messages on normal pathMasami Hiramatsu4-27/+28
2017-07-06um: Add os_info() for pre-boot information messagesMasami Hiramatsu2-0/+27
2017-07-06um: Use printk instead of printf in make_uml_dirMasami Hiramatsu1-4/+7
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser2-8/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-05-16kill strlen_user()Al Viro1-5/+0
2017-05-13Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-10/+15
2017-05-04um: Add missing NR_CPUS includeRichard Weinberger1-0/+1
2017-05-03um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2-3/+7