summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ioport.c
Commit message (Expand)AuthorAgeFilesLines
* x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-021-1/+6
* x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-1/+7
|\
| * x86/asm: Tidy up TSS limit codeAndy Lutomirski2017-03-011-1/+7
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-211-0/+5
* x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski2016-03-171-3/+9
* x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-1/+1
* x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+2
* x86: Use bitmap library functionsAkinobu Mita2011-02-171-15/+5Star
* x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-101-2/+0Star
* x86: Merge sys_ioplBrian Gerst2009-12-101-23/+5Star
* x86-32: use non-lazy io bitmap context switchingJeremy Fitzhardinge2009-03-021-11/+0Star
* x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-111-1/+2
* x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-111-3/+1Star
* x86: ioport.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
* x86: Introducing asm/syscalls.hJaswinder Singh2008-07-221-0/+1
* x86: refactor ioport unificationChris Wright2008-01-301-19/+21
* x86: fix ioport unification on 32-bitChris Wright2008-01-301-2/+4
* x86: ioport_{32|64}.c unificationmboton@gmail.com2008-01-301-0/+150