Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a6701f7e304e006ca2b27b57f345e3cf9fe8f20f
/
drivers
/
base
/
memory.c
6cb0497
base/memory, hotplug: fix a kernel oops in show_valid_zones()
by Toshi Kani
· 8 years ago
143a9ad
memory_hotplug: make zone_can_shift() return a boolean value
by Yasuaki Ishimatsu
· 8 years ago
d66ba15
memory-hotplug: fix store_mem_state() return value
by Reza Arbab
· 8 years ago
a371d9f
memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute
by Reza Arbab
· 8 years ago
31bc385
memory-hotplug: add automatic onlining policy for the newly added memory
by Vitaly Kuznetsov
· 9 years ago
260ae3f
mm: skip memory block registration for ZONE_DEVICE
by Dan Williams
· 9 years ago
cb5490a
drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64
by John Allen
· 9 years ago
cc292b0
drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()
by Seth Jennings
· 9 years ago
56c6b5d
drivers/base/memory.c: clean up section counting
by Seth Jennings
· 9 years ago
26bbe7e
drivers/base/memory.c: prohibit offlining of memory blocks with missing sections
by Seth Jennings
· 9 years ago
30467e0
mm, hotplug: fix concurrent memory hot-add deadlock
by David Rientjes
· 10 years ago
19c07d5
memory hotplug: use macro to switch between section and pfn
by Sheng Yong
· 10 years ago
2aeebca
drivers: base: memory: Use tabs instead of spaces
by Ioana Ciornei
· 10 years ago
3d3af6a
drivers: base: memory: Fix switch indent
by Ioana Ciornei
· 10 years ago
71fbd55
memory-hotplug: remove redundant call of page_to_pfn
by Zhang Zhen
· 10 years ago
ed2f240
memory-hotplug: add sysfs valid_zones attribute
by Zhang Zhen
· 10 years ago
b69deb2
mm/mem-hotplug: replace simple_strtoull() with kstrtoull()
by Zhang Zhen
· 10 years ago
4f7c6b4
mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1
by Tang Chen
· 10 years ago
1f6a6cc
mem-hotplug: avoid illegal state prefixed with legal state when changing state of memory_block
by Tang Chen
· 10 years ago
56a3c65
memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_index
by Li Zhong
· 10 years ago
a37f863
driver core: Release device_hotplug_lock when store_mem_state returns EINVAL
by Yasuaki Ishimatsu
· 11 years ago
40031da
Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
542a086
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
5e33bc4
driver core / ACPI: Avoid device hot remove locking issues
by Rafael J. Wysocki
· 11 years ago
21ea9f5
drivers/base/memory.c: fix show_mem_removable() to handle missing sections
by Russ Anderson
· 11 years ago
7315f0c
drivers/base/memory.c: introduce help macro to_memory_block
by Gu Zheng
· 11 years ago
fa2be40
drivers: base: use standard device online/offline for state change
by Seth Jennings
· 11 years ago
cb5e39b
drivers: base: refactor add_memory_section() to add_memory_block()
by Seth Jennings
· 11 years ago
37171e3
drivers: base: remove improper get/put in add_memory_section()
by Seth Jennings
· 11 years ago
37a7bd6
drivers: base: reduce add_memory_section() for boot-time only
by Seth Jennings
· 11 years ago
d7f8053
drivers: base: unshare add_memory_section() from hotplug
by Seth Jennings
· 11 years ago
df2b717
drivers: base: use device get/put functions
by Seth Jennings
· 11 years ago
879f1be
drivers: base: remove unneeded variable
by Seth Jennings
· 11 years ago
b1eaef3
drivers: base: move mutex lock out of add_memory_section()
by Seth Jennings
· 11 years ago
34da5e6
driver core: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
96b2c0f
drivers/base: Use attribute groups to create sysfs memory files
by Nathan Fontenot
· 11 years ago
ea50be5
Driver core / MM: Drop offline_memory_block()
by Rafael J. Wysocki
· 11 years ago
b2c064b
Driver core / memory: Simplify __memory_block_change_state()
by Rafael J. Wysocki
· 11 years ago
4960e05
Driver core: Introduce offline/online callbacks for memory blocks
by Rafael J. Wysocki
· 11 years ago
6056d61
mm: Remove unused parameter of pages_correctly_reserved()
by Tang Chen
· 12 years ago
4edd7ce
mm, hotplug: avoid compiling memory hotremove functions when disabled
by David Rientjes
· 12 years ago
6677e3e
memory-hotplug: check whether all memory blocks are offlined or not when removing memory
by Yasuaki Ishimatsu
· 12 years ago
74fef7a
base: memory: fix soft/hard_offline_page permissions
by Felipe Balbi
· 12 years ago
511c2ab
mm, memory-hotplug: dynamic configure movable memory and portion memory
by Lai Jiangshan
· 12 years ago
fa7194e
memory hotplug: suppress "Device memoryX does not have a release() function" warning
by Yasuaki Ishimatsu
· 12 years ago
e90bdb7
memory-hotplug: update memory block's state and notify userspace
by Wen Congyang
· 12 years ago
a16cee1
memory-hotplug: preparation to notify memory block's state at memory hot remove
by Wen Congyang
· 12 years ago
cd593ac
Merge tag 'v3.3-rc7' into x86/mce
by Ingo Molnar
· 13 years ago
321bf4e
drivers/base/memory.c: fix memory_dev_init() long delay
by Yinghai Lu
· 13 years ago
4e9f44b
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mce
by Ingo Molnar
· 13 years ago
f5138e4
kdump: add udev events for memory online/offline
by Michael Holzheu
· 13 years ago
cd42f4a
HWPOISON: Clean up memory_failure() vs. __memory_failure()
by Tony Luck
· 13 years ago
10fbcf4
convert 'memory' sysdev_class to a regular subsystem
by Kay Sievers
· 13 years ago
2bbcb878
mm: memory hotplug: Check if pages are correctly reserved on a per-section basis
by Mel Gorman
· 13 years ago
de0ed36
Revert "memory hotplug: Correct page reservation checking"
by Greg Kroah-Hartman
· 13 years ago
54f23eb
memory hotplug: Correct page reservation checking
by Nathan Fontenot
· 13 years ago
61b94fe
memory hotplug: Refuse to add unaligned memory regions
by Anton Blanchard
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
a63fdc5
mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header
by Benjamin Herrenschmidt
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
a236c71
drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION"
by Andrew Morton
· 13 years ago
5409d2c
memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION
by Anton Blanchard
· 13 years ago
8572394
drivers:base:fix the coding format of memory.c
by Wanlong Gao
· 14 years ago
9f0af69
sysfs-memory: fix uninitialized variable warning and clean-up code.
by Nikanth Karthikesan
· 14 years ago
6add7cd
memory hotplug: sysfs probe routine should add all memory sections
by Nathan Fontenot
· 14 years ago
d336016
memory hotplug: Update phys_index to [start|end]_section_nr
by Nathan Fontenot
· 14 years ago
0c2c99b
memory hotplug: Allow memory blocks to span multiple memory sections
by Nathan Fontenot
· 14 years ago
0768121
Driver core: Add section count to memory_block struct
by Nathan Fontenot
· 14 years ago
2938ffb
Driver core: Add mutex for adding/removing memory blocks
by Nathan Fontenot
· 14 years ago
e4619c8
Driver core: Move find_memory_block routine
by Nathan Fontenot
· 14 years ago
9838303
driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted.
by Robin Holt
· 14 years ago
4dc86ae
Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
bc32df0
memory hotplug: allow setting of phys_device
by Heiko Carstens
· 15 years ago
9cd4361
kobject: Constify struct kset_uevent_ops
by Emese Revfy
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
8564a6c
sysdev: Fix type of sysdev class attribute in memory driver
by Andi Kleen
· 15 years ago
bd79667
Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"
by Greg Kroah-Hartman
· 15 years ago
8ff410d
sysdev: fix prototype for memory_sysdev_class show/store functions
by Wu Fengguang
· 15 years ago
ba168fc
memory-hotplug: add 0x prefix to HEX block_size_bytes
by Wu Fengguang
· 15 years ago
925cc71
mm: Add notifier in pageblock isolation for balloon drivers
by Robert Jennings
· 15 years ago
facb601
HWPOISON: Add soft page offline support
by Andi Kleen
· 15 years ago
c04fc58
mm: show node to memory section relationship with symlinks in sysfs
by Gary Hade
· 16 years ago
9f1b16a
memory_probe: fix wrong sysfs file attribute
by Shaohua Li
· 16 years ago
1f07be1
more sysdev API change fallout - drivers/base/memory.c
by Stephen Rothwell
· 16 years ago
f810a5c
Use WARN() in drivers/base/
by Arjan van de Ven
· 16 years ago
5c755e9
memory-hotplug: add sysfs removable attribute for hotplug memory remove
by Badari Pulavarty
· 16 years ago
4a0b2b4
sysdev: Pass the attribute to the low level sysdev show/store function
by Andi Kleen
· 16 years ago
3c82c30
memory: Introduce exports for memory notifiers
by Hannes Hering
· 17 years ago
2b3a302
driver core: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
00a41db
driver core: register_memory/unregister_memory clean ups and bugfix
by Badari Pulavarty
· 17 years ago
da19cbc
driver core: memory: semaphore to mutex
by Daniel Walker
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
7b78d33
memory hotplug: rearrange memory hotplug notifier
by Yasunori Goto
· 17 years ago
540557b
sparsemem: record when a section has a valid mem_map
by Andy Whitcroft
· 17 years ago
9ec0fd4e
more uevent fallout (drivers/base/memory.c)
by Al Viro
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
28ec24e
[PATCH] driver/base/memory.c: handle errors properly
by Andrew Morton
· 18 years ago
bc02af9
[PATCH] pgdat allocation for new node add (specify node id)
by Yasunori Goto
· 18 years ago
Next »