index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
4xx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/platforms: Move files from 4xx to 44x
Christophe Leroy
2024-06-28
9
-3901
/
+0
*
powerpc: Replace CONFIG_4xx with CONFIG_44x
Michael Ellerman
2024-06-28
1
-1
/
+1
*
powerpc: Remove core support for 40x
Christophe Leroy
2024-06-28
1
-100
/
+0
*
powerpc: Use NULL instead of 0 for null pointers
Benjamin Gray
2023-10-19
1
-1
/
+1
*
powerpc/4xx: Add missing includes to fix no previous prototype errors
Christophe Leroy
2023-08-18
2
-0
/
+2
*
powerpc: Explicitly include correct DT includes
Rob Herring
2023-08-02
3
-3
/
+3
*
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-04-29
1
-11
/
+7
|
\
|
*
powerpc: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-30
1
-11
/
+7
*
|
Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-04-27
1
-4
/
+4
|
\
\
|
*
|
PCI: Introduce pci_dev_for_each_resource()
Mika Westerberg
2023-04-04
1
-4
/
+4
|
|
/
*
/
gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
Arnd Bergmann
2023-03-06
1
-1
/
+1
|
/
*
powerpc/msi: Fix deassociation of MSI descriptors
Marc Zyngier
2022-12-17
1
-0
/
+1
*
powerpc: Fix all occurences of duplicate words
Michael Ellerman
2022-07-25
1
-1
/
+1
*
powerpc: Add missing headers
Christophe Leroy
2022-05-08
3
-1
/
+4
*
powerpc/4xx/cpm: Fix return value of __setup() handler
Randy Dunlap
2022-05-04
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
2
-3
/
+3
|
\
|
*
powerpc/4xx: Add __init attribute to eligible functions
Nick Child
2021-12-23
2
-3
/
+3
*
|
powerpc/4xx/hsta: Rework MSI handling
Thomas Gleixner
2021-12-16
1
-5
/
+2
*
|
powerpc/4xx: Remove MSI support which never worked
Thomas Gleixner
2021-12-09
2
-282
/
+0
|
/
*
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
2021-08-26
1
-1
/
+1
*
powerpc: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-10
1
-3
/
+1
*
powerpc/4xx: Don't unmap NULL mbase
huhai
2020-05-28
1
-3
/
+1
*
powerpc: remove the ppc44x ocm.c file
Christoph Hellwig
2019-08-27
2
-391
/
+0
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-0
/
+1
|
\
|
*
powerpc/4xx/uic: clear pending interrupt after irq type/pol change
Christian Lamparter
2019-07-03
1
-0
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
3
-45
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
4
-19
/
+4
|
/
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
powerpc/4xx/ocm: Fix fix for phys_addr_t printf warnings
Michael Ellerman
2019-01-11
1
-3
/
+3
*
powerpc/4xx/ocm: Fix phys_addr_t printf warnings
Michael Ellerman
2018-12-30
1
-3
/
+3
*
powerpc/4xx/ocm: Fix compilation error due to PAGE_KERNEL usage
Christian Lamparter
2018-12-30
1
-2
/
+2
*
powerpc/4xx: Delete an unnecessary return statement in two functions
Markus Elfring
2018-12-21
2
-3
/
+0
*
powerpc/4xx: Delete error message for a ENOMEM in two functions
Markus Elfring
2018-12-21
1
-4
/
+1
*
powerpc/4xx: Use seq_putc() in ocm_debugfs_show()
Markus Elfring
2018-12-21
1
-1
/
+1
*
powerpc/4xx: Combine four seq_printf() calls into two in ocm_debugfs_show()
Markus Elfring
2018-12-21
1
-6
/
+2
*
powerpc: Use device_type helpers to access the node type
Rob Herring
2018-11-26
1
-4
/
+2
*
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-10-26
1
-5
/
+2
|
\
|
*
powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
Christophe Leroy
2018-10-14
1
-5
/
+2
*
|
powerpc: 4xx: get cpu node with of_get_cpu_node
Rob Herring
2018-09-28
1
-1
/
+1
|
/
*
powerpc/4xx: Fix error return path in ppc4xx_msi_probe()
Guenter Roeck
2018-08-03
1
-21
/
+30
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
2
-2
/
+3
*
powerpc/4xx: Fix error return code in ppc4xx_msi_probe()
Wei Yongjun
2018-03-30
1
-1
/
+2
*
powerpc: Use sizeof(*foo) rather than sizeof(struct foo)
Markus Elfring
2018-03-20
2
-2
/
+2
*
powerpc/4xx: Constify cpm_suspend_ops
Arvind Yadav
2017-08-31
1
-1
/
+1
*
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-23
6
-82
/
+67
*
powerpc/4xx: Move machine_check_4xx() into platforms/4xx
Michael Ellerman
2017-08-10
2
-1
/
+27
*
powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx
Michael Ellerman
2017-08-10
10
-0
/
+4739
*
[POWERPC] Rename 4xx paths to 40x
Josh Boyer
2007-08-20
2
-209
/
+0
[next]