index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
hotplug-memory.c
Age
Commit message (
Expand
)
Author
Lines
2020-07-16
pseries: Fix 64 bit logical memory block panic
Anton Blanchard
-1
/
+1
2020-07-16
powerpc/pseries: remove obsolete memory hotplug DT notifier code
Nathan Lynch
-64
/
+1
2020-07-16
powerpc/pseries: remove memory "re-add" implementation
Nathan Lynch
-42
/
+0
2020-06-04
powerpc/pseries/hotplug-memory: stop checking is_mem_section_removable()
David Hildenbrand
-23
/
+3
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-4
/
+4
2020-04-02
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
-1
/
+1
2020-02-19
powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable
Libor Pechacek
-4
/
+4
2020-01-14
powerpc/pseries: Advance pfn if section is not present in lmb_is_removable()
Pingfan Liu
-1
/
+3
2019-11-13
powerpc/pseries/hotplug-memory: Change rc variable to bool
Leonardo Bras
-3
/
+3
2019-08-05
powerpc/pseries/hotplug-memory.c: Replace nested ifs by switch-case
Leonardo Bras
-8
/
+18
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-0
/
+3
2019-06-14
powerpc/pseries: Fix oops in hotplug memory notifier
Nathan Lynch
-0
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-5
/
+1
2019-04-29
powerpc/pseries: Track LMB nid instead of using device tree
Nathan Fontenot
-9
/
+8
2018-12-22
powerpc/pseries: Fix node leak in update_lmb_associativity_index()
Michael Ellerman
-0
/
+1
2018-12-21
powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.
Mahesh Salgaonkar
-2
/
+5
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
-6
/
+2
2018-10-31
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
-1
/
+1
2018-10-31
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
-3
/
+3
2018-10-13
powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
YueHaibing
-33
/
+28
2018-09-19
powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR request
Nathan Fontenot
-39
/
+16
2018-01-16
powerpc: Move of_drconf_cell struct to asm/drmem.h
Nathan Fontenot
-3
/
+3
2018-01-16
powerpc/pseries: Update memory hotplug code to use drmem LMB array
Nathan Fontenot
-318
/
+198
2017-08-31
powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...
John Allen
-0
/
+4
2017-08-10
powerpc/pseries: Check memory device state before onlining/offlining
Nathan Fontenot
-21
/
+32
2017-07-03
Merge branch 'fixes' into next
Michael Ellerman
-0
/
+2
2017-06-28
powerpc/fadump: avoid holes in boot memory area when fadump is registered
Hari Bathini
-0
/
+7
2017-06-01
powerpc/hotplug-mem: Fix missing endian conversion of aa_index
Michael Bringmann
-0
/
+2
2017-02-21
powerpc/pseries: Revert 'Auto-online hotplugged memory'
Nathan Fontenot
-15
/
+37
2017-02-17
powerpc/pseries: Implement indexed-count hotplug memory remove
Sahil Mehta
-0
/
+98
2017-02-17
powerpc/pseries: Implement indexed-count hotplug memory add
Sahil Mehta
-9
/
+110
2017-02-16
powerpc/pseries: Fix build break when MEMORY_HOTREMOVE=n
Michael Ellerman
-1
/
+4
2017-02-02
powerpc/pseries: Introduce memory hotplug READD operation
John Allen
-0
/
+41
2017-02-02
powerpc/pseries: Make the acquire/release of the drc for memory a seperate step
John Allen
-12
/
+22
2016-12-01
powerpc/pseries: Use lmb_is_removable() to check removability
Nathan Fontenot
-2
/
+5
2016-08-09
powerpc: Fix unused function warning 'lmb_to_memblock'
Alastair D'Silva
-13
/
+13
2016-07-15
powerpc/pseries: Remove call to memblock_add()
Nathan Fontenot
-27
/
+10
2016-07-15
powerpc/pseries: Auto-online hotplugged memory
Nathan Fontenot
-14
/
+0
2016-07-15
powerpc/pseries: Dynamic add entires to associativity lookup array
Nathan Fontenot
-27
/
+68
2016-07-15
powerpc/pseries: Move property cloning into its own routine
Nathan Fontenot
-12
/
+26
2016-04-11
powerpc/pseries: Update LMB associativity index during DLPAR add/remove
Nathan Fontenot
-31
/
+162
2016-04-11
powerpc/pseries: Refactor dlpar_add_lmb() code
Nathan Fontenot
-14
/
+20
2015-08-18
powerpc/pseries: use kmemdup rather than duplicating its implementation
Andrzej Hajda
-2
/
+1
2015-04-15
powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE
Alexey Kardashevskiy
-0
/
+13
2015-04-14
powerpc/pseries: Correct memory hotplug locking
Nathan Fontenot
-4
/
+7
2015-03-17
powerpc/pseries: Implement memory hotplug remove in the kernel
Nathan Fontenot
-1
/
+191
2015-03-17
powerpc/pseries: Implement memory hotplug add in the kernel
Nathan Fontenot
-1
/
+265
2015-03-17
powerpc/pseries: Create new device hotplug entry point
Nathan Fontenot
-0
/
+19
2014-12-11
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
-21
/
+0
2014-11-24
of/reconfig: Always use the same structure for notifiers
Grant Likely
-8
/
+7
[next]