Age | Commit message (Expand) | Author | Files | Lines |
2009-10-05 | microblaze: Clear sticky FSR register after saving it to func parametr | Michal Simek | 2 | -1/+3 |
2009-10-05 | microblaze: UMS is used only for MMU kernel | Michal Simek | 1 | -0/+2 |
2009-09-24 | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 23 | -113/+436 |
2009-09-24 | microblaze: Disable heartbeat/enable emaclite in defconfigs | Michal Simek | 2 | -28/+37 |
2009-09-24 | microblaze: Support simpleImage.dts make target | Michal Simek | 4 | -6/+66 |
2009-09-24 | headers: utsname.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-09-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 1 | -3/+2 |
2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 1 | -1/+1 |
2009-09-22 | microblaze: Fix _start symbol to physical address | Michal Simek | 1 | -0/+1 |
2009-09-22 | microblaze: Use LOAD_OFFSET macro to get correct LMA for all sections | Michal Simek | 1 | -15/+19 |
2009-09-22 | microblaze: Create the LOAD_OFFSET macro used to compute VMA vs LMA offsets | John Williams | 1 | -0/+3 |
2009-09-22 | microblaze: Copy ppc asm-compat.h for clean handling of constants in asm and C | John Williams | 1 | -0/+17 |
2009-09-22 | microblaze: Actually show KiB rather than pages in "Freeing initrd memory:" | Lennart Sorensen | 1 | -1/+2 |
2009-09-22 | microblaze: Support ptrace syscall tracing. | Michal Simek | 2 | -12/+122 |
2009-09-22 | microblaze: Updated CPU version and FPGA family codes in PVR | John Williams | 1 | -0/+3 |
2009-09-22 | microblaze: Generate correct signal and siginfo for integer div-by-zero | Michal Simek | 1 | -1/+1 |
2009-09-22 | microblaze: Don't be noisy when userspace causes hardware exceptions | Michal Simek | 1 | -11/+20 |
2009-09-22 | microblaze: Remove ipc.h file which points to non-existing asm-generic file | Michal Simek | 1 | -1/+0 |
2009-09-22 | microblaze: Clear sticky FSR register after generating exception signals | John Williams | 1 | -0/+2 |
2009-09-22 | microblaze: Ensure CPU usermode is set on new userspace processes | John Williams | 1 | -0/+1 |
2009-09-22 | microblaze: Use correct kbuild variable KBUILD_CFLAGS | John Williams | 1 | -2/+2 |
2009-09-22 | microblaze: Save and restore msr in hw exception | Michal Simek | 1 | -2/+6 |
2009-09-22 | microblaze: Add architectural support for USB EHCI host controllers | Julie Zhu | 2 | -0/+4 |
2009-09-21 | microblaze: Implement include/asm/syscall.h. | Michal Simek | 1 | -0/+99 |
2009-09-21 | microblaze: Improve checking mechanism for MSR instruction | Michal Simek | 1 | -8/+5 |
2009-09-21 | microblaze: Add checking mechanism for MSR instruction | Michal Simek | 3 | -4/+27 |
2009-09-21 | microblaze: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -31/+8 |
2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2 | -2/+2 |
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+4 |
2009-08-20 | Merge branch 'master' into for-linus | Rafael J. Wysocki | 8 | -85/+99 |
2009-08-18 | microblaze: Update Microblaze defconfigs | Michal Simek | 2 | -70/+91 |
2009-08-18 | microblaze: Use klimit instead of _end for memory init | Michal Simek | 1 | -3/+3 |
2009-08-18 | microblaze: Enable ppoll syscall | Michal Simek | 1 | -1/+1 |
2009-08-18 | microblaze: Sane handling of missing timer/intc in device tree | John Williams | 2 | -0/+4 |
2009-08-18 | microblaze: use the generic ack_bad_irq implementation | Christoph Hellwig | 2 | -11/+0 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 67 | -2030/+248 |
2009-07-29 | Merge branch 'master' into for-linus | Rafael J. Wysocki | 18 | -222/+128 |
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 |