summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-19Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy
2024-07-12powerpc/e500: free r10 for FIND_PTEChristophe Leroy
2024-07-12powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy
2024-07-12powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman
2024-07-06Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-07-04powerpc/pci: Hotplug driver bridge supportKrishna Kumar
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-28powerpc/prom: Add CPU info to hardware description string laterNathan Lynch
2024-06-28powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman
2024-06-28powerpc: Remove core support for 40xChristophe Leroy
2024-06-28powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat
2024-06-28powerpc/iommu: Move dev_has_iommu_table() to iommu.cShivaprasad G Bhat
2024-06-28powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat
2024-06-25powerpc: restore some missing spu syscallsArnd Bergmann
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-06-23powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar
2024-06-23powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0Jinglin Wen
2024-05-23mseal: wire up mseal syscallJeff Xu
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-05-16powerpc/fadump: Fix section mismatch warningMichael Ellerman
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-05-14powerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeHari Bathini
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-08powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer
2024-05-08powerpc: Fix typosBjorn Helgaas
2024-05-08powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao
2024-05-07powerpc: Fix preserved memory size for int-vectorsGUO Zihua