index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
powerpc/xive: Fix refcount leak in xive_get_max_prio
Miaoqian Lin
2022-08-01
1
-0
/
+1
*
powerpc/sysdev: Fix comment typo
Jason Wang
2022-07-28
1
-1
/
+1
*
powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.h
Christophe Leroy
2022-07-28
1
-0
/
+2
*
powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
2022-07-27
1
-2
/
+10
*
powerpc/fsl-pci: Fix Class Code of PCIe Root Port
Pali Rohár
2022-07-27
2
-0
/
+9
*
Merge branch 'fixes' into next
Michael Ellerman
2022-07-09
1
-2
/
+3
|
\
|
*
powerpc/xive/spapr: correct bitmap allocation size
Nathan Lynch
2022-06-24
1
-2
/
+3
*
|
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
2022-06-22
1
-19
/
+22
*
|
powerpc: Don't include asm/setup.h in asm/machdep.h
Christophe Leroy
2022-06-20
1
-0
/
+1
|
/
*
powerpc/xics: Include missing header
Christophe Leroy
2022-05-24
1
-0
/
+1
*
powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
Peng Wu
2022-05-22
1
-2
/
+4
*
powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
Miaoqian Lin
2022-05-22
1
-0
/
+2
*
powerpc/xive: Fix refcount leak in xive_spapr_init
Miaoqian Lin
2022-05-22
1
-2
/
+5
*
powerpc/85xx: Remove FSL_85XX_CACHE_SRAM
Christophe Leroy
2022-05-22
4
-452
/
+0
*
powerpc/xics: fix refcount leak in icp_opal_init()
Lv Ruyi
2022-05-22
1
-0
/
+1
*
powerpc/kasan: Disable address sanitization in kexec paths
Daniel Axtens
2022-05-22
2
-4
/
+4
*
powerpc: Add missing headers
Christophe Leroy
2022-05-08
25
-22
/
+40
*
powerpc: Remove asm/prom.h from all files that don't need it
Christophe Leroy
2022-05-08
5
-5
/
+0
*
powerpc: fix typos in comments
Julia Lawall
2022-05-05
8
-8
/
+8
*
Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-03-25
1
-1
/
+1
|
\
|
*
PCI: Add defines for normal and subtractive PCI bridges
Pali Rohár
2022-02-17
1
-1
/
+1
*
|
powerpc/xive: fix return value of __setup handler
Randy Dunlap
2022-03-16
1
-3
/
+3
*
|
powerpc/sysdev: fix incorrect use to determine if list is empty
Jakob Koschel
2022-03-07
1
-2
/
+2
*
|
powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINT
Christophe Leroy
2022-02-07
1
-3
/
+1
*
|
powerpc/xive: Add some error handling code to 'xive_spapr_init()'
Christophe JAILLET
2022-02-03
1
-8
/
+28
*
|
powerpc/xive: Export XIVE IPI information for online-only processors.
Sachin Sant
2022-01-31
1
-1
/
+1
|
/
*
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-14
22
-125
/
+219
|
\
|
*
powerpc/xive: Add missing null check after calling kmalloc
Ammar Faizi
2022-01-04
1
-0
/
+3
|
*
powerpc/pasemi: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-1
/
+1
|
*
powerpc/sysdev: Add __init attribute to eligible functions
Nick Child
2021-12-23
19
-32
/
+32
|
*
powerpc/mpic: Use bitmap_zalloc() when applicable
Christophe JAILLET
2021-12-20
1
-2
/
+1
|
*
powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.
Cédric Le Goater
2021-12-02
3
-1
/
+15
|
*
powerpc/tsi108: make EXPORT_SYMBOL follow its function immediately
Jason Wang
2021-11-25
1
-2
/
+1
|
*
powerpc/xive: Add a debugfs toggle for save-restore
Cédric Le Goater
2021-11-25
3
-1
/
+3
|
*
powerpc/xive: Add a kernel parameter for StoreEOI
Cédric Le Goater
2021-11-25
1
-0
/
+13
|
*
powerpc/xive: Add a debugfs toggle for StoreEOI
Cédric Le Goater
2021-11-25
1
-3
/
+14
|
*
powerpc/xive: Add a debugfs file to dump EQs
Cédric Le Goater
2021-11-25
1
-0
/
+37
|
*
powerpc/xive: Rename the 'cpus' debugfs file to 'ipis'
Cédric Le Goater
2021-11-25
1
-20
/
+7
|
*
powerpc/xive: Change the debugfs file 'xive' into a directory
Cédric Le Goater
2021-11-25
1
-11
/
+25
|
*
powerpc/xive: Introduce xive_core_debugfs_create()
Cédric Le Goater
2021-11-25
1
-3
/
+15
|
*
powerpc/xive: Activate StoreEOI on P10
Cédric Le Goater
2021-11-25
1
-0
/
+2
|
*
powerpc/xive: Introduce an helper to print out interrupt characteristics
Cédric Le Goater
2021-11-25
1
-27
/
+27
|
*
powerpc/xive: Replace pr_devel() by pr_debug() to ease debug
Cédric Le Goater
2021-11-25
2
-33
/
+34
*
|
powerpc/mpic_u3msi: Use msi_for_each-desc()
Thomas Gleixner
2021-12-16
1
-7
/
+2
*
|
powerpc/fsl_msi: Use msi_for_each_desc()
Thomas Gleixner
2021-12-16
1
-6
/
+2
*
|
powerpc/4xx: Remove MSI support which never worked
Thomas Gleixner
2021-12-09
1
-6
/
+0
|
/
*
powerpc/xive: Change IRQ domain to a tree domain
Cédric Le Goater
2021-11-17
2
-3
/
+1
*
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-11-05
1
-1
/
+1
|
\
|
*
powerpc/dcr: Use cmplwi instead of 3-argument cmpli
Michael Ellerman
2021-10-28
1
-1
/
+1
*
|
powerpc/xive: Discard disabled interrupts in get_irqchip_state()
Cédric Le Goater
2021-10-13
1
-1
/
+2
|
/
[prev]
[next]