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