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
/
powerpc
/
sysdev
/
xive
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-01
powerpc/xive: Fix refcount leak in xive_get_max_prio
Miaoqian Lin
1
-0
/
+1
2022-06-24
powerpc/xive/spapr: correct bitmap allocation size
Nathan Lynch
1
-2
/
+3
2022-05-22
powerpc/xive: Fix refcount leak in xive_spapr_init
Miaoqian Lin
1
-2
/
+5
2022-05-22
powerpc/kasan: Disable address sanitization in kexec paths
Daniel Axtens
1
-2
/
+2
2022-05-08
powerpc: Add missing headers
Christophe Leroy
3
-2
/
+4
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-16
powerpc/xive: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-02-03
powerpc/xive: Add some error handling code to 'xive_spapr_init()'
Christophe JAILLET
1
-8
/
+28
2022-01-31
powerpc/xive: Export XIVE IPI information for online-only processors.
Sachin Sant
1
-1
/
+1
2022-01-04
powerpc/xive: Add missing null check after calling kmalloc
Ammar Faizi
1
-0
/
+3
2021-12-23
powerpc/sysdev: Add __init attribute to eligible functions
Nick Child
2
-5
/
+5
2021-12-02
powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.
Cédric Le Goater
3
-1
/
+15
2021-11-25
powerpc/xive: Add a debugfs toggle for save-restore
Cédric Le Goater
3
-1
/
+3
2021-11-25
powerpc/xive: Add a kernel parameter for StoreEOI
Cédric Le Goater
1
-0
/
+13
2021-11-25
powerpc/xive: Add a debugfs toggle for StoreEOI
Cédric Le Goater
1
-3
/
+14
2021-11-25
powerpc/xive: Add a debugfs file to dump EQs
Cédric Le Goater
1
-0
/
+37
2021-11-25
powerpc/xive: Rename the 'cpus' debugfs file to 'ipis'
Cédric Le Goater
1
-20
/
+7
2021-11-25
powerpc/xive: Change the debugfs file 'xive' into a directory
Cédric Le Goater
1
-11
/
+25
2021-11-25
powerpc/xive: Introduce xive_core_debugfs_create()
Cédric Le Goater
1
-3
/
+15
2021-11-25
powerpc/xive: Activate StoreEOI on P10
Cédric Le Goater
1
-0
/
+2
2021-11-25
powerpc/xive: Introduce an helper to print out interrupt characteristics
Cédric Le Goater
1
-27
/
+27
2021-11-25
powerpc/xive: Replace pr_devel() by pr_debug() to ease debug
Cédric Le Goater
2
-33
/
+34
2021-11-17
powerpc/xive: Change IRQ domain to a tree domain
Cédric Le Goater
2
-3
/
+1
2021-10-13
powerpc/xive: Discard disabled interrupts in get_irqchip_state()
Cédric Le Goater
1
-1
/
+2
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
1
-12
/
+24
2021-08-18
powerpc/xive: Do not mark xive_request_ipi() as __init
Nathan Chancellor
1
-1
/
+1
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
1
-2
/
+1
2021-08-12
powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
Cédric Le Goater
1
-11
/
+24
2021-08-10
KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore
Cédric Le Goater
1
-0
/
+10
2021-08-10
powerpc: use IRQF_NO_DEBUG for IPIs
Cédric Le Goater
1
-1
/
+2
2021-08-10
powerpc/xive: Use XIVE domain under xmon and debugfs
Cédric Le Goater
1
-6
/
+5
2021-08-10
powerpc/pseries/pci: Add a msi_free() handler to clear XIVE data
Cédric Le Goater
1
-1
/
+4
2021-08-10
powerpc/xive: Remove irqd_is_started() check when setting the affinity
Cédric Le Goater
1
-4
/
+0
2021-08-10
powerpc/xive: Drop unmask of MSIs at startup
Cédric Le Goater
1
-10
/
+0
2021-08-10
powerpc/xive: Ease debugging of xive_irq_set_affinity()
Cédric Le Goater
1
-2
/
+2
2021-08-10
powerpc/xive: Add support for IRQ domain hierarchy
Cédric Le Goater
1
-0
/
+64
2021-07-05
powerpc/xive: Fix error handling when allocating an IPI
Cédric Le Goater
1
-4
/
+3
2021-06-10
powerpc: Move the use of irq_domain_add_nomap() behind a config option
Marc Zyngier
1
-0
/
+1
2021-04-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+0
2021-04-30
powerpc/xive: remove unnecessary unmap_kernel_range
Nicholas Piggin
1
-4
/
+0
2021-04-17
powerpc/xive: Use the "ibm, chip-id" property only under PowerNV
Cédric Le Goater
3
-6
/
+10
2021-04-14
powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler
Cédric Le Goater
1
-8
/
+19
2021-04-14
powerpc/xive: Map one IPI interrupt per node
Cédric Le Goater
2
-15
/
+47
2021-04-14
powerpc/xive: Fix xmon command "dxi"
Cédric Le Goater
1
-4
/
+10
2021-04-14
powerpc/xive: Simplify the dump of XIVE interrupts under xmon
Cédric Le Goater
1
-0
/
+14
2021-04-14
powerpc/xive: Drop check on irq_data in xive_core_debug_show()
Cédric Le Goater
1
-11
/
+10
2021-04-14
powerpc/xive: Simplify xive_core_debug_show()
Cédric Le Goater
1
-14
/
+4
2021-04-14
powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
Cédric Le Goater
1
-2
/
+1
2021-04-14
powerpc/xive: Introduce an IPI interrupt domain
Cédric Le Goater
1
-33
/
+46
2021-03-29
powerpc/xive: use true and false for bool variable
Yang Li
1
-1
/
+1
[next]