summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/lpar.c
AgeCommit message (Expand)Author
2024-02-14powerpc/pseries: fix accuracy of stolen timeShrikanth Hegde
2023-10-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman
2023-02-13powerpc/pseries/lpar: convert to papr_sysparm APINathan Lynch
2023-02-13powerpc/pseries/lpar: add missing RTAS retry status handlingNathan Lynch
2022-09-05powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin
2021-12-02powerpc/pseries: move process table registration away from hash-specific codeNicholas Piggin
2021-08-13powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini
2021-05-12powerpc/pseries: warn if recursing into the hcall tracing codeNicholas Piggin
2021-05-12powerpc/pseries: use notrace hcall variant for H_CEDE idleNicholas Piggin
2021-05-12powerpc/pseries: Don't trace hcall tracing wrapperNicholas Piggin
2021-05-12powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocksNicholas Piggin
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-04-08powerpc/pseries: remove unneeded semicolonYang Li
2021-04-08powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()Michael Ellerman
2021-03-26powerpc/mm/book3s64: Use the correct storage key value when calling H_PROTECTAneesh Kumar K.V
2020-09-18powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=nYang Yingliang
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-16powerpc/pseries: H_REGISTER_PROC_TBL should ask for GTSE only if enabledBharata B Rao
2020-07-10powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-03-25powerpc/pseries: Avoid harmless preempt warningNicholas Piggin
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-11-13powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init()YueHaibing
2019-11-02powerpc: pseries: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-10-28powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V
2019-10-28powerpc/pseries: Don't opencode HPTE_V_BOLTEDAneesh Kumar K.V
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour
2019-09-24powerpc/pseries: Call H_BLOCK_REMOVE when supportedLaurent Dufour
2019-09-24powerpc/pseries: Read TLB Block Invalidate CharacteristicsLaurent Dufour
2019-09-05powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin
2019-08-19powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-04powerpc/pseries: Protect against hogging the cpu while setting up the statsNaveen N. Rao
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao
2019-07-04powerpc/pseries: Introduce rwlock to gatekeep DTLB usageNaveen N. Rao
2019-07-04powerpc/pseries: Factor out DTL buffer allocation and registration routinesNaveen N. Rao
2019-07-04powerpc/pseries: Use macros for referring to the DTL enable maskNaveen N. Rao