Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
61009f82a93f7c0b33cd9b3b263a6ab48f8b49d4
/
arch
/
sh
/
kernel
/
setup.c
e262e32d
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
by David Howells
· 6 years ago
ac21fc2
sh: switch to NO_BOOTMEM
by Rob Herring
· 7 years ago
eb6b693
sh: fix memory corruption of unflattened device tree
by Rich Felker
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
03767da
sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREE
by Rich Felker
· 9 years ago
190fe19
sh: add support for linking a builtin device tree blob in the kernel
by Rich Felker
· 9 years ago
b31a3bc
Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh
by Linus Torvalds
· 9 years ago
7480e0a
sh: add device tree support and generic board using device tree
by Rich Felker
· 9 years ago
35d98e9
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
by Toshi Kani
· 9 years ago
e7e8de5
memblock: make memblock_set_node() support different memblock_type
by Tang Chen
· 11 years ago
4603f53
sh: delete __cpuinit usage from all sh files
by Paul Gortmaker
· 12 years ago
363737d
mtd/uclinux: Use generic __bss_stop instead of _ebss
by Geert Uytterhoeven
· 13 years ago
534cfbe
SuperH: Use HAVE_MEMBLOCK_NODE_MAP
by Tejun Heo
· 13 years ago
41309b7
sh: kexec: Register crashk_res
by Simon Horman
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a9b27bc
sh: Break out cpuinfo_op procfs bits.
by Paul Mundt
· 14 years ago
9cc1cf3
sh: Fix the sparsemem disabled build.
by Paul Mundt
· 14 years ago
2f98492
sh: Expose physical addressing mode through cpuinfo.
by Paul Mundt
· 14 years ago
901c28c
sh: Fix address calculation of Initrd
by Nobuhiro Iwamatsu
· 14 years ago
3f224f4
sh: provide generic arch_debugfs_dir.
by Paul Mundt
· 14 years ago
95f72d1
lmb: rename to memblock
by Yinghai Lu
· 14 years ago
ef4ed97
Merge branch 'sh/lmb'
by Paul Mundt
· 15 years ago
2182325
sh: Ensure active regions have a backing PMB entry.
by Paul Mundt
· 15 years ago
4bc277a
sh: bootmem refactoring.
by Paul Mundt
· 15 years ago
5e2ff32
sh: rework memory limits to work with LMB.
by Paul Mundt
· 15 years ago
19d8f84
sh: enable LMB region setup via machvec.
by Paul Mundt
· 15 years ago
7aed3b3
sh: shuffle the elfcorehdr handling over to the crash dump code.
by Paul Mundt
· 15 years ago
080e71e
sh: bump up extra LMB reservations in bootmem init.
by Paul Mundt
· 15 years ago
36fa06d
sh: convert initrd reservation to LMB.
by Paul Mundt
· 15 years ago
a5ec395
sh: convert kexec crash kernel management to LMB.
by Paul Mundt
· 15 years ago
9b7a378
sh: Make initrd detection more robust.
by Paul Mundt
· 15 years ago
c9f4a3f
sh: arch/sh/kernel/setup.c needs asm/smp.h.
by Paul Mundt
· 15 years ago
3366e35
sh: Move platform smp ops in to their own structure.
by Paul Mundt
· 15 years ago
09e1172
sh: establish PMB mappings for NUMA nodes.
by Paul Mundt
· 15 years ago
d01447b
sh: Merge legacy and dynamic PMB modes.
by Paul Mundt
· 15 years ago
4d35b93
sh: Add fixed ioremap support
by Matt Fleming
· 15 years ago
a0ab366
sh: fixed PMB mode refactoring.
by Paul Mundt
· 15 years ago
7b6fd3b
sh-sci: Extend sh-sci driver with early console V2
by Magnus Damm
· 15 years ago
b195e46
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
2908df9
sh: Tidy up SMP cpuinfo.
by Paul Mundt
· 15 years ago
20b5014
sh: Fold fixed-PMB support into dynamic PMB support
by Matt Fleming
· 15 years ago
8386aeb
sh: Make most PMB functions static
by Matt Fleming
· 15 years ago
ac6a0cf
Merge branch 'master' into sh/smp
by Paul Mundt
· 15 years ago
d724a9c
sh: Allow for kernel command line concatenation.
by Pawel Moll
· 15 years ago
c01f0f1
sh: Add initial support for SH7757 CPU subtype
by Yoshihiro Shimoda
· 15 years ago
e82da21
sh: Track the CPU family in sh_cpuinfo.
by Paul Mundt
· 15 years ago
c601a51
sh: Use bootmem ontop of lmb
by Matt Fleming
· 16 years ago
0d4fdbb
sh: rework mode pin code
by Magnus Damm
· 16 years ago
eb9b9b5
sh: boot word / mode pin support V2
by Magnus Damm
· 16 years ago
7b551f9
sh: Kill off the GENERIC_CALIBRATE_DELAY ifndef.
by Paul Mundt
· 16 years ago
22fd67c
Merge branches 'sh/earlytimer' and 'sh/shmobile-r2r-staging'
by Paul Mundt
· 16 years ago
87a00dc0
sh: Add plat_early_device_setup()
by Magnus Damm
· 16 years ago
0207a2e
sh: Add support for SH7724 (SH-Mobile R2R) CPU subtype.
by Kuninori Morimoto
· 16 years ago
0bd4781
sh: Fix up -Wformat-security whining.
by Paul Mundt
· 16 years ago
8263a67
sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores.
by Paul Mundt
· 16 years ago
55ba99e
sh: Add support for SH7786 CPU subtype.
by Kuninori Morimoto
· 16 years ago
4886516
sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0.
by Christopher SMITH
· 16 years ago
2825999
sh: Add support for SH7201 CPU subtype.
by Peter Griffin
· 16 years ago
4aeaa22
sh: add dynamic crash base address support
by Magnus Damm
· 16 years ago
9a19eb2a
sh: Fix up some merge damage.
by Paul Mundt
· 16 years ago
9986b31
Fix debugfs_create_dir's error checking method for arch/sh/kernel/
by Zhaolei
· 16 years ago
cf204fa
sh: Derive calibrate_delay lpj from clk fwk.
by Paul Mundt
· 16 years ago
f040dda
sh: Fix an unusual memory initialisation error.
by Stuart Menefy
· 16 years ago
28d6e52
sh: Fix up broken 32-bit initrd support.
by Stuart Menefy
· 16 years ago
fa43972
sh: fixup many sparse errors.
by Paul Mundt
· 16 years ago
34894c7
sh: crash kernel resource fix
by Magnus Damm
· 16 years ago
daf423d
kdump: sh: parse elfcorehdr command line argument
by Simon Horman
· 16 years ago
3611ee7
sh: Stub in silicon cut in CPU info.
by Stuart Menefy
· 17 years ago
b19a33c
sh: export get_cpu_subtype
by Adrian Bunk
· 17 years ago
0105346
sh: display boot params by default on entry.
by Paul Mundt
· 17 years ago
0146ba7
sh: add memory resources to /proc/iomem
by Magnus Damm
· 17 years ago
3d83984
sh: add kernel bss resource
by Magnus Damm
· 17 years ago
971ac16
sh64: Some symbol exports to make the allmodconfig happier.
by Paul Mundt
· 17 years ago
178dd0c
sh: Add support for SH7723 CPU subtype.
by Paul Mundt
· 17 years ago
2ad6990
sh: Initial support for the MX-G CPU.
by Paul Mundt
· 17 years ago
b9e393c
sh: Create an sh debugfs root.
by Paul Mundt
· 17 years ago
9109a30
sh: add support for sh7366 processor
by Magnus Damm
· 17 years ago
18a01a3b
Use BOOTMEM_EXCLUSIVE for kdump
by Bernhard Walle
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
773c7bd
sh: constify function pointer tables
by Jan Engelhardt
· 17 years ago
7d740a0
sh: Add support for SH7763 CPU subtype.
by Yoshihiro Shimoda
· 17 years ago
31a49c4
sh: Add support for SH7721 CPU subtype.
by Yoshihiro Shimoda
· 17 years ago
cd01204
sh: Encode L1/L2 cache shape in auxvt.
by Paul Mundt
· 17 years ago
d02b08f
sh: Clean up places that make 29-bit physical assumptions.
by Stuart Menefy
· 17 years ago
80a68a4
sh: Add a printk() to warn legacy mem= growers.
by Stuart Menefy
· 17 years ago
a8f67f4
sh: Add SH7263 CPU support.
by Paul Mundt
· 17 years ago
6d01f51
sh: Add SH7203 CPU support.
by Paul Mundt
· 17 years ago
c2672f6
sh: Add the SH-5 cpu type symbolic names.
by Paul Mundt
· 17 years ago
f966918
sh: Kill off the remaining ST40 cruft.
by Paul Mundt
· 17 years ago
69d1ef4
sh: Move zero page param defs somewhere sensible.
by Paul Mundt
· 17 years ago
3f9654f
sh: Kill off legacy embedded ramdisk section.
by Paul Mundt
· 17 years ago
7e5186e
sh: Fix up early mem cmdline parsing.
by Paul Mundt
· 17 years ago
7d7712a
Use extended crashkernel command line on sh
by Bernhard Walle
· 17 years ago
0016a12
sh: Plug plat_smp_setup() in to generic setup path.
by Paul Mundt
· 17 years ago
2d4a73d
sh: Kill off special boot_cpu_data.
by Paul Mundt
· 17 years ago
3ea6bc3
sh: Add SH7720 CPU support.
by Markus Brunner
· 17 years ago
d89ddd1
sh: remove support for sh7300 and solution engine 7300
by Magnus Damm
· 17 years ago
870e8a2
sh: remove support for sh73180 and solution engine 73180
by Magnus Damm
· 17 years ago
98d877c
sh: Many symbol exports for nommu allmodconfig.
by Paul Mundt
· 17 years ago
Next »