| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 1 | -2/+2 |
* | sh: declared coherent memory support V2 | Magnus Damm | 2008-01-28 | 1 | -46/+128 |
* | sh: Correct pte size mismatch for X2 TLB. | Paul Mundt | 2008-01-28 | 1 | -1/+1 |
* | sh: Provide a stubbed __set_fixmap() for nommu. | Paul Mundt | 2008-01-28 | 1 | -0/+4 |
* | sh: Stub in page_table_range_init() on nommu. | Paul Mundt | 2008-01-28 | 1 | -0/+6 |
* | sh: Populate swapper_pg_dir with fixmap range. | Stuart Menefy | 2008-01-28 | 1 | -0/+36 |
* | sh: Preparation for uncached jumps through PMB. | Stuart Menefy | 2008-01-28 | 6 | -30/+46 |
* | sh: Fix compile error of arch/sh/mm/pmb.c | Nobuhiro Iwamatsu | 2008-01-28 | 1 | -1/+1 |
* | sh: comment tidying for sh64->sh migration. | Paul Mundt | 2008-01-28 | 3 | -25/+22 |
* | sh: Invalidate the TLB after applying PMB mappings. | Stuart Menefy | 2008-01-28 | 1 | -0/+6 |
* | sh: clear/copy_page renames in lib and lib64. | Paul Mundt | 2008-01-28 | 3 | -542/+1 |
* | sh: Rename the _32 and _64 TLB flush variants. | Paul Mundt | 2008-01-28 | 4 | -2/+2 |
* | sh: Copy over special CFLAGS for SH-5 TLB miss. | Paul Mundt | 2008-01-28 | 1 | -0/+25 |
* | sh: Move over SH-5 TLB and cache support code. | Paul Mundt | 2008-01-28 | 3 | -2/+1203 |
* | sh: Kill off a stray proc tlb reference in fault_64. | Paul Mundt | 2008-01-28 | 1 | -4/+0 |
* | sh: Bump the MEMORY_SIZE default to something reasonable. | Paul Mundt | 2008-01-28 | 1 | -2/+2 |
* | sh: Switch SH-5 to use CONFIG_PAGE_OFFSET. | Paul Mundt | 2008-01-28 | 1 | -1/+2 |
* | sh: Move in the SH-5 TLB miss. | Paul Mundt | 2008-01-28 | 4 | -2/+281 |
* | sh: Tidy up various clear_page()/copy_page() definitions. | Paul Mundt | 2008-01-28 | 3 | -20/+5 |
* | sh: ioremap_64 needs after_bootmem. | Paul Mundt | 2008-01-28 | 1 | -0/+3 |
* | sh: Split out tlb-flush in to _32 and _64 variants. | Paul Mundt | 2008-01-28 | 4 | -2/+477 |
* | sh: Split out pgtable.h in to _32 and _64 variants. | Paul Mundt | 2008-01-28 | 1 | -12/+28 |
* | sh: ioremap_64 needs proc_fs.h. | Paul Mundt | 2008-01-28 | 1 | -0/+1 |
* | sh: Split out ioremap in to _32 and _64 variants. | Paul Mundt | 2008-01-28 | 4 | -1/+393 |
* | sh: Fix up 64kB page size selection on SH-5. | Paul Mundt | 2008-01-28 | 1 | -2/+2 |
* | sh: Split out extable.c _32 and _64 variants. | Paul Mundt | 2008-01-28 | 5 | -36/+132 |
* | sh: Add SH-5 support to the consistent DMA impl. | Paul Mundt | 2008-01-28 | 1 | -18/+28 |
* | sh: Split out 29-bit and 32-bit physical mode definitions. | Paul Mundt | 2008-01-28 | 2 | -1/+12 |
* | sh: Switch Kconfig.sh64 to use arch/sh/mm/Kconfig. | Paul Mundt | 2008-01-28 | 1 | -3/+7 |
* | sh: Move CPU subtypes to Kconfig.sh. | Paul Mundt | 2008-01-28 | 1 | -190/+0 |
* | sh: lockless UTLB miss fast-path. | Paul Mundt | 2007-11-19 | 1 | -18/+7 |
* | sh: Kill off UTLB flush in fast-path. | Paul Mundt | 2007-11-19 | 1 | -8/+0 |
* | sh: Kill off __{copy,clear}_user_page(). | Paul Mundt | 2007-11-07 | 2 | -106/+0 |
* | sh: Optimized copy_{to,from}_user_page() for SH-4. | Paul Mundt | 2007-11-07 | 1 | -23/+29 |
* | sh: Wire up clear_user_highpage(). | Paul Mundt | 2007-11-07 | 1 | -0/+23 |
* | sh: Kill off the remaining ST40 cruft. | Paul Mundt | 2007-11-07 | 1 | -20/+1 |
* | sh: Add -Werror for clean directories. | Paul Mundt | 2007-11-07 | 1 | -0/+2 |
* | sh: Fix optimized __copy_user() movca.l usage. | Stuart Menefy | 2007-11-02 | 1 | -0/+4 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | Remove dma_cache_(wback|inv|wback_inv) functions | Ralf Baechle | 2007-10-17 | 1 | -4/+4 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -2/+1 |
* | fix memory hot remove not configured case. | KAMEZAWA Hiroyuki | 2007-10-16 | 1 | -6/+0 |
* | During VM oom condition, kill all threads in process group | Will Schmidt | 2007-10-16 | 1 | -1/+1 |
* | sh: __copy_user() optimizations for small copies. | Stuart Menefy | 2007-09-28 | 1 | -61/+108 |
* | sh: Support extended mode TLB on SH-X3. | Paul Mundt | 2007-09-27 | 1 | -1/+1 |
* | sh: Bump MAX_ACTIVE_REGIONS for SH7785. | Paul Mundt | 2007-09-27 | 1 | -1/+2 |
* | sh: Disable 4kB pages on extended mode TLB. | Paul Mundt | 2007-09-27 | 1 | -3/+5 |
* | sh: Revert incorrect license string changes. | Paul Mundt | 2007-09-24 | 1 | -1/+1 |
* | sh: Calculate cache aliases on L2 caches. | Paul Mundt | 2007-09-24 | 1 | -0/+15 |
* | sh: nommu: Kill off dummy page fault ops for SH-3/4. | Paul Mundt | 2007-09-24 | 2 | -67/+0 |