Age | Commit message (Expand) | Author | Files | Lines |
2006-12-12 | sh: Trivial build fixes for SH-2 support. | Yoshinori Sato | 1 | -0/+2 |
2006-12-08 | [PATCH] Generic ioremap_page_range: sh conversion | Haavard Skinnemoen | 1 | -86/+4 |
2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -3/+3 |
2006-12-07 | [PATCH] shared page table for hugetlb page | Chen, Kenneth W | 1 | -0/+5 |
2006-12-06 | sh: sh775x/titan fixes for irq header changes. | Jamie Lenehan | 1 | -0/+5 |
2006-12-06 | sh: stacktrace/lockdep/irqflags tracing support. | Paul Mundt | 1 | -0/+3 |
2006-12-06 | sh: Get the PGD right in oops case with 64-bit PTEs. | Paul Mundt | 1 | -4/+2 |
2006-12-06 | sh: Fixup various PAGE_SIZE == 4096 assumptions. | Paul Mundt | 5 | -22/+19 |
2006-12-06 | sh: TLB miss fast-path optimizations. | Stuart Menefy | 2 | -86/+1 |
2006-12-06 | sh: pmd rework. | Stuart Menefy | 2 | -17/+49 |
2006-12-06 | sh: Use MMU.TTB register as pointer to current pgd. | Stuart Menefy | 1 | -10/+8 |
2006-12-06 | sh: Set up correct siginfo structures for page faults. | Stuart Menefy | 1 | -9/+17 |
2006-12-06 | sh: p3map_sem sem2mutex conversion. | Paul Mundt | 2 | -26/+11 |
2006-12-06 | sh: Preliminary support for SH-X2 MMU. | Paul Mundt | 4 | -17/+52 |
2006-12-06 | sh: Hook SH7785 in to the build system. | Paul Mundt | 1 | -0/+5 |
2006-12-06 | sh: Add support for SH7206 and SH7619 CPU subtypes. | Yoshinori Sato | 2 | -33/+53 |
2006-10-10 | sh: Zero-out coherent buffer in consistent_alloc(). | Paul Mundt | 1 | -0/+1 |
2006-10-03 | sh: build fixes for defconfigs. | Paul Mundt | 1 | -1/+1 |
2006-09-29 | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 1 | -1/+1 |
2006-09-29 | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 1 | -1/+1 |
2006-09-27 | sh: Fix occasional flush_cache_4096() stack corruption. | Paul Mundt | 1 | -11/+9 |
2006-09-27 | sh: Initial vsyscall page support. | Paul Mundt | 3 | -8/+26 |
2006-09-27 | sh: Selective flush_cache_mm() flushing. | Paul Mundt | 1 | -90/+130 |
2006-09-27 | sh: Enable /proc/kcore support. | Paul Mundt | 1 | -2/+9 |
2006-09-27 | sh: Add support for cacheline poking through debugfs. | Paul Mundt | 2 | -0/+151 |
2006-09-27 | sh: Add support for SH7706/SH7710/SH7343 CPUs. | Paul Mundt | 1 | -4/+26 |
2006-09-27 | sh: __addr_ok() and other misc nommu fixups. | Yoshinori Sato | 2 | -3/+3 |
2006-09-27 | sh: Various nommu fixes. | Yoshinori Sato | 2 | -8/+14 |
2006-09-27 | sh: Make PAGE_OFFSET configurable. | Paul Mundt | 1 | -0/+31 |
2006-09-27 | sh: More cosmetic cleanups and trivial fixes. | Paul Mundt | 3 | -22/+14 |
2006-09-27 | sh: Inhibit mapping PCI apertures through page tables. | Paul Mundt | 1 | -1/+16 |
2006-09-27 | sh: SE73180 updates for IRQ changes. | Paul Mundt | 1 | -1/+1 |
2006-09-27 | sh: Fix split ptlock for user mappings in __do_page_fault(). | Paul Mundt | 1 | -3/+4 |
2006-09-27 | sh: ioremap() overhaul. | Paul Mundt | 2 | -8/+144 |
2006-09-27 | sh: page table alloc cleanups and page fault optimizations. | Paul Mundt | 5 | -164/+187 |
2006-09-27 | sh: SH-4A Privileged Space Mapping Buffer (PMB) support. | Paul Mundt | 2 | -1/+271 |
2006-09-27 | sh: Add control register barriers. | Paul Mundt | 2 | -2/+8 |
2006-09-27 | sh: Add flag for MMU PTEA capability. | Paul Mundt | 1 | -8/+4 |
2006-09-27 | sh: Fix fatal oops in copy_user_page() on sh4a (SH7780). | Paul Mundt | 1 | -10/+14 |
2006-09-27 | sh: Support for SH7770/SH7780 CPU subtypes. | Paul Mundt | 1 | -0/+4 |
2006-09-27 | sh: Optimized cache handling for SH-4/SH-4A caches. | Richard Curnow | 2 | -185/+431 |
2006-09-27 | sh: Support for SH-4A memory barriers. | Paul Mundt | 1 | -0/+5 |
2006-09-27 | sh: hugetlb updates. | Paul Mundt | 1 | -36/+16 |
2006-09-27 | sh: flush_cache_range() cleanup and optimizations. | Paul Mundt | 1 | -26/+46 |
2006-09-26 | [PATCH] Standardize pxx_page macros | Dave McCracken | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 6 | -6/+0 |
2006-03-22 | [PATCH] hugepage: is_aligned_hugepage_range() cleanup | David Gibson | 1 | -12/+0 |
2006-03-22 | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 1 | -2/+2 |
2006-03-22 | [PATCH] mm: split highorder pages | Nick Piggin | 1 | -2/+1 |
2006-01-17 | [PATCH] sh: Move CPU subtype configuration to its own Kconfig | Paul Mundt | 1 | -0/+233 |