| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler |  David Hildenbrand | 1 | -2/+2 |
| 2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc |  Linus Torvalds | 1 | -2/+0 |
| 2015-04-15 | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml |  Linus Torvalds | 49 | -1774/+194 |
| 2015-04-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild |  Linus Torvalds | 1 | -3/+3 |
| 2015-04-14 | um: expose number of page table levels |  Kirill A. Shutemov | 1 | -0/+5 |
| 2015-04-13 | um: Print minimum physical memory requirement |  Thomas Meyer | 1 | -6/+35 |
| 2015-04-13 | um: Move uml_postsetup in the init_thread stack |  Thomas Meyer | 3 | -6/+12 |
| 2015-04-13 | um: add a kmsg_dumper |  Thomas Meyer | 3 | -1/+46 |
| 2015-04-13 | um: Remove broken highmem support |  Richard Weinberger | 5 | -92/+1 |
| 2015-04-13 | um: Remove broken SMP support |  Richard Weinberger | 9 | -355/+2 |
| 2015-04-13 | um: Remove SKAS3/4 support |  Richard Weinberger | 14 | -604/+97 |
| 2015-04-13 | um: Remove ppc cruft |  Richard Weinberger | 15 | -635/+0 |
| 2015-04-13 | um: Remove ia64 cruft |  Richard Weinberger | 6 | -70/+0 |
| 2015-04-13 | um: Remove dead code from stacktrace |  Richard Weinberger | 1 | -5/+1 |
| 2015-04-12 | um: Remove signal translation and exec_domain |  Richard Weinberger | 1 | -2/+0 |
| 2015-04-02 | kbuild: use relative path more to include Makefile |  Masahiro Yamada | 1 | -3/+3 |
| 2015-02-12 | all arches, signal: move restart_block to struct task_struct |  Andy Lutomirski | 1 | -4/+0 |
| 2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs |  Kirill A. Shutemov | 2 | -2/+2 |
| 2015-02-10 | um: drop _PAGE_FILE and pte_file()-related helpers |  Kirill A. Shutemov | 3 | -38/+0 |
| 2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support |  Linus Torvalds | 1 | -0/+2 |
| 2015-01-04 | um: Skip futex_atomic_cmpxchg_inatomic() test |  Richard Weinberger | 1 | -0/+1 |
| 2014-12-14 | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty |  Linus Torvalds | 1 | -1/+5 |
| 2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -1/+0 |
| 2014-12-10 | net, lib: kill arch_fast_hash library bits |  Daniel Borkmann | 1 | -1/+0 |
| 2014-11-19 | mm: Make arch_unmap()/bprm_mm_init() available to all architectures |  Dave Hansen | 1 | -5/+19 |
| 2014-11-05 | uml: Fix unsafe pid reference to foreground process group |  Peter Hurley | 1 | -1/+5 |
| 2014-10-19 | Merge git://git.infradead.org/users/eparis/audit |  Linus Torvalds | 1 | -2/+1 |
| 2014-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml |  Linus Torvalds | 10 | -92/+153 |
| 2014-10-13 | um: net: Eliminate NULL test after alloc_bootmem |  Himangi Saraogi | 1 | -4/+0 |
| 2014-10-13 | um: Add support for CONFIG_STACKTRACE |  Daniel Walter | 5 | -53/+142 |
| 2014-10-13 | um: ubd: Fix for processes stuck in D state forever |  Thorsten Knabe | 1 | -2/+3 |
| 2014-10-13 | um: delete unnecessary bootmem struct page array |  Honggang Li | 3 | -33/+8 |
| 2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2014-09-23 | ARCH: AUDIT: audit_syscall_entry() should not require the arch |  Eric Paris | 1 | -2/+1 |
| 2014-09-19 | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() |  Kirill Tkhai | 1 | -1/+0 |
| 2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() |  Peter Zijlstra | 1 | -0/+1 |
| 2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc |  Linus Torvalds | 2 | -24/+15 |
| 2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area |  Andy Lutomirski | 1 | -0/+5 |
| 2014-08-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig |  Laura Abbott | 1 | -0/+1 |
| 2014-08-06 | um: Use get_signal() signal_setup_done() |  Richard Weinberger | 2 | -24/+15 |
| 2014-07-20 | um: segv: Save regs only in case of a kernel mode fault |  Richard Weinberger | 1 | -1/+1 |
| 2014-07-20 | um: Fix hung task in fix_range_common() |  Richard Weinberger | 1 | -1/+5 |
| 2014-07-20 | um: Ensure that a stub page cannot get unmapped |  Richard Weinberger | 1 | -0/+3 |
| 2014-07-20 | Revert "um: Fix wait_stub_done() error handling" |  Richard Weinberger | 1 | -7/+2 |
| 2014-06-12 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild |  Linus Torvalds | 1 | -2/+1 |
| 2014-06-05 | um: Fix for relative objtree when generating x86 headers |  Michal Marek | 1 | -2/+1 |
| 2014-04-25 | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing parts |  Linus Torvalds | 1 | -2/+14 |
| 2014-04-20 | um: Memory corruption on startup |  Anton Ivanov | 3 | -0/+8 |
| 2014-04-20 | um: Missing pipe handling |  Anton Ivanov | 1 | -0/+1 |
| 2014-04-20 | uml: Simplify tempdir logic. |  Tristan Schmelcher | 1 | -296/+74 |