Age | Commit message (Expand) | Author | Files | Lines |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2 | -3/+3 |
2011-04-04 | Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi... | Linus Torvalds | 10 | -206/+7 |
2011-04-02 | unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ... | Guan Xuetao | 5 | -49/+2 |
2011-04-02 | unicore32 core architecture: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2011-04-02 | unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_state | Guan Xuetao | 1 | -9/+0 |
2011-04-02 | unicore32 fix: remove arch-specific futex support | Guan Xuetao | 2 | -144/+1 |
2011-04-02 | unicore32 ldscript fix: add cacheline parameter to PERCPU() macro | Guan Xuetao | 1 | -3/+4 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -3/+3 |
2011-03-30 | genirq: Remove the now obsolete config options and select statements | Thomas Gleixner | 1 | -1/+0 |
2011-03-29 | unicore32: Use generic show_interrupts() | Thomas Gleixner | 2 | -42/+1 |
2011-03-29 | unicore32: Convert to new irq function names | Thomas Gleixner | 1 | -8/+8 |
2011-03-25 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 1 | -1/+1 |
2011-03-17 | unicore32: rewrite arch-specific tlb.h to use asm-generic version | GuanXuetao | 1 | -82/+12 |
2011-03-17 | unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs | GuanXuetao | 26 | -362/+365 |
2011-03-17 | unicore32: replace unicore32-specific iomap functions with generic lib implem... | GuanXuetao | 4 | -60/+10 |
2011-03-17 | unicore32 machine related: add frame buffer driver for pkunity-v3 soc | GuanXuetao | 3 | -2/+18 |
2011-03-17 | unicore32 machine related files: add i2c bus drivers for pkunity-v3 soc | GuanXuetao | 1 | -0/+4 |
2011-03-17 | unicore32 io: redefine __REG(x) and re-use readl/writel funcs | GuanXuetao | 12 | -160/+167 |
2011-03-17 | unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call | GuanXuetao | 1 | -1/+1 |
2011-03-17 | unicore32: rename PKUNITY_IOSPACE_BASE to PKUNITY_MMIO_BASE | GuanXuetao | 2 | -3/+3 |
2011-03-17 | unicore32: modify function names and parameters for irq_chips | GuanXuetao | 2 | -41/+42 |
2011-03-17 | unicore32: remove unused lines in arch/unicore32/include/asm/irq.h | GuanXuetao | 1 | -2/+0 |
2011-03-17 | unicore32 time.c: change calculate method for clock_event_device | GuanXuetao | 1 | -7/+2 |
2011-03-17 | unicore32 machine related files: pci bus handling | GuanXuetao | 2 | -0/+450 |
2011-03-17 | unicore32 machine related files: hardware registers | GuanXuetao | 20 | -0/+1615 |
2011-03-17 | unicore32 machine related files: core files | GuanXuetao | 3 | -0/+440 |
2011-03-17 | unicore32 additional architecture files: boot process | GuanXuetao | 7 | -0/+546 |
2011-03-17 | unicore32 additional architecture files: low-level lib: misc | GuanXuetao | 10 | -0/+662 |
2011-03-17 | unicore32 additional architecture files: low-level lib: uaccess | GuanXuetao | 8 | -0/+648 |
2011-03-17 | unicore32 additional architecture files: low-level lib: ocd debug | GuanXuetao | 4 | -0/+269 |
2011-03-17 | unicore32 additional architecture files: ptrace handling | GuanXuetao | 2 | -0/+282 |
2011-03-17 | unicore32 additional architecture files: float point handling | GuanXuetao | 3 | -0/+205 |
2011-03-17 | unicore32 additional architecture files: pm related files | GuanXuetao | 8 | -0/+1156 |
2011-03-17 | unicore32 core architecture: signals handling | GuanXuetao | 2 | -0/+523 |
2011-03-17 | unicore32 core architecture: interrupts ang gpio handling | GuanXuetao | 5 | -0/+811 |
2011-03-17 | unicore32 core architecture: timer and time handling | GuanXuetao | 4 | -0/+825 |
2011-03-17 | unicore32 core architecture: mm related: consistent device DMA handling | GuanXuetao | 10 | -0/+1207 |
2011-03-17 | unicore32 core architecture: mm related: fault handling | GuanXuetao | 10 | -0/+2247 |
2011-03-17 | unicore32 core architecture: mm related: generic codes | GuanXuetao | 13 | -0/+1390 |
2011-03-17 | unicore32 core architecture: process/thread related codes | GuanXuetao | 6 | -0/+912 |
2011-03-17 | unicore32 core architecture: low level entry and setup codes | GuanXuetao | 6 | -0/+1820 |
2011-03-17 | unicore32 core architecture: processor and system headers | GuanXuetao | 10 | -0/+810 |
2011-03-17 | unicore32 core architecture: generic elf and ksyms stuff | GuanXuetao | 8 | -0/+571 |
2011-03-17 | unicore32 core architecture: build infrastructure | GuanXuetao | 9 | -0/+758 |