summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ioport.c
Commit message (Expand)AuthorAgeFilesLines
* x86/ioperm: Prevent a memory leak when fork failsJay Lang2020-05-281-11/+11
* x86/iopl: Include prototype header for ksys_ioperm()Benjamin Thiel2020-02-171-0/+1
* x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-7/+19
* x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-36/+11
* x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-161-26/+61
* x86/iopl: Fixup misleading commentThomas Gleixner2019-11-161-8/+27
* x86/ioperm: Share I/O bitmap if identicalThomas Gleixner2019-11-161-9/+39
* x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner2019-11-161-1/+18
* x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner2019-11-161-21/+4
* x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-161-0/+5
* x86/ioperm: Move iobitmap data into a structThomas Gleixner2019-11-161-13/+14
* x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-161-2/+2
* x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-161-0/+4
* x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner2019-11-161-0/+3
* x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner2019-11-161-29/+26
* x86/iopl: Cleanup include mazeThomas Gleixner2019-11-161-12/+4
* x86: Lock down IO port access when the kernel is locked downMatthew Garrett2019-08-191-2/+5
* 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-031-1/+2
* x86: Use bitmap library functionsAkinobu Mita2011-02-171-15/+5
* x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin2009-12-091-2/+0
* x86: Merge sys_ioplBrian Gerst2009-12-091-23/+5
* x86-32: use non-lazy io bitmap context switchingJeremy Fitzhardinge2009-03-021-11/+0
* 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/+1
* 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