| Commit message (Expand) | Author | Age | Files | Lines |
* | um: asm/page.h: remove the pte_high member from struct pte_t | Nicolai Stange | 2016-02-06 | 1 | -13/+10 |
* | um: kill pfn_t | Dan Williams | 2016-01-16 | 3 | -7/+6 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-01-13 | 2 | -18/+6 |
|\ |
|
| * | [um] mconsole: don't open-code memdup_user_nul() | Al Viro | 2016-01-04 | 1 | -11/+3 |
| * | [um] hostaudio: don't open-code memdup_user() | Al Viro | 2016-01-04 | 1 | -7/+3 |
* | | um: Use race-free temporary file creation | Mickaël Salaün | 2016-01-10 | 1 | -0/+11 |
* | | um: Do not set unsecure permission for temporary file | Mickaël Salaün | 2016-01-10 | 1 | -6/+0 |
* | | um: Add seccomp support | Mickaël Salaün | 2016-01-10 | 4 | -0/+24 |
* | | um: Add full asm/syscall.h support | Mickaël Salaün | 2016-01-10 | 1 | -0/+138 |
* | | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün | 2016-01-10 | 3 | -20/+14 |
* | | um: Update UBD to use pread/pwrite family of functions | Anton Ivanov | 2016-01-10 | 3 | -22/+26 |
* | | um: Do not change hard IRQ flags in soft IRQ processing | Anton Ivanov | 2016-01-10 | 1 | -0/+23 |
* | | um: Prevent IRQ handler reentrancy | Anton Ivanov | 2016-01-10 | 1 | -1/+15 |
* | | uml: flush stdout before forking | Vegard Nossum | 2016-01-10 | 1 | -0/+2 |
|/ |
|
* | um: fix returns without va_end | Geyslan G. Bem | 2015-12-08 | 1 | -4/+6 |
* | arch: um: fix error when linking vmlinux. | Lorenzo Colitti | 2015-12-08 | 1 | -1/+1 |
* | um: Fix get_signal() usage | Richard Weinberger | 2015-12-08 | 1 | -1/+1 |
* | um: Switch clocksource to hrtimers | Anton Ivanov | 2015-11-06 | 14 | -224/+255 |
* | um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held | Saurabh Sengar | 2015-11-06 | 1 | -8/+9 |
* | um: Report host OOM more nicely | Richard Weinberger | 2015-11-06 | 1 | -1/+15 |
* | um: Get rid of open coded NR_SYSCALLS | Richard Weinberger | 2015-11-06 | 1 | -5/+3 |
* | um: Store syscall number after syscall_trace_enter() | Richard Weinberger | 2015-11-06 | 3 | -13/+11 |
* | um: Define PTRACE_OLDSETOPTIONS | Richard Weinberger | 2015-11-06 | 1 | -0/+2 |
* | um: Fix kernel mode fault condition | Richard Weinberger | 2015-10-19 | 1 | -1/+1 |
* | um: Fix waitpid() usage in helper code | Richard Weinberger | 2015-10-19 | 1 | -3/+3 |
* | um: Fix out-of-tree build | Richard Weinberger | 2015-10-19 | 1 | -2/+2 |
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
|\ |
|
| * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-09-01 | 1 | -24/+20 |
|\ \ |
|
| * | | um/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 1 | -24/+20 |
* | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 2015-07-31 | 2 | -15/+1 |
|\| | |
|
| * | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-18 | 2 | -15/+1 |
| |/ |
|
* / | um: Fix do_signal() prototype | Ingo Molnar | 2015-07-07 | 5 | -12/+9 |
|/ |
|
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -10/+10 |
|\ |
|
| * | module: add per-module param_lock | Dan Streetman | 2015-06-23 | 1 | -10/+10 |
* | | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-28 | 28 | -282/+130 |
|\ \ |
|
| * | | um: Don't pollute kernel namespace with uapi | Richard Weinberger | 2015-06-25 | 2 | -1/+1 |
| * | | um: Include sys/types.h for makedev(), major(), minor() | Hans-Werner Hilse | 2015-06-25 | 1 | -0/+1 |
| * | | um: Do not use stdin and stdout identifiers for struct members | Hans-Werner Hilse | 2015-06-25 | 5 | -30/+30 |
| * | | um: Do not use __ptr_t type for stack_t's .ss pointer | Hans-Werner Hilse | 2015-06-25 | 1 | -3/+5 |
| * | | um: Fix mconsole dependency | Richard Weinberger | 2015-05-31 | 1 | -0/+1 |
| * | | um: Handle tracehook_report_syscall_entry() result | Richard Weinberger | 2015-05-31 | 3 | -5/+9 |
| * | | um: Remove copy&paste code from init.h | Richard Weinberger | 2015-05-31 | 1 | -21/+1 |
| * | | um: Stop abusing __KERNEL__ | Richard Weinberger | 2015-05-31 | 4 | -7/+8 |
| * | | um: Catch unprotected user memory access | Richard Weinberger | 2015-05-31 | 1 | -0/+5 |
| * | | um: Rework uaccess code | Richard Weinberger | 2015-05-31 | 3 | -182/+43 |
| * | | um: Remove hppfs | Richard Weinberger | 2015-05-31 | 1 | -15/+0 |
| * | | um: Move syscall() declaration into os.h | Richard Weinberger | 2015-05-31 | 2 | -1/+2 |
| * | | um: kernel: ksyms: Export symbol syscall() for fixing modpost issue | Chen Gang | 2015-05-31 | 1 | -0/+3 |
| * | | um/os-Linux: Use char[] for syscall_stub declarations | Nicolas Iooss | 2015-05-31 | 2 | -7/+7 |