summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-162-23/+6
|\
| * Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-282-5/+5
| |\
| * | powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-042-23/+6
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
|\ \ \
| * \ \ Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-242-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-152-15/+10
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/platformThomas Gleixner2011-02-232-5/+5
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| * | | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-042-15/+10
| | |/ | |/|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-51/+0
|\ \ \
| * \ \ Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-162-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-5/+0
| * | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-27/+0
| * | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-9/+0
| * | | rwsem: Cleanup includesThomas Gleixner2011-01-271-5/+0
| | |/ | |/|
* | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-12/+15
|\ \ \
| * | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-6/+7
| * | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-9/+11
* | | | powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt2011-03-101-0/+16
|/ / /
* | | powerpc/kexec: Restore ppc_md.machine_kexecAnton Blanchard2011-03-021-0/+6
| |/ |/|
* | powerpc/book3e: Protect complex macro args in mmu-book3e.hScott Wood2011-02-071-4/+4
* | powerpc: Fix pfn_valid() when memory starts at a non-zero addressScott Wood2011-02-071-1/+1
|/
* powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard2011-01-211-8/+0
* powerpc/kdump: Remove ppc_md.machine_crash_shutdownAnton Blanchard2011-01-211-6/+0
* powerpc/kexec: Remove ppc_md.machine_kexecAnton Blanchard2011-01-211-6/+0
* powerpc/kexec: Remove ppc_md.machine_kexec_cleanupAnton Blanchard2011-01-211-3/+0
* powerpc/kexec: Move all ppc_md kexec function pointers togetherAnton Blanchard2011-01-211-3/+2
* powerpc/ppc64/tracing: Add stack frame to calls of trace_hardirqs_on/offSteven Rostedt2011-01-211-10/+30
* powerpc: Ensure the else case of feature sections will fitMichael Ellerman2011-01-211-12/+15
* Merge remote branch 'kumar/next' into mergeBenjamin Herrenschmidt2011-01-213-6/+31
|\
| * powerpc: fix warning when compiling immap_qe.hTimur Tabi2011-01-121-6/+15
| * powerpc/85xx: add e500 HID1 bit definitionLi Yang2011-01-122-0/+16
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-2/+2
|\ \
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-1114-63/+78
|\ \ \
| * | | powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt2011-01-121-13/+14
| * | | powerpc/pseries: Fix VPHN build errors on non-SMP systemsJesse Larrew2011-01-111-9/+11
| * | | of/address: Use propper endianess in get_flagsSebastian Siewior2010-12-091-1/+1
| * | | powerpc: Disable VPHN polling during a suspend operationJesse Larrew2010-12-091-0/+10
| * | | powerpc/pseries: Poll VPA for topology changes and update NUMA mapsJesse Larrew2010-12-091-1/+4
| * | | powerpc: Minor cleanups for machdep.hSonny Rao2010-12-091-5/+1
| * | | powerpc: Hardcode popcnt instructions for old assemblersAnton Blanchard2010-12-091-0/+8
| * | | Merge branch 'nvram' into nextBenjamin Herrenschmidt2010-12-091-41/+11
| |\ \ \
| | * | | powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-1/+9
| | * | | powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt2010-11-301-40/+2
| | |/ /
| * | | powerpc: Add VPHN firmware featureJesse Larrew2010-11-292-1/+3
| * | | powerpc: Add memory_hotplug_max()Nishanth Aravamudan2010-11-291-0/+5
| * | | powerpc/macio: Ensure all dma routines get copied overNishanth Aravamudan2010-11-291-0/+6
| * | | powerpc: Add support for new hcall H_BEST_ENERGYVaidyanathan Srinivasan2010-11-291-1/+2
OpenPOWER on IntegriCloud