summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand2021-07-201-0/+2
* powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor2021-07-191-0/+2
* KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-07-141-0/+30
* powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2021-05-262-35/+52
* powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocksNicholas Piggin2021-05-262-3/+22
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-05-143-2/+16
* powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju2021-05-141-0/+5
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-05-141-2/+4
* powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin2021-05-111-0/+1
* powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman2021-03-301-4/+4
* powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy2021-03-251-2/+2
* powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()Christophe Leroy2021-03-171-0/+10
* powerpc: Fix inverted SET_FULL_REGS bitopNicholas Piggin2021-03-171-2/+2
* powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao2021-03-171-1/+1
* powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2021-03-171-0/+3
* powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran2021-03-171-0/+3
* powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-03-041-0/+1
* powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy2021-03-041-3/+10
* powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-272-0/+23
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-1/+0
* powerpc/8xx: Fix early debug when SMC1 is relocatedChristophe Leroy2020-12-301-0/+1
* powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LEChristophe Leroy2020-12-301-1/+1
* powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy2020-12-301-2/+21
* powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2020-12-302-4/+4
* powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman2020-12-301-0/+1
* powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-12-301-5/+0
* Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-051-0/+12
|\
| * powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin2020-11-271-0/+12
* | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-272-0/+4
|\ \
| * | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-162-0/+4
* | | Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-11-271-0/+2
|\ \ \ | | |/ | |/|
| * | powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell2020-11-231-0/+2
| * | Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman2020-11-236-31/+103
| |\ \ | | |/ | |/|
* | | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-222-3/+7
* | | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-196-31/+103
|\ \ \ | |/ / |/| / | |/
| * powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-192-5/+10
| * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-196-29/+72
| * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-194-1/+25
* | powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha2020-11-061-3/+9
* | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-053-37/+21
* | powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-243-3/+16
|\
| * powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2020-10-222-2/+15
| * powerpc/64s: Remove TM from Power10 featuresJordan Niethe2020-10-201-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-0/+1
|\ \
| * \ Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-09-221-0/+1
| |\ \
| | * | KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-031-0/+1
* | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+8
|\ \ \ \
| * | | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+8
| | |/ / | |/| |