index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
i8259.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-1
/
+5
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-1
/
+1
2017-04-12
KVM: x86: simplify pic_ioport_read()
David Hildenbrand
1
-6
/
+3
2017-04-12
KVM: x86: set data directly in picdev_read()
David Hildenbrand
1
-4
/
+3
2017-04-12
KVM: x86: drop picdev_in_range()
David Hildenbrand
1
-23
/
+12
2017-04-12
KVM: x86: make kvm_pic_reset() static
David Hildenbrand
1
-1
/
+1
2017-04-12
KVM: x86: simplify pic_unlock()
David Hildenbrand
1
-9
/
+4
2017-04-12
KVM: x86: push usage of slots_lock down
David Hildenbrand
1
-0
/
+2
2017-04-12
KVM: x86: get rid of pic_irqchip()
David Hildenbrand
1
-2
/
+2
2017-03-23
KVM: x86: check existance before destroy
Peter Xu
1
-0
/
+3
2017-01-09
KVM: x86: make pic setup code look like ioapic setup
Radim Krčmář
1
-5
/
+11
2015-07-30
KVM: x86: clean/fix memory barriers in irqchip_in_kernel
Paolo Bonzini
1
-10
/
+5
2015-04-07
Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-6
/
+6
2015-03-30
kvm: x86: i8259: return initialized data on invalid-size read
Petr Matousek
1
-0
/
+1
2015-03-26
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
1
-6
/
+6
2012-12-13
KVM: inject ExtINT interrupt before APIC interrupts
Gleb Natapov
1
-0
/
+2
2012-09-04
KVM: cleanup pic reset
Gleb Natapov
1
-41
/
+11
2012-08-14
KVM: x86: drop parameter validation in ioapic/pic
Michael S. Tsirkin
1
-9
/
+9
2012-07-26
KVM: PIC: call ack notifiers for irqs that are dropped form irr
Gleb Natapov
1
-0
/
+17
2012-07-20
KVM: fix race with level interrupts
Michael S. Tsirkin
1
-3
/
+14
2012-03-05
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
1
-0
/
+1
2011-12-27
KVM: drop bsp_vcpu pointer from kvm struct
Gleb Natapov
1
-8
/
+16
2011-09-25
KVM: Clean up and extend rate-limited output
Jan Kiszka
1
-7
/
+8
2011-09-25
KVM: Intelligent device lookup on I/O bus
Sasha Levin
1
-19
/
+89
2011-03-17
KVM: remove isr_ack logic from PIC
Gleb Natapov
1
-23
/
+2
2011-01-02
KVM: i8259: initialize isr_ack
Avi Kivity
1
-0
/
+2
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
1
-1
/
+1
2010-10-24
KVM: Convert PIC lock from raw spinlock to ordinary spinlock
Avi Kivity
1
-3
/
+3
2010-10-24
KVM: Check for pending events before attempting injection
Avi Kivity
1
-0
/
+1
2010-10-24
KVM: i8259: Make ICW1 conform to spec
Avi Kivity
1
-6
/
+10
2010-09-08
KVM: fix i8259 oops when no vcpus are online
Avi Kivity
1
-0
/
+3
2010-08-02
KVM: x86: Call mask notifiers from pic
Gleb Natapov
1
-1
/
+11
2010-08-01
KVM: Search the LAPIC's for one that will accept a PIC interrupt
Chris Lalancette
1
-4
/
+13
2010-08-01
KVM: i8259: simplify pic_irq_request() calling sequence
Avi Kivity
1
-4
/
+1
2010-08-01
KVM: i8259: reduce excessive abstraction for pic_irq_request()
Avi Kivity
1
-10
/
+7
2010-08-01
KVM: Update Red Hat copyrights
Avi Kivity
1
-0
/
+1
2010-04-25
KVM: x86: Kick VCPU outside PIC lock again
Jan Kiszka
1
-15
/
+38
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
KVM: Convert i8254/i8259 locks to raw_spinlocks
Thomas Gleixner
1
-15
/
+16
2010-03-01
KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl
Wei Yongjun
1
-0
/
+11
2010-03-01
KVM: convert slots_lock to a mutex
Marcelo Tosatti
1
-2
/
+2
2010-03-01
KVM: convert io_bus to SRCU
Marcelo Tosatti
1
-1
/
+3
2009-12-03
KVM: Move IO APIC to its own lock
Gleb Natapov
1
-6
/
+16
2009-12-03
KVM: Call pic_clear_isr() on pic reset to reuse logic there
Gleb Natapov
1
-13
/
+9
2009-09-10
KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
Gleb Natapov
1
-24
/
+12
2009-09-10
KVM: Call ack notifiers from PIC when guest OS acks an IRQ.
Gleb Natapov
1
-14
/
+4
2009-09-10
KVM: Call kvm_vcpu_kick() inside pic spinlock
Gleb Natapov
1
-9
/
+1
2009-09-10
KVM: make io_bus interface more robust
Gregory Haskins
1
-1
/
+8
2009-09-10
KVM: Add trace points in irqchip code
Gleb Natapov
1
-0
/
+3
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
1
-8
/
+12
[next]