summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2023-10-19powerpc/nohash: Refactor pte_update()Christophe Leroy-50/+42
2023-10-19powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.hChristophe Leroy-5/+2
2023-10-19powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.hChristophe Leroy-56/+58
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy-10/+3
2023-10-19powerpc/nohash: Remove {pte/pmd}_protnone()Christophe Leroy-17/+0
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy-15/+22
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy-39/+19
2023-10-19powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...Christophe Leroy-19/+10
2023-10-19powerpc: Remove pte_ERROR()Christophe Leroy-10/+0
2023-10-19powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy-3/+0
2023-10-18powerpc: implement arch_xor_unlock_is_negative_byte on 32-bitMatthew Wilcox (Oracle)-4/+0
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)-12/+5
2023-10-18Merge branch fixes into nextMichael Ellerman-1/+10
2023-10-15Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1/+10
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann-8/+5
2023-10-12fbdev: Avoid file argument in fb_pgprotect()Thomas Zimmermann-1/+6
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar-1/+2
2023-10-09powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy-1/+1
2023-10-09powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy-0/+9
2023-10-04locking/local, arch: Rewrite local_add_unless() as a static inline functionUros Bizjak-6/+6
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts-1/+2
2023-09-18powerpc/fadump: make is_kdump_kernel() return false when fadump is activeHari Bathini-2/+6
2023-09-14KVM: PPC: Add support for nestedv2 guestsJordan Niethe-45/+592
2023-09-14KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe-9/+9
2023-09-14KVM: PPC: Add helper library for Guest State BuffersJordan Niethe-0/+904
2023-09-14KVM: PPC: Use accessors for VCORE registersJordan Niethe-1/+24
2023-09-14KVM: PPC: Use accessors for VCPU registersJordan Niethe-1/+36
2023-09-14KVM: PPC: Rename accessor generator macrosJordan Niethe-30/+30
2023-09-14KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe-0/+65
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-18/+0
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-27/+0
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-401/+340
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+8
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-67/+279
2023-08-24powerpc: implement the new page table range APIMatthew Wilcox (Oracle)-38/+36
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey-2/+9
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman-5/+7
2023-08-24powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman-3/+2
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman-22/+22
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman-1/+0
2023-08-24powerpc: Remove <asm/ide.h>Geert Uytterhoeven-18/+0
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy-5/+3
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V-0/+21
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao-3/+7
2023-08-22powerpc/ftrace: Add separate ftrace_init_nop() with additional validationNaveen N Rao-0/+6
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao-3/+9
2023-08-22powerpc/module: Remove unused .ftrace.tramp sectionNaveen N Rao-4/+0
2023-08-22powerpc/ftrace: Fix dropping weak symbols with older toolchainsNaveen N Rao-1/+1