summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2020-05-052-0/+23
| * powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V2020-05-053-31/+7
| * powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V2020-05-051-1/+1
| * powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpaAneesh Kumar K.V2020-05-051-21/+11
| * powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_pageAneesh Kumar K.V2020-05-051-4/+4
| * powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update.Aneesh Kumar K.V2020-05-051-29/+9
| * powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functionsAneesh Kumar K.V2020-05-051-6/+24
| * powerpc/kvm/book3s: Use find_kvm_host_pte in h_enterAneesh Kumar K.V2020-05-052-19/+8
| * powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handlerAneesh Kumar K.V2020-05-051-4/+4
| * powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V2020-05-051-0/+16
| * powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2020-05-054-17/+19
| * powerpc/kvm/nested: Add helper to walk nested shadow linux page table.Aneesh Kumar K.V2020-05-051-7/+21
| * powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V2020-05-053-7/+20
| * powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock.Aneesh Kumar K.V2020-05-051-4/+4
| * powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slowAneesh Kumar K.V2020-05-051-32/+14
| * powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V2020-05-051-5/+9
| * powerpc/book3s64/hash: Use the pte_t address from the callerAneesh Kumar K.V2020-05-051-22/+5
| * powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V2020-05-053-16/+5
| * powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V2020-05-052-7/+19
| * powerpc/pkeys: Check vma before returning key fault error to the userAneesh Kumar K.V2020-05-051-8/+0
| * powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V2020-05-053-56/+60
| * Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvmMichael Ellerman2020-05-052-8/+10
| |\
| | * KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2020-04-212-8/+10
* | | powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini2020-05-041-9/+67
* | | powerpc/fadump: use static allocation for reserved memory rangesHari Bathini2020-05-042-33/+48
* | | powerpc/64: Have MPROFILE_KERNEL depend on FUNCTION_TRACERNaveen N. Rao2020-04-301-1/+1
* | | powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy2020-04-302-3/+111
* | | powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy2020-04-302-0/+19
* | | powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy2020-04-302-13/+25
* | | powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy2020-04-302-2/+36
* | | powerpc/vas: Include linux/types.h in uapi/asm/vas-api.hStephen Rothwell2020-04-221-0/+2
* | | crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni2020-04-201-1/+0
* | | powerpc/vas: Add VAS user space APIHaren Myneni2020-04-205-4/+296
* | | powerpc/vas: Define VAS_TX_WIN_OPEN ioctl APIHaren Myneni2020-04-201-0/+22
* | | powerpc/vas: Initialize window attributes for GZIP coprocessor typeHaren Myneni2020-04-201-5/+12
* | | powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni2020-04-206-34/+48
* | | powerpc/vas: Free send window in VAS instance after credits returnedHaren Myneni2020-04-201-2/+2
* | | powerpc/vas: Display process stuck messageHaren Myneni2020-04-201-1/+29
* | | powerpc/vas: Do not use default credits for receive windowHaren Myneni2020-04-202-4/+2
* | | powerpc/vas: Print CRB and FIFO valuesHaren Myneni2020-04-201-0/+41
* | | powerpc/vas: Return credits after handling faultHaren Myneni2020-04-203-0/+46
* | | powerpc/vas: Update CSB and notify process for fault CRBsHaren Myneni2020-04-201-1/+125
* | | powerpc/vas: Setup thread IRQ handler per VAS instanceHaren Myneni2020-04-204-1/+220
* | | powerpc/vas: Take reference to PID and mm for user space windowsHaren Myneni2020-04-203-6/+55
* | | powerpc/vas: Register NX with fault window ID and IRQ port valueHaren Myneni2020-04-202-2/+28
* | | powerpc/vas: Setup fault window per VAS instanceHaren Myneni2020-04-205-3/+121
* | | powerpc/vas: Alloc and setup IRQ and trigger port addressHaren Myneni2020-04-202-6/+40
* | | powerpc/vas: Define nx_fault_stamp in coprocessor_request_blockHaren Myneni2020-04-201-2/+18
* | | powerpc/xive: Define xive_native_alloc_irq_on_chip()Haren Myneni2020-04-202-4/+11
|/ /
* | mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-111-1/+2