summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
Commit message (Expand)AuthorAgeFilesLines
...
* | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-6/+5
|\
| * ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-5/+4
* | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-071-2/+2
|\ \ | |/
| * um: use %lx format specifiers for unsigned longsColin Ian King2016-03-051-2/+2
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-293-6/+6
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-293-6/+6
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-292-5/+0
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-8/+1
|\
| * x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
* | um: Fix build error and kconfig for i386Mickaël Salaün2016-01-101-1/+1
* | um: Add full asm/syscall.h supportMickaël Salaün2016-01-101-0/+1
* | um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün2016-01-101-5/+3
|/
* um: Fix pointer castMickaël Salaün2015-12-221-1/+1
* um: Fix fpstate handlingRichard Weinberger2015-12-081-8/+10
* Merge branch 'for-linus-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-102-18/+1
|\
| * um: Simplify STUB_DATA loadingRichard Weinberger2015-11-061-4/+1
| * um: Remove dead symbol from i386 syscall stubRichard Weinberger2015-11-061-1/+0
| * um: Remove dead code from x86_64 syscall stubRichard Weinberger2015-11-061-13/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-033-8/+10
|\ \ | |/ |/|
| * um/x86: Fix build after x86 syscall changesAndy Lutomirski2015-10-141-0/+4
| * x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-092-4/+4
| * x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-092-4/+2
* | um: Do not rely on libc to provide modify_ldt()Hans-Werner Hilse2015-10-191-1/+4
|/
* x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2015-07-061-13/+0
* Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-2815-10/+25
|\
| * um: Don't pollute kernel namespace with uapiRichard Weinberger2015-06-254-0/+4
| * um: Stop abusing __KERNEL__Richard Weinberger2015-05-311-3/+3
| * um: Fix warning in setup_signal_stack_si()Richard Weinberger2015-05-311-1/+2
| * um: Rework uaccess codeRichard Weinberger2015-05-314-2/+11
| * um: Add uaccess.h to ldt.cRichard Weinberger2015-05-311-0/+1
| * um: Add uaccess.h to syscalls_64.cRichard Weinberger2015-05-311-0/+1
| * um: Add asm/elf.h to vma.cRichard Weinberger2015-05-311-0/+1
| * um: Cleanup mem_32/64.c headersRichard Weinberger2015-05-312-4/+2
* | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-1/+1
|\ \
| * | x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-041-1/+1
| |/
* | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+2
* | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-7/+0
|\
| * um: Remove signal translation and exec_domainRichard Weinberger2015-04-121-7/+0
* | Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Linus Torvalds2015-04-157-220/+49
|\ \
| * | x86, UML: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-04-131-1/+1
| * | um: Remove broken highmem supportRichard Weinberger2015-04-131-1/+0
| * | um: Remove broken SMP supportRichard Weinberger2015-04-131-11/+0
| * | um: Remove SKAS3/4 supportRichard Weinberger2015-04-134-207/+48
| |/
* | x86/asm/entry/64: Remove stub_ioplDenys Vlasenko2015-03-101-1/+1
* | x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-231-2/+2
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
OpenPOWER on IntegriCloud