index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-02
MIPS: init: Prevent adding memory before PHYS_OFFSET
Thomas Bogendoerfer
1
-0
/
+3
2019-10-02
MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start
Thomas Bogendoerfer
1
-1
/
+1
2019-08-24
mips: avoid explicit UB in assignment of mips_io_port_base
Nick Desaulniers
1
-1
/
+1
2019-08-23
MIPS: Fix build with CONFIG_PROC_VMCORE=y
Paul Burton
1
-1
/
+1
2019-08-23
MIPS: init: Drop boot_mem_map
Jiaxun Yang
1
-270
/
+85
2019-05-05
mips: Manually call fdt_init_reserved_mem() method
Serge Semin
1
-0
/
+3
2019-05-03
mips: Perform early low memory test
Serge Semin
1
-0
/
+2
2019-05-03
mips: Dump memblock regions for debugging
Serge Semin
1
-0
/
+2
2019-05-02
mips: Add reserve-nomap memory type support
Serge Semin
1
-0
/
+8
2019-05-02
mips: Use memblock to reserve the __nosave memory range
Serge Semin
1
-2
/
+3
2019-05-02
mips: Discard post-CMA-init foreach loop
Serge Semin
1
-5
/
+0
2019-05-02
mips: Reserve memory for the kernel image resources
Serge Semin
1
-27
/
+3
2019-04-24
mips: Combine memblock init and memory reservation loops
Serge Semin
1
-41
/
+7
2019-04-24
mips: Discard rudiments from bootmem_init
Serge Semin
1
-20
/
+5
2019-04-24
mips: Make sure kernel .bss exists in boot mem pool
Serge Semin
1
-0
/
+3
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-05
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-6
/
+1
2019-02-27
MIPS: fix memory setup for platforms with PHYS_OFFSET != 0
Thomas Bogendoerfer
1
-1
/
+2
2019-01-22
mips: kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+1
2018-11-12
MIPS: Let early memblock_alloc*() allocate memories bottom-up
Huacai Chen
1
-0
/
+1
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-26
Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-99
/
+45
2018-10-22
Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-09-28
MIPS: Fix CONFIG_CMDLINE handling
Paul Burton
1
-20
/
+28
2018-09-20
MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT
Christoph Hellwig
1
-1
/
+1
2018-09-14
mips: switch to NO_BOOTMEM
Mike Rapoport
1
-76
/
+23
2018-08-31
MIPS: Move arch_mem_init() comment near definition
Paul Burton
1
-23
/
+22
2018-07-30
MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSET
Paul Burton
1
-2
/
+12
2018-06-24
MIPS: move coherentio setup to setup.c
Christoph Hellwig
1
-0
/
+24
2018-06-15
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
Stefan Agner
1
-2
/
+2
2018-02-19
MIPS: Remove a warning when PHYS_OFFSET is 0x0
Mathieu Malaterre
1
-1
/
+1
2018-02-19
MIPS: Make declaration for function `memory_region_available` static
Mathieu Malaterre
1
-1
/
+2
2018-02-13
MIPS: Fix incorrect mem=X@Y handling
Marcin Nowakowski
1
-4
/
+12
2018-01-18
MIPS: Setup boot_command_line before plat_mem_setup
Paul Burton
1
-19
/
+20
2017-11-13
MIPS: Add iomem resource for kernel bss section.
David Daney
1
-0
/
+4
2017-06-29
MIPS: cmdline: Add support for 'memmap' parameter
Miodrag Dinic
1
-0
/
+40
2017-01-03
MIPS: kexec: Do not reserve invalid crashkernel memory on boot
Marcin Nowakowski
1
-0
/
+5
2017-01-03
MIPS: fix mem=X@Y commandline processing
Marcin Nowakowski
1
-0
/
+4
2017-01-03
MIPS: Use early_init_fdt_reserve_self to protect DTB location
Marcin Nowakowski
1
-0
/
+4
2017-01-03
MIPS: init: Ensure bootmem does not corrupt reserved memory
Marcin Nowakowski
1
-3
/
+71
2017-01-03
MIPS: init: Ensure reserved memory regions are not added to bootmem
Marcin Nowakowski
1
-0
/
+4
2017-01-03
MIPS: Do not request resources for crashkernel if one isn't defined
Marcin Nowakowski
1
-0
/
+3
2016-11-04
MIPS: Fix max_low_pfn with disabled highmem
James Hogan
1
-0
/
+13
2016-09-29
MIPS: Fix detection of unsupported highmem with cache aliases
Paul Burton
1
-1
/
+1
2016-09-13
MIPS: Fix memory regions reaching top of physical
James Hogan
1
-0
/
+7
2016-08-02
MIPS: store the appended dtb address in a variable
Jonas Gorski
1
-0
/
+4
[next]