summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-051-1/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-051-17/+0
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-051-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-051-1/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-051-2/+2
* {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-051-1/+10
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-051-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-051-9/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-051-1/+1
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-0510-61/+65
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-042-8/+1
|\
| * powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual2020-06-041-4/+0
| * mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-4/+0
| * mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-042-2/+2
|\ \ | |/ |/|
| * Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-202-18/+20
| |\
| * | kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-132-2/+2
* | | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-031-9/+10
|\ \ \
| * | | floppy: use symbolic register names in the powerpc portWilly Tarreau2020-05-121-7/+8
| * | | floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-121-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-9/+3
|\ \ \
| * | | powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-021-8/+0
| * | | powerpc: add an ioremap_phb helperChristoph Hellwig2020-06-022-1/+3
* | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-1/+1
| |/ /
* | | Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-221-4/+4
|\ \ \
| * | | Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-4/+4
* | | | Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-05-163-16/+55
|\| | | | |_|/ |/| |
| * | powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-05-071-1/+1
| * | powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman2020-05-041-1/+19
| * | powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-04-301-14/+35
| |/
* / arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-18/+20
|/
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-113-3/+6
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-112-12/+4
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-092-2/+3
|\
| * powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-021-2/+2
| * powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-021-0/+1
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0530-92/+168
|\|
| * powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-011-2/+4
| * powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-011-2/+1
| * powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-011-0/+2
| * powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-014-0/+19
| * powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-1/+0
| * powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-018-12/+66
| * powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin2020-04-011-1/+0
| * powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin2020-04-011-4/+0
| * powerpc/64: Avoid isync in flush_dcache_range()Aneesh Kumar K.V2020-03-271-5/+1
| * powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+2
| * powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-261-1/+1
| * powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-3/+3