summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-222-6/+6
|\
| * Merge branch 'master' into for-nextJiri Kosina2013-01-2972-375/+379
| |\
| * | powerpc: fix typo (utilties -> utilities)Tim Blechmann2013-01-092-6/+6
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-213-3/+2Star
|\ \ \
| * | | arch/powerpc/platforms/cell: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | | arch/powerpc/platforms/85xx: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+0Star
| * | | arch/powerpc/platforms/ps3: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-203-6/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
| * | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-272-6/+6
| |/ /
* / / powerpc/pasemi: Fix crash on rebootSteven Rostedt2013-01-291-0/+7
|/ /
* | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-0436-101/+94Star
|\ \
| * | POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-0436-101/+94Star
* | | powerpc: Add missing NULL terminator to avoid boot panic on PPC40xGabor Juhos2013-01-031-1/+2
|/ /
* | vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-211-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-1829-258/+259
|\ \
| * \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-186-39/+18Star
| |\ \
| | * | powerpc: mpc5200: Add a3m071 board supportStefan Roese2012-12-061-0/+1
| | * | powerpc/512x: don't compile any platform DIU code if the DIU is not enabledTimur Tabi2012-12-034-24/+16Star
| | * | powerpc/mpc52xx: use module_platform_driver macroSrinivas Kandagatla2012-12-031-15/+1Star
| * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-11-253-14/+39
| |\ \ \
| | * | | powerpc/mpc85xx: Change spin table to cached memoryYork Sun2012-11-251-13/+36
| | * | | powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCITimur Tabi2012-11-251-0/+2
| | * | | powerpc/85xx: p1022ds: Use NULL instead of 0 for pointersTushar Behera2012-11-251-1/+1
| * | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-253-6/+8
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | powerpc: Disable relocation on exceptions when kexecingIan Munsie2012-11-151-0/+33
| * | | powerpc: Enable relocation on during exceptions at bootIan Munsie2012-11-151-0/+38
| * | | powerpc: Add wrappers to enable/disable relocation on exceptionsIan Munsie2012-11-151-0/+25
| * | | powerpc: Add set_mode hcallIan Munsie2012-11-152-0/+7
| * | | Merge branch 'dt' into nextBenjamin Herrenschmidt2012-11-1510-179/+75Star
| |\ \ \
| | * | | powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot2012-11-151-1/+0Star
| | * | | powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-155-13/+13
| | * | | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-156-97/+65Star
| | * | | powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2012-11-142-71/+0Star
| * | | | powerpc: Change free_bootmem() to kfree()JoonSoo Kim2012-11-151-5/+3Star
| * | | | powerpc: Fix typos in Freescale copyright claimsYang Li2012-11-156-6/+6
| * | | | powerpc/powermac/cpufreq_32: Set non-infinite transition time for 7447A driverAndreas Schwab2012-11-151-1/+4
| * | | | powerpc/pnv: Avoid bogus outputGavin Shan2012-11-151-14/+11Star
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+1
|\ \ \ \
| * | | | pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
| |/ / /
* | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-141-0/+1
|\ \ \ \
| * | | | Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-2971-1890/+2230
| |\| | |
| * | | | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-111-0/+1
| |\ \ \ \
| | * | | | PPC: select EPAPR_PARAVIRT for all users of epapr hcallsStuart Yoder2012-10-051-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-134-6/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-194-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-121-2/+2
|\ \ \ \ \
| * | | | | bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-121-2/+2
* | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-11-291-2/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |