summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-05powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock.Aneesh Kumar K.V
2020-05-05powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slowAneesh Kumar K.V
2020-05-05powerpc/mce: Don't reload pte val in addr_to_pfnAneesh Kumar K.V
2020-05-05powerpc/book3s64/hash: Use the pte_t address from the callerAneesh Kumar K.V
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V
2020-05-05powerpc/pkeys: Check vma before returning key fault error to the userAneesh Kumar K.V
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2020-05-05Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvmMichael Ellerman
2020-05-04powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini
2020-05-04powerpc/ps3: Move static keyword to the front of declarationXiongfeng Wang
2020-04-30powerpc/64: Have MPROFILE_KERNEL depend on FUNCTION_TRACERNaveen N. Rao
2020-04-30Documentation: Document sysfs interfaces purr, spurr, idle_purr, idle_spurrGautham R. Shenoy
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy
2020-04-30powerpc/pseries: Account for SPURR ticks on idle CPUsGautham R. Shenoy
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGautham R. Shenoy
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGautham R. Shenoy
2020-04-22powerpc/vas: Include linux/types.h in uapi/asm/vas-api.hStephen Rothwell
2020-04-21selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly
2020-04-21selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly
2020-04-21Merge NX gzip support into nextMichael Ellerman
2020-04-21Merge VAS page fault handling into nextMichael Ellerman
2020-04-21KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras
2020-04-20Documentation/powerpc: VAS APIHaren Myneni
2020-04-20crypto/nx: Remove 'pid' in vas_tx_win_attr structHaren Myneni
2020-04-20crypto/nx: Enable and setup GZIP compression typeHaren Myneni
2020-04-20crypto/nx: Make enable code generic to add new GZIP compression typeHaren Myneni
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni
2020-04-20powerpc/vas: Add VAS user space APIHaren Myneni
2020-04-20powerpc/vas: Define VAS_TX_WIN_OPEN ioctl APIHaren Myneni
2020-04-20powerpc/vas: Initialize window attributes for GZIP coprocessor typeHaren Myneni
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni
2020-04-20powerpc/vas: Free send window in VAS instance after credits returnedHaren Myneni
2020-04-20powerpc/vas: Display process stuck messageHaren Myneni
2020-04-20powerpc/vas: Do not use default credits for receive windowHaren Myneni
2020-04-20powerpc/vas: Print CRB and FIFO valuesHaren Myneni
2020-04-20powerpc/vas: Return credits after handling faultHaren Myneni
2020-04-20powerpc/vas: Update CSB and notify process for fault CRBsHaren Myneni
2020-04-20powerpc/vas: Setup thread IRQ handler per VAS instanceHaren Myneni
2020-04-20powerpc/vas: Take reference to PID and mm for user space windowsHaren Myneni
2020-04-20powerpc/vas: Register NX with fault window ID and IRQ port valueHaren Myneni
2020-04-20powerpc/vas: Setup fault window per VAS instanceHaren Myneni
2020-04-20powerpc/vas: Alloc and setup IRQ and trigger port addressHaren Myneni
2020-04-20powerpc/vas: Define nx_fault_stamp in coprocessor_request_blockHaren Myneni