Age | Commit message (Expand) | Author | Files | Lines |
2009-07-27 | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 17 | -220/+126 |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 1 | -2/+2 |
2009-07-27 | microblaze: Makefile cleanup | Sam Ravnborg | 2 | -18/+19 |
2009-07-27 | microblaze: Typo fix for cpu param inconsistency | Michal Simek | 2 | -2/+2 |
2009-07-27 | microblaze: Add support for R_MICROBLAZE_64_NONE | Michal Simek | 1 | -0/+4 |
2009-07-27 | microblaze: Get module loading working | John Williams | 1 | -5/+10 |
2009-07-27 | microblaze: remove sys_ipc | Arnd Bergmann | 2 | -100/+1 |
2009-07-27 | microblaze: Support unaligned address for put/get_user macros | Michal Simek | 2 | -64/+47 |
2009-07-27 | microblaze: Detect new Microblaze 7.20 versions | Michal Simek | 1 | -0/+2 |
2009-07-27 | microblaze: Fix do_page_fault for no context | Michal Simek | 1 | -9/+4 |
2009-07-27 | microblaze: Add _PAGE_FILE macros to pgtable.h | Michal Simek | 1 | -3/+3 |
2009-07-27 | microblaze: Fix put_user macro for 64bits arguments | Michal Simek | 1 | -1/+1 |
2009-07-27 | microblaze: Clear print messages for DTB passing via r7 | Michal Simek | 1 | -0/+3 |
2009-07-27 | microblaze: Not to clear r7 after copying DTB to kernel | Michal Simek | 1 | -1/+0 |
2009-07-27 | microblaze: Add messages about FDT blob | Michal Simek | 1 | -3/+6 |
2009-07-27 | microblaze: Final support for statically linked DTB | John Williams | 3 | -15/+26 |
2009-07-27 | microblaze: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-07-27 | microblaze: Define tlb_flush macro | Michal Simek | 1 | -1/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 3 | -3/+0 |
2009-07-11 | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 1 | -3/+1 |
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 |