index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter
Tyrel Datwyler
1
-1
/
+1
2020-12-08
powerpc/rtas: remove unused rtas_suspend_last_cpu()
Nathan Lynch
1
-43
/
+0
2020-12-08
powerpc/rtas: remove rtas_suspend_cpu()
Nathan Lynch
1
-52
/
+0
2020-12-08
powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()
Nathan Lynch
1
-66
/
+1
2020-12-08
powerpc/rtas: dispatch partition migration requests to pseries
Nathan Lynch
1
-1
/
+1
2020-12-08
powerpc/rtas: add rtas_activate_firmware()
Nathan Lynch
1
-0
/
+30
2020-12-08
powerpc/rtas: add rtas_ibm_suspend_me()
Nathan Lynch
1
-0
/
+57
2020-12-08
powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
Nathan Lynch
1
-3
/
+3
2020-12-08
powerpc/rtas: prevent suspend-related sys_rtas use on LE
Nathan Lynch
1
-0
/
+2
2020-10-06
powerpc/rtas: Restrict RTAS requests from userspace
Andrew Donnellan
1
-0
/
+153
2020-07-16
powerpc/rtas: don't online CPUs for partition suspend
Nathan Lynch
1
-120
/
+2
2020-06-02
powerpc/rtas: Implement reentrant rtas call
Leonardo Bras
1
-0
/
+52
2019-08-20
powerpc/rtas: allow rescheduling while changing cpu states
Nathan Lynch
1
-0
/
+2
2019-08-20
powerpc/rtas: use device model APIs and serialization during LPM
Nathan Lynch
1
-3
/
+8
2019-08-05
powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_mask
Nathan Lynch
1
-2
/
+0
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-4
/
+3
2019-07-08
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2019-07-01
powerpc/rtas: retry when cpu offline races with suspend/migration
Nathan Lynch
1
-4
/
+3
2019-06-23
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
1
-1
/
+5
2018-10-13
powerpc/rtas: Fix a potential race between CPU-Offline & Migration
Gautham R. Shenoy
1
-0
/
+9
2018-10-13
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
1
-2
/
+0
2018-09-19
powerpc/pseries: Disable CPU hotplug across migrations
Nathan Fontenot
1
-0
/
+2
2018-06-25
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
1
-4
/
+0
2018-06-03
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
1
-0
/
+4
2018-05-10
powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE
Al Viro
1
-1
/
+2
2017-10-18
locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...
Will Deacon
1
-1
/
+1
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-01-25
powerpc/kernel: Fix unbalanced refcount on RTAS device node
Gavin Shan
1
-0
/
+1
2017-01-25
powerpc/kernel: Use of_property_read_u32() in rtas_initialize()
Gavin Shan
1
-11
/
+9
2017-01-25
powerpc/kernel: Remove nested if statements in rtas_initialize()
Gavin Shan
1
-17
/
+16
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-07-14
powerpc: Make ppc_md.{halt, restart} __noreturn
Daniel Axtens
1
-2
/
+2
2016-07-13
powerpc/rtas: Don't test for machine type in rtas_initialize()
Benjamin Herrenschmidt
1
-1
/
+1
2016-07-05
powerpc/rtas: Fix array overrun in ppc_rtas() syscall
Andrew Donnellan
1
-1
/
+1
2015-12-17
powerpc/rtas: Make enter_rtas() private
Michael Ellerman
1
-0
/
+3
2015-12-17
powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()
Michael Ellerman
1
-10
/
+2
2015-12-17
powerpc/rtas: Add rtas_call_unlocked()
Michael Ellerman
1
-11
/
+33
2015-10-22
powerpc/rtas: Validate rtas.entry before calling enter_rtas()
Vasant Hegde
1
-0
/
+3
2015-07-23
powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
Thomas Huth
1
-0
/
+17
2015-07-23
powerpc/rtas: Replace magic values with defines
Thomas Huth
1
-3
/
+5
2015-04-10
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
1
-2
/
+2
2015-03-28
powerpc/pseries: Simplify check for suspendability during suspend/migration
Tyrel Datwyler
1
-13
/
+13
2015-01-27
powerpc/pseries: Fix endian problems with LE migration
Cyril Bur
1
-7
/
+15
2014-11-10
powerpc: Remove some old bootmem related comments
Anton Blanchard
1
-2
/
+2
2014-04-30
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
1
-1
/
+1
2014-04-07
powerpc/le: Enable RTAS events support
Greg Kurz
1
-6
/
+9
2014-03-24
powerpc/le: Big endian arguments for ppc_rtas()
Greg Kurz
1
-9
/
+13
2013-08-14
powerpc: Make RTAS calls endian safe
Anton Blanchard
1
-19
/
+19
[next]