Age | Commit message (Expand) | Author | Files | Lines |
2011-10-31 | unicore32: EXPORT_SYMBOL needs export.h | Axel Lin | 1 | -0/+1 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-07-29 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -1/+1 |
2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn | 1 | -35/+0 |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 1 | -1/+1 |
2011-06-09 | unicore32: using generic-y format for one line asm-generic files | Guan Xuetao | 2 | -35/+59 |
2011-06-09 | unicore32: change PERCPU to PERCPU_SECTION | Guan Xuetao | 1 | -1/+1 |
2011-06-09 | unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig) | Guan Xuetao | 2 | -2/+3 |
2011-06-09 | unicore32: change zImage physical address, though it's PIC codes | Guan Xuetao | 1 | -1/+1 |
2011-06-09 | unicore32: move rtc-puv3.c to drivers/rtc directory | Guan Xuetao | 4 | -379/+3 |
2011-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+0 |
2011-05-25 | lib: consolidate DEBUG_STACK_USAGE option | Stephen Boyd | 1 | -7/+0 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 1 | -1/+1 |
2011-05-24 | PM / Hibernate: Remove arch_prepare_suspend() | Rafael J. Wysocki | 1 | -1/+0 |
2011-05-19 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2011-05-13 | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 1 | -1/+0 |
2011-05-11 | PM / UNICORE32: Use struct syscore_ops instead of sysdevs for PM | Rafael J. Wysocki | 1 | -15/+8 |
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-24 | 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 |