aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: Don't discard .text.exit sectionAndrey Ryabinin2016-09-071-1/+1
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-121-1/+1
* uml: flush stdout before forkingVegard Nossum2016-03-031-0/+2
* um: fix returns without va_endGeyslan G. Bem2015-12-081-4/+6
* arch: um: fix error when linking vmlinux.Lorenzo Colitti2015-12-081-1/+1
* um: Fix get_signal() usageRichard Weinberger2015-12-081-1/+1
* um: Switch clocksource to hrtimersAnton Ivanov2015-11-0614-224/+255
* um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar2015-11-061-8/+9
* um: Report host OOM more nicelyRichard Weinberger2015-11-061-1/+15
* um: Get rid of open coded NR_SYSCALLSRichard Weinberger2015-11-061-5/+3
* um: Store syscall number after syscall_trace_enter()Richard Weinberger2015-11-063-13/+11
* um: Define PTRACE_OLDSETOPTIONSRichard Weinberger2015-11-061-0/+2
* um: Fix kernel mode fault conditionRichard Weinberger2015-10-191-1/+1
* um: Fix waitpid() usage in helper codeRichard Weinberger2015-10-191-3/+3
* um: Fix out-of-tree buildRichard Weinberger2015-10-191-2/+2
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-24/+20
|\ \
| * | um/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-24/+20
* | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-312-15/+1
|\| |
| * | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
| |/
* / um: Fix do_signal() prototypeIngo Molnar2015-07-075-12/+9
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-10/+10
|\
| * module: add per-module param_lockDan Streetman2015-06-231-10/+10
* | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-2828-282/+130
|\ \
| * | um: Don't pollute kernel namespace with uapiRichard Weinberger2015-06-252-1/+1
| * | um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse2015-06-251-0/+1
| * | um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse2015-06-255-30/+30
| * | um: Do not use __ptr_t type for stack_t's .ss pointerHans-Werner Hilse2015-06-251-3/+5
| * | um: Fix mconsole dependencyRichard Weinberger2015-05-311-0/+1
| * | um: Handle tracehook_report_syscall_entry() resultRichard Weinberger2015-05-313-5/+9
| * | um: Remove copy&paste code from init.hRichard Weinberger2015-05-311-21/+1
| * | um: Stop abusing __KERNEL__Richard Weinberger2015-05-314-7/+8
| * | um: Catch unprotected user memory accessRichard Weinberger2015-05-311-0/+5
| * | um: Rework uaccess codeRichard Weinberger2015-05-313-182/+43
| * | um: Remove hppfsRichard Weinberger2015-05-311-15/+0
| * | um: Move syscall() declaration into os.hRichard Weinberger2015-05-312-1/+2
| * | um: kernel: ksyms: Export symbol syscall() for fixing modpost issueChen Gang2015-05-311-0/+3
| * | um/os-Linux: Use char[] for syscall_stub declarationsNicolas Iooss2015-05-312-7/+7
| * | um: Use char[] for linker script address declarationsNicolas Iooss2015-05-314-7/+7
| * | um: Create asm/sections.hNicolas Iooss2015-05-315-7/+11
| |/
* | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-261-1/+1
|\ \
| * | um,ethertap: use strncpyAlan2015-05-241-1/+1
| |/
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| |/
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | mm/fault, um: Fix compile errorPeter Zijlstra2015-05-191-0/+1
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\
| * um: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0