index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
platforms
/
pseries
/
mobility.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/pseries/vas: Add VAS migration handler
Haren Myneni
2022-03-08
1
-0
/
+5
*
powerpc/pseries: make pseries_devicetree_update() static
Nathan Lynch
2022-02-12
1
-1
/
+1
*
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
2021-12-09
1
-0
/
+4
*
powerpc/pseries/mobility: ignore ibm, platform-facilities updates
Nathan Lynch
2021-10-22
1
-0
/
+34
*
powerpc/pseries/mobility: handle premature return from H_JOIN
Nathan Lynch
2021-03-23
1
-1
/
+25
*
powerpc/pseries/mobility: use struct for shared state
Nathan Lynch
2021-03-23
1
-3
/
+19
*
powerpc/pseries/mobility: refactor node lookup during DT update
Nathan Lynch
2020-12-08
1
-32
/
+17
*
powerpc/rtas: dispatch partition migration requests to pseries
Nathan Lynch
2020-12-08
1
-0
/
+5
*
powerpc/pseries/mobility: retry partition suspend after error
Nathan Lynch
2020-12-08
1
-2
/
+57
*
powerpc/pseries/mobility: signal suspend cancellation to platform
Nathan Lynch
2020-12-08
1
-0
/
+31
*
powerpc/pseries/mobility: use stop_machine for join/suspend
Nathan Lynch
2020-12-08
1
-7
/
+125
*
powerpc/pseries/mobility: extract VASI session polling logic
Nathan Lynch
2020-12-08
1
-5
/
+64
*
powerpc/pseries/mobility: use rtas_activate_firmware() on resume
Nathan Lynch
2020-12-08
1
-14
/
+1
*
powerpc/pseries/mobility: error message improvements
Nathan Lynch
2020-12-08
1
-4
/
+3
*
powerpc/pseries/mobility: add missing break to default case
Nathan Lynch
2020-12-08
1
-0
/
+1
*
powerpc/pseries/mobility: don't error on absence of ibm, update-nodes
Nathan Lynch
2020-12-08
1
-1
/
+1
*
powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
Nathan Lynch
2020-12-08
1
-1
/
+1
*
powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigations
Daniel Axtens
2020-11-19
1
-2
/
+2
*
powerpc/pseries/mobility: Add pr_debug() for device tree changes
Nathan Lynch
2020-07-30
1
-0
/
+5
*
powerpc/pseries/mobility: Set pr_fmt()
Nathan Lynch
2020-07-30
1
-2
/
+5
*
powerpc/pseries: remove prrn special case from DT update path
Nathan Lynch
2020-07-16
1
-27
/
+0
*
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
2020-07-16
1
-4
/
+0
*
powerpc/pseries: Update hv-24x7 information after migration
Kajol Jain
2020-05-28
1
-0
/
+3
*
powerpc/pseries/mobility: use cond_resched when updating device tree
Nathan Lynch
2019-08-20
1
-0
/
+9
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-0
/
+19
|
\
|
*
powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration
Nathan Lynch
2019-06-15
1
-0
/
+10
|
*
powerpc/pseries/mobility: prevent cpu hotplug during DT update
Nathan Lynch
2019-06-15
1
-0
/
+9
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
2018-10-13
1
-0
/
+5
*
powerpc/pseries: Remove unneeded uses of dlpar work queue
Nathan Fontenot
2018-09-19
1
-12
/
+6
*
powerpc: clean the inclusion of stringify.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
Michael Ellerman
2018-03-27
1
-0
/
+3
*
powerpc: Use octal numbers for file permissions
Russell Currey
2018-01-22
1
-1
/
+1
*
powerpc/pseries: Fix parent_dn reference leak in add_dt_node()
Tyrel Datwyler
2017-09-21
1
-1
/
+3
*
powerpc: pseries: remove dlpar_attach_node dependency on full path
Rob Herring
2017-08-23
1
-1
/
+1
*
driver core: remove CLASS_ATTR usage
Greg Kroah-Hartman
2017-06-07
1
-3
/
+4
*
powerpc/pseries: Update affinity for memory and cpus specified in a PRRN event
John Allen
2017-02-02
1
-0
/
+34
*
powerpc: Update of_remove_property() call sites to remove null checking
Suraj Jitindar Singh
2016-05-11
1
-2
/
+2
*
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-16
1
-7
/
+19
|
\
|
*
powerpc/pseries: Simplify check for suspendability during suspend/migration
Tyrel Datwyler
2015-03-28
1
-6
/
+3
|
*
powerpc/pseries: Introduce api_version to migration sysfs interface
Tyrel Datwyler
2015-03-24
1
-1
/
+16
*
|
powerpc/pseries: Little endian fixes for post mobility device tree update
Tyrel Datwyler
2015-03-20
1
-21
/
+23
|
/
*
powerpc/pseries: Fix endian problems with LE migration
Cyril Bur
2015-01-27
1
-16
/
+6
*
arch/powerpc: replace obsolete strict_strto* calls
Daniel Walter
2014-08-08
1
-1
/
+1
*
powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()
Michael Ellerman
2014-07-28
1
-1
/
+2
*
powerpc/pseries: Device tree should only be updated once after suspend/migrate
Haren Myneni
2014-03-07
1
-16
/
+10
*
powerpc/pseries: Add mising of_node_put in delete_dt_node
Tyrel Datwyler
2013-08-27
1
-0
/
+1
*
powerpc/pseries: Make dlpar_configure_connector parent node aware
Tyrel Datwyler
2013-08-27
1
-7
/
+4
*
powerpc/pseries: Fix parsing of initial node path in update_dt_node
Tyrel Datwyler
2013-08-27
1
-10
/
+11
*
powerpc/pseries: Pack update_props_workarea to map correctly to rtas buffer h...
Tyrel Datwyler
2013-08-27
1
-1
/
+1
[next]