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