Age | Commit message (Expand) | Author |
2015-11-06 | um: Switch clocksource to hrtimers | Anton Ivanov |
2015-11-06 | um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held | Saurabh Sengar |
2015-11-06 | um: Report host OOM more nicely | Richard Weinberger |
2015-11-06 | um: Get rid of open coded NR_SYSCALLS | Richard Weinberger |
2015-11-06 | um: Store syscall number after syscall_trace_enter() | Richard Weinberger |
2015-11-06 | um: Define PTRACE_OLDSETOPTIONS | Richard Weinberger |
2015-10-19 | um: Fix kernel mode fault condition | Richard Weinberger |
2015-10-19 | um: Fix waitpid() usage in helper code | Richard Weinberger |
2015-10-19 | um: Fix out-of-tree build | Richard Weinberger |
2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds |
2015-09-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-08-10 | um/time: Migrate to new 'set-state' interface | Viresh Kumar |
2015-07-31 | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar |
2015-07-17 | mm: clean up per architecture MM hook header files | Laurent Dufour |
2015-07-08 | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf |
2015-07-07 | um: Fix do_signal() prototype | Ingo Molnar |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-06-28 | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-06-26 | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-25 | um: Don't pollute kernel namespace with uapi | Richard Weinberger |
2015-06-25 | um: Include sys/types.h for makedev(), major(), minor() | Hans-Werner Hilse |
2015-06-25 | um: Do not use stdin and stdout identifiers for struct members | Hans-Werner Hilse |
2015-06-25 | um: Do not use __ptr_t type for stack_t's .ss pointer | Hans-Werner Hilse |
2015-06-24 | mm: new mm hook framework | Laurent Dufour |
2015-06-23 | module: add per-module param_lock | Dan Streetman |
2015-05-31 | um: Fix mconsole dependency | Richard Weinberger |
2015-05-31 | um: Handle tracehook_report_syscall_entry() result | Richard Weinberger |
2015-05-31 | um: Remove copy&paste code from init.h | Richard Weinberger |
2015-05-31 | um: Stop abusing __KERNEL__ | Richard Weinberger |
2015-05-31 | um: Catch unprotected user memory access | Richard Weinberger |
2015-05-31 | um: Rework uaccess code | Richard Weinberger |
2015-05-31 | um: Remove hppfs | Richard Weinberger |
2015-05-31 | um: Move syscall() declaration into os.h | Richard Weinberger |
2015-05-31 | um: kernel: ksyms: Export symbol syscall() for fixing modpost issue | Chen Gang |
2015-05-31 | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss |
2015-05-31 | um: Use char[] for linker script address declarations | Nicolas Iooss |
2015-05-31 | um: Create asm/sections.h | Nicolas Iooss |
2015-05-24 | um,ethertap: use strncpy | Alan |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig |
2015-05-19 | mm/fault, um: Fix compile error | Peter Zijlstra |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-15 | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw... | Linus Torvalds |
2015-04-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2015-04-14 | um: expose number of page table levels | Kirill A. Shutemov |
2015-04-13 | um: Print minimum physical memory requirement | Thomas Meyer |
2015-04-13 | um: Move uml_postsetup in the init_thread stack | Thomas Meyer |
2015-04-13 | um: add a kmsg_dumper | Thomas Meyer |
2015-04-13 | um: Remove broken highmem support | Richard Weinberger |