aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ioport.c
AgeCommit message (Expand)Author
2020-06-03x86/ioperm: Prevent a memory leak when fork failsJay Lang
2019-11-16x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner
2019-11-16x86/iopl: Restrict iopl() permission scopeThomas Gleixner
2019-11-16x86/iopl: Fixup misleading commentThomas Gleixner
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner
2019-11-16x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner
2019-11-16x86/iopl: Cleanup include mazeThomas Gleixner
2019-08-19x86: Lock down IO port access when the kernel is locked downMatthew Garrett
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski
2018-03-07x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01x86/asm: Tidy up TSS limit codeAndy Lutomirski
2017-02-21x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski
2016-03-17x86/iopl: Fix iopl capability check on Xen PVAndy Lutomirski
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro
2011-02-17x86: Use bitmap library functionsAkinobu Mita
2009-12-09x86-64, paravirt: Call set_iopl_mask() on 64 bitsH. Peter Anvin
2009-12-09x86: Merge sys_ioplBrian Gerst
2009-03-02x86-32: use non-lazy io bitmap context switchingJeremy Fitzhardinge
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst
2009-01-04x86: ioport.c fix style problemsJaswinder Singh Rajput
2008-07-22x86: Introducing asm/syscalls.hJaswinder Singh
2008-01-30x86: refactor ioport unificationChris Wright
2008-01-30x86: fix ioport unification on 32-bitChris Wright
2008-01-30x86: ioport_{32|64}.c unificationmboton@gmail.com