summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-291-8/+0
|\
| * bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-271-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-232-0/+156
|\ \ | |/ |/|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-202-0/+156
| |\
| | * KVM: PPC: Book3S: Provide information about hardware/firmware CVE workaroundsPaul Mackerras2018-01-192-0/+156
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-212-4/+0
|\ \ \
| * | | bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-202-4/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-205-22/+55
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge tag 'powerpc-4.15-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-195-22/+55
| |\ \ | | |/ | |/|
| | * powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-01-171-0/+1
| | * powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-01-171-0/+30
| | * powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-01-172-0/+9
| | * powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt2018-01-101-11/+0
| | * powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman2018-01-101-11/+11
| | * powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman2018-01-101-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1724-65/+625
|\| |
| * | Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1521-36/+561
| |\|
| | * powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| | * powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| | * powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| | * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| | * powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| | * powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-2/+16
| | * powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+11
| | * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-096-28/+34
| | * 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
| | * | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
| * | | Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-01-113-29/+64
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson2018-01-101-2/+4
| | * | | KVM: PPC: Book3S PR: Fix WIMG handling under pHypAlexey Kardashevskiy2018-01-102-0/+3
| | * | | KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requestsSerhii Popovych2017-12-061-15/+35
| | * | | KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hptSerhii Popovych2017-12-061-17/+27
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-2/+9
|\| | | |
| * | | | Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-061-1/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6
| * | | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-295-9/+30
|\| | | |
| * | | | 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 tag 'powerpc-4.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-224-7/+27
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()Laurent Vivier2017-12-221-1/+2
| | * | | | KVM: PPC: Book3S: fix XIVE migration of pending interruptsCédric Le Goater2017-12-221-2/+2
| | * | | | powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman2017-12-191-1/+1
| | * | | | powerpc/perf: Fix kfree memory allocated for nest pmusAnju T Sudhakar2017-12-131-1/+3
| | * | | | powerpc/perf/imc: Fix nest-imc cpuhotplug callback failureAnju T Sudhakar2017-12-131-0/+13
| | * | | | powerpc/perf: Dereference BHRB entries safelyRavi Bangoria2017-12-131-2/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+4
|\| | | | |
| * | | | | bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-151-2/+4