summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-201-0/+25
|\
| * KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2018-01-191-0/+25
* | Merge tag 'powerpc-4.15-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-191-0/+1
|\ \ | |/ |/|
| * powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-01-171-0/+1
* | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-157-2/+128
|\|
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-104-8/+68
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-091-2/+2
| * powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-092-0/+35
| * Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-092-0/+31
| |\
| | * powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-092-0/+31
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+3
|\ \ \
| * | | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
| | |/ | |/|
* / | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-052-0/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-301-0/+1
|\ \
| * | KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-231-0/+1
* | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-1/+0Star
* | | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-251-5/+1Star
|\ \ \
| * | | powerpc/perf: Fix IMC_MAX_PMU macroMadhavan Srinivasan2017-11-221-5/+1Star
* | | | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0Star
* | | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-165-27/+138
|\ \ \ \
| * | | | KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-1/+12
| * | | | KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras2017-11-011-0/+1
| * | | | KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras2017-11-011-0/+3
| * | | | KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-013-4/+26
| * | | | KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras2017-11-011-1/+1
| * | | | KVM: PPC: Book3S HV: Don't rely on host's page size informationPaul Mackerras2017-11-011-21/+95
* | | | | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1635-54/+239
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman2017-11-151-3/+4
| * | | | powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-133-3/+3
| * | | | powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran2017-11-122-0/+7
| * | | | powerpc/vas: Define vas_win_id()Sukadev Bhattiprolu2017-11-111-0/+5
| * | | | powerpc/vas: Define vas_win_paste_addr()Sukadev Bhattiprolu2017-11-111-0/+7
| * | | | powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu2017-11-112-0/+4
| * | | | powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu2017-11-112-0/+4
| * | | | powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu2017-11-111-0/+9
| * | | | Merge branch 'fixes' into nextMichael Ellerman2017-11-101-9/+1Star
| |\ \ \ \
| * | | | | powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-061-1/+4
| * | | | | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-061-3/+2Star
| * | | | | powerpc/opal: Add opal_async_wait_response_interruptible() to opal-asyncCyril Bur2017-11-061-0/+2
| * | | | | powerpc/opal: Make __opal_async_{get, release}_token() staticCyril Bur2017-11-061-2/+0Star
| * | | | | powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-061-1/+1
| * | | | | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-066-13/+13
| * | | | | powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-3/+3
| * | | | | powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy2017-11-061-0/+1
| * | | | | powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin2017-11-061-0/+4
| * | | | | powerpc/book3s: Add an HV variant of FIXUP_ENDIAN that is recoverableNicholas Piggin2017-11-061-0/+22
| * | | | | powerpc/book3s: Use label for FIXUP_ENDIAN macro branchNicholas Piggin2017-11-061-2/+3