summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powermac
AgeCommit message (Expand)AuthorFilesLines
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-3/+3
2021-06-24powerpc: Remove klimitChristophe Leroy1-1/+1
2021-06-16powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-2/+2
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier1-0/+1
2021-02-08powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2-3/+5
2020-12-18Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-73/+59
2020-12-08powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACKChristophe Leroy1-73/+59
2020-11-26powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin1-0/+2
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy2-5/+1
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman3-8/+8
2020-09-15powerpc/powermac: Fix low_sleep_handler with KUAP and KUEPChristophe Leroy1-8/+1
2020-08-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2020-07-29powerpc: use for_each_child_of_node() macroQinglang Miao3-7/+5
2020-07-29powerpc: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-02powerpc/powermac: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2-1/+6
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+2
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-2/+2
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-5/+5
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport1-1/+0
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed2-25/+16
2020-03-17powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing1-2/+2
2020-03-17powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip1-4/+4
2019-07-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+63
2019-07-01Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig1-0/+1
2019-06-19powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy1-5/+63
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner11-60/+11
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner2-0/+2
2019-05-02powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+6
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain3-4/+2
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-2/+1
2019-01-22powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMacFinn Thain1-0/+9
2018-12-30Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring7-39/+26
2018-12-19powerpc/smp: Use code patching to restore reset vectorChristophe Leroy1-2/+1
2018-12-04powerpc: annotate implicit fall throughsStephen Rothwell1-0/+1
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy3-5/+5
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring3-6/+5
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1