aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-27powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy1-0/+9
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-1/+12
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy1-0/+23
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song1-1/+4
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song1-1/+4
2021-08-25KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are liveNicholas Piggin1-0/+7
2021-08-25KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2-0/+3
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin1-1/+2
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy5-13/+11
2021-08-25powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy1-4/+0
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy1-1/+1
2021-08-23powerpc/compat_sys: Declare syscallsCédric Le Goater1-0/+30
2021-08-23powerpc/syscalls: Remove __NR__exitChristophe Leroy1-2/+0
2021-08-20powerpc/audit: Simplify syscall_get_arch()Christophe Leroy1-10/+5
2021-08-20powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()Christophe Leroy1-3/+2
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy4-20/+61
2021-08-14powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32Christophe Leroy1-3/+6
2021-08-13powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2-1/+3
2021-08-13powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V1-2/+2
2021-08-13powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V1-0/+2
2021-08-13powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V2-3/+3
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-13/+0
2021-08-10KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restoreCédric Le Goater2-0/+4
2021-08-10powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()Cédric Le Goater1-1/+1
2021-08-10powerpc/xics: Rename the map handler in a check handlerCédric Le Goater1-1/+2
2021-08-10KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routinesCédric Le Goater1-2/+2
2021-08-10powerpc/pseries/pci: Add a msi_free() handler to clear XIVE dataCédric Le Goater1-0/+1
2021-08-10powerpc/pseries/pci: Add MSI domainsCédric Le Goater1-0/+5
2021-08-10powerpc: Always inline radix_enabled() to fix build failureJordan Niethe1-1/+1
2021-08-10pseries/drmem: update LMBs after LPMLaurent Dufour1-0/+1
2021-08-10powerpc/non-smp: Unconditionaly call smp_mb() on switch_mmChristophe Leroy1-1/+2
2021-08-10powerpc: Remove in_kernel_text()Christophe Leroy1-8/+0
2021-08-04powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah1-0/+3
2021-08-04powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy1-0/+3
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V1-0/+2
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V1-0/+6
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2-2/+9
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2-2/+10
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds40-335/+736
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-22/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-12/+51
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual2-5/+6
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual3-4/+0
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy1-0/+43
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-3/+2
2021-06-30powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin1-0/+4
2021-06-30powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin1-0/+3
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2-1/+9
2021-06-30powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin1-9/+24
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2