index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_xics.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-12-14
1
-11
/
+1
*
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
2018-10-09
1
-1
/
+2
*
KVM: PPC: Book3S: Simplify external interrupt handling
Paul Mackerras
2018-10-09
1
-7
/
+4
*
powerpc: Use octal numbers for file permissions
Russell Currey
2018-01-22
1
-1
/
+1
*
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2017-05-09
1
-33
/
+2
|
\
|
*
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
2017-04-27
1
-33
/
+2
*
|
Merge branch 'topic/xive' (early part) into next
Michael Ellerman
2017-04-12
1
-1
/
+1
|
\
\
|
|
/
|
*
powerpc/kvm: Make kvmppc_xics_create_icp static
Benjamin Herrenschmidt
2017-04-10
1
-1
/
+1
*
|
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
Michael Ellerman
2017-04-11
1
-2
/
+1
|
/
*
KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
Li Zhong
2017-01-27
1
-32
/
+27
*
KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
Li Zhong
2017-01-27
1
-40
/
+85
*
KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
Li Zhong
2017-01-27
1
-0
/
+4
*
KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
Li Zhong
2017-01-27
1
-9
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
KVM: PPC: Book3S HV: Set server for passed-through interrupts
Paul Mackerras
2016-09-12
1
-0
/
+35
*
KVM: PPC: Book3S HV: Dump irqmap in debugfs
Suresh Warrier
2016-09-12
1
-0
/
+17
*
KVM: PPC: Book3S HV: Complete passthrough interrupt in host
Suresh Warrier
2016-09-12
1
-1
/
+2
*
KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
Paul Mackerras
2016-08-19
1
-0
/
+2
*
KVM: Protect device ops->create and list_add with kvm->lock
Christoffer Dall
2016-08-12
1
-2
/
+0
*
KVM: PPC: Move xics_debugfs_init out of create
Christoffer Dall
2016-08-12
1
-2
/
+8
*
KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
Paul Mackerras
2016-05-12
1
-10
/
+15
*
KVM: PPC: Fix debug macros
Alexey Kardashevskiy
2016-05-11
1
-2
/
+2
*
powerpc: Fix misspellings in comments.
Adam Buchbinder
2016-03-01
1
-1
/
+1
*
KVM: PPC: Book3S: Fix typo in top comment about locking
Greg Kurz
2015-09-04
1
-1
/
+1
*
powerpc/kvm: Fix SMP=n build error in book3s_xics.c
Michael Ellerman
2015-04-29
1
-1
/
+1
*
KVM: PPC: Book3S HV: Add ICP real mode counters
Suresh Warrier
2015-04-21
1
-2
/
+8
*
KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
Suresh Warrier
2015-04-21
1
-21
/
+47
*
KVM: PPC: Book3S HV: Add guest->host real mode completion counters
Suresh E. Warrier
2015-04-21
1
-4
/
+27
*
ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2015-01-19
1
-8
/
+8
*
KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
Suresh E. Warrier
2014-12-15
1
-7
/
+23
*
KVM: PPC: Enable IRQFD support for the XICS interrupt controller
Paul Mackerras
2014-08-05
1
-9
/
+46
*
KVM: PPC: fix couple of memory leaks in MPIC/XICS devices
Gleb Natapov
2014-01-09
1
-1
/
+3
*
kvm: powerpc: book3s: drop is_hv_enabled
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
kvm: powerpc: book3s: Support building HV and PR KVM as module
Aneesh Kumar K.V
2013-10-17
1
-0
/
+1
*
kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
Aneesh Kumar K.V
2013-10-17
1
-1
/
+1
*
kvm: powerpc: Add kvmppc_ops callback
Aneesh Kumar K.V
2013-10-17
1
-2
/
+2
*
KVM: PPC: Book3S: Fix compile error in XICS emulation
Paul Mackerras
2013-08-28
1
-0
/
+1
*
powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulation
Paul Mackerras
2013-06-01
1
-0
/
+29
*
KVM: PPC: Book3S: Add API for in-kernel XICS emulation
Paul Mackerras
2013-05-02
1
-25
/
+165
*
KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
Paul Mackerras
2013-04-26
1
-0
/
+90
*
KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
Paul Mackerras
2013-04-26
1
-14
/
+70
*
KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
Benjamin Herrenschmidt
2013-04-26
1
-13
/
+51
*
KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
Benjamin Herrenschmidt
2013-04-26
1
-1
/
+1
*
KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
Benjamin Herrenschmidt
2013-04-26
1
-0
/
+946