summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-181-1/+1
|\ \ \ \
| * | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0910-29/+55
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-058-28/+50
|\ \ \ | |/ /
| * | 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
* | | | | powerpc: dts: P1010: Add endianness property to flexcan nodePankaj Bansal2017-12-011-0/+2
|/ / / /
* | | | 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
* | | | | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-247-34/+66
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | powerpc/64s: Fix Power9 DD2.1 logic in DT CPU featuresMichael Ellerman2017-11-221-2/+2
| * | | powerpc/perf: Fix IMC_MAX_PMU macroMadhavan Srinivasan2017-11-223-8/+29
| * | | powerpc/perf: Fix pmu_count to count only nest imc pmusMadhavan Srinivasan2017-11-221-2/+4
| * | | powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2017-11-221-4/+2
| * | | powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()Michael Ellerman2017-11-221-6/+6
| * | | powerpc/vas: Export chip_to_vas_id()Sukadev Bhattiprolu2017-11-211-0/+1
| * | | powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-1/+1
|\ \ \ \
| * | | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
| | |/ / | |/| |
OpenPOWER on IntegriCloud