| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 4 | -4/+4 |
* | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -1/+0 |
* | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
* | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 1 | -0/+1 |
* | Merge branch 'gup_flag-cleanups' | Linus Torvalds | 2016-10-19 | 2 | -2/+4 |
|\ |
|
| * | mm: replace access_process_vm() write parameter with gup_flags | Lorenzo Stoakes | 2016-10-19 | 2 | -2/+4 |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 3 | -14/+3 |
|\ \
| |/
|/| |
|
| * | x86: move exports to actual definitions | Al Viro | 2016-08-07 | 3 | -14/+3 |
* | | um/Stop conflating task_struct::stack with thread_info | Linus Torvalds | 2016-09-15 | 1 | -4/+4 |
* | | um/ptrace: Fix the syscall number update after a ptrace | Mickaël Salaün | 2016-09-07 | 2 | -0/+7 |
|/ |
|
* | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-08-04 | 1 | -0/+3 |
|\ |
|
| * | um: Support kcov | Vegard Nossum | 2016-08-04 | 1 | -0/+3 |
* | | x86: Audit and remove any remaining unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-27 | 6 | -41/+72 |
|\ |
|
| * | um: add extended processor state save/restore support | Eli Cooper | 2016-05-21 | 4 | -15/+59 |
| * | um: extend fpstate to _xstate to support YMM registers | Eli Cooper | 2016-05-21 | 2 | -13/+12 |
| * | um: fix FPU state preservation around signal handlers | Eli Cooper | 2016-05-21 | 1 | -15/+3 |
* | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killable | Michal Hocko | 2016-05-23 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 2 | -6/+5 |
|\ |
|
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 2016-03-13 | 1 | -1/+1 |
| * | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 1 | -5/+4 |
* | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar | 2016-03-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | um: use %lx format specifiers for unsigned longs | Colin Ian King | 2016-03-05 | 1 | -2/+2 |
* | | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -1/+1 |
* | | x86/syscalls: Add syscall entry qualifiers | Andy Lutomirski | 2016-01-29 | 3 | -6/+6 |
* | | x86/syscalls: Move compat syscall entry handling into syscalltbl.sh | Andy Lutomirski | 2016-01-29 | 3 | -6/+6 |
* | | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 | Andy Lutomirski | 2016-01-29 | 2 | -5/+0 |
|/ |
|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-01-18 | 1 | -8/+1 |
|\ |
|
| * | x86/um: reuse asm-generic/barrier.h | Michael S. Tsirkin | 2016-01-12 | 1 | -8/+1 |
* | | um: Fix build error and kconfig for i386 | Mickaël Salaün | 2016-01-10 | 1 | -1/+1 |
* | | um: Add full asm/syscall.h support | Mickaël Salaün | 2016-01-10 | 1 | -0/+1 |
* | | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün | 2016-01-10 | 1 | -5/+3 |
|/ |
|
* | um: Fix pointer cast | Mickaël Salaün | 2015-12-22 | 1 | -1/+1 |
* | um: Fix fpstate handling | Richard Weinberger | 2015-12-08 | 1 | -8/+10 |
* | Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-10 | 2 | -18/+1 |
|\ |
|
| * | um: Simplify STUB_DATA loading | Richard Weinberger | 2015-11-06 | 1 | -4/+1 |
| * | um: Remove dead symbol from i386 syscall stub | Richard Weinberger | 2015-11-06 | 1 | -1/+0 |
| * | um: Remove dead code from x86_64 syscall stub | Richard Weinberger | 2015-11-06 | 1 | -13/+0 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | 3 | -8/+10 |
|\ \
| |/
|/| |
|
| * | um/x86: Fix build after x86 syscall changes | Andy Lutomirski | 2015-10-14 | 1 | -0/+4 |
| * | x86/syscalls: Give sys_call_ptr_t a useful type | Andy Lutomirski | 2015-10-09 | 2 | -4/+4 |
| * | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h | Andy Lutomirski | 2015-10-09 | 2 | -4/+2 |
* | | um: Do not rely on libc to provide modify_ldt() | Hans-Werner Hilse | 2015-10-19 | 1 | -1/+4 |
|/ |
|
* | x86/asm/tsc: Remove rdtsc_barrier() | Andy Lutomirski | 2015-07-06 | 1 | -13/+0 |
* | Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-06-28 | 15 | -10/+25 |
|\ |
|
| * | um: Don't pollute kernel namespace with uapi | Richard Weinberger | 2015-06-25 | 4 | -0/+4 |
| * | um: Stop abusing __KERNEL__ | Richard Weinberger | 2015-05-31 | 1 | -3/+3 |
| * | um: Fix warning in setup_signal_stack_si() | Richard Weinberger | 2015-05-31 | 1 | -1/+2 |
| * | um: Rework uaccess code | Richard Weinberger | 2015-05-31 | 4 | -2/+11 |
| * | um: Add uaccess.h to ldt.c | Richard Weinberger | 2015-05-31 | 1 | -0/+1 |