index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
/
xive
/
common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
powerpc/xive: Do not expose a debugfs file when XIVE is disabled
Cédric Le Goater
2020-05-28
1
-2
/
+3
*
powerpc/xive: Clear the page tables for the ESB IO mapping
Cédric Le Goater
2020-05-26
1
-0
/
+5
*
powerpc/xive: Enforce load-after-store ordering when StoreEOI is active
Cédric Le Goater
2020-05-07
1
-0
/
+3
*
powerpc/xive: Add a debugfs file to dump internal XIVE state
Cédric Le Goater
2020-03-26
1
-0
/
+105
*
powerpc/xmon: Add source flags to output of XIVE interrupts
Cédric Le Goater
2020-03-26
1
-1
/
+4
*
powerpc/xive: Fix xmon support on the PowerNV platform
Cédric Le Goater
2020-03-26
1
-0
/
+4
*
powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
Cédric Le Goater
2020-03-26
1
-9
/
+3
*
powerpc/xive: Discard ESB load value when interrupt is invalid
Frederic Barrat
2020-01-22
1
-3
/
+12
*
powerpc/xive: Prevent page fault issues in the machine crash handler
Cédric Le Goater
2019-11-13
1
-0
/
+9
*
powerpc/xmon: Fix output of XIVE IPI
Cédric Le Goater
2019-09-13
1
-11
/
+16
*
powerpc/xmon: Improve output of XIVE interrupts
Cédric Le Goater
2019-09-13
1
-3
/
+26
*
powerpc/xive: Fix dump of XIVE interrupt under pseries
Cédric Le Goater
2019-08-19
1
-0
/
+7
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2019-08-19
1
-23
/
+64
|
\
|
*
powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown race
Paul Mackerras
2019-08-16
1
-23
/
+64
*
|
powerpc/xive: Update comment referencing magic loads from an ESB
Jordan Niethe
2019-08-05
1
-1
/
+1
|
/
*
powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()
Gautham R. Shenoy
2019-07-18
1
-4
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc: remove unnecessary unlikely()
Igor Stoppa
2019-01-15
1
-1
/
+1
*
powerpc/xive: Define xive_do_source_eoi as static
Breno Leitao
2018-11-25
1
-1
/
+1
*
powerpc/xive: Move a dereference below a NULL test
zhong jiang
2018-10-03
1
-3
/
+4
*
treewide: correct "differenciate" and "instanciate" typos
Finn Thain
2018-08-24
1
-1
/
+1
*
powerpc/xive: Remove xive_kexec_teardown_cpu()
Benjamin Herrenschmidt
2018-08-07
1
-22
/
+0
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-4
/
+4
*
powerpc/xive: Fix wrong xmon output caused by typo
Frederic Barrat
2018-03-30
1
-1
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-01-21
1
-1
/
+2
|
\
|
*
powerpc/xive: Add interrupt flag to disable automatic EOI
Benjamin Herrenschmidt
2018-01-12
1
-1
/
+2
*
|
powerpc/xive: Remove incorrect debug code
Benjamin Herrenschmidt
2018-01-16
1
-5
/
+0
|
/
*
powerpc/xive: Clear XIVE internal structures when a CPU is removed
Cédric Le Goater
2017-10-04
1
-0
/
+8
*
powerpc/xive: improve debugging macros
Cédric Le Goater
2017-09-02
1
-2
/
+6
*
powerpc/xive: introduce H_INT_ESB hcall
Cédric Le Goater
2017-09-02
1
-2
/
+8
*
powerpc/xive: introduce xive_esb_write()
Cédric Le Goater
2017-09-02
1
-1
/
+10
*
powerpc/xive: rename xive_poke_esb() in xive_esb_read()
Cédric Le Goater
2017-09-02
1
-10
/
+10
*
powerpc/xive: guest exploitation of the XIVE interrupt controller
Cédric Le Goater
2017-09-02
1
-0
/
+13
*
powerpc/xive: introduce a common routine xive_queue_page_alloc()
Cédric Le Goater
2017-09-02
1
-0
/
+16
*
powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()
Cédric Le Goater
2017-08-24
1
-1
/
+1
*
powerpc/xmon: Exclude all of xmon from ftrace
Naveen N. Rao
2017-08-15
1
-3
/
+3
*
powerpc/xive: Fix section mismatch warnings
Michael Ellerman
2017-08-10
1
-2
/
+2
*
powerpc/xive: Ensure active irqd when setting affinity
Benjamin Herrenschmidt
2017-08-10
1
-0
/
+4
*
Merge branch 'fixes' into next
Michael Ellerman
2017-07-03
1
-1
/
+1
|
\
|
*
powerpc/xive: Fix offset for store EOI MMIOs
Benjamin Herrenschmidt
2017-06-15
1
-1
/
+1
*
|
powerpc: Fix some spelling mistakes
Colin Ian King
2017-06-05
1
-1
/
+1
|
/
*
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2017-05-09
1
-6
/
+136
|
\
|
*
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
2017-04-27
1
-6
/
+136
*
|
powerpc: Change the doorbell IPI calling convention
Nicholas Piggin
2017-04-13
1
-3
/
+3
|
/
*
powerpc/xive: Native exploitation of the XIVE interrupt controller
Benjamin Herrenschmidt
2017-04-10
1
-0
/
+1302
[prev]