aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20powerpc/rtas: allow rescheduling while changing cpu statesNathan Lynch1-0/+2
2019-08-20powerpc/rtas: use device model APIs and serialization during LPMNathan Lynch1-3/+8
2019-08-05powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_maskNathan Lynch1-2/+0
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+3
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-07-01powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch1-4/+3
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+5
2018-10-13powerpc/rtas: Fix a potential race between CPU-Offline & MigrationGautham R. Shenoy1-0/+9
2018-10-13powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann1-2/+0
2018-09-19powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot1-0/+2
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton1-4/+0
2018-06-03powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy1-0/+4
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro1-1/+2
2017-10-18locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_flags()Will Deacon1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+2
2017-01-25powerpc/kernel: Fix unbalanced refcount on RTAS device nodeGavin Shan1-0/+1
2017-01-25powerpc/kernel: Use of_property_read_u32() in rtas_initialize()Gavin Shan1-11/+9
2017-01-25powerpc/kernel: Remove nested if statements in rtas_initialize()Gavin Shan1-17/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens1-2/+2
2016-07-13powerpc/rtas: Don't test for machine type in rtas_initialize()Benjamin Herrenschmidt1-1/+1
2016-07-05powerpc/rtas: Fix array overrun in ppc_rtas() syscallAndrew Donnellan1-1/+1
2015-12-17powerpc/rtas: Make enter_rtas() privateMichael Ellerman1-0/+3
2015-12-17powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman1-10/+2
2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman1-11/+33
2015-10-22powerpc/rtas: Validate rtas.entry before calling enter_rtas()Vasant Hegde1-0/+3
2015-07-23powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth1-0/+17
2015-07-23powerpc/rtas: Replace magic values with definesThomas Huth1-3/+5
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman1-2/+2
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler1-13/+13
2015-01-27powerpc/pseries: Fix endian problems with LE migrationCyril Bur1-7/+15
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard1-2/+2
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-1/+1
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz1-6/+9
2014-03-24powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz1-9/+13
2013-08-14powerpc: Make RTAS calls endian safeAnton Blanchard1-19/+19
2013-08-14powerpc: Make RTAS device tree accesses endian safeAnton Blanchard1-14/+14
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-2/+2
2013-05-14powerpc: Bring all threads online prior to migration/hibernationRobert Jennings1-0/+113
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot1-1/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-03-28powerpc: Make function that parses RTAS error logs globalAnton Blanchard1-0/+34
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