index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
/
xive
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/xive: Change IRQ domain to a tree domain
Cédric Le Goater
2021-11-17
1
-2
/
+1
*
powerpc/xive: Discard disabled interrupts in get_irqchip_state()
Cédric Le Goater
2021-10-13
1
-1
/
+2
*
Merge branch 'fixes' into next
Michael Ellerman
2021-09-03
1
-12
/
+24
|
\
|
*
powerpc/xive: Do not mark xive_request_ipi() as __init
Nathan Chancellor
2021-08-18
1
-1
/
+1
|
*
powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
Cédric Le Goater
2021-08-12
1
-11
/
+24
*
|
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
1
-2
/
+1
*
|
powerpc: use IRQF_NO_DEBUG for IPIs
Cédric Le Goater
2021-08-10
1
-1
/
+2
*
|
powerpc/xive: Use XIVE domain under xmon and debugfs
Cédric Le Goater
2021-08-10
1
-6
/
+5
*
|
powerpc/pseries/pci: Add a msi_free() handler to clear XIVE data
Cédric Le Goater
2021-08-10
1
-1
/
+4
*
|
powerpc/xive: Remove irqd_is_started() check when setting the affinity
Cédric Le Goater
2021-08-10
1
-4
/
+0
*
|
powerpc/xive: Drop unmask of MSIs at startup
Cédric Le Goater
2021-08-10
1
-10
/
+0
*
|
powerpc/xive: Ease debugging of xive_irq_set_affinity()
Cédric Le Goater
2021-08-10
1
-2
/
+2
*
|
powerpc/xive: Add support for IRQ domain hierarchy
Cédric Le Goater
2021-08-10
1
-0
/
+64
|
/
*
powerpc/xive: Fix error handling when allocating an IPI
Cédric Le Goater
2021-07-05
1
-4
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-04-30
1
-4
/
+0
|
\
|
*
powerpc/xive: remove unnecessary unmap_kernel_range
Nicholas Piggin
2021-04-30
1
-4
/
+0
*
|
powerpc/xive: Use the "ibm, chip-id" property only under PowerNV
Cédric Le Goater
2021-04-17
1
-6
/
+3
*
|
powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler
Cédric Le Goater
2021-04-14
1
-8
/
+19
*
|
powerpc/xive: Map one IPI interrupt per node
Cédric Le Goater
2021-04-14
1
-13
/
+47
*
|
powerpc/xive: Fix xmon command "dxi"
Cédric Le Goater
2021-04-14
1
-4
/
+10
*
|
powerpc/xive: Simplify the dump of XIVE interrupts under xmon
Cédric Le Goater
2021-04-14
1
-0
/
+14
*
|
powerpc/xive: Drop check on irq_data in xive_core_debug_show()
Cédric Le Goater
2021-04-14
1
-11
/
+10
*
|
powerpc/xive: Simplify xive_core_debug_show()
Cédric Le Goater
2021-04-14
1
-14
/
+4
*
|
powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
Cédric Le Goater
2021-04-14
1
-2
/
+1
*
|
powerpc/xive: Introduce an IPI interrupt domain
Cédric Le Goater
2021-04-14
1
-33
/
+46
|
/
*
powerpc/xive: Simplify xive_do_source_eoi()
Cédric Le Goater
2020-12-11
1
-39
/
+33
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FW
Cédric Le Goater
2020-12-11
1
-13
/
+1
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FW
Cédric Le Goater
2020-12-11
1
-39
/
+1
*
powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUG
Cédric Le Goater
2020-12-11
1
-9
/
+0
*
powerpc/xive: Add a debug_show handler to the XIVE irq_domain
Cédric Le Goater
2020-12-11
1
-0
/
+58
*
powerpc/xive: Add a name to the IRQ domain
Cédric Le Goater
2020-12-11
1
-5
/
+5
*
powerpc/xive: Introduce XIVE_IPI_HW_IRQ
Cédric Le Goater
2020-12-11
1
-5
/
+5
*
powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flag
Cédric Le Goater
2020-12-11
1
-1
/
+1
*
powerpc/xive: Make debug routines static
Cédric Le Goater
2020-09-18
1
-2
/
+2
*
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-27
1
-0
/
+105
*
powerpc/xmon: Add source flags to output of XIVE interrupts
Cédric Le Goater
2020-03-27
1
-1
/
+4
*
powerpc/xive: Fix xmon support on the PowerNV platform
Cédric Le Goater
2020-03-27
1
-0
/
+4
*
powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
Cédric Le Goater
2020-03-27
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-14
1
-11
/
+16
*
powerpc/xmon: Improve output of XIVE interrupts
Cédric Le Goater
2019-09-14
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
[next]