index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-3
/
+11
2021-04-14
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
1
-3
/
+3
2021-04-14
powerpc/rtas: move syscall filter setup into separate function
Nathan Lynch
1
-8
/
+13
2021-04-14
powerpc/rtas: remove ibm_suspend_me_token
Nathan Lynch
1
-5
/
+2
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-13
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-13
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
[next]