summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-11/+31
2018-02-09Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář4-4/+14
2018-02-09KVM: PPC: Book3S: Add MMIO emulation for VMX instructionsJose Ricardo Ziviani3-0/+12
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar67-582/+1247
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-1/+2
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+26
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds58-459/+1195
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2-0/+15
2018-02-01Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář7-44/+62
2018-02-01KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabledAlexander Graf1-4/+2
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V4-19/+0
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+2
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-35/+34
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-66/+1
2018-01-30powerpc/mm/radix: Fix build error when RADIX_MMU=nMichael Ellerman1-0/+4
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2018-01-27powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dnAlexey Kardashevskiy1-2/+0
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly1-0/+2
2018-01-27powerpc/eeh: Add EEH operations to notify resumeBryant G. Ly1-0/+1
2018-01-27powerpc/pseries: Set eeh_pe of EEH_PE_VF typeBryant G. Ly1-1/+2
2018-01-27powerpc/eeh: Update VF config space after EEHBryant G. Ly1-0/+1
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat1-0/+3
2018-01-24powerpc/powernv: Capture actag information for the deviceFrederic Barrat1-0/+4
2018-01-24powerpc/powernv: Add platform-specific services for opencapiFrederic Barrat1-0/+29
2018-01-24powerpc/powernv: Add opal calls for opencapiFrederic Barrat2-1/+10
2018-01-23powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin1-2/+1
2018-01-22signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman1-1/+1
2018-01-22powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin1-1/+2
2018-01-21powerpc/xive: Properly use static keyword for inline functionMathieu Malaterre1-1/+1
2018-01-21Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2-1/+3
2018-01-21Merge branch 'fixes' into nextMichael Ellerman7-2/+100
2018-01-21Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-37/+76
2018-01-20powerpc/sysdev: change CPM GPIO to platform_deviceChristophe Leroy2-1/+3
2018-01-21pseries/drc-info: Search DRC properties for CPU indexesMichael Bringmann1-0/+15
2018-01-21powerpc/firmware: Add definitions for new drc-info firmware featureMichael Bringmann2-1/+4
2018-01-21powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy1-0/+1
2018-01-21powerpc/mpic_timer: avoid struct timevalArnd Bergmann1-4/+4
2018-01-21powerpc: sys_pkey_mprotect() system callRam Pai2-3/+2
2018-01-21powerpc: sys_pkey_alloc() and sys_pkey_free() system callsRam Pai2-3/+3
2018-01-21powerpc: Enable pkey subsystemRam Pai2-4/+8
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann1-0/+5
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai1-0/+1
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai1-0/+9
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai1-1/+0
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai1-1/+4
2018-01-20powerpc: check key protection for user page accessRam Pai1-1/+9
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai2-0/+11
2018-01-20powerpc: Program HPTE key protection bitsRam Pai3-0/+20
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai3-1/+42