aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-02-14powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King1-2/+3
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang1-0/+1
2011-05-04powerpc/pseries: Add page coalescing supportBrian King1-0/+2
2011-04-27powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to doAnton Blanchard1-1/+1
2010-12-09powerpc: Disable VPHN polling during a suspend operationJesse Larrew1-0/+3
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2010-10-13powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot1-2/+2
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-35/+70
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt1-1/+1
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-3/+3
2010-07-14lmb: rename to memblockYinghai Lu1-3/+3
2010-07-09powerpc/pseries: Migration code reorganization / hibernation prepBrian King1-35/+70
2010-04-07powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King1-1/+6
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt1-0/+31
2009-06-26powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt1-9/+29
2009-02-23powerpc/pseries: Fix partition migration hang under loadBrian King1-2/+8
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch1-0/+26
2008-08-11powerpc: Zero fill the return values of rtas argument bufferNathan Fontenot1-2/+3
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt1-1/+1
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman1-3/+3
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2007-12-03Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras1-6/+6
2007-11-20[POWERPC] Fix RTAS os-term usage on kernel panicLinas Vepstas1-6/+6
2007-11-19[POWERPC] Fix multiple bugs in rtas_ibm_suspend_me codeNathan Lynch1-41/+58
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-1/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-8/+8
2007-02-17Storage class should be before const qualifierTobias Klauser1-1/+1
2006-12-08[POWERPC] Add rtas_service_present() helperNathan Lynch1-0/+6
2006-12-08[POWERPC] Move rtas_stop_self() into platforms/pseries/hotplug-cpu.cMichael Ellerman1-29/+0
2006-12-04[POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPULinas Vepstas1-2/+3
2006-08-25[POWERPC] reboot when panic_timout is setOlaf Hering1-0/+3
2006-08-25[POWERPC] powerpc: Make RTAS console init genericMichael Neuling1-0/+5
2006-08-08Merge branch 'merge'Paul Mackerras1-0/+21
2006-08-08[POWERPC] Fix might-sleep warning on removing cpusHaren Myneni1-0/+21
2006-08-01[POWERPC] clean up pseries hcall interfacesAnton Blanchard1-6/+5
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-13/+15
2006-06-28[POWERPC] Add udbg support for RTAS consoleMichael Ellerman1-1/+71
2006-06-28[POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman1-0/+22