Sign in
android-kvm
/
linux
/
58d54781433f4e02f598e794e1fdb29c3ac07fa1
/
arch
/
x86
/
kernel
/
vm86_32.c
d8ed45c
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
by Michel Lespinasse
· 4 years, 8 months ago
a37d01e
x86: switch save_v86_state() to unsafe_put_user()
by Al Viro
· 5 years ago
c63aad6
vm86: get rid of get_user_ex() use
by Al Viro
· 5 years ago
2b10906
x86: Remove force_iret()
by Brian Gerst
· 5 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
67e87d4
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
by Borislav Petkov
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
016c4d9
x86/mm/tlb: Add freed_tables argument to flush_tlb_mm_range
by Rik van Riel
· 6 years ago
a31acd3
x86/mm: Page size aware flush_tlb_mm_range()
by Peter Zijlstra
· 6 years ago
252e1a0
x86/entry: Rename update_sp0 to update_task_stack
by Joerg Roedel
· 7 years ago
b506978
x86/vm86/32: Fix POPF emulation
by Andy Lutomirski
· 7 years ago
b3d9a13
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
46f5a10
x86/entry/64: Remove all remaining direct thread_struct::sp0 reads
by Andy Lutomirski
· 7 years ago
da51da1
x86/entry/64: Pass SP0 directly to load_sp0()
by Andy Lutomirski
· 7 years ago
bd7dc5a
x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
by Andy Lutomirski
· 7 years ago
9ccee23
x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
by Andy Lutomirski
· 8 years ago
e0c4f67
x86/mm: Convert trivial cases of page table walk to 5-level paging
by Kirill A. Shutemov
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
3ba5b5e
x86/vm86: Fix unused variable warning if THP is disabled
by Kirill A. Shutemov
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
2823d4d
x86, bitops: remove use of "sbb" to return CF
by H. Peter Anvin
· 9 years ago
bc696ca
x86/cpufeature: Replace the old static_cpu_has() with safe variant
by Borislav Petkov
· 9 years ago
78ddc53
thp: rename split_huge_page_pmd() to split_huge_pmd()
by Kirill A. Shutemov
· 9 years ago
362f924
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
by Borislav Petkov
· 9 years ago
76fc5e7
x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0
by Andy Lutomirski
· 9 years ago
decd275
x86/vm86: Rename vm86->v86flags and v86mask
by Brian Gerst
· 10 years ago
1342635
x86/vm86: Rename vm86->vm86_info to user_vm86
by Brian Gerst
· 10 years ago
ba3e127
x86/vm86: Clean up vm86.h includes
by Brian Gerst
· 10 years ago
5ed92a8
x86/vm86: Use the normal pt_regs area for vm86
by Brian Gerst
· 10 years ago
90c6085
x86/vm86: Eliminate 'struct kernel_vm86_struct'
by Brian Gerst
· 10 years ago
d4ce0f2
x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'
by Brian Gerst
· 10 years ago
9fda6a0
x86/vm86: Move vm86 fields out of 'thread_struct'
by Brian Gerst
· 10 years ago
ed0b2ed
x86/entry/vm86: Move userspace accesses to do_sys_vm86()
by Brian Gerst
· 10 years ago
df1ae9a
x86/entry/vm86: Preserve 'orig_ax'
by Brian Gerst
· 10 years ago
0233606
x86/entry/vm86: Clean up saved_fs/gs
by Brian Gerst
· 10 years ago
24933b8
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
by Andy Lutomirski
· 10 years ago
5522ddb
x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
by Alexander van Heukelum
· 12 years ago
49cb25e
x86: get rid of pt_regs argument in vm86/vm86old
by Al Viro
· 12 years ago
e180377
thp: change split_huge_page_pmd() interface
by Kirill A. Shutemov
· 12 years ago
e76623d
x86: get rid of TIF_IRET hackery
by Al Viro
· 13 years ago
c767a54
x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
by Joe Perches
· 13 years ago
eb05df9
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
1a5a990
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
by Andrea Arcangeli
· 13 years ago
51e7dc7
x86: Rename trap_no to trap_nr in thread_struct
by Srikar Dronamraju
· 13 years ago
6015ff1
x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n
by Al Viro
· 13 years ago
d7e7528b
Audit: push audit success and retcode into arch ptrace.h
by Eric Paris
· 13 years ago
bae9c19
thp: split_huge_page_mm/vma
by Andrea Arcangeli
· 14 years ago
6554287
x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.
by Bart Oldeman
· 14 years ago
f1382f1
x86, 32-bit: Convert sys_vm86 & sys_vm86old
by Brian Gerst
· 15 years ago
9b29e82
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3aa6b18
x86: Fix non-lazy GS handling in sys_vm86()
by Lubomir Rintel
· 16 years ago
975e5f4
x86: use symbolic name for VM86_SIGNAL when used as vm86 default return
by Samuel Bronson
· 16 years ago
b12bdaf
x86: use regparm(3) for passed-in pt_regs pointer
by Brian Gerst
· 16 years ago
253f29a
x86: pass in pt_regs pointer for syscalls that need it
by Brian Gerst
· 16 years ago
d9a89a2
x86: add %gs accessors for x86_32
by Tejun Heo
· 16 years ago
bbc1f69
x86: Introducing asm/syscalls.h
by Jaswinder Singh
· 17 years ago
a5c15d4
x86: replace most VM86 flags with flags from processor-flags.h
by gorcunov@gmail.com
· 17 years ago
6b6891f
x86: cleanup - rename VM_MASK to X86_VM_MASK
by gorcunov@gmail.com
· 17 years ago
0f54091
x86: handle_vm86_trap cleanup
by Roland McGrath
· 17 years ago
83e714e
x86: coding style fixes to arch/x86/kernel/vm86_32.c
by Paolo Ciarrocchi
· 17 years ago
ab4a574
arch/x86/: spelling fixes
by Joe Perches
· 17 years ago
75604d7
x86: remove all definitions with fastcall
by Harvey Harrison
· 17 years ago
6b7d190
x86: remove last users of FASTCALL
by Harvey Harrison
· 17 years ago
faca622
x86: use generic register name in the thread and tss structures
by H. Peter Anvin
· 17 years ago
65ea5b0
x86: rename the struct pt_regs members for 32/64-bit consistency
by H. Peter Anvin
· 17 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 17 years ago
9a163ed
i386: move kernel
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/vm86_32.c]
7338d43
i386: prepare shared kernel/vm86.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/vm86.c]
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
464d1a7
[PATCH] i386: Convert i386 PDA code to use %fs
by Jeremy Fitzhardinge
· 18 years ago
49d26b6
[PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usage
by Jeremy Fitzhardinge
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
5411be5
[PATCH] drop task argument of audit_syscall_{entry,exit}
by Al Viro
· 19 years ago
7e7f8a0
[PATCH] make vm86 call audit_syscall_exit
by Jason Baron
· 19 years ago
624dffc
correct email address of Manfred Spraul
by Christian Kujau
· 19 years ago
06b425d
[PATCH] i386: task_thread_info()
by Al Viro
· 19 years ago
a941564
[PATCH] capable/capability.h (arch/)
by Randy Dunlap
· 19 years ago
60ec558
[PATCH] mm: i386 sh sh64 ready for split ptlock
by Hugh Dickins
· 19 years ago
4d37e7e
[PATCH] i386: inline assembler: cleanup and encapsulate descriptor and task register management
by Zachary Amsden
· 19 years ago
5fd75eb
[PATCH] vm86: Honor TF bit when emulating an instruction
by Petr Tesarik
· 19 years ago
e49332b
[PATCH] misc verify_area cleanups
by Jesper Juhl
· 20 years ago
ad67142
[PATCH] Linux 2.6.x VM86 interrupt emulation fixes
by Pavel Pisa
· 20 years ago
fd51f66
[PATCH] i386/x86_64 segment register access update
by H. J. Lu
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2