aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um
AgeCommit message (Expand)Author
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-08-04um: Support kcovVegard Nossum
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko
2016-05-21um: add extended processor state save/restore supportEli Cooper
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper
2016-05-21um: fix FPU state preservation around signal handlersEli Cooper
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-03-05um: use %lx format specifiers for unsigned longsColin Ian King
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-12x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin
2016-01-10um: Fix build error and kconfig for i386Mickaël Salaün
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün
2015-12-22um: Fix pointer castMickaël Salaün
2015-12-08um: Fix fpstate handlingRichard Weinberger
2015-11-10Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-11-06um: Simplify STUB_DATA loadingRichard Weinberger
2015-11-06um: Remove dead symbol from i386 syscall stubRichard Weinberger
2015-11-06um: Remove dead code from x86_64 syscall stubRichard Weinberger
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-19um: Do not rely on libc to provide modify_ldt()Hans-Werner Hilse
2015-10-14um/x86: Fix build after x86 syscall changesAndy Lutomirski
2015-10-09x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski
2015-10-09x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski
2015-07-06x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski
2015-06-28Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-25um: Don't pollute kernel namespace with uapiRichard Weinberger
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-04x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger
2015-05-31um: Fix warning in setup_signal_stack_si()Richard Weinberger
2015-05-31um: Rework uaccess codeRichard Weinberger
2015-05-31um: Add uaccess.h to ldt.cRichard Weinberger
2015-05-31um: Add uaccess.h to syscalls_64.cRichard Weinberger
2015-05-31um: Add asm/elf.h to vma.cRichard Weinberger
2015-05-31um: Cleanup mem_32/64.c headersRichard Weinberger
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds
2015-04-13x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin