summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-212-4/+6
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-202-4/+3
|\
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-1632-169/+253
| |\
| * \ Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-1662-109/+896
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-212-4/+3
| |\ \ \
| | * | | uprobes/powerpc: Kill arch_uprobe->ainsnOleg Nesterov2013-11-202-4/+3
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-202-1/+22
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-1331-160/+240
| |\ \ \ \ \
| * | | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-1/+20
| * | | | | | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-1762-107/+896
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney2013-12-161-0/+2
* | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-205-7/+6
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Clean up panic_timeout usageJason Baron2013-11-265-7/+6
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-171-3/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | bpf: do not use reciprocal divideEric Dumazet2014-01-151-3/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-131-9/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | powerpc: Check return value of instance-to-package OF callBenjamin Herrenschmidt2014-01-131-9/+13
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-307-34/+60
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'agust/merge' into mergeBenjamin Herrenschmidt2013-12-301-1/+5
| |\ \ \ \ \ \
| | * | | | | | powerpc/512x: dts: disable MPC5125 usb moduleMatteo Facchinetti2013-12-201-0/+5
| | * | | | | | powerpc/512x: dts: remove misplaced IRQ spec from 'soc' node (5125)Gerhard Sittig2013-12-181-1/+0
| * | | | | | | powerpc: Fix alignment of secondary cpu spin varsOlof Johansson2013-12-301-0/+1
| * | | | | | | powerpc: Align p_endAnton Blanchard2013-12-301-0/+1
| * | | | | | | powernv/eeh: Add buffer for P7IOC hub error dataBrian W Hart2013-12-302-14/+5
| * | | | | | | powernv/eeh: Fix possible buffer overrun in ioda_eeh_phb_diag()Brian W Hart2013-12-301-2/+3
| * | | | | | | powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endianPaul E. McKenney2013-12-301-15/+38
| * | | | | | | powerpc: Make unaligned accesses endian-safe for powerpcRajesh B Prathipati2013-12-301-1/+6
| * | | | | | | powerpc: Fix bad stack check in exception entryMichael Neuling2013-12-301-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-2013-62/+112
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-2013-62/+112
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | KVM: PPC: Book3S HV: Don't drop low-order page address bitsPaul Mackerras2013-12-181-0/+1
| | * | | | | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-183-4/+5
| | * | | | | powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-113-23/+23
| | * | | | | KVM: PPC: Book3S: PR: Enable interrupts earlierAlexander Graf2013-12-092-10/+2
| | * | | | | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-092-0/+23
| | * | | | | KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
| | * | | | | KVM: PPC: Book3S: PR: Don't clobber our exit handler idAlexander Graf2013-12-091-3/+10
| | * | | | | powerpc: kvm: fix rare but potential deadlock scenepingfan liu2013-11-182-1/+9
| | * | | | | KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() callPaul Mackerras2013-11-181-0/+2
| | * | | | | KVM: PPC: Book3S HV: Make tbacct_lock irq-safePaul Mackerras2013-11-181-10/+12
| | * | | | | KVM: PPC: Book3S HV: Refine barriers in guest entry/exitPaul Mackerras2013-11-181-6/+10
| | * | | | | KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras2013-11-182-5/+11
* | | | | | | powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-132-7/+7
* | | | | | | powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-132-2/+4
* | | | | | | powerpc: Fix endian issues in crash dump codeAnton Blanchard2013-12-131-3/+3
* | | | | | | powerpc/pseries: Fix endian issues in MSI codeAnton Blanchard2013-12-131-13/+15
* | | | | | | powerpc/pseries: Fix PCIE link speed endian issueAnton Blanchard2013-12-131-4/+4
* | | | | | | powerpc/pseries: Fix endian issues in nvram codeAnton Blanchard2013-12-131-23/+23
* | | | | | | powerpc/pseries: Fix endian issues in /proc/ppc64/lparcfgAnton Blanchard2013-12-131-6/+6
* | | | | | | powerpc: Fix topology core_id endian issue on LE buildsAnton Blanchard2013-12-131-2/+2
OpenPOWER on IntegriCloud