index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
powerpc: drop MPC837x_MDS platform support
Paul Gortmaker
3
-102
/
+0
2023-04-20
powerpc: drop MPC836x_MDS platform support
Paul Gortmaker
3
-208
/
+0
2023-04-20
powerpc: drop MPC834x_MDS platform support
Paul Gortmaker
3
-105
/
+0
2023-04-20
powerpc/pseries: Add FW_FEATURE_PLPKS feature flag
Andrew Donnellan
2
-1
/
+5
2023-04-20
powerpc/64: vmlinux support building with PCREL addresing
Nicholas Piggin
1
-0
/
+18
2023-04-20
powerpc: add CFUNC assembly label annotation
Nicholas Piggin
1
-2
/
+2
2023-04-20
powerpc/64: Add support to build with prefixed instructions
Nicholas Piggin
1
-0
/
+20
2023-04-20
powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020
Pali Rohár
2
-6
/
+21
2023-04-20
powerpc/85xx: p2020: Define just one machine description
Pali Rohár
1
-38
/
+19
2023-04-20
powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks
Pali Rohár
4
-15
/
+36
2023-04-20
powerpc/85xx: mpc85xx_ds: Move i8259 code into own file
Pali Rohár
4
-47
/
+72
2023-04-20
powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.c
Pali Rohár
4
-30
/
+37
2023-04-20
powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.c
Pali Rohár
4
-16
/
+46
2023-04-20
powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdb
Christophe Leroy
1
-2
/
+0
2023-04-20
powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_ds
Christophe Leroy
1
-17
/
+20
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macro
Christophe Leroy
2
-4
/
+4
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON()
Christophe Leroy
2
-2
/
+6
2023-04-20
powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc()
Christophe Leroy
2
-23
/
+11
2023-04-20
powerpc/85xx: Remove DBG() macro
Christophe Leroy
3
-25
/
+1
2023-04-20
powerpc/fsl_uli1575: Mark uli_exclude_device() as static
Pali Rohár
1
-1
/
+1
2023-04-20
powerpc/86xx: mpc86xx_hpcn: Call uli_init() instead of explicit ppc_md assign...
Pali Rohár
1
-4
/
+1
2023-04-20
powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
Pali Rohár
1
-1
/
+3
2023-04-20
powerpc/85xx: mpc85xx_rdb: Do not automatically select FSL_ULI1575
Pali Rohár
1
-1
/
+0
2023-04-20
powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver file
Pali Rohár
2
-22
/
+20
2023-04-20
powerpc/fsl_uli1575: Simplify uli_exclude_device() usage
Pali Rohár
3
-25
/
+5
2023-04-20
powerpc/85xx: mpc85xx_ds: Simplify mpc85xx_exclude_device() function
Pali Rohár
1
-3
/
+2
2023-04-20
powerpc/fsl_uli1575: Misc cleanup
Christophe Leroy
3
-9
/
+5
2023-04-05
powerc/mm: try VMA lock-based page fault handling first
Laurent Dufour
2
-0
/
+2
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
1
-1
/
+1
2023-04-04
PCI: Introduce pci_dev_for_each_resource()
Mika Westerberg
3
-15
/
+14
2023-04-04
powerpc: Use of_address_to_resource()
Rob Herring
7
-82
/
+41
2023-04-04
powerpc/usbgecko: Use of_iomap()
Rob Herring
1
-19
/
+1
2023-04-04
powerpc/papr_scm: Update the NUMA distance table for the target node
Aneesh Kumar K.V
1
-0
/
+7
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2
-0
/
+9
2023-03-30
powerpc: Use of_property_read_bool() for boolean properties
Rob Herring
10
-23
/
+19
2023-03-30
powerpc: Use of_property_present() for testing DT property presence
Rob Herring
7
-8
/
+7
2023-03-30
powerpc/wii: fix resource printk format warnings
Randy Dunlap
3
-4
/
+4
2023-03-30
powerpc/mpc512x: fix resource printk format warning
Randy Dunlap
1
-1
/
+1
2023-03-30
powerpc/pseries: Add spaces around / operator
Petr Vaněk
1
-1
/
+1
2023-03-29
powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabled
Haren Myneni
1
-0
/
+8
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2
-4
/
+4
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-0
/
+2
2023-03-23
powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIP
Andy Shevchenko
1
-0
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2
-6
/
+6
2023-03-22
powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_table
Luis Chamberlain
1
-9
/
+1
2023-03-17
powerpc/pseries: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-13
/
+25
2023-03-17
powerpc/powernv: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-4
/
+15
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-16
powerpc: Make generic_calibrate_decr() the default
Christophe Leroy
78
-94
/
+0
2023-03-16
powerpc/85xx: Fix function naming for p1023_rdb platform
Christophe Leroy
1
-4
/
+4
[prev]
[next]