summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
| * | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
| |/
* / um: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
|/
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-1/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+14
|\
| * um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen2016-02-181-0/+14
* | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | um: Export pm_power_offRichard Weinberger2016-03-051-0/+1
* | Revert "um: Fix get_signal() usage"Richard Weinberger2016-03-051-1/+1
|/
* um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange2016-02-051-13/+10
* um: kill pfn_tDan Williams2016-01-153-7/+6
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-18/+6
|\
| * [um] mconsole: don't open-code memdup_user_nul()Al Viro2016-01-041-11/+3
| * [um] hostaudio: don't open-code memdup_user()Al Viro2016-01-041-7/+3
* | um: Use race-free temporary file creationMickaël Salaün2016-01-101-0/+11
* | um: Do not set unsecure permission for temporary fileMickaël Salaün2016-01-101-6/+0
* | um: Add seccomp supportMickaël Salaün2016-01-104-0/+24
* | um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+138
* | um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-103-20/+14
* | um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-103-22/+26
* | um: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov2016-01-101-0/+23
* | um: Prevent IRQ handler reentrancyAnton Ivanov2016-01-101-1/+15
* | uml: flush stdout before forkingVegard Nossum2016-01-101-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