summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds25-1313/+82
2024-07-07Merge tag 'powerpc-6.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-4/+8
2024-07-04powerpc/pci: Hotplug driver bridge supportKrishna Kumar1-3/+32
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-28powerpc/prom: Add CPU info to hardware description string laterNathan Lynch1-4/+8
2024-06-28powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch1-0/+4
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2-5/+3
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman9-10/+10
2024-06-28powerpc: Remove core support for 40xChristophe Leroy11-1126/+3
2024-06-28powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat1-2/+2
2024-06-28powerpc/iommu: Move dev_has_iommu_table() to iommu.cShivaprasad G Bhat2-16/+17
2024-06-28powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat1-147/+2
2024-06-25powerpc: restore some missing spu syscallsArnd Bergmann1-0/+4
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-23powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar1-2/+5
2024-06-23powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0Jinglin Wen1-2/+3
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+2
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-12/+4
2024-05-18Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds18-240/+550
2024-05-16powerpc/fadump: Fix section mismatch warningMichael Ellerman1-1/+1
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-8/+0
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2-5/+5
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-63/+0
2024-05-14powerpc: extend execmem_params for kprobes allocationsMike Rapoport (IBM)2-20/+7
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-21/+39
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-3/+3
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+22
2024-05-10powerpc/fadump: pass additional parameters when fadump is activeHari Bathini2-0/+38
2024-05-10powerpc/fadump: setup additional parameters for dump capture kernelHari Bathini1-0/+87
2024-05-10powerpc/pseries/fadump: add support for multiple boot memory regionsHari Bathini1-24/+3
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+2
2024-05-07powerpc: rename SPRN_HID2 define to SPRN_HID2_750FXMatthias Schiffer1-2/+2
2024-05-07powerpc: Fix typosBjorn Helgaas7-14/+14
2024-05-07powerpc/eeh: Fix spelling of the word "auxillary" and update commentGhanshyam Agrawal1-3/+3
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao1-3/+0
2024-05-07powerpc: Fix preserved memory size for int-vectorsGUO Zihua1-1/+9
2024-05-07powerpc: remove unused *_syscall_64.o variables in MakefileMasahiro Yamada1-3/+0
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray1-0/+101
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann1-1/+1
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray3-0/+31
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2-6/+11
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert1-2/+0
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-2/+2
2024-04-29powerpc/eeh: Permanently disable the removed deviceGanesh Goudar2-3/+21
2024-04-29powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain1-0/+14
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain1-156/+205