summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-3/+3
* new helper: sigsuspend()Al Viro2012-05-211-10/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-218-172/+8
|\
| * powerpc: Use common threadinfo allocatorThomas Gleixner2012-05-082-44/+0
| * Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-0814-103/+148
| |\
| * | powerpc: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0
| * | powerpc: Fix broken cpu_idle_wait() implementationThomas Gleixner2012-05-081-9/+5
| * | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | powerpc: Use generic init_taskThomas Gleixner2012-05-053-30/+2
| * | powerpc: Use generic idle thread allocationThomas Gleixner2012-04-262-69/+6
| * | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* | | net: drop NET dependency from HAVE_BPF_JITSam Ravnborg2012-05-211-1/+1
* | | KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updatesPaul Mackerras2012-05-161-0/+1
* | | powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt2012-05-162-9/+11
* | | KVM: PPC: Book3S: PR: Fix hsrr codeAlexander Graf2012-05-161-4/+3
* | | KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf2012-05-161-13/+22
* | | KVM: PPC: Book3S: PR: Handle EMUL_ASSISTAlexander Graf2012-05-161-0/+6
* | | powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt2012-05-122-13/+44
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-092-11/+13
|\ \ \
| * | | KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2012-05-082-11/+13
| |/ /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-05-095-29/+16
|\ \ \ | |_|/ |/| |
| * | powerpc/irq: Make alignment & program interrupt behave the sameBenjamin Herrenschmidt2012-05-093-10/+9
| * | powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt2012-05-092-19/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-033-31/+111
|\ \ \ | |/ / |/| |
| * | bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert2012-04-303-31/+111
| |/
* | powerpc/pseries: Rivet CONFIG_EEH for pSeries platformGavin Shan2012-04-301-2/+2
* | powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-308-29/+14
* | powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controllerGrant Likely2012-04-301-41/+20
* | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-271-0/+1
|\ \ | |/ |/|
| * powerpc: fix system.h fallout in sysdev/scom.c [chroma_defconfig]Paul Gortmaker2012-04-181-0/+1
* | powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt2012-04-232-30/+30
* | powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt2012-04-231-8/+4
* | powerpc/pmac: Don't add_timer() twiceBenjamin Herrenschmidt2012-04-231-0/+9
* | powerpc/eeh: Fix crash caused by null eeh_devGavin Shan2012-04-231-1/+1
* | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-04-239-33/+71
|\ \ | |/ |/|
| * powerpc/mpc85xx: add MPIC message dts nodeMingkai Hu2012-04-192-0/+53
| * powerpc/mpic_msgr: fix offset error when setting mer registerMingkai Hu2012-04-191-1/+1
| * powerpc/mpic_msgr: add lock for MPIC message global variableMingkai Hu2012-04-191-5/+5
| * powerpc/mpic_msgr: fix compile error when SMP disabledMingkai Hu2012-04-191-0/+1
| * powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach2012-04-192-5/+3
| * powerpc/85xx: don't call of_platform_bus_probe() twiceTimur Tabi2012-04-193-22/+8
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-126-13/+4
|\ \
| * | irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-124-5/+4
| * | irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-102-8/+0
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-112-20/+23
|\ \ \ | |/ / |/| / | |/
| * powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt2012-04-111-2/+2
| * powerpc: Fix page fault with lockdep regressionBenjamin Herrenschmidt2012-04-101-18/+21
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-075-11/+29
|\ \
| * | KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf2012-04-031-2/+1
| * | KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-032-1/+13