index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
rtas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/rtas: allow rescheduling while changing cpu states
Nathan Lynch
2019-08-20
1
-0
/
+2
*
powerpc/rtas: use device model APIs and serialization during LPM
Nathan Lynch
2019-08-20
1
-3
/
+8
*
powerpc/rtas: Unexport rtas_online_cpus_mask, rtas_offline_cpus_mask
Nathan Lynch
2019-08-05
1
-2
/
+0
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-4
/
+3
|
\
|
*
powerpc/rtas: retry when cpu offline races with suspend/migration
Nathan Lynch
2019-07-01
1
-4
/
+3
*
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-07-08
1
-2
/
+1
|
\
\
|
*
|
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
2019-06-23
1
-2
/
+1
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
memblock: drop memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-1
/
+5
*
powerpc/rtas: Fix a potential race between CPU-Offline & Migration
Gautham R. Shenoy
2018-10-13
1
-0
/
+9
*
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
2018-10-13
1
-2
/
+0
*
powerpc/pseries: Disable CPU hotplug across migrations
Nathan Fontenot
2018-09-19
1
-0
/
+2
*
powerpc: Remove -Wattribute-alias pragmas
Paul Burton
2018-06-25
1
-4
/
+0
*
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
2018-06-03
1
-0
/
+4
*
powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINE
Al Viro
2018-05-10
1
-1
/
+2
*
locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...
Will Deacon
2017-10-18
1
-1
/
+1
*
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-09-13
1
-2
/
+2
*
powerpc/kernel: Fix unbalanced refcount on RTAS device node
Gavin Shan
2017-01-25
1
-0
/
+1
*
powerpc/kernel: Use of_property_read_u32() in rtas_initialize()
Gavin Shan
2017-01-25
1
-11
/
+9
*
powerpc/kernel: Remove nested if statements in rtas_initialize()
Gavin Shan
2017-01-25
1
-17
/
+16
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: Make ppc_md.{halt, restart} __noreturn
Daniel Axtens
2016-07-14
1
-2
/
+2
*
powerpc/rtas: Don't test for machine type in rtas_initialize()
Benjamin Herrenschmidt
2016-07-13
1
-1
/
+1
*
powerpc/rtas: Fix array overrun in ppc_rtas() syscall
Andrew Donnellan
2016-07-05
1
-1
/
+1
*
powerpc/rtas: Make enter_rtas() private
Michael Ellerman
2015-12-17
1
-0
/
+3
*
powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()
Michael Ellerman
2015-12-17
1
-10
/
+2
*
powerpc/rtas: Add rtas_call_unlocked()
Michael Ellerman
2015-12-17
1
-11
/
+33
*
powerpc/rtas: Validate rtas.entry before calling enter_rtas()
Vasant Hegde
2015-10-22
1
-0
/
+3
*
powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
Thomas Huth
2015-07-23
1
-0
/
+17
*
powerpc/rtas: Replace magic values with defines
Thomas Huth
2015-07-23
1
-3
/
+5
*
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
2015-04-10
1
-2
/
+2
*
powerpc/pseries: Simplify check for suspendability during suspend/migration
Tyrel Datwyler
2015-03-28
1
-13
/
+13
*
powerpc/pseries: Fix endian problems with LE migration
Cyril Bur
2015-01-27
1
-7
/
+15
*
powerpc: Remove some old bootmem related comments
Anton Blanchard
2014-11-10
1
-2
/
+2
*
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
2014-04-30
1
-1
/
+1
*
powerpc/le: Enable RTAS events support
Greg Kurz
2014-04-07
1
-6
/
+9
*
powerpc/le: Big endian arguments for ppc_rtas()
Greg Kurz
2014-03-24
1
-9
/
+13
*
powerpc: Make RTAS calls endian safe
Anton Blanchard
2013-08-14
1
-19
/
+19
*
powerpc: Make RTAS device tree accesses endian safe
Anton Blanchard
2013-08-14
1
-14
/
+14
*
powerpc: Delete __cpuinit usage from all users
Paul Gortmaker
2013-07-01
1
-2
/
+2
*
powerpc: Bring all threads online prior to migration/hibernation
Robert Jennings
2013-05-14
1
-0
/
+113
*
powerpc+of: Remove the pSeries_reconfig.h file
Nathan Fontenot
2012-11-15
1
-1
/
+0
*
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
1
-1
/
+0
|
\
|
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+0
*
|
powerpc: Make function that parses RTAS error logs global
Anton Blanchard
2012-03-28
1
-0
/
+34
|
/
*
powerpc/pseries: Fix partition migration hang in stop_topology_update
Brian King
2012-02-14
1
-2
/
+3
*
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
notifiers: sys: move reboot notifiers into reboot.h
Amerigo Wang
2011-07-25
1
-0
/
+1
*
powerpc/pseries: Add page coalescing support
Brian King
2011-05-04
1
-0
/
+2
[next]