summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2018-12-191-1/+1
| * | | powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-191-17/+2
| * | | powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy2018-12-191-5/+26
| * | | powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-0/+3
| * | | powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-191-0/+1
| * | | powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-191-0/+6
| * | | powerpc: add modify_instruction() and modify_instruction_site()Christophe Leroy2018-12-191-0/+11
| * | | powerpc: simplify patch_instruction_site() and patch_branch_site()Christophe Leroy2018-12-191-2/+10
| * | | powerpc/mm: remove unused variableChristophe Leroy2018-12-191-2/+1
| * | | powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-1/+12
| * | | powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman2018-12-171-1/+0
| * | | Merge branch 'fixes' into nextMichael Ellerman2018-12-173-1/+11
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-041-0/+4
| * | | powerpc/math-emu: Update macros from GCCJoel Stanley2018-12-041-63/+29
| * | | powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-045-2/+21
| * | | powerpc/8xx: Enable 512k hugepage support with HW assistanceChristophe Leroy2018-12-041-1/+3
| * | | powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-041-1/+1
| * | | powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)Christophe Leroy2018-12-041-2/+0
| * | | powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-044-16/+4
| * | | powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-048-27/+39
| * | | powerpc/mm: add helpers to get/set mm.context->pte_fragChristophe Leroy2018-12-041-0/+25
| * | | powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-045-14/+19
| * | | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-048-12/+40
| * | | powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-041-0/+1
| * | | powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy2018-12-041-3/+0
| * | | powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2018-12-042-32/+0
| * | | powerpc/mm: remove unused function prototypeBreno Leitao2018-12-041-1/+0
| * | | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-262-2/+2
| * | | powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy2018-11-261-6/+3
| * | | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-264-4/+4
| * | | powerpc: Typo s/use use/use/Geert Uytterhoeven2018-11-251-1/+1
| * | | powerpc: mark 64-bit PD_HUGE constant as unsigned longDaniel Axtens2018-11-251-1/+1
| * | | powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre2018-11-251-1/+1
| * | | powerpc/mm: Remove extern from function definitionBreno Leitao2018-11-251-3/+3
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-265-11/+46
|\ \ \ | |_|/ |/| |
| * | Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-12-212-0/+5
| |\ \
| | * | KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-212-0/+5
| * | | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+1
| |/ /
| * | KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-172-0/+5
| * | KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-172-1/+4
| * | KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh2018-12-171-0/+4
| * | KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+4
| * | KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()Suraj Jitindar Singh2018-12-171-0/+13
| * | KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-171-0/+2
| * | KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-172-7/+4
| * | KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-2/+4
| |/
* / powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENTSandipan Das2018-12-073-1/+11
|/
* powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+1
* powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman2018-11-121-13/+7
* powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman2018-11-061-0/+2
OpenPOWER on IntegriCloud