| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sh: export get_cpu_subtype | Adrian Bunk | 2008-07-28 | 1 | -0/+1 |
* | sh: display boot params by default on entry. | Paul Mundt | 2008-05-16 | 1 | -0/+11 |
* | sh: add memory resources to /proc/iomem | Magnus Damm | 2008-05-08 | 1 | -1/+37 |
* | sh: add kernel bss resource | Magnus Damm | 2008-05-08 | 1 | -0/+7 |
* | sh64: Some symbol exports to make the allmodconfig happier. | Paul Mundt | 2008-05-08 | 1 | -0/+1 |
* | sh: Add support for SH7723 CPU subtype. | Paul Mundt | 2008-04-18 | 1 | -1/+1 |
* | sh: Initial support for the MX-G CPU. | Paul Mundt | 2008-04-18 | 1 | -0/+1 |
* | sh: Create an sh debugfs root. | Paul Mundt | 2008-04-18 | 1 | -0/+14 |
* | sh: add support for sh7366 processor | Magnus Damm | 2008-02-14 | 1 | -1/+1 |
* | Use BOOTMEM_EXCLUSIVE for kdump | Bernhard Walle | 2008-02-07 | 1 | -11/+18 |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 1 | -4/+6 |
* | sh: constify function pointer tables | Jan Engelhardt | 2008-01-28 | 1 | -1/+1 |
* | sh: Add support for SH7763 CPU subtype. | Yoshihiro Shimoda | 2008-01-28 | 1 | -4/+4 |
* | sh: Add support for SH7721 CPU subtype. | Yoshihiro Shimoda | 2008-01-28 | 1 | -4/+4 |
* | sh: Encode L1/L2 cache shape in auxvt. | Paul Mundt | 2008-01-28 | 1 | -0/+3 |
* | sh: Clean up places that make 29-bit physical assumptions. | Stuart Menefy | 2008-01-28 | 1 | -2/+2 |
* | sh: Add a printk() to warn legacy mem= growers. | Stuart Menefy | 2008-01-28 | 1 | -0/+11 |
* | sh: Add SH7263 CPU support. | Paul Mundt | 2008-01-28 | 1 | -1/+1 |
* | sh: Add SH7203 CPU support. | Paul Mundt | 2008-01-28 | 1 | -0/+1 |
* | sh: Add the SH-5 cpu type symbolic names. | Paul Mundt | 2008-01-28 | 1 | -1/+3 |
* | sh: Kill off the remaining ST40 cruft. | Paul Mundt | 2007-11-07 | 1 | -1/+0 |
* | sh: Move zero page param defs somewhere sensible. | Paul Mundt | 2007-10-30 | 1 | -16/+9 |
* | sh: Kill off legacy embedded ramdisk section. | Paul Mundt | 2007-10-30 | 1 | -14/+1 |
* | sh: Fix up early mem cmdline parsing. | Paul Mundt | 2007-10-30 | 1 | -3/+3 |
* | Use extended crashkernel command line on sh | Bernhard Walle | 2007-10-19 | 1 | -5/+33 |
* | sh: Plug plat_smp_setup() in to generic setup path. | Paul Mundt | 2007-09-21 | 1 | -0/+5 |
* | sh: Kill off special boot_cpu_data. | Paul Mundt | 2007-09-21 | 1 | -1/+7 |
* | sh: Add SH7720 CPU support. | Markus Brunner | 2007-09-21 | 1 | -1/+1 |
* | sh: remove support for sh7300 and solution engine 7300 | Magnus Damm | 2007-07-26 | 1 | -1/+0 |
* | sh: remove support for sh73180 and solution engine 73180 | Magnus Damm | 2007-07-25 | 1 | -1/+1 |
* | sh: Many symbol exports for nommu allmodconfig. | Paul Mundt | 2007-07-20 | 1 | -1/+6 |
* | sh: Preliminary support for the SH-X3 CPU. | Paul Mundt | 2007-06-20 | 1 | -1/+1 |
* | sh: Kill off dead SH7604 support. | Paul Mundt | 2007-06-08 | 1 | -1/+1 |
* | sh: Mark sparsemem regions present earlier. | Paul Mundt | 2007-06-08 | 1 | -4/+5 |
* | sh: sparsemem support. | Paul Mundt | 2007-06-08 | 1 | -2/+6 |
* | sh: Rip out special unknown machvec. | Paul Mundt | 2007-06-08 | 1 | -1/+1 |
* | sh: Kill off machvec aliases. | Paul Mundt | 2007-06-08 | 1 | -0/+7 |
* | sh: Fixup cmdline handling from machvec changes. | Paul Mundt | 2007-06-08 | 1 | -6/+7 |
* | sh: Fixup machvec support. | Paul Mundt | 2007-06-08 | 1 | -148/+14 |
* | sh: Split out CPU topology initialization. | Paul Mundt | 2007-06-08 | 1 | -14/+1 |
* | sh: Add 32-bit opcode feature CPU flag. | Paul Mundt | 2007-05-09 | 1 | -1/+1 |
* | sh: kdump support. | Paul Mundt | 2007-05-07 | 1 | -0/+6 |
* | sh: Move clock reporting to its own proc entry. | Paul Mundt | 2007-05-07 | 1 | -1/+1 |
* | sh: bootmem tidying for discontig/sparsemem preparation. | Paul Mundt | 2007-05-07 | 1 | -69/+95 |
* | sh: MS7712SE01 board support. | Nobuhiro Iwamatsu | 2007-05-07 | 1 | -0/+1 |
* | sh: Bring kgdb back from the dead. | Paul Mundt | 2007-05-07 | 1 | -93/+1 |
* | sh: Fixup cpu_data references for the non-boot CPUs. | Paul Mundt | 2007-02-13 | 1 | -24/+25 |
* | [PATCH] Dynamic kernel command-line: sh | Alon Bar-Lev | 2007-02-12 | 1 | -3/+3 |
* | sh: Use early_param() for earlyprintk parsing. | Paul Mundt | 2006-12-12 | 1 | -22/+5 |
* | sh: SH-MobileR SH7722 CPU support. | Paul Mundt | 2006-12-12 | 1 | -5/+9 |