summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...Nicholas Piggin2021-02-101-11/+0
| * | | | KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria2021-02-101-0/+1
| * | | | KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria2021-02-103-1/+12
| * | | | KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria2021-02-101-2/+2
| * | | | KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1Ravi Bangoria2021-02-101-2/+15
| * | | | KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-1/+0
| | |/ / | |/| |
* | | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-213-188/+0
|\ \ \ \
| * | | | arch: powerpc: Stop building and using oprofileViresh Kumar2021-01-293-188/+0
| |/ / /
* | | | Merge tag 'powerpc-5.11-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-112-9/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V2021-02-062-9/+11
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-241-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner2021-01-241-0/+2
| | |/ | |/|
* / | powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-202-0/+23
|/ /
* / powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab2021-01-141-1/+15
|/
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* powerpc/vdso: Fix DOTSYM for 32-bit LE VDSOMichael Ellerman2020-12-211-1/+6
* powerpc/time: Force inlining of get_tb()Christophe Leroy2020-12-211-1/+1
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1769-577/+1480
|\
| * powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman2020-12-171-0/+1
| * powerpc: force inlining of csum_partial() to avoid multiple csum_partial() wi...Christophe Leroy2020-12-151-1/+1
| * powerpc: Inline setup_kup()Michael Ellerman2020-12-151-2/+6
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-112-2/+2
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-112-2/+2
| * powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-112-2/+2
| * powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-111-1/+1
| * powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy2020-12-111-0/+4
| * powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy2020-12-111-0/+2
| * powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructionsBalamuruhan S2020-12-111-0/+13
| * powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-091-4/+1
| * powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.SChristophe Leroy2020-12-091-6/+0
| * powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-091-0/+1
| * powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-093-11/+4
| * powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Christophe Leroy2020-12-091-1/+2
| * powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy2020-12-091-0/+1
| * powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy2020-12-092-3/+10
| * powerpc/32s: Regroup 603 based CPUs in cputableChristophe Leroy2020-12-091-6/+8
| * powerpc/32s: Inline flush_hash_entry()Christophe Leroy2020-12-092-9/+11
| * powerpc/32s: Inline tlb_flush()Christophe Leroy2020-12-091-0/+11
| * powerpc/32s: Split and inline flush_range()Christophe Leroy2020-12-091-1/+12
| * powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy2020-12-091-3/+12
| * powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy2020-12-091-2/+18
| * powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy2020-12-091-0/+7
| * powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy2020-12-091-0/+4
| * powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy2020-12-092-2/+0
| * powerpc/mm: Add mask of always present MMU featuresChristophe Leroy2020-12-091-0/+25
| * powerpc/rtas: remove unused rtas_suspend_me_dataNathan Lynch2020-12-081-8/+0
| * powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2020-12-081-1/+0
| * powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2020-12-081-1/+0
| * powerpc/machdep: remove suspend_disable_cpu()Nathan Lynch2020-12-081-1/+0
| * powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2020-12-081-1/+0