index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
c6x
/
mm
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
2019-03-07
arch: simplify several early memory allocations
Mike Rapoport
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-05-19
c6x: use generic dma_noncoherent_ops
Christoph Hellwig
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-01-20
c6x: convert to dma_map_ops
Christoph Hellwig
2013-07-03
mm/c6x: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-03
arch: c6x: mm: include "asm/uaccess.h" to pass compiling
Chen Gang
2013-04-29
mm/c6x: use common help functions to free reserved pages
Jiang Liu
2011-10-06
C6X: memory management and DMA support
Aurelien Jacquiot
2011-10-06
C6X: build infrastructure
Aurelien Jacquiot