summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-25powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-10-10powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-10-10powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-23powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie1-0/+1
2023-09-19powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey1-3/+14
2023-09-19powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey4-14/+13
2023-09-19powerpc: Don't include lppaca.h in paca.hMichael Ellerman7-5/+10
2023-09-19powerpc/perf: Convert fsl_emb notifier to state machine callbacksChristophe Leroy1-3/+5
2023-09-19powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain1-0/+1
2023-08-26powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-08-26powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray1-0/+1
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-15/+0
2023-07-27powerpc: Fail build if using recordmcount with binutils v2.37Naveen N Rao1-0/+8
2023-07-27powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=yRandy Dunlap1-1/+1
2023-07-27powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-07-27powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-07-27mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V4-4/+11
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V4-5/+13
2023-07-27powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King1-3/+3
2023-06-21Remove DECnet support from kernelStephen Hemminger1-2/+0
2023-06-21powerpc/purgatory: remove PGO flagsRicardo Ribalda1-0/+5
2023-05-30powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman1-2/+2
2023-05-17powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-05-17powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-05-17powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-05-17powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-04-20powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V2-0/+8
2023-04-20powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V5-37/+158
2023-04-20powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V3-5/+13
2023-04-20powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V4-57/+161
2023-04-20powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V5-19/+26
2023-04-20powerpc/pseries: rename min_common_depth to primary_domain_indexAneesh Kumar K.V1-19/+19
2023-04-05powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe1-0/+6
2023-03-17powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-03-17powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean1-1/+0
2023-03-11powerpc: Remove linker flag from KBUILD_AFLAGSNathan Chancellor1-1/+1
2023-03-11powerpc/eeh: Set channel state after notifying the driversGanesh Goudar1-2/+2
2023-03-11powerpc/eeh: Small refactor of eeh_handle_normal_event()Daniel Axtens1-34/+35
2023-03-11powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch1-1/+1
2023-03-11powerpc/rtas: make all exports GPLNathan Lynch1-11/+11
2023-03-11powerpc/pseries/lparcfg: add missing RTAS retry status handlingNathan Lynch1-10/+10
2023-03-11powerpc/pseries/lpar: add missing RTAS retry status handlingNathan Lynch1-10/+10
2023-03-11powerpc/perf/hv-24x7: add missing RTAS retry status handlingNathan Lynch1-24/+18
2023-03-11powerpc/powernv/ioda: Skip unallocated resources when mapping to PEFrederic Barrat1-1/+2
2023-03-11powerpc/mm: Rearrange if-else block to avoid clang warningAnders Roxell1-7/+4