summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray-1/+32
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray-6/+12
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert-7/+0
2024-05-03powerpc/crash: remove unnecessary NULL check before kvfree()Sourabh Jain-2/+1
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada-2/+2
2024-04-30powerpc: Mark memory_limit as initdataMichael Ellerman-1/+1
2024-04-29powerpc/pseries/vio: Don't return ENODEV if node or compatible missingLidong Zhong-6/+2
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch-4/+4
2024-04-29powerpc/dart: Drop unnecessary call to kmemleak_no_scan()Michael Ellerman-4/+0
2024-04-29powerpc/eeh: Permanently disable the removed deviceGanesh Goudar-3/+21
2024-04-29powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain-0/+14
2024-04-29powerpc: make fadump resilient with memory add/remove eventsSourabh Jain-206/+242
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde-7/+7
2024-04-29powerpc/pseries: Add pool idle time at LPAR bootShrikanth Hegde-9/+30
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand-1/+1
2024-04-25powerpc: mm: accelerate pagefault when badaccessKefeng Wang-13/+20
2024-04-25powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe-11/+9
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He-9/+0
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan-4/+4
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+2
2024-04-25mm/treewide: remove pXd_huge()Peter Xu-45/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu-3/+3
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu-27/+14
2024-04-25powerpc/papr_scm: Move duplicate definitions to common header filesShivaprasad G Bhat-206/+2
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman-7/+11
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain-2/+202
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain-1/+134
2024-04-23powerpc/kexec: make the update_cpus_node() function publicSourabh Jain-87/+95
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain-216/+224
2024-04-23powerpc/pseries/iommu: LPAR panics during boot up with a frozen PEGaurav Batra-0/+8
2024-04-22powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain-8/+7
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+10
2024-04-19powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)-3/+2
2024-04-19powerpc/fadump: Don't update the user-specified memory limitAneesh Kumar K.V (IBM)-16/+0
2024-04-19powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)-4/+7
2024-04-18powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)-1/+1
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev-1/+0
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev-13/+22
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian-2/+1
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar-0/+22
2024-04-15powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt-2/+12
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu-1/+1
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini-33/+0
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner-9/+1
2024-04-08powerpc/52xx: Replace of_gpio.h by proper oneAndy Shevchenko-3/+1
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter-15/+11
2024-04-08powerpc: Fix fatal warnings flag for LLVM's integrated assemblerNathan Chancellor-2/+2
2024-04-05powerpc/crypto/chacha-p10: Fix failure on non Power10Michael Ellerman-1/+7
2024-04-03vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hArnd Bergmann-2/+1
2024-04-03powerpc: Fix PS3 allmodconfig warningGeoff Levand-29/+32