| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Generic kgdb stub support. | Paul Mundt | 2008-12-22 | 1 | -6/+0 |
* | sh: Fix up the cpu_asid() return value on nommu. | Paul Mundt | 2008-12-22 | 1 | -1/+1 |
* | sh: Convert sh64 /proc/asids to debugfs and generic sh. | Paul Mundt | 2008-12-22 | 3 | -0/+81 |
* | sh: P4 ioremap pass-through | Magnus Damm | 2008-12-22 | 2 | -12/+2 |
* | sh: Move arch_get_unmapped_area() in to arch/sh/mm/mmap.c. | Paul Mundt | 2008-12-22 | 1 | -0/+94 |
* | sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check. | Paul Mundt | 2008-11-13 | 1 | -1/+1 |
* | sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB. | Paul Mundt | 2008-11-12 | 3 | -2/+33 |
* | sh: Handle fixmap TLB eviction more coherently. | Paul Mundt | 2008-11-10 | 2 | -3/+26 |
* | sh: fix sh2a cache entry_mask | Yoshihiro Shimoda | 2008-10-31 | 1 | -4/+4 |
* | sh: Kill off duplicate remove_memory() definition. | Andrew Morton | 2008-10-21 | 1 | -17/+0 |
* | sh: remove consistent alloc cruft | Magnus Damm | 2008-10-20 | 1 | -10/+0 |
* | Fix debugfs_create_file's error checking method for arch/sh/mm/ | Zhaolei | 2008-10-20 | 2 | -0/+8 |
* | sh: Trivial trace_mark() instrumentation for core events. | Paul Mundt | 2008-09-21 | 1 | -24/+33 |
* | sh: Kill off duplicate page fault notifiers in slow path. | Paul Mundt | 2008-09-21 | 1 | -7/+4 |
* | sh: Look up the trap vector for the page fault notifier. | Paul Mundt | 2008-09-21 | 1 | -9/+4 |
* | sh: Support kernel stacks smaller than a page. | Paul Mundt | 2008-09-20 | 1 | -0/+29 |
* | sh: Make memory hot-add and hot-remove depend on MMU. | Paul Mundt | 2008-09-17 | 1 | -2/+2 |
* | sh: kprobes: Hook up kprobe_fault_handler() in the page fault path. | Paul Mundt | 2008-09-08 | 1 | -1/+28 |
* | sh: uninline flush_icache_all(). | Paul Mundt | 2008-09-08 | 1 | -1/+1 |
* | sh: remove unnecessary memset after alloc_bootmem_low_pages | Marek Skuczynski | 2008-09-08 | 1 | -1/+0 |
* | sh: vmalloc pgtable sync fix. | Stuart Menefy | 2008-09-08 | 1 | -4/+7 |
* | sh: early cached_to_uncached initialization. | Stuart Menefy | 2008-09-08 | 1 | -13/+14 |
* | sh: Add support for memory hot-remove. | Paul Mundt | 2008-09-08 | 2 | -0/+21 |
* | sh: fixup many sparse errors. | Paul Mundt | 2008-09-08 | 3 | -1/+3 |
* | 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 |