Age | Commit message (Expand) | Author | Files | Lines |
2012-05-25 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2012-05-17 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 1 | -3/+0 |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson | 1 | -0/+1 |
2012-04-05 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -6/+12 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 10 | -164/+209 |
2012-03-28 | Delete all instances of asm/system.h | David Howells | 1 | -5/+0 |
2012-03-28 | Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt] | Guan Xuetao | 10 | -164/+214 |
2012-03-28 | Unicore32: adapt for dma_map_ops changes | Andrzej Pietrasiewicz | 1 | -6/+12 |
2012-03-20 | unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h | Bjorn Helgaas | 1 | -0/+1 |
2012-01-12 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -5/+0 |
2012-01-10 | unicore32: add ioremap_nocache definition | Guan Xuetao | 1 | -0/+1 |
2012-01-10 | unicore32: delete specified xlate_dev_mem_ptr | Guan Xuetao | 1 | -7/+0 |
2012-01-07 | PCI: UniCore: convert pcibios_set_master() to a non-inlined function | Myron Stowe | 1 | -5/+0 |
2011-11-22 | freezer: remove now unused TIF_FREEZE | Tejun Heo | 1 | -2/+0 |
2011-11-16 | unicore32, exec: remove redundant set_fs(USER_DS) | Mathias Krause | 1 | -1/+0 |
2011-11-15 | unicore32: fix build error for find bitops | Guan Xuetao | 1 | -6/+6 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-06-09 | unicore32: using generic-y format for one line asm-generic files | Guan Xuetao | 1 | -0/+59 |
2011-05-25 | PM / Hibernate: Remove arch_prepare_suspend() | Rafael J. Wysocki | 1 | -1/+0 |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 1 | -2/+2 |
2011-04-02 | unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ... | Guan Xuetao | 2 | -11/+0 |
2011-04-02 | unicore32 fix: remove arch-specific futex support | Guan Xuetao | 1 | -143/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
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 | 20 | -333/+336 |
2011-03-17 | unicore32: replace unicore32-specific iomap functions with generic lib implem... | GuanXuetao | 1 | -3/+6 |
2011-03-17 | unicore32 machine related: add frame buffer driver for pkunity-v3 soc | GuanXuetao | 1 | -1/+1 |
2011-03-17 | unicore32 io: redefine __REG(x) and re-use readl/writel funcs | GuanXuetao | 3 | -13/+15 |
2011-03-17 | unicore32: rename PKUNITY_IOSPACE_BASE to PKUNITY_MMIO_BASE | GuanXuetao | 2 | -3/+3 |
2011-03-17 | unicore32: remove unused lines in arch/unicore32/include/asm/irq.h | GuanXuetao | 1 | -2/+0 |
2011-03-17 | unicore32 machine related files: pci bus handling | GuanXuetao | 1 | -0/+46 |
2011-03-17 | unicore32 machine related files: hardware registers | GuanXuetao | 20 | -0/+1615 |
2011-03-17 | unicore32 additional architecture files: boot process | GuanXuetao | 1 | -0/+34 |
2011-03-17 | unicore32 additional architecture files: low-level lib: misc | GuanXuetao | 7 | -0/+486 |
2011-03-17 | unicore32 additional architecture files: low-level lib: uaccess | GuanXuetao | 1 | -0/+47 |
2011-03-17 | unicore32 additional architecture files: low-level lib: ocd debug | GuanXuetao | 1 | -0/+36 |
2011-03-17 | unicore32 additional architecture files: ptrace handling | GuanXuetao | 1 | -0/+133 |
2011-03-17 | unicore32 additional architecture files: float point handling | GuanXuetao | 2 | -0/+79 |
2011-03-17 | unicore32 additional architecture files: pm related files | GuanXuetao | 2 | -0/+73 |
2011-03-17 | unicore32 core architecture: signals handling | GuanXuetao | 1 | -0/+29 |
2011-03-17 | unicore32 core architecture: interrupts ang gpio handling | GuanXuetao | 3 | -0/+263 |
2011-03-17 | unicore32 core architecture: timer and time handling | GuanXuetao | 1 | -0/+34 |
2011-03-17 | unicore32 core architecture: mm related: consistent device DMA handling | GuanXuetao | 5 | -0/+594 |
2011-03-17 | unicore32 core architecture: mm related: fault handling | GuanXuetao | 5 | -0/+586 |
2011-03-17 | unicore32 core architecture: mm related: generic codes | GuanXuetao | 7 | -0/+452 |
2011-03-17 | unicore32 core architecture: process/thread related codes | GuanXuetao | 2 | -0/+185 |
2011-03-17 | unicore32 core architecture: low level entry and setup codes | GuanXuetao | 1 | -0/+21 |
2011-03-17 | unicore32 core architecture: processor and system headers | GuanXuetao | 7 | -0/+405 |
2011-03-17 | unicore32 core architecture: generic elf and ksyms stuff | GuanXuetao | 2 | -0/+132 |
2011-03-17 | unicore32 core architecture: build infrastructure | GuanXuetao | 2 | -0/+24 |