aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)Author
2009-12-14microblaze: Adding dev_arch_data functionsMichal Simek
2009-12-14microblaze: Fix the heartbeat gpio to be more robustJohn Linn
2009-12-14microblaze: Simple __copy_tofrom_user for noMMUJohn Williams
2009-12-14microblaze: Export memory_start for modulesMichal Simek
2009-12-14microblaze: Use lowest-common-denominator default CPU settingsJohn Williams
2009-12-14microblaze: Update default generic DTSMichal Simek
2009-12-14microblaze: Enable asm optimization only for HW with barrel-shifterMichal Simek
2009-12-14microblaze: Remove the buggy ALLOW_EDIT_AUTO config optionJohn Williams
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek
2009-12-14microblaze: support U-BOOT image formatMichal Simek
2009-12-14microblaze: Ptrace notifying from signal codeMichal Simek
2009-12-14microblaze: Extend cpuinfo for support write-back cachesMichal Simek
2009-12-14microblaze: Fix cache_line_lenghtMichal Simek
2009-12-14microblaze: Detect new 7.20.d versionMichal Simek
2009-12-14microblaze: Support both levels for resetMichal Simek
2009-12-14microblaze: Fix announce message for reset gpioMichal Simek
2009-12-14microblaze: Remove saving and restoring before calling signal codeMichal Simek
2009-12-14microblaze: Fix pfn_valid() for noMMUsteve@digidescorp.com
2009-12-14microblaze: ftrace: Add dynamic function graph tracerMichal Simek
2009-12-14microblaze: ftrace: add function graph supportMichal Simek
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek
2009-12-14microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek
2009-12-14microblaze: ftrace: add static function tracerMichal Simek
2009-12-14microblaze: Add TRACE_IRQFLAGS_SUPPORTMichal Simek
2009-12-14microblaze: preliminary enabling for LATENCYTOP support in KconfigMichal Simek
2009-12-14microblaze: Lockdep supportMichal Simek
2009-12-14microblaze: Register timecounter/cyclecounterMichal Simek
2009-12-14microblaze: Stack trace supportMichal Simek
2009-12-14microblaze: Add IRQENTRY_TEXT to ldsMichal Simek
2009-12-14microblaze: __init_begin symbol must be alignedMichal Simek
2009-12-14microblaze: GPIO reset supportMichal Simek
2009-12-11Unify sys_mmap*Al Viro
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-15of: merge of_find_all_nodes() implementationsGrant Likely
2009-10-15of: merge other miscellaneous prototypesGrant Likely
2009-10-15of: merge of_*_flat_dt*() functionsGrant Likely
2009-10-15of: merge of_node_get(), of_node_put() and of_find_all_nodes()Grant Likely
2009-10-15of: merge of_read_number() an of_read_ulong()Grant Likely
2009-10-15of: merge of_node_*_flag() and set_node_proc_entry()Grant Likely
2009-10-15of: merge struct boot_param_header from Microblaze and PowerPCGrant Likely
2009-10-15of: add common header for flattened device tree representationGrant Likely
2009-10-15of: merge struct device_nodeGrant Likely
2009-10-15of: merge phandle, ihandle and struct propertyGrant Likely
2009-10-15of: Rework linux/of.h and asm/prom.h include orderingGrant Likely
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo