summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/rtas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/rtas: rtas_busy_delay_time() kernel-docNathan Lynch2021-11-251-2/+19
* powerpc/rtas: rtas_busy_delay() improvementsNathan Lynch2021-11-251-7/+67
* powerpc/rtas: kernel-doc fixesNathan Lynch2021-11-251-4/+5
* isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-241-3/+11
* powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZENathan Lynch2021-04-141-3/+3
* powerpc/rtas: move syscall filter setup into separate functionNathan Lynch2021-04-141-8/+13
* powerpc/rtas: remove ibm_suspend_me_tokenNathan Lynch2021-04-141-5/+2
* powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler2020-12-091-1/+1
* powerpc/rtas: remove unused rtas_suspend_last_cpu()Nathan Lynch2020-12-081-43/+0
* powerpc/rtas: remove rtas_suspend_cpu()Nathan Lynch2020-12-081-52/+0
* powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()Nathan Lynch2020-12-081-66/+1
* powerpc/rtas: dispatch partition migration requests to pseriesNathan Lynch2020-12-081-1/+1
* powerpc/rtas: add rtas_activate_firmware()Nathan Lynch2020-12-081-0/+30
* powerpc/rtas: add rtas_ibm_suspend_me()Nathan Lynch2020-12-081-0/+57
* powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafeNathan Lynch2020-12-081-3/+3
* powerpc/rtas: prevent suspend-related sys_rtas use on LENathan Lynch2020-12-081-0/+2
* powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan2020-10-061-0/+153
* powerpc/rtas: don't online CPUs for partition suspendNathan Lynch2020-07-161-120/+2
* powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-021-0/+52
* powerpc/rtas: allow rescheduling while changing cpu statesNathan Lynch2019-08-201-0/+2
* powerpc/rtas: use device model APIs and serialization during LPMNathan Lynch2019-08-201-3/+8
* powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_maskNathan Lynch2019-08-051-2/+0
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-4/+3
|\
| * powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch2019-07-011-4/+3
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-081-2/+1
|\ \
| * | smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-2/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* 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/+0
* powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot2018-09-191-0/+2
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0
* 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/+9
* powerpc/kernel: Remove nested if statements in rtas_initialize()Gavin Shan2017-01-251-17/+16
* 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/+2
* 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