summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman
2020-05-15drivers/macintosh: Fix memleak in windfarm_pm112 driverMichael Ellerman
2020-05-15selftests/powerpc: Add a test of counting larx/stcxMichael Ellerman
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin
2020-05-11powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-05-11powerpc/8xx: Update email address in MAINTAINERSChristophe Leroy
2020-05-11powerpc/5200: update contact emailWolfram Sang
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V
2020-05-05powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpaAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_pageAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update.Aneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functionsAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in h_enterAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handlerAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V
2020-05-05powerpc/kvm/nested: Add helper to walk nested shadow linux page table.Aneesh Kumar K.V
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V
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