summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-1421-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-101-1/+28
| * powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-2/+16
| * powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-101-1/+11
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-106-28/+34
| * powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-102-0/+35
| * Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-102-0/+31
| |\
| | * powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2018-01-102-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 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 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
* | | | | bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-151-2/+4
* | | | | 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
| | |_|/ | |/| |
* | | | powerpc/xmon: Don't print hashed pointers in xmonMichael Ellerman2017-12-071-5/+5
* | | | powerpc/64s: Initialize ISAv3 MMU registers before setting partition tableNicholas Piggin2017-12-061-0/+2
* | | | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-056-22/+45
* | | | powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria2017-12-041-2/+2
|/ / /
* | | Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-013-6/+23
|\ \ \
| * | | powerpc: Do not assign thread.tidr if already assignedVaibhav Jain2017-11-291-0/+3
| * | | powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Vaibhav Jain2017-11-291-3/+6
| * | | powerpc/kexec: Fix kexec/kdump in P9 guest kernelsMichael Ellerman2017-11-241-0/+2
| * | | powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-304-21/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2017-11-273-16/+25
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-233-16/+25
| * | | | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
| |/ / /
* | | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+0
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-255-17/+16
|\ \ \ \
| * | | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+3
| * | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-13/+13
OpenPOWER on IntegriCloud