aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+4
2009-08-20Merge branch 'master' into for-linusRafael J. Wysocki8-85/+99
2009-08-18microblaze: Update Microblaze defconfigsMichal Simek2-70/+91
2009-08-18microblaze: Use klimit instead of _end for memory initMichal Simek1-3/+3
2009-08-18microblaze: Enable ppoll syscallMichal Simek1-1/+1
2009-08-18microblaze: Sane handling of missing timer/intc in device treeJohn Williams2-0/+4
2009-08-18microblaze: use the generic ack_bad_irq implementationChristoph Hellwig2-11/+0
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo67-2030/+248
2009-07-29Merge branch 'master' into for-linusRafael J. Wysocki18-222/+128
2009-07-27Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds17-220/+126
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-2/+2
2009-07-27microblaze: Makefile cleanupSam Ravnborg2-18/+19
2009-07-27microblaze: Typo fix for cpu param inconsistencyMichal Simek2-2/+2
2009-07-27microblaze: Add support for R_MICROBLAZE_64_NONEMichal Simek1-0/+4
2009-07-27microblaze: Get module loading workingJohn Williams1-5/+10
2009-07-27microblaze: remove sys_ipcArnd Bergmann2-100/+1
2009-07-27microblaze: Support unaligned address for put/get_user macrosMichal Simek2-64/+47
2009-07-27microblaze: Detect new Microblaze 7.20 versionsMichal Simek1-0/+2
2009-07-27microblaze: Fix do_page_fault for no contextMichal Simek1-9/+4
2009-07-27microblaze: Add _PAGE_FILE macros to pgtable.hMichal Simek1-3/+3
2009-07-27microblaze: Fix put_user macro for 64bits argumentsMichal Simek1-1/+1
2009-07-27microblaze: Clear print messages for DTB passing via r7Michal Simek1-0/+3
2009-07-27microblaze: Not to clear r7 after copying DTB to kernelMichal Simek1-1/+0
2009-07-27microblaze: Add messages about FDT blobMichal Simek1-3/+6
2009-07-27microblaze: Final support for statically linked DTBJohn Williams3-15/+26
2009-07-27microblaze: remove duplicated #includeHuang Weiyi1-1/+0
2009-07-27microblaze: Define tlb_flush macroMichal Simek1-1/+1
2009-07-22Driver Core: Add platform device arch data V3Magnus Damm1-0/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-3/+0
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-3/+1
2009-07-09linker script: unify usage of discard definitionTejun Heo1-1/+1
2009-07-09microblaze: include EXIT_TEXT to _stextMichal Simek1-2/+2
2009-07-06microblaze: Fix cast warning for init.cMichal Simek1-3/+3
2009-07-06microblaze: Wire up new syscallsMichal Simek2-1/+5
2009-07-06microblaze: use generic syscalls.hArnd Bergmann6-62/+28
2009-07-06microblaze: clean up signal handlingArnd Bergmann7-345/+43
2009-07-06microblaze: convert all simple headers to use asm-genericRemis Lima Baima19-266/+21
2009-07-06microblaze: use the generic lib/checksum.cRemis Lima Baima4-241/+6
2009-07-06microblaze: fall back on generic header files for the ABIArnd Bergmann17-887/+16
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+2
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-20microblaze: Add missing symbols for CONSTRUCTORS supportMichal Simek1-5/+6
2009-06-20microblaze: remove init_mmArnd Bergmann1-2/+0
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-24/+1
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds5-4/+5
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann1-0/+1
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2-2/+2
2009-06-02microblaze: Don't use access_ok for unalignedJohn Williams1-1/+2