Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4d30d4a0441dac4452fcc188cd21536bedaec5df
/
arch
/
s390
/
kvm
/
interrupt.c
53936b5
KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
by Thomas Huth
· 5 years ago
d984740
KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup
by Wanpeng Li
· 5 years ago
d73eb57
KVM: Boost vCPUs that are delivering interrupts
by Wanpeng Li
· 5 years ago
0ef0fd3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
30e63ef
s390/airq: recognize directed interrupts
by Sebastian Ott
· 6 years ago
58616e6
KVM: s390: Fix potential spectre warnings
by Eric Farman
· 6 years ago
b9fa6d6
KVM: s390: fix possible null pointer dereference in pending_irqs()
by Michael Mueller
· 6 years ago
9f30f62
KVM: s390: add gib_alert_irq_handler()
by Michael Mueller
· 6 years ago
174dd4f
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
by Michael Mueller
· 6 years ago
6cff2e1
KVM: s390: add functions to (un)register GISC with GISA
by Michael Mueller
· 6 years ago
1282c21
KVM: s390: add the GIB and its related life-cyle functions
by Michael Mueller
· 6 years ago
982cff4
KVM: s390: introduce struct kvm_s390_gisa_interrupt
by Michael Mueller
· 6 years ago
bb2fb8c
KVM: s390: remove kvm_s390_ from gisa static inline functions
by Michael Mueller
· 6 years ago
96723d3
KVM: s390: use pending_irqs_no_gisa() where appropriate
by Michael Mueller
· 6 years ago
672128b
KVM: s390: coding style kvm_s390_gisa_init/clear()
by Michael Mueller
· 6 years ago
246b721
KVM: s390: move bitmap idle_mask into arch struct top level
by Michael Mueller
· 6 years ago
689bdf9
KVM: s390: make bitmap declaration consistent
by Michael Mueller
· 6 years ago
b7d4557
KVM: s390: drop obsolete else path
by Michael Mueller
· 6 years ago
b3dae10
sched/swait: Rename to exclusive
by Peter Zijlstra
· 7 years ago
b9224cd
KVM: s390: introduce defines for control registers
by David Hildenbrand
· 7 years ago
ccc40c5
KVM: s390: provide counters for all interrupt injects/delivery
by Christian Borntraeger
· 7 years ago
32de074
KVM: add machine check counter to kvm_stat
by QingFeng Hao
· 7 years ago
5fe0179
KVM: s390: take care of clock-comparator sign control
by David Hildenbrand
· 7 years ago
baabee6
KVM: s390: use switch vs jump table in interrupt.c
by David Hildenbrand
· 7 years ago
8846f31
KVM: s390: do not set intervention requests for GISA interrupts
by Christian Borntraeger
· 7 years ago
a981032
KVM: s390: optimize wakeup for exitless interrupts
by Christian Borntraeger
· 7 years ago
4b9f952
KVM: s390: introduce the format-1 GISA
by Michael Mueller
· 8 years ago
f180bfd
KVM: s390: activate GISA for emulated interrupts
by Michael Mueller
· 8 years ago
4b35f65
KVM: s390: make kvm_s390_get_io_int() aware of GISA
by Michael Mueller
· 8 years ago
24160af
KVM: s390: add GISA interrupts to FLIC ioctl interface
by Michael Mueller
· 8 years ago
2496c8e
KVM: s390: abstract adapter interruption word generation from ISC
by Michael Mueller
· 7 years ago
d7c5cb0
KVM: s390: exploit GISA and AIV for emulated interrupts
by Michael Mueller
· 8 years ago
d77e641
KVM: s390: implement GISA IPM related primitives
by Michael Mueller
· 8 years ago
c7901a6
KVM: s390: reverse bit ordering of irqs in pending mask
by Michael Mueller
· 8 years ago
8d5fb0d
KVM: s390: introduce and use kvm_s390_test_cpuflags()
by David Hildenbrand
· 7 years ago
9daecfc
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
by David Hildenbrand
· 7 years ago
ef8f4f4
KVM: s390: reuse kvm_s390_set_cpuflags()
by David Hildenbrand
· 7 years ago
2018224
KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
by David Hildenbrand
· 7 years ago
a9f6c9a
KVM: s390: cleanup struct kvm_s390_float_interrupt
by David Hildenbrand
· 7 years ago
5886293
KVM: s390: drop use of spin lock in __floating_irq_kick
by Michael Mueller
· 7 years ago
940f89a
KVM: s390: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
d809aa2
KVM: s390: add SPDX identifiers to the remaining files
by Greg Kroah-Hartman
· 7 years ago
974aa56
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
4dd6f17
KVM: s390: clear_io_irq() requests are not expected for adapter interrupts
by Michael Mueller
· 8 years ago
ee739f4
KVM: s390: abstract conversion between isc and enum irq_types
by Michael Mueller
· 8 years ago
72e1ad4
KVM: s390: document memory ordering for kvm_s390_vcpu_wakeup
by Christian Borntraeger
· 7 years ago
cc65450
s390/ctl_reg: move control register definitions to ctl_reg.h
by Martin Schwidefsky
· 7 years ago
3dbf020
KVM: s390: use WARN_ON_ONCE only for checking
by David Hildenbrand
· 7 years ago
c136b84
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
4d62fcc
KVM: s390: Inject machine check into the guest
by QingFeng Hao
· 8 years ago
2c1a48f
KVM: S390: add new group for flic
by Yi Min Zhao
· 8 years ago
1ba15b2
KVM: s390: fix ais handling vs cpu model
by Christian Borntraeger
· 8 years ago
8024855
KVM: s390: fix stale machine check data for guarded storage
by Christian Borntraeger
· 8 years ago
a892095
KVM: s390: introduce adapter interrupt inject function
by Yi Min Zhao
· 8 years ago
5197839
KVM: s390: introduce ais mode modify function
by Fei Li
· 8 years ago
08fab50
KVM: s390: interface for suppressible I/O adapters
by Fei Li
· 8 years ago
4e0b1ab
KVM: s390: gs support for kvm guests
by Fan Zhang
· 8 years ago
916cda1
s390: add a system call for guarded storage
by Martin Schwidefsky
· 9 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
31d8b8d
KVM: s390: handle access registers in the run ioctl not in vcpu_put/load
by Christian Borntraeger
· 8 years ago
a694067
KVM: s390: allow 255 VCPUs when sca entries aren't used
by David Hildenbrand
· 8 years ago
8953fb0
KVM: s390: write external damage code on machine checks
by David Hildenbrand
· 8 years ago
ff5dc14
KVM: s390: fix delivery of vector regs during machine checks
by David Hildenbrand
· 9 years ago
0319dae
KVM: s390: split store status and machine check handling
by David Hildenbrand
· 8 years ago
d6404de
KVM: s390: factor out actual delivery of machine checks
by David Hildenbrand
· 9 years ago
c63cf53
KVM: pass struct kvm to kvm_set_routing_entry
by Radim Krčmář
· 8 years ago
adbf169
KVM: s390: vsie: speed up VCPU irq delivery when handling vsie
by David Hildenbrand
· 9 years ago
dcc98ea
KVM: s390: fixup I/O interrupt traces
by Christian Borntraeger
· 9 years ago
3491caf
KVM: halt_polling: provide a way to qualify wakeups during poll
by Christian Borntraeger
· 9 years ago
6d28f78
KVM: s390: add clear I/O irq operation for FLIC
by Halil Pasic
· 9 years ago
4f12985
KVM: s390: implement has_attr for FLIC
by Halil Pasic
· 9 years ago
72aafdf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
10dc374
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
1e133ab
s390/mm: split arch/s390/mm/pgtable.c
by Martin Schwidefsky
· 9 years ago
b3c17f1
KVM: s390: wake up when the VCPU cpu timer expires
by David Hildenbrand
· 9 years ago
4287f24
KVM: s390: abstract access to the VCPU cpu timer
by David Hildenbrand
· 9 years ago
8577370
KVM: Use simple waitqueue for vcpu->wq
by Marcelo Tosatti
· 9 years ago
eaa4f41
KVM: s390: irq delivery should not rely on icptcode
by David Hildenbrand
· 9 years ago
634790b
KVM: s390: migration / injection of prog irq ilc
by David Hildenbrand
· 9 years ago
0e8bc06
KVM: s390: PSW forwarding / rewinding / ilc rework
by David Hildenbrand
· 9 years ago
cbd88cd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 9 years ago
c667aea
s390: rename struct _lowcore to struct lowcore
by Heiko Carstens
· 9 years ago
2c1bb2b
KVM: s390: fast path for sca_ext_call_pending
by David Hildenbrand
· 9 years ago
5e04431
KVM: s390: Introduce switching code
by Eugene (jno) Dvurechenski
· 10 years ago
7d43bafcf
KVM: s390: Make provisions for ESCA utilization
by Eugene (jno) Dvurechenski
· 10 years ago
bc784cc
KVM: s390: Introduce new structures
by Eugene (jno) Dvurechenski
· 10 years ago
a5bd764
KVM: s390: Generalize access to SIGP controls
by Eugene (jno) Dvurechenski
· 10 years ago
152e9f6
KVM: s390: fix wrong lookup of VCPUs by array index
by David Hildenbrand
· 9 years ago
b85de33
KVM: s390: avoid memory overwrites on emergency signal injection
by David Hildenbrand
· 9 years ago
60417fc
KVM: s390: factor out reading of the guest TOD clock
by David Hildenbrand
· 9 years ago
238293b
KVM: s390: correctly handle injection of pgm irqs and per events
by David Hildenbrand
· 10 years ago
66933b7
KVM: s390: simplify in-kernel program irq injection
by David Hildenbrand
· 10 years ago
4d32ad6
KVM: s390: drop out early in kvm_s390_has_irq()
by David Hildenbrand
· 10 years ago
118b862
KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
by David Hildenbrand
· 9 years ago
5f94c58
KVM: s390: set interception requests for all floating irqs
by David Hildenbrand
· 9 years ago
fee0e0f
KVM: s390: disabled wait cares about machine checks, not PER
by David Hildenbrand
· 9 years ago
f59922b4
KVM: s390: remove unused variable in __inject_vm
by Christian Borntraeger
· 9 years ago
ca520ca
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
Next »