index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
memblock
Age
Commit message (
Expand
)
Author
2023-05-24
Add tests for memblock_alloc_node()
Claudio Migliorelli
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-02-07
Revert "mm: Always release pages to the buddy allocator in memblock_free_late...
Aaron Thompson
2023-01-08
mm: Always release pages to the buddy allocator in memblock_free_late().
Aaron Thompson
2023-01-04
memblock tests: Fix compilation error.
Aaron Thompson
2022-11-08
memblock tests: remove completed TODO item
Rebecca Mckeever
2022-11-08
memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_raw
Rebecca Mckeever
2022-11-08
memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_raw
Rebecca Mckeever
2022-11-08
memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_raw
Rebecca Mckeever
2022-11-08
memblock tests: introduce range tests for memblock_alloc_exact_nid_raw
Rebecca Mckeever
2022-10-31
memblock test: Update TODO list
Shaoqin Huang
2022-10-31
memblock test: Add test to memblock_reserve() 129th region
Shaoqin Huang
2022-10-31
memblock test: Add test to memblock_add() 129th region
Shaoqin Huang
2022-10-11
Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-03
memblock tests: add new pageblock related macro
Kefeng Wang
2022-09-18
memblock tests: add generic NUMA tests for memblock_alloc_try_nid*
Rebecca Mckeever
2022-09-18
memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*
Rebecca Mckeever
2022-09-18
memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
Rebecca Mckeever
2022-09-18
memblock tests: add simulation of physical memory with multiple NUMA nodes
Rebecca Mckeever
2022-09-04
memblock_tests: move variable declarations to single block
Rebecca Mckeever
2022-09-04
memblock tests: remove 'cleared' from comment blocks
Rebecca Mckeever
2022-08-30
memblock tests: add tests for memblock_trim_memory
Rebecca Mckeever
2022-08-30
memblock tests: add tests for memblock_*bottom_up functions
Rebecca Mckeever
2022-08-30
memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
Rebecca Mckeever
2022-08-30
memblock tests: update alloc_api to test memblock_alloc_raw
Rebecca Mckeever
2022-08-30
memblock tests: add additional tests for basic api and memblock_alloc
Rebecca Mckeever
2022-08-30
memblock tests: add labels to verbose output for generic alloc tests
Rebecca Mckeever
2022-08-30
memblock tests: update zeroed memory check for memblock_alloc_* tests
Rebecca Mckeever
2022-08-30
memblock tests: update tests to check if memblock_alloc zeroed memory
Rebecca Mckeever
2022-08-30
memblock tests: update reference to obsolete build option in comments
Rebecca Mckeever
2022-08-30
memblock tests: add command line help option
Rebecca Mckeever
2022-08-09
Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-07-30
memblock test: Modify the obsolete description in README
Shaoqin Huang
2022-07-29
memblock tests: fix compilation errors
Liu Xinpeng
2022-07-20
memblock tests: change build options to run-time options
Rebecca Mckeever
2022-07-04
memblock tests: remove completed TODO items
Rebecca Mckeever
2022-07-04
memblock tests: set memblock_debug to enable memblock_dbg() messages
Rebecca Mckeever
2022-07-04
memblock tests: add verbose output to memblock tests
Rebecca Mckeever
2022-07-04
memblock tests: Makefile: add arguments to control verbosity
Rebecca Mckeever
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
2022-05-09
memblock tests: remove completed TODO item
Rebecca Mckeever
2022-05-09
memblock tests: update style of comments for memblock_free_*() functions
Rebecca Mckeever
2022-05-09
memblock tests: update style of comments for memblock_remove_*() functions
Rebecca Mckeever
2022-05-09
memblock tests: update style of comments for memblock_reserve_*() functions
Rebecca Mckeever
2022-05-09
memblock tests: update style of comments for memblock_add_*() functions
Rebecca Mckeever
2022-03-10
memblock tests: Add TODO and README files
Karolina Drobnik
2022-03-09
memblock tests: Add memblock_alloc_try_nid tests for bottom up
Karolina Drobnik
2022-03-09
memblock tests: Add memblock_alloc_try_nid tests for top down
Karolina Drobnik
2022-03-09
memblock tests: Add memblock_alloc_from tests for bottom up
Karolina Drobnik
2022-03-09
memblock tests: Add memblock_alloc_from tests for top down
Karolina Drobnik
[next]