summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2009-12-14microblaze: Fix the heartbeat gpio to be more robustJohn Linn1-5/+10
2009-12-14microblaze: Simple __copy_tofrom_user for noMMUJohn Williams2-6/+13
2009-12-14microblaze: Export memory_start for modulesMichal Simek1-0/+1
2009-12-14microblaze: Use lowest-common-denominator default CPU settingsJohn Williams1-6/+6
2009-12-14microblaze: Update default generic DTSMichal Simek1-3/+7
2009-12-14microblaze: Enable asm optimization only for HW with barrel-shifterMichal Simek1-1/+1
2009-12-14microblaze: Remove the buggy ALLOW_EDIT_AUTO config optionJohn Williams2-28/+8
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek3-16/+18
2009-12-14microblaze: support U-BOOT image formatMichal Simek1-2/+13
2009-12-14microblaze: Ptrace notifying from signal codeMichal Simek1-0/+4
2009-12-14microblaze: Extend cpuinfo for support write-back cachesMichal Simek3-2/+8
2009-12-14microblaze: Fix cache_line_lenghtMichal Simek4-20/+20
2009-12-14microblaze: Detect new 7.20.d versionMichal Simek1-0/+1
2009-12-14microblaze: Support both levels for resetMichal Simek1-4/+6
2009-12-14microblaze: Fix announce message for reset gpioMichal Simek1-1/+1
2009-12-14microblaze: Remove saving and restoring before calling signal codeMichal Simek1-4/+0
2009-12-14microblaze: Fix pfn_valid() for noMMUsteve@digidescorp.com1-1/+2
2009-12-14microblaze: ftrace: Add dynamic function graph tracerMichal Simek2-0/+34
2009-12-14microblaze: ftrace: add function graph supportMichal Simek3-0/+100
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek5-1/+178
2009-12-14microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek2-0/+6
2009-12-14microblaze: ftrace: add static function tracerMichal Simek6-0/+140
2009-12-14microblaze: Add TRACE_IRQFLAGS_SUPPORTMichal Simek3-63/+54
2009-12-14microblaze: preliminary enabling for LATENCYTOP support in KconfigMichal Simek1-0/+3
2009-12-14microblaze: Lockdep supportMichal Simek3-0/+7
2009-12-14microblaze: Register timecounter/cyclecounterMichal Simek1-0/+28
2009-12-14microblaze: Stack trace supportMichal Simek3-0/+69
2009-12-14microblaze: Add IRQENTRY_TEXT to ldsMichal Simek1-2/+3
2009-12-14microblaze: __init_begin symbol must be alignedMichal Simek1-0/+1
2009-12-14microblaze: GPIO reset supportMichal Simek6-30/+171
2009-12-11Unify sys_mmap*Al Viro2-36/+4
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-3/+3
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov1-0/+1
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-1/+5
2009-10-15of: merge of_find_all_nodes() implementationsGrant Likely1-23/+0
2009-10-15of: merge other miscellaneous prototypesGrant Likely1-12/+0
2009-10-15of: merge of_*_flat_dt*() functionsGrant Likely1-11/+0
2009-10-15of: merge of_node_get(), of_node_put() and of_find_all_nodes()Grant Likely1-4/+0
2009-10-15of: merge of_read_number() an of_read_ulong()Grant Likely1-12/+0
2009-10-15of: merge of_node_*_flag() and set_node_proc_entry()Grant Likely1-16/+0
2009-10-15of: merge struct boot_param_header from Microblaze and PowerPCGrant Likely1-30/+0
2009-10-15of: add common header for flattened device tree representationGrant Likely2-12/+2
2009-10-15of: merge struct device_nodeGrant Likely1-20/+0
2009-10-15of: merge phandle, ihandle and struct propertyGrant Likely1-10/+0
2009-10-15of: Rework linux/of.h and asm/prom.h include orderingGrant Likely1-6/+2
2009-10-13net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-10-05microblaze: Clear sticky FSR register after saving it to func parametrMichal Simek2-1/+3