aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann2-5/+5
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray4-1/+32
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray3-6/+12
2024-05-03powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert2-7/+0
2024-05-03powerpc/crash: remove unnecessary NULL check before kvfree()Sourabh Jain1-2/+1
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-2/+2
2024-04-30powerpc: Mark memory_limit as initdataMichael Ellerman1-1/+1
2024-04-29powerpc/pseries/vio: Don't return ENODEV if node or compatible missingLidong Zhong1-6/+2
2024-04-29powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-04-29powerpc/dart: Drop unnecessary call to kmemleak_no_scan()Michael Ellerman1-4/+0
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 Jain4-206/+242
2024-04-29powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde3-7/+7
2024-04-29powerpc/pseries: Add pool idle time at LPAR bootShrikanth Hegde1-9/+30
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-25powerpc: mm: accelerate pagefault when badaccessKefeng Wang1-13/+20
2024-04-25powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-11/+9
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He2-9/+0
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan3-4/+4
2024-04-25fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-25mm/treewide: remove pXd_huge()Peter Xu3-45/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-3/+3
2024-04-25mm/powerpc: redefine pXd_huge() with pXd_leaf()Peter Xu2-27/+14
2024-04-25powerpc/papr_scm: Move duplicate definitions to common header filesShivaprasad G Bhat2-206/+2
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman3-7/+11
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain5-2/+202
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain5-1/+134
2024-04-23powerpc/kexec: make the update_cpus_node() function publicSourabh Jain3-87/+95
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain4-216/+224
2024-04-23powerpc/pseries/iommu: LPAR panics during boot up with a frozen PEGaurav Batra1-0/+8
2024-04-22powerpc/pseries: make max polling consistent for longer H_CALLsNayna Jain2-8/+7
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-5/+10
2024-04-19powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)1-3/+2
2024-04-19powerpc/fadump: Don't update the user-specified memory limitAneesh Kumar K.V (IBM)1-16/+0
2024-04-19powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)2-4/+7
2024-04-18powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)1-1/+1
2024-04-17sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev1-1/+0
2024-04-17sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2-13/+22
2024-04-15Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian2-2/+1
2024-04-15powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar3-0/+22
2024-04-15powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt4-2/+12
2024-04-12genirq: Convert kstat_irqs to a structBitao Hu1-1/+1
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini7-33/+0
2024-04-11treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner1-9/+1
2024-04-08powerpc/52xx: Replace of_gpio.h by proper oneAndy Shevchenko2-3/+1
2024-04-08vdso: Consolidate vdso_calc_delta()Adrian Hunter1-15/+11
2024-04-08powerpc: Fix fatal warnings flag for LLVM's integrated assemblerNathan Chancellor1-2/+2
2024-04-05powerpc/crypto/chacha-p10: Fix failure on non Power10Michael Ellerman1-1/+7
2024-04-03vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.hArnd Bergmann1-2/+1