Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
69a4d0baeeb14b6a3c47570a0ac2e0fc4474f0e0
/
arch
/
mips
/
kernel
/
setup.c
8e029eb
MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling
by Paul Cercueil
· 4 years, 10 months ago
c5951e7
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
3229af4
arch/mips/setup: Drop dummy_con initialization
by Arvind Sankar
· 5 years ago
ecb9837
MIPS: use resource_size
by Julia Lawall
· 5 years ago
268a2d6
MIPS: Loongson64: Rename CPU TYPES
by Jiaxun Yang
· 5 years ago
9dd422f
MIPS: Make builtin_cmdline const & variable length
by Paul Burton
· 5 years ago
9727277
MIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds
by Paul Burton
· 5 years ago
b734042
MIPS: Always define builtin_cmdline
by Paul Burton
· 5 years ago
7784cac
MIPS: cmdline: Clean up boot_command_line initialization
by Paul Burton
· 5 years ago
bd848d1
MIPS: init: Prevent adding memory before PHYS_OFFSET
by Thomas Bogendoerfer
· 5 years ago
66b416e
MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem start
by Thomas Bogendoerfer
· 5 years ago
12051b31
mips: avoid explicit UB in assignment of mips_io_port_base
by Nick Desaulniers
· 5 years ago
dbb9ced
MIPS: Fix build with CONFIG_PROC_VMCORE=y
by Paul Burton
· 5 years ago
a94e4f2
MIPS: init: Drop boot_mem_map
by Jiaxun Yang
· 5 years ago
3751cbd
mips: Manually call fdt_init_reserved_mem() method
by Serge Semin
· 6 years ago
2f5bd03
mips: Perform early low memory test
by Serge Semin
· 6 years ago
30c8f4e
mips: Dump memblock regions for debugging
by Serge Semin
· 6 years ago
9b9a59d
mips: Add reserve-nomap memory type support
by Serge Semin
· 6 years ago
4e50a35
mips: Use memblock to reserve the __nosave memory range
by Serge Semin
· 6 years ago
eadb692
mips: Discard post-CMA-init foreach loop
by Serge Semin
· 6 years ago
b93ddc4
mips: Reserve memory for the kernel image resources
by Serge Semin
· 6 years ago
cf0c487
mips: Combine memblock init and memory reservation loops
by Serge Semin
· 6 years ago
6ea3ba6
mips: Discard rudiments from bootmem_init
by Serge Semin
· 6 years ago
a703db3
mips: Make sure kernel .bss exists in boot mem pool
by Serge Semin
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
d9862cf
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
e0bf304
MIPS: fix memory setup for platforms with PHYS_OFFSET != 0
by Thomas Bogendoerfer
· 6 years ago
d814042
mips: kernel: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
25517ed
MIPS: Let early memblock_alloc*() allocate memories bottom-up
by Huacai Chen
· 6 years ago
7e1c4e2
memblock: stop using implicit alignment to SMP_CACHE_BYTES
by Mike Rapoport
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
2013288
memblock: replace free_bootmem{_node} with memblock_free
by Mike Rapoport
· 6 years ago
2a5bda5
memblock: replace alloc_bootmem with memblock_alloc
by Mike Rapoport
· 6 years ago
eb31d55
memblock: remove _virt from APIs returning virtual address
by Mike Rapoport
· 6 years ago
cc10ad2
Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 6 years ago
cff2294
Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
951d223
MIPS: Fix CONFIG_CMDLINE handling
by Paul Burton
· 6 years ago
5748e1b
MIPS: don't select DMA_MAYBE_COHERENT from DMA_PERDEV_COHERENT
by Christoph Hellwig
· 6 years ago
bcec54b
mips: switch to NO_BOOTMEM
by Mike Rapoport
· 6 years ago
52c985a
MIPS: Move arch_mem_init() comment near definition
by Paul Burton
· 6 years ago
6c359eb
MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSET
by Paul Burton
· 6 years ago
aa4db77
MIPS: move coherentio setup to setup.c
by Christoph Hellwig
· 7 years ago
d7dc899
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
by Stefan Agner
· 7 years ago
ab3d844
MIPS: Remove a warning when PHYS_OFFSET is 0x0
by Mathieu Malaterre
· 7 years ago
427aeea
MIPS: Make declaration for function `memory_region_available` static
by Mathieu Malaterre
· 7 years ago
67a3ba2
MIPS: Fix incorrect mem=X@Y handling
by Marcin Nowakowski
· 7 years ago
8ce355c
MIPS: Setup boot_command_line before plat_mem_setup
by Paul Burton
· 7 years ago
e0c5f36
MIPS: Add iomem resource for kernel bss section.
by David Daney
· 7 years ago
296a762
MIPS: cmdline: Add support for 'memmap' parameter
by Miodrag Dinic
· 8 years ago
a8f108d
MIPS: kexec: Do not reserve invalid crashkernel memory on boot
by Marcin Nowakowski
· 8 years ago
73fbc1e
MIPS: fix mem=X@Y commandline processing
by Marcin Nowakowski
· 8 years ago
7334608
MIPS: Use early_init_fdt_reserve_self to protect DTB location
by Marcin Nowakowski
· 8 years ago
d9b5b65
MIPS: init: Ensure bootmem does not corrupt reserved memory
by Marcin Nowakowski
· 8 years ago
e89ef66
MIPS: init: Ensure reserved memory regions are not added to bootmem
by Marcin Nowakowski
· 8 years ago
269aa43
MIPS: Do not request resources for crashkernel if one isn't defined
by Marcin Nowakowski
· 8 years ago
16a767e
MIPS: Fix max_low_pfn with disabled highmem
by James Hogan
· 8 years ago
058effe
MIPS: Fix detection of unsupported highmem with cache aliases
by Paul Burton
· 8 years ago
58cae9b
MIPS: Fix memory regions reaching top of physical
by James Hogan
· 8 years ago
15f37e1
MIPS: store the appended dtb address in a variable
by Jonas Gorski
· 9 years ago
8f4703a
MIPS: Octeon: detect and fix byte swapped initramfs
by Aurelien Jarno
· 9 years ago
ed47e15
MIPS: Add support for extending builtin cmdline
by Rabin Vincent
· 9 years ago
e54ad8c
MIPS: Don't add leading spacing to command lines
by Rabin Vincent
· 9 years ago
e8b5325
MIPS: make PCI_DMA_BUS_IS_PHYS=1 constant
by Sergey Ryazanov
· 10 years ago
919beb4
MIPS: KASLR: Print relocation Information on boot
by Matt Redfearn
· 9 years ago
61cd52d
MIPS: bootmem: When relocatable, free memory below kernel
by Matt Redfearn
· 9 years ago
a95d06920
MIPS: Reserve nosave data for hibernation
by Huacai Chen
· 9 years ago
bc94b99
Merge tag 'v4.5-rc6' into core/resources, to resolve conflict
by Ingo Molnar
· 9 years ago
3af5a67
MIPS: Fix early CM probing
by Paul Burton
· 9 years ago
35d98e9
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
by Toshi Kani
· 9 years ago
2549cc9
MIPS: Fix macro typo
by Jaedon Shin
· 9 years ago
87db537
MIPS: vmlinux: create a section for appended DTB
by Aaro Koskinen
· 9 years ago
2024972
MIPS: Make the kernel arguments from dtb available
by Jonas Gorski
· 9 years ago
75dcfc1
MIPS: Declare mips_debugfs_dir in a header
by Paul Burton
· 9 years ago
88d3426
MIPS: bootmem: Fix mapstart calculation for contiguous maps
by Alexander Sverdlin
· 9 years ago
e1c0506
treewide: fix typos in comment blocks
by Masahiro Yamada
· 10 years ago
a6335fa
MIPS: bootmem: Don't use memory holes for page bitmap
by Alexander Sverdlin
· 10 years ago
e934945
MIPS, ttyFDC: Add early FDC console support
by James Hogan
· 10 years ago
ad8f723
MIPS: Use phys_addr_t instead of phys_t
by Jaedon Shin
· 10 years ago
c0222ac0
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 10 years ago
15d45cc
MIPS: Replace use of phys_t with phys_addr_t.
by Ralf Baechle
· 10 years ago
7178d2c
mips: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
b4da18b
MIPS: Fix address type used for early memory detection.
by Steven J. Hill
· 10 years ago
7f0dd76
MIPS: Fix info about plat_setup in arch_mem_init comment
by Rafał Miłecki
· 10 years ago
30fa053
MIPS: CMA: Do not reserve memory if not required
by Zubair Lutfullah Kakakhel
· 10 years ago
f464938
MIPS: DMA: Add cma support
by Zubair Lutfullah Kakakhel
· 10 years ago
c461731
MIPS: Add NUMA support for Loongson-3
by Huacai Chen
· 11 years ago
0f3f506
MIPS: Support hard limit of cpu count (nr_cpu_ids)
by Huacai Chen
· 11 years ago
f9a7feb
MIPS: Fix start of free memory when using initrd
by Greg Ungerer
· 14 years ago
c2882b7
MIPS: kexec: Fix random crashes while loading crashkernel
by Prem Mallappa
· 11 years ago
4d9f77d
MIPS: add detect_memory_region()
by John Crispin
· 12 years ago
8bfc245
Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-next
by Ralf Baechle
· 12 years ago
4893fc8
mips: reserve elfcorehdr
by Corey Minyard
· 12 years ago
d3ff933
mips: Make sure kernel memory is in iomem
by Corey Minyard
· 12 years ago
7034228
MIPS: Whitespace cleanup.
by Ralf Baechle
· 12 years ago
7aa1c8f
MIPS: kdump: Add support
by Ralf Baechle
· 12 years ago
0ec7ec7
MIPS: Merge overlapping bootmem ranges
by Ralf Baechle
· 12 years ago
6650df3
MIPS: Move cache setup to setup_arch().
by David Daney
· 13 years ago
b81947c
Disintegrate asm/system.h for MIPS
by David Howells
· 13 years ago
4964e06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 13 years ago
9d15ffc
mips: Use HAVE_MEMBLOCK_NODE_MAP
by Tejun Heo
· 13 years ago
Next »