aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-2/+4
|\
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1467-2030/+248
| |\
| * | linker script: unify usage of discard definitionTejun Heo2009-07-091-1/+1
| * | microblaze: include EXIT_TEXT to _stextMichal Simek2009-07-091-2/+2
| * | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+2
* | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-208-85/+99
|\ \ \
| * | | microblaze: Update Microblaze defconfigsMichal Simek2009-08-182-70/+91
| * | | microblaze: Use klimit instead of _end for memory initMichal Simek2009-08-181-3/+3
| * | | microblaze: Enable ppoll syscallMichal Simek2009-08-181-1/+1
| * | | microblaze: Sane handling of missing timer/intc in device treeJohn Williams2009-08-182-0/+4
| * | | microblaze: use the generic ack_bad_irq implementationChristoph Hellwig2009-08-182-11/+0
| | |/ | |/|
* | | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-2918-222/+128
|\ \ \ | |/ /
| * | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-07-2717-220/+126
| |\ \
| | * | microblaze: Makefile cleanupSam Ravnborg2009-07-272-18/+19
| | * | microblaze: Typo fix for cpu param inconsistencyMichal Simek2009-07-272-2/+2
| | * | microblaze: Add support for R_MICROBLAZE_64_NONEMichal Simek2009-07-271-0/+4
| | * | microblaze: Get module loading workingJohn Williams2009-07-271-5/+10
| | * | microblaze: remove sys_ipcArnd Bergmann2009-07-272-100/+1
| | * | microblaze: Support unaligned address for put/get_user macrosMichal Simek2009-07-272-64/+47
| | * | microblaze: Detect new Microblaze 7.20 versionsMichal Simek2009-07-271-0/+2
| | * | microblaze: Fix do_page_fault for no contextMichal Simek2009-07-271-9/+4
| | * | microblaze: Add _PAGE_FILE macros to pgtable.hMichal Simek2009-07-271-3/+3
| | * | microblaze: Fix put_user macro for 64bits argumentsMichal Simek2009-07-271-1/+1
| | * | microblaze: Clear print messages for DTB passing via r7Michal Simek2009-07-271-0/+3
| | * | microblaze: Not to clear r7 after copying DTB to kernelMichal Simek2009-07-271-1/+0
| | * | microblaze: Add messages about FDT blobMichal Simek2009-07-271-3/+6
| | * | microblaze: Final support for statically linked DTBJohn Williams2009-07-273-15/+26
| | * | microblaze: remove duplicated #includeHuang Weiyi2009-07-271-1/+0
| | * | microblaze: Define tlb_flush macroMichal Simek2009-07-271-1/+1
| * | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-2/+2
| |/ /
* | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
|/ /
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-3/+0
* | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-3/+1
* | microblaze: Fix cast warning for init.cMichal Simek2009-07-061-3/+3
* | microblaze: Wire up new syscallsMichal Simek2009-07-062-1/+5
* | microblaze: use generic syscalls.hArnd Bergmann2009-07-066-62/+28
* | microblaze: clean up signal handlingArnd Bergmann2009-07-067-345/+43
* | microblaze: convert all simple headers to use asm-genericRemis Lima Baima2009-07-0619-266/+21
* | microblaze: use the generic lib/checksum.cRemis Lima Baima2009-07-064-241/+6
* | microblaze: fall back on generic header files for the ABIArnd Bergmann2009-07-0617-887/+16
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* microblaze: Add missing symbols for CONSTRUCTORS supportMichal Simek2009-06-201-5/+6
* microblaze: remove init_mmArnd Bergmann2009-06-201-2/+0
* kmap_types: make most arches use generic header fileRandy Dunlap2009-06-161-24/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-125-4/+5
|\
| * asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-111-1/+1
| * asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| * asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-111-0/+1
| * asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
* | microblaze: Don't use access_ok for unalignedJohn Williams2009-06-021-1/+2