Age | Commit message (Expand) | Author | Files | Lines |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -14/+2 |
2018-04-28 | signal/um: More carefully relay signals in relay_signal. | Eric W. Biederman | 1 | -24/+14 |
2018-04-25 | signal/um: Use force_sig_fault where appropriate | Eric W. Biederman | 2 | -28/+11 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+2 |
2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann | 1 | -0/+1 |
2018-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 22 | -324/+3393 |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 1 | -1/+1 |
2018-03-29 | Fix vector raw inintialization logic | Anton Ivanov | 4 | -10/+21 |
2018-03-29 | Migrate vector timers to new timer API | Anton Ivanov | 1 | -7/+3 |
2018-03-29 | um: Compile with modern headers | Jason A. Donenfeld | 2 | -0/+2 |
2018-02-19 | um: vector: Fix an error handling path in 'vector_parse()' | Christophe JAILLET | 1 | -3/+3 |
2018-02-19 | um: vector: Fix a memory allocation check | Christophe JAILLET | 1 | -1/+1 |
2018-02-19 | um: vector: fix missing unlock on error in vector_net_open() | Wei Yongjun | 1 | -1/+3 |
2018-02-19 | um: Add missing EXPORT for free_irq_by_fd() | Anton Ivanov | 1 | -0/+1 |
2018-02-19 | High Performance UML Vector Network Driver | Anton Ivanov | 10 | -3/+2932 |
2018-02-19 | Epoll based IRQ controller | Anton Ivanov | 8 | -317/+444 |
2018-02-19 | um: Use POSIX ucontext_t instead of struct ucontext | Krzysztof Mazur | 1 | -1/+1 |
2018-02-19 | um: time: Use timespec64 for persistent clock | Arnd Bergmann | 1 | -3/+3 |
2018-02-19 | um: Restore symbol versions for __memcpy and memcpy | Geert Uytterhoeven | 1 | -0/+1 |
2018-02-10 | mconsole_proc(): don't mess with file->f_pos | Al Viro | 1 | -1/+2 |
2018-02-02 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+10 |
2018-01-31 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2018-01-23 | signal: Replace memset(info,...) with clear_siginfo for clarity | Eric W. Biederman | 1 | -1/+1 |
2018-01-10 | Construct init thread stack in the linker script rather than by union | David Howells | 6 | -11/+12 |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
2017-12-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2017-12-22 | arch, mm: Allow arch_dup_mmap() to fail | Thomas Gleixner | 1 | -1/+2 |
2017-12-20 | Do not hash userspace addresses in fault handlers | Kees Cook | 1 | -1/+1 |
2017-12-17 | bpf: fix build issues on um due to mising bpf_perf_event.h | Daniel Borkmann | 1 | -0/+1 |
2017-12-12 | bpf: fix build issues on um due to mising bpf_perf_event.h | Daniel Borkmann | 1 | -0/+1 |
2017-11-28 | um: annotate ->poll() instances | Al Viro | 1 | -3/+3 |
2017-11-28 | um: make sure to have generated headers for target | Al Viro | 1 | -0/+7 |
2017-11-23 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+0 |
2017-11-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+0 |
2017-11-16 | mm, arch: remove empty_bad_page* | Michal Hocko | 1 | -3/+0 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -5/+4 |
2017-11-13 | kconfig: kill off GENERIC_IO option | Rob Herring | 1 | -1/+0 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 38 | -0/+38 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 38 | -0/+38 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 38 | -0/+38 |
2017-10-24 | linux/compiler.h: Split into compiler.h and compiler_types.h | Will Deacon | 1 | -1/+1 |
2017-10-18 | um: net: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+4 |
2017-09-29 | um/time: Fixup namespace collision | Thomas Gleixner | 1 | -2/+2 |
2017-09-23 | arch: remove unused *_segments() macros/functions | Tobias Klauser | 1 | -5/+0 |
2017-09-16 | Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -19/+27 |
2017-09-15 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -6/+1 |
2017-09-13 | um: return negative in tuntap_open_tramp() | Dan Carpenter | 1 | -1/+1 |
2017-09-13 | um: Use relative modversions with LD_SCRIPT_DYN | Thomas Meyer | 1 | -0/+1 |
2017-09-13 | um: link vmlinux with -no-pie | Thomas Meyer | 1 | -1/+1 |