| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: fix platform_resource_setup_memory() section mismatch | Magnus Damm | 2008-08-28 | 1 | -3/+3 |
* | sh: select memchunk size using kernel cmdline | Magnus Damm | 2008-08-11 | 1 | -0/+27 |
* | sh: Disable 64kB hugetlbpage size when using 64kB PAGE_SIZE. | Paul Mundt | 2008-08-11 | 1 | -0/+2 |
* | SH2(A) cache update | Yoshinori Sato | 2008-08-04 | 4 | -14/+172 |
* | sh: Fix up broken kerneldoc comments. | Paul Mundt | 2008-08-04 | 1 | -14/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2008-08-01 | 1 | -1/+1 |
|\ |
|
| * | sh: migrate to arch/sh/include/ | Paul Mundt | 2008-07-29 | 1 | -1/+1 |
* | | Merge branch 'linus' into core/generic-dma-coherent | Ingo Molnar | 2008-07-29 | 11 | -89/+106 |
|\ \
| |/ |
|
| * | sh: fix uImage Entry Point | Yoshihiro Shimoda | 2008-07-28 | 1 | -0/+8 |
| * | fix sh ptep_get_and_clear breakage | Adrian Bunk | 2008-07-28 | 1 | -1/+1 |
| * | sh: Add memory chunks to SH-Mobile UIO devices | Magnus Damm | 2008-07-28 | 1 | -0/+30 |
| * | sh: fix pg-sh4.c build breakage in linux-next | Magnus Damm | 2008-07-28 | 1 | -1/+1 |
| * | sh: Conditionally re-enable IRQs in fault path. | Stuart Menefy | 2008-07-28 | 1 | -4/+8 |
| * | sh: Optimized flush_icache_range() implementation. | Chris Smith | 2008-07-28 | 1 | -31/+36 |
| * | sh: Add support for 16kB PAGE_SIZE. | Paul Mundt | 2008-07-28 | 1 | -0/+6 |
| * | sh: Support variable page sizes on nommu. | Paul Mundt | 2008-07-28 | 1 | -3/+3 |
| * | sh: fix seq_file memory leak | Li Zefan | 2008-07-28 | 2 | -2/+2 |
| * | sh: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -41/+0 |
| * | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
| * | bootmem: replace node_boot_start in struct bootmem_data | Johannes Weiner | 2008-07-24 | 1 | -1/+1 |
| * | hugetlb: introduce pud_huge | Andi Kleen | 2008-07-24 | 1 | -0/+5 |
| * | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 | 1 | -1/+2 |
| * | mm: move bootmem descriptors definition to a single place | Johannes Weiner | 2008-07-24 | 1 | -3/+2 |
* | | Sh: use generic per-device coherent dma allocator | Dmitry Baryshkov | 2008-07-18 | 1 | -95/+3 |
|/ |
|
* | sh: add memory resources to /proc/iomem | Magnus Damm | 2008-05-08 | 1 | -1/+1 |
* | sh64: export onchip_remap/unmap() too. | Paul Mundt | 2008-05-08 | 1 | -0/+2 |
* | sh64: Fixup the nommu build. | Paul Mundt | 2008-05-08 | 2 | -3/+6 |
* | hotplug-memory: make online_page() common | Jeremy Fitzhardinge | 2008-04-28 | 1 | -9/+0 |
* | sh: Create an sh debugfs root. | Paul Mundt | 2008-04-18 | 2 | -3/+3 |
* | sh: Flag PMB support as EXPERIMENTAL. | Paul Mundt | 2008-03-06 | 1 | -1/+1 |
* | sh: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-06 | 4 | -7/+7 |
* | sh/mm/pg-sh7705.c must #include <linux/fs.h> | Adrian Bunk | 2008-03-06 | 1 | -0/+1 |
* | sh: Fix multiple UTLB hit on UP SH-4. | Hideo Saito | 2008-02-14 | 1 | -0/+8 |
* | sh: __uncached_start only on sh32. | Paul Mundt | 2008-02-14 | 1 | -0/+2 |
* | sh: Get SH-5 caches working again post-unification. | Paul Mundt | 2008-02-14 | 1 | -610/+411 |
* | sh: Update SH-5 flush_cache_sigtramp() for API changes. | Paul Mundt | 2008-02-14 | 1 | -3/+5 |
* | sh: trapped io support V2 | Magnus Damm | 2008-02-14 | 1 | -0/+3 |
* | sh: declared coherent memory support V2 fix | Magnus Damm | 2008-02-14 | 1 | -12/+20 |
* | 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 |