aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-29selftests/powerpc: Move pkey helpers to headersSandipan Das3-98/+114
2020-07-29powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin5-41/+53
2020-07-29powerpc/pseries: Use doorbells even if XIVE is availableNicholas Piggin1-18/+36
2020-07-29powerpc: Inline doorbell sending functionsNicholas Piggin3-58/+63
2020-07-29powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev1-1/+2
2020-07-27powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman1-1/+3
2020-07-27powerpc/powernv/pci.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/smu.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/reg.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/ppc_asm.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/epapr_hcalls.h: delete duplicated wordsRandy Dunlap1-2/+2
2020-07-27powerpc/cputime.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/book3s/radix-4k.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/book3s/mmu-hash.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-27powerpc/lib: remove memcpy_flushcache redundant returnLi RongQing2-4/+2
2020-07-27powerpc/ptdump: Refactor update of pg_stateChristophe Leroy1-14/+20
2020-07-27powerpc/ptdump: Refactor update of st->last_paChristophe Leroy1-4/+1
2020-07-27powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy3-10/+14
2020-07-27powerpc/32s: Kernel space starts at TASK_SIZEChristophe Leroy2-7/+7
2020-07-27powerpc/32: Set user/kernel boundary at TASK_SIZE instead of PAGE_OFFSETChristophe Leroy2-3/+9
2020-07-27powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy1-3/+14
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy2-0/+17
2020-07-27powerpc/lib: Prepare code-patching for modules allocated outside vmalloc spaceChristophe Leroy1-1/+1
2020-07-27powerpc/papr_scm: Make some symbols staticWei Yongjun1-2/+2
2020-07-27powerpc/64s: allow for clang's objdump differencesBill Wendling1-1/+4
2020-07-27powerpc: Implement smp_cond_load_relaxed()Nicholas Piggin1-0/+16
2020-07-27powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin2-1/+29
2020-07-27powerpc/pseries: Implement paravirt qspinlocks for SPLPARNicholas Piggin7-2/+118
2020-07-27powerpc/64s: Implement queued spinlocks and rwlocksNicholas Piggin7-0/+56
2020-07-26powerpc: Move spinlock implementation to simple_spinlockNicholas Piggin4-295/+311
2020-07-26powerpc/pseries: Move some PAPR paravirt functions to their own fileNicholas Piggin3-29/+66
2020-07-26powerpc/numa: Limit possible nodes to within num_possible_nodesSrikar Dronamraju1-3/+4
2020-07-26macintosh/via-macii: Clarify definition of macii_init()Finn Thain1-1/+1
2020-07-26macintosh/via-macii: Use the stack for reset request storageFinn Thain1-1/+1
2020-07-26macintosh/via-macii: Use unsigned type for autopoll_devs variableFinn Thain1-2/+2
2020-07-26macintosh/via-macii: Use bool type for reading_reply variableFinn Thain1-5/+5
2020-07-26macintosh/via-macii: Handle poll replies correctlyFinn Thain1-2/+18
2020-07-26macintosh/via-macii: Remove read_done stateFinn Thain1-42/+28
2020-07-26macintosh/via-macii: Handle /CTLR_IRQ signal correctlyFinn Thain1-69/+97
2020-07-26macintosh/via-macii: Poll the device most likely to respondFinn Thain1-46/+53
2020-07-26macintosh/via-macii: Access autopoll_devs when inside lockFinn Thain1-6/+3
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain2-6/+27
2020-07-26macintosh/adb-iop: Implement sending -> idle state transitionFinn Thain1-4/+3
2020-07-26macintosh/adb-iop: Implement idle -> sending state transitionFinn Thain1-19/+24
2020-07-26macintosh/adb-iop: Resolve static checker warningsFinn Thain1-7/+7
2020-07-26macintosh/adb-iop: Access current_req and adb_iop_state when inside lockFinn Thain1-8/+5
2020-07-26macintosh/adb-iop: Adopt bus reset algorithm from via-macii driverFinn Thain1-13/+8
2020-07-26macintosh/adb-iop: Correct comment textFinn Thain1-16/+13
2020-07-26macintosh/adb-iop: Remove dead and redundant codeFinn Thain1-29/+0