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
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-8
/
+6
2021-03-30
MIPS: kernel: setup.c: fix compilation error
Mauri Sandberg
1
-1
/
+1
2021-02-13
MIPS: Use common way to parse elfcorehdr
Jinyang He
1
-28
/
+21
2021-02-13
MIPS: remove CONFIG_DMA_MAYBE_COHERENT
Christoph Hellwig
1
-1
/
+1
2021-02-13
driver core: lift dma_default_coherent into common code
Christoph Hellwig
1
-4
/
+0
2021-02-13
MIPS: refactor the runtime coherent vs noncoherent DMA indicators
Christoph Hellwig
1
-6
/
+4
2021-02-09
Revert "mips: Manually call fdt_init_reserved_mem() method"
Serge Semin
1
-3
/
+0
2021-02-09
MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
Jinyang He
1
-0
/
+3
2021-02-04
MIPS: of: Introduce helper function to get DTB
Thomas Bogendoerfer
1
-4
/
+0
2020-12-04
MIPS: Move memblock_dump_all() to the end of setup_arch()
Tiezhu Yang
1
-2
/
+2
2020-12-04
MIPS: Don't round up kernel sections size for memblock_add()
Alexander Sverdlin
1
-2
/
+2
2020-11-17
MIPS: kernel: Fix for_each_memblock conversion
Thomas Bogendoerfer
1
-3
/
+3
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-10-16
Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-48
/
+28
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-16
/
+15
2020-10-12
MIPS: replace add_memory_region with memblock
Thomas Bogendoerfer
1
-44
/
+6
2020-10-06
dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+1
2020-09-21
MIPS: kexec: Add crashkernel=YM handling
Youling Tang
1
-3
/
+21
2020-09-21
MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static
Jason Yan
1
-1
/
+1
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-8
/
+0
2020-07-26
MIPS: Fix unable to reserve memory for Crash kernel
Jinyang He
1
-1
/
+1
2020-05-19
MIPS: Remove useless parameter of bootcmdline_init()
Zhi Li
1
-2
/
+2
2020-04-21
MIPS: Make sparse_init() using top-down allocation
Tiezhu Yang
1
-0
/
+10
2020-04-21
MIPS: Cleanup code about plat_mem_setup()
Tiezhu Yang
1
-2
/
+0
2020-04-21
MIPS: Do not initialise globals to 0
Tiezhu Yang
1
-1
/
+1
2020-03-23
MIPS: Add support for Desktop Management Interface (DMI)
Tiezhu Yang
1
-0
/
+2
2020-02-27
MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling
Paul Cercueil
1
-1
/
+2
2020-01-31
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-4
/
+2
2020-01-14
arch/mips/setup: Drop dummy_con initialization
Arvind Sankar
1
-2
/
+0
2020-01-10
MIPS: use resource_size
Julia Lawall
1
-4
/
+2
2019-10-31
MIPS: Loongson64: Rename CPU TYPES
Jiaxun Yang
1
-1
/
+1
2019-10-12
MIPS: Make builtin_cmdline const & variable length
Paul Burton
1
-1
/
+1
2019-10-12
MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds
Paul Burton
1
-0
/
+6
2019-10-12
MIPS: Always define builtin_cmdline
Paul Burton
1
-0
/
+2
2019-10-10
MIPS: cmdline: Clean up boot_command_line initialization
Paul Burton
1
-42
/
+83
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
[next]