aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-23powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy1-10/+3
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy3-5/+1
2021-12-23powerpc/code-patching: Remove pr_debug()/pr_devel() messages and fix check()Christophe Leroy1-9/+7
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy2-2/+4
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy8-10/+12
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens4-33/+31
2021-12-23powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy1-14/+3
2021-12-23powerpc: check for support for -Wa,-m{power4,any}Daniel Axtens1-1/+3
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra6-22/+18
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child1-2/+2
2021-12-23powerpc/512x: Add __init attribute to eligible functionsNick Child3-30/+30
2021-12-23powerpc/85xx: Add __init attribute to eligible functionsNick Child5-6/+6
2021-12-23powerpc/83xx: Add __init attribute to eligible functionsNick Child6-10/+10
2021-12-23powerpc/embedded6xx: Add __init attribute to eligible functionsNick Child5-7/+7
2021-12-23powerpc/44x: Add __init attribute to eligible functionsNick Child1-2/+2
2021-12-23powerpc/4xx: Add __init attribute to eligible functionsNick Child2-3/+3
2021-12-23powerpc/ps3: Add __init attribute to eligible functionsNick Child7-24/+24
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child11-18/+18
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child15-28/+28
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child8-11/+11
2021-12-23powerpc/pasemi: Add __init attribute to eligible functionsNick Child5-5/+5
2021-12-23powerpc/chrp: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child5-20/+20
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child24-40/+40
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child12-20/+20
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child13-20/+20
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child3-15/+15
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child24-68/+69
2021-12-21powerpc/dts: Remove "spidev" nodesRob Herring2-14/+0
2021-12-21powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman1-1/+1
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2-5/+13
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-20powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET1-2/+1
2021-12-19Merge tag 'powerpc-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-10/+36
2021-12-19Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEADPaolo Bonzini29-730/+1558
2021-12-17arch: Remove leftovers from prism54 wireless driverAlexandre Ghiti1-1/+0
2021-12-17Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASHAlexandre Ghiti1-1/+0
2021-12-17Documentation, arch: Remove leftovers from raw deviceAlexandre Ghiti1-1/+0
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-11/+10
2021-12-16of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring1-2/+2
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring2-4/+2
2021-12-16powerpc/mpic_u3msi: Use msi_for_each-desc()Thomas Gleixner1-7/+2
2021-12-16powerpc/fsl_msi: Use msi_for_each_desc()Thomas Gleixner1-6/+2
2021-12-16powerpc/pasemi/msi: Convert to msi_on_each_dec()Thomas Gleixner1-7/+2
2021-12-16powerpc/cell/axon_msi: Convert to msi_on_each_desc()Thomas Gleixner1-5/+2
2021-12-16powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner1-5/+2
2021-12-16powerpc/pseries/msi: Let core code check for contiguous entriesThomas Gleixner1-25/+8
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-16powerpc/pseries/msi: Use PCI device propertiesThomas Gleixner1-2/+1