summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-10-20powerpc/qspinlock: don't propagate the not-sleepy stateNicholas Piggin1-18/+8
2023-10-20powerpc/qspinlock: propagate owner preemptedness rather than CPU numberNicholas Piggin1-44/+36
2023-10-20powerpc/qspinlock: stop queued waiters trying to set lock sleepyNicholas Piggin1-14/+10
2023-10-20powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin1-3/+2
2023-10-20powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao2-0/+18
2023-10-20powerpc/tools: Pass -mabi=elfv2 to gcc-check-mprofile-kernel.shNaveen N Rao1-6/+5
2023-10-20powerpc/boot: Add version to install filenamesNick Child1-6/+10
2023-10-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen1-1/+3
2023-10-20powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior1-1/+1
2023-10-20powerpc/vas: Limit open window failure messages in log buffferHaren Myneni2-20/+18
2023-10-19powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-I...Gaurav Batra1-4/+4
2023-10-19powerpc/paravirt: Improve vcpu_is_preemptedSrikar Dronamraju1-3/+44
2023-10-19powerpc/perf: Optimize find_alternatives_list() using binary searchKuan-Wei Chiu1-17/+29
2023-10-19powerpc: Hide empty pt_regs at base of the stackMichael Ellerman1-3/+23
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-4/+7
2023-10-19powerpc/io: Expect immutable pointer in virt_to_phys() prototypeStanislav Kinsburskii1-1/+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/kvm: Force cast endianness of KVM shared regsBenjamin Gray1-4/+4
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
2023-10-19powerpc: Refactor permission masks used for __P/__S table and kernel memory f...Christophe Leroy1-0/+30
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy6-25/+15
2023-10-19powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy5-63/+0
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy1-1/+2
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy2-3/+8
2023-10-19powerpc/e500: Simplify pte_mkexec()Christophe Leroy1-4/+1
2023-10-19powerpc/nohash: Refactor __ptep_set_access_flags()Christophe Leroy3-31/+17
2023-10-19powerpc/nohash: Refactor pte_clear()Christophe Leroy3-10/+5
2023-10-19powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()Christophe Leroy3-31/+16
2023-10-19powerpc/nohash: Refactor ptep_test_and_clear_young()Christophe Leroy3-29/+12
2023-10-19powerpc/nohash: Deduplicate pte helpersChristophe Leroy3-61/+36