summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
* powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-071-3/+2
* powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin2021-10-071-5/+8
* powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao2021-10-071-0/+5
* powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao2021-10-071-0/+1
* Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-10/+0
|\
| * powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers2021-09-131-10/+0
* | arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-16/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-1/+0
|\
| * KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+0
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-0335-99/+217
|\ \
| * \ Merge branch 'fixes' into nextMichael Ellerman2021-09-034-1/+40
| |\ \
| * | | powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman2021-09-011-1/+2
| * | | powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-271-0/+1
| * | | powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras2021-08-271-8/+0
| * | | powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-271-0/+13
| * | | powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy2021-08-271-0/+9
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-264-1/+12
| |\ \ \
| | * | | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2021-08-251-0/+7
| | * | | KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2021-08-252-0/+3
| | * | | KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin2021-08-251-1/+2
| | | |/ | | |/|
| * | | powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-0/+23
| * | | powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song2021-08-261-1/+4
| * | | powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song2021-08-261-1/+4
| * | | powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy2021-08-255-13/+11
| * | | powerpc/ptrace: Make user_mode() common to PPC32 and PPC64Christophe Leroy2021-08-251-4/+0
| * | | powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy2021-08-251-1/+1
| * | | powerpc/compat_sys: Declare syscallsCédric Le Goater2021-08-231-0/+30
| * | | powerpc/syscalls: Remove __NR__exitChristophe Leroy2021-08-231-2/+0
| * | | powerpc/audit: Simplify syscall_get_arch()Christophe Leroy2021-08-201-10/+5
| * | | powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()Christophe Leroy2021-08-201-3/+2
| * | | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-154-20/+61
| * | | powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32Christophe Leroy2021-08-141-3/+6
| * | | powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V2021-08-132-1/+3
| * | | powerpc/pseries: Add a helper for form1 cpu distanceAneesh Kumar K.V2021-08-131-2/+2
| * | | powerpc/pseries: Consolidate different NUMA distance update code pathsAneesh Kumar K.V2021-08-131-0/+2
| * | | powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V2021-08-132-3/+3
| * | | powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-13/+0
| * | | KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restoreCédric Le Goater2021-08-102-0/+4
| * | | powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()Cédric Le Goater2021-08-101-1/+1
| * | | powerpc/xics: Rename the map handler in a check handlerCédric Le Goater2021-08-101-1/+2
| * | | KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routinesCédric Le Goater2021-08-101-2/+2
| * | | powerpc/pseries/pci: Add a msi_free() handler to clear XIVE dataCédric Le Goater2021-08-101-0/+1
| * | | powerpc/pseries/pci: Add MSI domainsCédric Le Goater2021-08-101-0/+5
| * | | powerpc: Always inline radix_enabled() to fix build failureJordan Niethe2021-08-101-1/+1
| * | | pseries/drmem: update LMBs after LPMLaurent Dufour2021-08-101-0/+1
| * | | powerpc/non-smp: Unconditionaly call smp_mb() on switch_mmChristophe Leroy2021-08-101-1/+2
| * | | powerpc: Remove in_kernel_text()Christophe Leroy2021-08-101-8/+0
| * | | powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah2021-08-041-0/+3
| * | | powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy2021-08-041-0/+3
| |/ /