aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | microblaze: Do not count system calls in defaultMichal Simek2009-12-141-0/+4
| * | | microblaze: Enable DTC compilationMichal Simek2009-12-141-0/+3
| * | | microblaze: Core oprofile configs and hooksJohn Williams2009-12-144-0/+39
| * | | microblaze: Fix level interrupt ACKingsteve@digidescorp.com2009-12-141-1/+9
| * | | microblaze: Enable futimesat syscallMichal Simek2009-12-141-1/+1
| * | | microblaze: Checking DTS against PVR for write-back cacheMichal Simek2009-12-142-12/+29
| * | | microblaze: Remove duplicity from pgalloc.hMichal Simek2009-12-141-6/+3
| * | | microblaze: Futex supportMichal Simek2009-12-141-1/+126
| * | | microblaze: Adding dev_arch_data functionsMichal Simek2009-12-141-0/+12
| * | | microblaze: Fix the heartbeat gpio to be more robustJohn Linn2009-12-141-5/+10
| * | | microblaze: Simple __copy_tofrom_user for noMMUJohn Williams2009-12-142-6/+13
| * | | microblaze: Export memory_start for modulesMichal Simek2009-12-141-0/+1
| * | | microblaze: Use lowest-common-denominator default CPU settingsJohn Williams2009-12-141-6/+6
| * | | microblaze: Update default generic DTSMichal Simek2009-12-141-3/+7
| * | | microblaze: Enable asm optimization only for HW with barrel-shifterMichal Simek2009-12-141-1/+1
| * | | microblaze: Remove the buggy ALLOW_EDIT_AUTO config optionJohn Williams2009-12-142-28/+8
| * | | microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek2009-12-143-16/+18
| * | | microblaze: support U-BOOT image formatMichal Simek2009-12-141-2/+13
| * | | microblaze: Ptrace notifying from signal codeMichal Simek2009-12-141-0/+4
| * | | microblaze: Extend cpuinfo for support write-back cachesMichal Simek2009-12-143-2/+8
| * | | microblaze: Fix cache_line_lenghtMichal Simek2009-12-144-20/+20
| * | | microblaze: Detect new 7.20.d versionMichal Simek2009-12-141-0/+1
| * | | microblaze: Support both levels for resetMichal Simek2009-12-141-4/+6
| * | | microblaze: Fix announce message for reset gpioMichal Simek2009-12-141-1/+1
| * | | microblaze: Remove saving and restoring before calling signal codeMichal Simek2009-12-141-4/+0
| * | | microblaze: Fix pfn_valid() for noMMUsteve@digidescorp.com2009-12-141-1/+2
| * | | microblaze: ftrace: Add dynamic function graph tracerMichal Simek2009-12-142-0/+34
| * | | microblaze: ftrace: add function graph supportMichal Simek2009-12-143-0/+100
| * | | microblaze: ftrace: Add dynamic trace supportMichal Simek2009-12-146-1/+181
| * | | microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek2009-12-142-0/+6
| * | | microblaze: ftrace: add static function tracerMichal Simek2009-12-146-0/+140
| * | | microblaze: Add TRACE_IRQFLAGS_SUPPORTMichal Simek2009-12-143-63/+54
| * | | microblaze: preliminary enabling for LATENCYTOP support in KconfigMichal Simek2009-12-141-0/+3
| * | | microblaze: Lockdep supportMichal Simek2009-12-143-0/+7
| * | | microblaze: Register timecounter/cyclecounterMichal Simek2009-12-141-0/+28
| * | | microblaze: Stack trace supportMichal Simek2009-12-143-0/+69
| * | | microblaze: Add IRQENTRY_TEXT to ldsMichal Simek2009-12-141-2/+3
| * | | microblaze: __init_begin symbol must be alignedMichal Simek2009-12-141-0/+1
| * | | microblaze: GPIO reset supportMichal Simek2009-12-146-30/+171
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-12-1417-315/+1146
|\ \ \ \
| * | | | md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-142-5/+63
| * | | | md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-141-2/+6
| * | | | md: integrate spares into array at earliest opportunity.NeilBrown2009-12-141-7/+6
| * | | | md: move compat_ioctl handling into md.cArnd Bergmann2009-12-142-18/+23
| * | | | md: revise Kconfig help for MD_MULTIPATHNeilBrown2009-12-141-5/+4
| * | | | md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-149-0/+9
| * | | | raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-143-0/+112
| * | | | md/raid10: print more useful messages on device failure.Robert Becker2009-12-141-3/+29
| * | | | md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown2009-12-141-0/+6
| * | | | md: Support write-intent bitmaps with externally managed metadata.NeilBrown2009-12-144-33/+137