summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/setup.c
AgeCommit message (Expand)Author
2024-03-03powerpc: Stop using of_rootChristophe Leroy
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V
2023-08-02powerpc/pseries: Initialise CPU hotplug callbacks earlierMichael Ellerman
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch
2023-02-13powerpc/pseries: convert CMO probe to papr_sysparm APINathan Lynch
2023-02-13powerpc/pseries/setup: add missing RTAS retry status handlingNathan Lynch
2022-09-30powerpc/pseries: Add firmware details to the hardware descriptionMichael Ellerman
2022-09-05powerpc/pseries: Implement CONFIG_PARAVIRT_TIME_ACCOUNTINGNicholas Piggin
2022-07-20powerpc/pseries: register pseries-wdt device with platform busScott Cheloha
2022-07-09Merge branch 'fixes' into nextMichael Ellerman
2022-06-29powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix modeLaurent Dufour
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy
2022-06-18powerpc/pseries: wire up rng during setup_arch()Jason A. Donenfeld
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-03-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar
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-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-10-09powerpc: Drop superfluous pci_dev_is_added() callsNiklas Schnelle
2021-09-03Merge branch 'fixes' into nextMichael Ellerman
2021-08-10powerpc/pseries/pci: Add MSI domainsCédric Le Goater
2021-08-07powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour
2021-07-29powerpc/pseries: Fix regression while building external modulesSrikar Dronamraju
2021-06-21powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin
2021-06-21powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin
2021-03-26powerpc/pseries: export LPAR security flavor in lparcfgLaurent Dufour
2021-03-24powerpc/pseries: Move hvc_vio_init_early() prototype to shared locationLee Jones
2021-02-09powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran
2021-01-30powerpc/pseries: Make IOV setup routines staticCédric Le Goater
2020-11-19powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigationsDaniel Axtens
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin
2020-10-06powerpc/pseries: add new branch prediction security bits for link stackNicholas Piggin
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin
2020-07-26powerpc/watchpoint: Guest support for 2nd DAWR hcallRavi Bangoria
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-07-10powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport