aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/ioport.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28x86/ioperm: Prevent a memory leak when fork failsGravatar Jay Lang 1-11/+11
2020-02-17x86/iopl: Include prototype header for ksys_ioperm()Gravatar Benjamin Thiel 1-0/+1
2019-11-16x86/ioperm: Extend IOPL config to control ioperm() as wellGravatar Thomas Gleixner 1-7/+19
2019-11-16x86/iopl: Remove legacy IOPL optionGravatar Thomas Gleixner 1-36/+11
2019-11-16x86/iopl: Restrict iopl() permission scopeGravatar Thomas Gleixner 1-26/+61
2019-11-16x86/iopl: Fixup misleading commentGravatar Thomas Gleixner 1-8/+27
2019-11-16x86/ioperm: Share I/O bitmap if identicalGravatar Thomas Gleixner 1-9/+39
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedGravatar Thomas Gleixner 1-1/+18
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workGravatar Thomas Gleixner 1-21/+4
2019-11-16x86/ioperm: Add bitmap sequence numberGravatar Thomas Gleixner 1-0/+5
2019-11-16x86/ioperm: Move iobitmap data into a structGravatar Thomas Gleixner 1-13/+14
2019-11-16x86/tss: Move I/O bitmap data into a seperate structGravatar Thomas Gleixner 1-2/+2
2019-11-16x86/io: Speedup schedule out of I/O bitmap userGravatar Thomas Gleixner 1-0/+4
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setGravatar Thomas Gleixner 1-0/+3
2019-11-16x86/ioperm: Simplify first ioperm() invocation logicGravatar Thomas Gleixner 1-29/+26
2019-11-16x86/iopl: Cleanup include mazeGravatar Thomas Gleixner 1-12/+4
2019-08-19x86: Lock down IO port access when the kernel is locked downGravatar Matthew Garrett 1-2/+5
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Gravatar Dominik Brodowski 1-1/+6
2018-03-07x86/syscalls: Use proper syscall definition for sys_ioperm()Gravatar Dominik Brodowski 1-1/+1
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyGravatar Andy Lutomirski 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-01x86/asm: Tidy up TSS limit codeGravatar Andy Lutomirski 1-1/+7
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitGravatar Andy Lutomirski 1-0/+5
2016-03-17x86/iopl: Fix iopl capability check on Xen PVGravatar Andy Lutomirski 1-3/+9
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Gravatar Andy Lutomirski 1-1/+1
2013-02-03x86: get rid of pt_regs argument of iopl(2)Gravatar Al Viro 1-1/+2
2011-02-17x86: Use bitmap library functionsGravatar Akinobu Mita 1-15/+5
2009-12-09x86-64, paravirt: Call set_iopl_mask() on 64 bitsGravatar H. Peter Anvin 1-2/+0
2009-12-09x86: Merge sys_ioplGravatar Brian Gerst 1-23/+5
2009-03-02x86-32: use non-lazy io bitmap context switchingGravatar Jeremy Fitzhardinge 1-11/+0
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerGravatar Brian Gerst 1-1/+2
2009-02-11x86: pass in pt_regs pointer for syscalls that need itGravatar Brian Gerst 1-3/+1
2009-01-04x86: ioport.c fix style problemsGravatar Jaswinder Singh Rajput 1-2/+2
2008-07-22x86: Introducing asm/syscalls.hGravatar Jaswinder Singh 1-0/+1
2008-01-30x86: refactor ioport unificationGravatar Chris Wright 1-19/+21
2008-01-30x86: fix ioport unification on 32-bitGravatar Chris Wright 1-2/+4
2008-01-30x86: ioport_{32|64}.c unificationGravatar mboton@gmail.com 1-0/+150