aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov14-224/+255
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2015-11-06um: Report host OOM more nicelyRichard Weinberger1-1/+15
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger3-13/+11
2015-11-06um: Define PTRACE_OLDSETOPTIONSRichard Weinberger1-0/+2
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger1-1/+1
2015-10-19um: Fix waitpid() usage in helper codeRichard Weinberger1-3/+3
2015-10-19um: Fix out-of-tree buildRichard Weinberger1-2/+2
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+20
2015-08-10um/time: Migrate to new 'set-state' interfaceViresh Kumar1-24/+20
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2-15/+1
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-07-07um: Fix do_signal() prototypeIngo Molnar5-12/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-10/+10
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds28-282/+130
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-25um: Don't pollute kernel namespace with uapiRichard Weinberger2-1/+1
2015-06-25um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse1-0/+1
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse5-30/+30
2015-06-25um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse1-3/+5
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-23module: add per-module param_lockDan Streetman1-10/+10
2015-05-31um: Fix mconsole dependencyRichard Weinberger1-0/+1
2015-05-31um: Handle tracehook_report_syscall_entry() resultRichard Weinberger3-5/+9
2015-05-31um: Remove copy&paste code from init.hRichard Weinberger1-21/+1
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger4-7/+8
2015-05-31um: Catch unprotected user memory accessRichard Weinberger1-0/+5
2015-05-31um: Rework uaccess codeRichard Weinberger3-182/+43
2015-05-31um: Remove hppfsRichard Weinberger1-15/+0
2015-05-31um: Move syscall() declaration into os.hRichard Weinberger2-1/+2
2015-05-31um: kernel: ksyms: Export symbol syscall() for fixing modpost issueChen Gang1-0/+3
2015-05-31um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss2-7/+7
2015-05-31um: Use char[] for linker script address declarationsNicolas Iooss4-7/+7
2015-05-31um: Create asm/sections.hNicolas Iooss5-7/+11
2015-05-24um,ethertap: use strncpyAlan1-1/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, um: Fix compile errorPeter Zijlstra1-0/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-2/+0
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds49-1777/+197
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+3
2015-04-14um: expose number of page table levelsKirill A. Shutemov1-0/+5
2015-04-13um: Print minimum physical memory requirementThomas Meyer1-6/+35
2015-04-13um: Move uml_postsetup in the init_thread stackThomas Meyer3-6/+12
2015-04-13um: add a kmsg_dumperThomas Meyer3-1/+46
2015-04-13um: Remove broken highmem supportRichard Weinberger5-92/+1