summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorLines
2010-03-11microblaze: Support DMAMichal Simek-1/+161
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-978/+14
2010-02-24microblaze: Fix cache loop function for cache rangeMichal Simek-19/+8
2010-02-14of: move definition of of_chosen into common code.Grant Likely-3/+0
2010-02-14of/flattree: Don't assume HAVE_LMBJeremy Kerr-0/+5
2010-02-09of/flattree: use callback to setup initrd from /chosenJeremy Kerr-0/+10
2010-02-09of/flattree: merge early_init_dt_scan_memory() common codeGrant Likely-49/+2
2010-02-09of: merge of_find_node_by_phandleJeremy Kerr-21/+0
2010-02-09of: merge of_attach_node() & of_detach_node()Grant Likely-59/+0
2010-02-09microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()Grant Likely-153/+0
2010-02-08microblaze: Invalidate dcache before enabling itMichal Simek-0/+1
2010-02-03microblaze: fix interrupt state restoreSteven J. Magnani-4/+6
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely-309/+1247
2010-01-28of: unify phandle name in struct device_nodeGrant Likely-2/+2
2010-01-28of: Merge of_node_get() and of_node_put()Grant Likely-74/+0
2010-01-28of: merge machine_is_compatible()Grant Likely-18/+0
2010-01-18microblaze: pci_controller->arch_data really is a struct device_node *Michal Simek-1/+1
2010-01-18microblaze: Enable accept4 syscallMichal Simek-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-2/+2
2009-12-14microblaze: Remove rt_sigsuspend wrapperMichal Simek-13/+1
2009-12-14microblaze: nommu: Don't clobber R11 on syscallssteve@digidescorp.com-2/+0
2009-12-14microblaze: Support for WB cacheMichal Simek-192/+510
2009-12-14microblaze: Add PVR for Microblaze v7.30.aMichal Simek-0/+1
2009-12-14microblaze: Remove ancient and fake microblaze version from cpu_ver tableMichal Simek-5/+0
2009-12-14microblaze: Remove panic_timeout init valueMichal Simek-2/+0
2009-12-14microblaze: Do not count system calls in defaultMichal Simek-0/+4
2009-12-14microblaze: Fix level interrupt ACKingsteve@digidescorp.com-1/+9
2009-12-14microblaze: Enable futimesat syscallMichal Simek-1/+1
2009-12-14microblaze: Checking DTS against PVR for write-back cacheMichal Simek-0/+11
2009-12-14microblaze: Fix the heartbeat gpio to be more robustJohn Linn-5/+10
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek-0/+1
2009-12-14microblaze: Ptrace notifying from signal codeMichal Simek-0/+4
2009-12-14microblaze: Extend cpuinfo for support write-back cachesMichal Simek-2/+7
2009-12-14microblaze: Fix cache_line_lenghtMichal Simek-18/+18
2009-12-14microblaze: Detect new 7.20.d versionMichal Simek-0/+1
2009-12-14microblaze: Support both levels for resetMichal Simek-4/+6
2009-12-14microblaze: Fix announce message for reset gpioMichal Simek-1/+1
2009-12-14microblaze: Remove saving and restoring before calling signal codeMichal Simek-4/+0
2009-12-14microblaze: ftrace: Add dynamic function graph tracerMichal Simek-0/+34
2009-12-14microblaze: ftrace: add function graph supportMichal Simek-0/+99
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek-1/+165
2009-12-14microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek-0/+5
2009-12-14microblaze: ftrace: add static function tracerMichal Simek-0/+125
2009-12-14microblaze: Add TRACE_IRQFLAGS_SUPPORTMichal Simek-1/+1
2009-12-14microblaze: Lockdep supportMichal Simek-0/+2
2009-12-14microblaze: Register timecounter/cyclecounterMichal Simek-0/+28
2009-12-14microblaze: Stack trace supportMichal Simek-0/+66
2009-12-14microblaze: Add IRQENTRY_TEXT to ldsMichal Simek-2/+3
2009-12-14microblaze: __init_begin symbol must be alignedMichal Simek-0/+1
2009-12-14microblaze: GPIO reset supportMichal Simek-30/+139