summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c
AgeCommit message (Expand)AuthorLines
2017-01-25powerpc/kernel: Fix unbalanced refcount on RTAS device nodeGavin Shan-0/+1
2017-01-25powerpc/kernel: Use of_property_read_u32() in rtas_initialize()Gavin Shan-11/+9
2017-01-25powerpc/kernel: Remove nested if statements in rtas_initialize()Gavin Shan-17/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens-2/+2
2016-07-13powerpc/rtas: Don't test for machine type in rtas_initialize()Benjamin Herrenschmidt-1/+1
2016-07-05powerpc/rtas: Fix array overrun in ppc_rtas() syscallAndrew Donnellan-1/+1
2015-12-17powerpc/rtas: Make enter_rtas() privateMichael Ellerman-0/+3
2015-12-17powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman-10/+2
2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman-11/+33
2015-10-22powerpc/rtas: Validate rtas.entry before calling enter_rtas()Vasant Hegde-0/+3
2015-07-23powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth-0/+17
2015-07-23powerpc/rtas: Replace magic values with definesThomas Huth-3/+5
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman-2/+2
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler-13/+13
2015-01-27powerpc/pseries: Fix endian problems with LE migrationCyril Bur-7/+15
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard-2/+2
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring-1/+1
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz-6/+9
2014-03-24powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz-9/+13
2013-08-14powerpc: Make RTAS calls endian safeAnton Blanchard-19/+19
2013-08-14powerpc: Make RTAS device tree accesses endian safeAnton Blanchard-14/+14
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker-2/+2
2013-05-14powerpc: Bring all threads online prior to migration/hibernationRobert Jennings-0/+113
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells-1/+0
2012-03-28powerpc: Make function that parses RTAS error logs globalAnton Blanchard-0/+34
2012-02-14powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King-2/+3
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-25notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang-0/+1
2011-05-04powerpc/pseries: Add page coalescing supportBrian King-0/+2
2011-04-27powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to doAnton Blanchard-1/+1
2010-12-09powerpc: Disable VPHN polling during a suspend operationJesse Larrew-0/+3
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-2/+2
2010-10-13powerpc/pseries: Export rtas_ibm_suspend_me()Nathan Fontenot-2/+2
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar-35/+70
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt-1/+1
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt-3/+3
2010-07-14lmb: rename to memblockYinghai Lu-3/+3
2010-07-09powerpc/pseries: Migration code reorganization / hibernation prepBrian King-35/+70
2010-04-07powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-6/+6
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-1/+1
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King-1/+6
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt-0/+31
2009-06-26powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt-9/+29