summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-281-1/+12
|\
| * KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-081-1/+12
* | powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar2022-03-081-0/+1
|/
* powerpc/pseries: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-2/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-1/+1
* | powerpc: Drop superfluous pci_dev_is_added() callsNiklas Schnelle2021-10-091-2/+1
|/
* Merge branch 'fixes' into nextMichael Ellerman2021-09-031-3/+4
|\
| * powerpc/pseries: Fix update of LPAR security flavor after LPMLaurent Dufour2021-08-071-2/+3
| * powerpc/pseries: Fix regression while building external modulesSrikar Dronamraju2021-07-291-1/+1
* | powerpc/pseries/pci: Add MSI domainsCédric Le Goater2021-08-101-0/+2
|/
* powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin2021-06-211-0/+3
* powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin2021-06-211-0/+6
* powerpc/pseries: export LPAR security flavor in lparcfgLaurent Dufour2021-03-261-0/+7
* powerpc/pseries: Move hvc_vio_init_early() prototype to shared locationLee Jones2021-03-241-0/+1
* powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2021-02-091-2/+5
* powerpc/pseries: Make IOV setup routines staticCédric Le Goater2021-01-301-4/+4
* powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigationsDaniel Axtens2020-11-191-3/+4
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-0/+4
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-191-0/+4
* powerpc/pseries: add new branch prediction security bits for link stackNicholas Piggin2020-10-061-0/+6
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-6/+18
|\
| * powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-291-0/+5
| * powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin2020-07-271-1/+3
| * powerpc/watchpoint: Guest support for 2nd DAWR hcallRavi Bangoria2020-07-261-2/+5
| * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-3/+5
* | powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra2020-07-101-0/+1
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2020-05-181-4/+10
* powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy2020-04-301-0/+2
* powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy2020-04-301-4/+3
* powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy2020-04-301-2/+5
* powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju2019-12-131-0/+7
* powerpc/pseries: Read TLB Block Invalidate CharacteristicsLaurent Dufour2019-09-241-0/+1
* powerpc/pseries: correctly track irq state in default idleNathan Lynch2019-09-121-0/+3
* powerpc/64s/powernv: machine check dump SLB contentsNicholas Piggin2019-08-301-11/+13
* powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)Anshuman Khandual2019-08-301-1/+4
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-32/+7
|\
| * powerpc/pseries: Protect against hogging the cpu while setting up the statsNaveen N. Rao2019-07-041-1/+1
| * powerpc/pseries: Factor out DTL buffer allocation and registration routinesNaveen N. Rao2019-07-041-32/+2
| * powerpc/pseries: Use macros for referring to the DTL enable maskNaveen N. Rao2019-07-041-1/+1
| * powerpc/pseries/dma: Enable SWIOTLBAlexey Kardashevskiy2019-07-031-0/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-071-4/+14
* powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-1/+1
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-7/+3
* powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+13
* powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+1
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-9/+41
|\