aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.Duc Dang1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+17
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+3
2012-02-22powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt4-7/+15
2012-02-22powerpc: Fix program check handling when lockdep is enabledMichael Ellerman1-1/+1
2012-02-22powerpc: Remove references to cpu_*_mapRusty Russell1-1/+1
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency eventsAnton Blanchard1-1/+7
2012-02-16powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt1-1/+1
2012-02-16powerpc: Remove legacy iSeries from ppc64_defconfigStephen Rothwell1-5/+0
2012-02-16powerpc/fsl/pci: Fix PCIe fixup regressionBenjamin Herrenschmidt1-19/+29
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder1-3/+3
2012-02-14powerpc/pseries/eeh: Fix crash when error happens during device probeThadeu Lima de Souza Cascardo2-2/+7
2012-02-14powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2-3/+8
2012-02-14powerpc/powernv: Disable interrupts while taking phb->lockMichael Ellerman1-8/+14
2012-02-14powerpc: Fix WARN_ON in decrementer_check_overflowBenjamin Herrenschmidt1-1/+5
2012-02-14powerpc/wsp: Fix IRQ affinity settingBenjamin Herrenschmidt1-1/+1
2012-02-14powerpc: Implement GET_IP/SET_IPSrikar Dronamraju1-8/+12
2012-02-14powerpc/wsp: Permanently enable PCI class code workaroundBenjamin Herrenschmidt1-4/+4
2012-01-25powerpc: Fix build on some non-freescale platformsBenjamin Herrenschmidt1-0/+2
2012-01-25powerpc/powernv: Fix PCI resource handlingBenjamin Herrenschmidt1-16/+27
2012-01-25powerpc/crash: Fix build error without SMPChristian Kujau1-1/+1
2012-01-25powerpc/cpuidle: Make it a bool, not a tristateDeepthi Dharwar1-1/+1
2012-01-25Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt11-14/+32
2012-01-18powerpc/85xx: Add dr_mode property in USB nodesRamneek Mehresh4-3/+8
2012-01-18powerpc/85xx: Enable USB2 controller node for P1020RDBRamneek Mehresh1-7/+4
2012-01-18powerpc/85xx: Fix cmd12 bug and add the chip compatible for eSDHCJerry Huang5-2/+16
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds2-18/+25
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-14/+12
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris2-4/+13
2012-01-17arch/powerpc/sysdev/fsl_pci.c: add missing iounmapJulia Lawall1-2/+3
2012-01-17powerpc: fix compile error with 85xx/p1022_ds.cMichael Neuling1-0/+1
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-2/+2
2012-01-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-15/+14
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-1/+0
2012-01-12cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao1-1/+1
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2-2/+2
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches2-4/+4
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds4-36/+40
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-22/+1
2012-01-11powerpc: Fix unpaired __trace_hcall_entry and __trace_hcall_exitLi Zhong1-1/+2
2012-01-11powerpc: Fix RCU idle and hcall tracingAnton Blanchard2-14/+12
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+4
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-61/+4
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-23/+15
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-34/+8
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds18-357/+355