aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii1-1/+1
2023-10-19macintosh/macio-adb: add missing iounmap() on error in macio_init()Yang Yingliang1-0/+1
2023-10-19powerpc/fadump: Annotate endianness cast with __forceBenjamin Gray1-1/+1
2023-10-19powerpc/eeh: Remove unnecessary castBenjamin Gray1-2/+2
2023-10-19powerpc: Cast away __iomem in low level IO routinesBenjamin Gray1-6/+6
2023-10-19powerpc/uaccess: Cast away __user annotation after verificationBenjamin Gray1-1/+1
2023-10-19powerpc/opal: Annotate out param endiannessBenjamin Gray1-1/+1
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray10-23/+26
2023-10-19powerpc: Remove extern from function implementationsBenjamin Gray3-10/+10
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray6-10/+10
2023-10-19powerpc: Explicitly reverse bytes when checking for byte reversalBenjamin Gray1-1/+1
2023-10-19powerpc/xive: Fix endian conversion sizeBenjamin Gray1-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy9-17/+18
2023-10-19powerpc: Finally remove _PAGE_USERChristophe Leroy1-7/+3
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy1-3/+8
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-71/+60
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy4-13/+22
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-27/+19
2023-10-19powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2-36/+22
2023-10-19powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy3-34/+18
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy3-17/+7
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy10-15/+26
2023-10-19powerpc/64s: Use generic permission masksChristophe Leroy1-15/+5
2023-10-19powerpc/8xx: Use generic permission masksChristophe Leroy1-8/+5