summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-4/+3Star
|\
| * powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch2019-07-011-4/+3Star
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-2/+1Star
|\ \
| * | smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-2/+1Star
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+5
* powerpc/rtas: Fix a potential race between CPU-Offline & MigrationGautham R. Shenoy2018-10-131-0/+9
* powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann2018-10-131-2/+0Star
* powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot2018-09-191-0/+2
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0Star
* powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-031-0/+4
* powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro2018-05-101-1/+2
* locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...Will Deacon2017-10-181-1/+1
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-2/+2
* powerpc/kernel: Fix unbalanced refcount on RTAS device nodeGavin Shan2017-01-251-0/+1
* powerpc/kernel: Use of_property_read_u32() in rtas_initialize()Gavin Shan2017-01-251-11/+9Star
* powerpc/kernel: Remove nested if statements in rtas_initialize()Gavin Shan2017-01-251-17/+16Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens2016-07-141-2/+2
* powerpc/rtas: Don't test for machine type in rtas_initialize()Benjamin Herrenschmidt2016-07-131-1/+1
* powerpc/rtas: Fix array overrun in ppc_rtas() syscallAndrew Donnellan2016-07-051-1/+1
* powerpc/rtas: Make enter_rtas() privateMichael Ellerman2015-12-171-0/+3
* powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman2015-12-171-10/+2Star
* powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman2015-12-171-11/+33
* powerpc/rtas: Validate rtas.entry before calling enter_rtas()Vasant Hegde2015-10-221-0/+3
* powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth2015-07-231-0/+17
* powerpc/rtas: Replace magic values with definesThomas Huth2015-07-231-3/+5
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-2/+2
* powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler2015-03-281-13/+13
* powerpc/pseries: Fix endian problems with LE migrationCyril Bur2015-01-271-7/+15
* powerpc: Remove some old bootmem related commentsAnton Blanchard2014-11-091-2/+2
* of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-1/+1
* powerpc/le: Enable RTAS events supportGreg Kurz2014-04-071-6/+9
* powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz2014-03-231-9/+13
* powerpc: Make RTAS calls endian safeAnton Blanchard2013-08-141-19/+19
* powerpc: Make RTAS device tree accesses endian safeAnton Blanchard2013-08-141-14/+14
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-2/+2
* powerpc: Bring all threads online prior to migration/hibernationRobert Jennings2013-05-141-0/+113
* powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot2012-11-151-1/+0Star
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0Star
* | powerpc: Make function that parses RTAS error logs globalAnton Blanchard2012-03-281-0/+34
|/
* powerpc/pseries: Fix partition migration hang in stop_topology_updateBrian King2012-02-141-2/+3
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2011-07-261-0/+1
* powerpc/pseries: Add page coalescing supportBrian King2011-05-041-0/+2
* powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to doAnton Blanchard2011-04-271-1/+1
* powerpc: Disable VPHN polling during a suspend operationJesse Larrew2010-12-091-0/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-221-2/+2
|\