aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
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
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13kconfig: kill off GENERIC_IO optionRob Herring
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon
2017-10-18um: net: Convert timers to use timer_setup()Kees Cook
2017-09-29um/time: Fixup namespace collisionThomas Gleixner
2017-09-22arch: remove unused *_segments() macros/functionsTobias Klauser
2017-09-16Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-13um: return negative in tuntap_open_tramp()Dan Carpenter
2017-09-13um: Use relative modversions with LD_SCRIPT_DYNThomas Meyer
2017-09-13um: link vmlinux with -no-pieThomas Meyer
2017-09-13um: Fix CONFIG_GCOV for modules.Thomas Meyer
2017-09-13Fix minor typos and grammar in UML start_up helpJames Pack
2017-09-13um: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski
2017-09-13um: Fix FP register size for XSTATE/XSAVEThomas Meyer
2017-09-04mconsole: switch to kernel_readChristoph Hellwig
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: refactor TLB gathering APIMinchan Kim
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-10um: v2: Use generic NOTES macroThomas Meyer
2017-07-07um: Add kerneldoc for userspace_tramp() and start_userspace()Thomas Meyer
2017-07-07um: Add kerneldoc for segv_handlerThomas Meyer
2017-07-07um: stub-data.h: remove superfluous includeThomas Meyer
2017-07-07um: userspace - be more verbose in ptrace set regs errorThomas Meyer
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-05um: add dummy ioremap and iounmap functionsLogan Gunthorpe
2017-07-05um: Avoid longjmp/setjmp symbol clashes with libpthread.aFlorian Fainelli
2017-07-05um: console: Ignore console= optionMasami Hiramatsu