aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-11-28unicore32: switch to generic clone(2)Al Viro1-0/+1
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-09unicore32: switch to generic sys_execve()Al Viro1-0/+1
2012-11-09unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro1-5/+0
2012-11-09unicore32: Use Kbuild infrastructure for kvm_para.hGuan Xuetao2-1/+2
2012-11-09UAPI: (Scripted) Disintegrate arch/unicore32/include/asmDavid Howells8-76/+96
2012-11-09UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compilerGuan Xuetao1-5/+0
2012-11-09UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao1-1/+1
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+2
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-10/+8
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-15/+1
2012-10-05unicore32: pwm: Properly remap memory-mapped registersThierry Reding1-10/+8
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-genericArnd Bergmann5-25/+24
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-4/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells3-21/+21
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-10-01unicore32: unobfuscate _TIF_WORK_MASKAl Viro1-1/+2
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-15/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-6/+12
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds10-164/+209
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt]Guan Xuetao10-164/+214
2012-03-28Unicore32: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-6/+12
2012-03-20unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.hBjorn Helgaas1-0/+1
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-5/+0
2012-01-10unicore32: add ioremap_nocache definitionGuan Xuetao1-0/+1
2012-01-10unicore32: delete specified xlate_dev_mem_ptrGuan Xuetao1-7/+0
2012-01-06PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-5/+0
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-16unicore32, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-11-15unicore32: fix build error for find bitopsGuan Xuetao1-6/+6
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-06-09unicore32: using generic-y format for one line asm-generic filesGuan Xuetao1-0/+59
2011-05-24PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki1-1/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-04-02unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it floatableGuan Xuetao2-11/+0
2011-04-02unicore32 fix: remove arch-specific futex supportGuan Xuetao1-143/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-17unicore32: rewrite arch-specific tlb.h to use asm-generic versionGuanXuetao1-82/+12
2011-03-17unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEsGuanXuetao20-333/+336
2011-03-17unicore32: replace unicore32-specific iomap functions with generic lib implementationGuanXuetao1-3/+6
2011-03-17unicore32 machine related: add frame buffer driver for pkunity-v3 socGuanXuetao1-1/+1
2011-03-17unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao3-13/+15