| Commit message (Expand) | Author | Age | Files | Lines |
* | mips: Manually call fdt_init_reserved_mem() method | Serge Semin | 2019-05-06 | 1 | -0/+3 |
* | mips: Perform early low memory test | Serge Semin | 2019-05-04 | 1 | -0/+2 |
* | mips: Dump memblock regions for debugging | Serge Semin | 2019-05-04 | 1 | -0/+2 |
* | mips: Add reserve-nomap memory type support | Serge Semin | 2019-05-02 | 1 | -0/+8 |
* | mips: Use memblock to reserve the __nosave memory range | Serge Semin | 2019-05-02 | 1 | -2/+3 |
* | mips: Discard post-CMA-init foreach loop | Serge Semin | 2019-05-02 | 1 | -5/+0 |
* | mips: Reserve memory for the kernel image resources | Serge Semin | 2019-05-02 | 1 | -27/+3 |
* | mips: Combine memblock init and memory reservation loops | Serge Semin | 2019-04-25 | 1 | -41/+7 |
* | mips: Discard rudiments from bootmem_init | Serge Semin | 2019-04-25 | 1 | -20/+5 |
* | mips: Make sure kernel .bss exists in boot mem pool | Serge Semin | 2019-04-25 | 1 | -0/+3 |
* | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -0/+3 |
* | Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2019-03-05 | 1 | -6/+1 |
|\ |
|
| * | mips: kernel: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-01-22 | 1 | -6/+1 |
* | | MIPS: fix memory setup for platforms with PHYS_OFFSET != 0 | Thomas Bogendoerfer | 2019-02-28 | 1 | -1/+2 |
|/ |
|
* | MIPS: Let early memblock_alloc*() allocate memories bottom-up | Huacai Chen | 2018-11-12 | 1 | -0/+1 |
* | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2018-10-26 | 1 | -99/+45 |
|\ |
|
| * | mips: switch to NO_BOOTMEM | Mike Rapoport | 2018-09-14 | 1 | -76/+23 |
| * | MIPS: Move arch_mem_init() comment near definition | Paul Burton | 2018-09-01 | 1 | -23/+22 |
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-10-22 | 1 | -1/+1 |
|\ \ |
|
| * | | MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT | Christoph Hellwig | 2018-09-20 | 1 | -1/+1 |
| |/ |
|
* / | MIPS: Fix CONFIG_CMDLINE handling | Paul Burton | 2018-09-28 | 1 | -20/+28 |
|/ |
|
* | MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSET | Paul Burton | 2018-07-30 | 1 | -2/+12 |
* | MIPS: move coherentio setup to setup.c | Christoph Hellwig | 2018-06-24 | 1 | -0/+24 |
* | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 2018-06-15 | 1 | -2/+2 |
* | MIPS: Remove a warning when PHYS_OFFSET is 0x0 | Mathieu Malaterre | 2018-02-19 | 1 | -1/+1 |
* | MIPS: Make declaration for function `memory_region_available` static | Mathieu Malaterre | 2018-02-19 | 1 | -1/+2 |
* | MIPS: Fix incorrect mem=X@Y handling | Marcin Nowakowski | 2018-02-13 | 1 | -4/+12 |
* | MIPS: Setup boot_command_line before plat_mem_setup | Paul Burton | 2018-01-18 | 1 | -19/+20 |
* | MIPS: Add iomem resource for kernel bss section. | David Daney | 2017-11-13 | 1 | -0/+4 |
* | MIPS: cmdline: Add support for 'memmap' parameter | Miodrag Dinic | 2017-06-29 | 1 | -0/+40 |
* | MIPS: kexec: Do not reserve invalid crashkernel memory on boot | Marcin Nowakowski | 2017-01-03 | 1 | -0/+5 |
* | MIPS: fix mem=X@Y commandline processing | Marcin Nowakowski | 2017-01-03 | 1 | -0/+4 |
* | MIPS: Use early_init_fdt_reserve_self to protect DTB location | Marcin Nowakowski | 2017-01-03 | 1 | -0/+4 |
* | MIPS: init: Ensure bootmem does not corrupt reserved memory | Marcin Nowakowski | 2017-01-03 | 1 | -3/+71 |
* | MIPS: init: Ensure reserved memory regions are not added to bootmem | Marcin Nowakowski | 2017-01-03 | 1 | -0/+4 |
* | MIPS: Do not request resources for crashkernel if one isn't defined | Marcin Nowakowski | 2017-01-03 | 1 | -0/+3 |
* | MIPS: Fix max_low_pfn with disabled highmem | James Hogan | 2016-11-04 | 1 | -0/+13 |
* | MIPS: Fix detection of unsupported highmem with cache aliases | Paul Burton | 2016-09-29 | 1 | -1/+1 |
* | MIPS: Fix memory regions reaching top of physical | James Hogan | 2016-09-13 | 1 | -0/+7 |
* | MIPS: store the appended dtb address in a variable | Jonas Gorski | 2016-08-02 | 1 | -0/+4 |
* | MIPS: Octeon: detect and fix byte swapped initramfs | Aurelien Jarno | 2016-05-13 | 1 | -0/+32 |
* | MIPS: Add support for extending builtin cmdline | Rabin Vincent | 2016-05-13 | 1 | -0/+8 |
* | MIPS: Don't add leading spacing to command lines | Rabin Vincent | 2016-05-13 | 1 | -2/+4 |
* | MIPS: make PCI_DMA_BUS_IS_PHYS=1 constant | Sergey Ryazanov | 2016-05-13 | 1 | -7/+0 |
* | MIPS: KASLR: Print relocation Information on boot | Matt Redfearn | 2016-05-13 | 1 | -0/+9 |