summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+6
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-7/+6
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+2
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand1-5/+0
2022-03-23mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-2/+2
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-11/+14
2022-03-21powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)3-6/+6
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)1-1/+0
2022-03-07powerpc: Fix STACKTRACE=n buildMichael Ellerman1-1/+1
2022-03-05powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo2-2/+2
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann1-12/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-10/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+4
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-11/+14
2022-01-30agp: define proper stubs for empty helpersArnd Bergmann1-2/+2
2022-01-25KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2-1/+1
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy5-2/+9
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-3/+8
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+7
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy1-0/+2
2022-01-16powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy1-1/+1
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-2/+0
2022-01-15powerpc/audit: Fix syscall_get_arch()Christophe Leroy2-2/+4
2022-01-15powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao1-0/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds71-562/+938
2022-01-04powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren1-5/+1
2022-01-04powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-3/+5
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy1-0/+8
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy1-0/+15
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy3-7/+10
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy1-1/+0
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy1-0/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-0/+2
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens1-7/+5
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra1-8/+8
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child3-3/+3
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child5-8/+8
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child2-2/+2
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child8-18/+18
2021-12-19Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini8-21/+29
2021-12-16powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin1-4/+10