Age | Commit message (Expand) | Author | Files | Lines |
2009-07-06 | microblaze: Fix cast warning for init.c | Michal Simek | 1 | -3/+3 |
2009-07-06 | microblaze: Wire up new syscalls | Michal Simek | 2 | -1/+5 |
2009-07-06 | microblaze: use generic syscalls.h | Arnd Bergmann | 6 | -62/+28 |
2009-07-06 | microblaze: clean up signal handling | Arnd Bergmann | 7 | -345/+43 |
2009-07-06 | microblaze: convert all simple headers to use asm-generic | Remis Lima Baima | 19 | -266/+21 |
2009-07-06 | microblaze: use the generic lib/checksum.c | Remis Lima Baima | 4 | -241/+6 |
2009-07-06 | microblaze: fall back on generic header files for the ABI | Arnd Bergmann | 17 | -887/+16 |
2009-06-22 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
2009-06-20 | microblaze: Add missing symbols for CONSTRUCTORS support | Michal Simek | 1 | -5/+6 |
2009-06-20 | microblaze: remove init_mm | Arnd Bergmann | 1 | -2/+0 |
2009-06-17 | kmap_types: make most arches use generic header file | Randy Dunlap | 1 | -24/+1 |
2009-06-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 5 | -4/+5 |
2009-06-11 | asm-generic: rename page.h and uaccess.h | Arnd Bergmann | 1 | -1/+1 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 1 | -1/+1 |
2009-06-11 | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 1 | -0/+1 |
2009-06-11 | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2 | -2/+2 |
2009-06-02 | microblaze: Don't use access_ok for unaligned | John Williams | 1 | -1/+2 |
2009-06-02 | microblaze: remove unused flat_stack_align() definition | Andrew Morton | 1 | -1/+0 |
2009-05-30 | microblaze: Fix problem with early_printk in startup | Michal Simek | 1 | -1/+1 |
2009-05-26 | microblaze_mmu_v2: Makefiles | Michal Simek | 5 | -1/+11 |
2009-05-26 | microblaze_mmu_v2: Kconfig update | Michal Simek | 1 | -3/+109 |
2009-05-26 | microblaze_mmu_v2: stat.h MMU update | Michal Simek | 1 | -41/+36 |
2009-05-26 | microblaze_mmu_v2: Elf update | Michal Simek | 1 | -0/+93 |
2009-05-26 | microblaze_mmu_v2: Update dma.h for MMU | Michal Simek | 1 | -0/+5 |
2009-05-26 | microblaze_mmu_v2: Update cacheflush.h | Michal Simek | 1 | -1/+19 |
2009-05-26 | microblaze_mmu_v2: Update signal returning address | Michal Simek | 1 | -0/+8 |
2009-05-26 | microblaze_mmu_v2: Traps MMU update | Michal Simek | 2 | -16/+42 |
2009-05-26 | microblaze_mmu_v2: Enable fork syscall for MMU and add fork as vfork for noMMU | Michal Simek | 2 | -2/+6 |
2009-05-26 | microblaze_mmu_v2: Update linker script for MMU | Michal Simek | 1 | -2/+1 |
2009-05-26 | microblaze_mmu_v2: Add MMU related exceptions handling | Michal Simek | 1 | -8/+37 |
2009-05-26 | microblaze_mmu_v2: uaccess MMU update | Michal Simek | 2 | -52/+381 |
2009-05-26 | microblaze_mmu_v2: Update exception handling - MMU exception | Michal Simek | 1 | -7/+739 |
2009-05-26 | microblaze_mmu_v2: entry.S, entry.h | Michal Simek | 2 | -2/+1151 |
2009-05-26 | microblaze_mmu_v2: Add CURRENT_TASK for entry.S | Michal Simek | 1 | -0/+8 |
2009-05-26 | microblaze_mmu_v2: MMU asm offset update | Michal Simek | 1 | -5/+16 |
2009-05-26 | microblaze_mmu_v2: Update tlb.h and tlbflush.h | Michal Simek | 2 | -0/+56 |
2009-05-26 | microblaze_mmu_v2: Update process creation for MMU | Michal Simek | 4 | -13/+181 |
2009-05-26 | microblaze_mmu_v2: pgalloc.h and page.h | Michal Simek | 2 | -43/+314 |
2009-05-26 | microblaze_mmu_v2: io.h MMU update | Michal Simek | 1 | -0/+31 |
2009-05-26 | microblaze_mmu_v2: Page table - ioremap - pgtable.c/h, section update | Michal Simek | 3 | -0/+825 |
2009-05-26 | microblaze_mmu_v2: Context handling - mmu_context.c/h | Michal Simek | 4 | -21/+238 |
2009-05-26 | microblaze_mmu_v2: Page fault handling high level - fault.c | Michal Simek | 1 | -0/+304 |
2009-05-26 | microblaze_mmu_v2: mmu.h update | Michal Simek | 1 | -2/+102 |
2009-05-26 | microblaze_mmu_v2: MMU initialization | Michal Simek | 1 | -4/+154 |
2009-05-26 | microblaze_mmu_v2: TLB low level code | Michal Simek | 1 | -0/+120 |
2009-05-26 | microblaze_mmu_v2: Alocate TLB for early console | Michal Simek | 2 | -2/+11 |
2009-05-26 | microblaze_mmu_v2: MMU update for startup code | Michal Simek | 1 | -0/+190 |
2009-05-26 | microblaze_mmu_v2: Add mmu_defconfig | Michal Simek | 1 | -0/+798 |
2009-05-26 | microblaze: Fix size of __kernel_mode_t to short | Michal Simek | 1 | -1/+1 |
2009-05-26 | microblaze: Add audit and seccomp thread flags. | Edgar E. Iglesias | 1 | -0/+9 |