index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
ioport.c
Age
Commit message (
Expand
)
Author
2019-11-16
x86/ioperm: Extend IOPL config to control ioperm() as well
Thomas Gleixner
2019-11-16
x86/iopl: Remove legacy IOPL option
Thomas Gleixner
2019-11-16
x86/iopl: Restrict iopl() permission scope
Thomas Gleixner
2019-11-16
x86/iopl: Fixup misleading comment
Thomas Gleixner
2019-11-16
x86/ioperm: Share I/O bitmap if identical
Thomas Gleixner
2019-11-16
x86/ioperm: Remove bitmap if all permissions dropped
Thomas Gleixner
2019-11-16
x86/ioperm: Move TSS bitmap update to exit to user work
Thomas Gleixner
2019-11-16
x86/ioperm: Add bitmap sequence number
Thomas Gleixner
2019-11-16
x86/ioperm: Move iobitmap data into a struct
Thomas Gleixner
2019-11-16
x86/tss: Move I/O bitmap data into a seperate struct
Thomas Gleixner
2019-11-16
x86/io: Speedup schedule out of I/O bitmap user
Thomas Gleixner
2019-11-16
x86/ioperm: Avoid bitmap allocation if no permissions are set
Thomas Gleixner
2019-11-16
x86/ioperm: Simplify first ioperm() invocation logic
Thomas Gleixner
2019-11-16
x86/iopl: Cleanup include maze
Thomas Gleixner
2019-08-19
x86: Lock down IO port access when the kernel is locked down
Matthew Garrett
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
2018-03-07
x86/syscalls: Use proper syscall definition for sys_ioperm()
Dominik Brodowski
2017-12-17
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-04
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-01
x86/asm: Tidy up TSS limit code
Andy Lutomirski
2017-02-21
x86/kvm/vmx: Defer TR reload after VM exit
Andy Lutomirski
2016-03-17
x86/iopl: Fix iopl capability check on Xen PV
Andy Lutomirski
2015-03-06
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
2013-02-03
x86: get rid of pt_regs argument of iopl(2)
Al Viro
2011-02-17
x86: Use bitmap library functions
Akinobu Mita
2009-12-09
x86-64, paravirt: Call set_iopl_mask() on 64 bits
H. Peter Anvin
2009-12-09
x86: Merge sys_iopl
Brian Gerst
2009-03-02
x86-32: use non-lazy io bitmap context switching
Jeremy Fitzhardinge
2009-02-11
x86: use regparm(3) for passed-in pt_regs pointer
Brian Gerst
2009-02-11
x86: pass in pt_regs pointer for syscalls that need it
Brian Gerst
2009-01-04
x86: ioport.c fix style problems
Jaswinder Singh Rajput
2008-07-22
x86: Introducing asm/syscalls.h
Jaswinder Singh
2008-01-30
x86: refactor ioport unification
Chris Wright
2008-01-30
x86: fix ioport unification on 32-bit
Chris Wright
2008-01-30
x86: ioport_{32|64}.c unification
mboton@gmail.com