summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* async_pq: kill a stray dma_map() call and other cleanupsDan Williams2009-10-191-7/+8
* md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams2009-10-191-3/+3
* raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2009-10-162-14/+35
* md/async: don't pass a memory pointer as a page pointer.NeilBrown2009-10-163-18/+17
* md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-162-20/+19
* md: fix problems with RAID6 calculations for DDF.NeilBrown2009-10-162-8/+14
* md/raid456: downlevel multicore operations to raid_run_opsDan Williams2009-10-162-36/+51
* md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov2009-10-166-58/+54
* md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown2009-10-161-4/+5
* md: raid1/raid10: handle allocation errors during array setup.NeilBrown2009-10-162-4/+5
* md/raid5: initialize conf->device_lock earlierDan Williams2009-10-161-13/+12
* md/raid1/raid10: add a cond_reschedNeilBrown2009-10-162-0/+2
* Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown2009-10-161-13/+6
* Merge branch 'cputime' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-241-1/+6
|\
| * [PATCH] Fix idle time field in /proc/uptimeMichael Abbott2009-09-241-1/+6
* | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-09-2427-117/+439
|\ \
| * | microblaze: Disable heartbeat/enable emaclite in defconfigsMichal Simek2009-09-242-28/+37
| * | microblaze: Support simpleImage.dts make targetMichal Simek2009-09-244-6/+66
| * | microblaze: Fix _start symbol to physical addressMichal Simek2009-09-221-0/+1
| * | microblaze: Use LOAD_OFFSET macro to get correct LMA for all sectionsMichal Simek2009-09-221-15/+19
| * | microblaze: Create the LOAD_OFFSET macro used to compute VMA vs LMA offsetsJohn Williams2009-09-221-0/+3
| * | microblaze: Copy ppc asm-compat.h for clean handling of constants in asm and CJohn Williams2009-09-221-0/+17
| * | microblaze: Actually show KiB rather than pages in "Freeing initrd memory:"Lennart Sorensen2009-09-221-1/+2
| * | microblaze: Support ptrace syscall tracing.Michal Simek2009-09-222-12/+122
| * | microblaze: Updated CPU version and FPGA family codes in PVRJohn Williams2009-09-221-0/+3
| * | microblaze: Generate correct signal and siginfo for integer div-by-zeroMichal Simek2009-09-221-1/+1
| * | microblaze: Don't be noisy when userspace causes hardware exceptionsMichal Simek2009-09-221-11/+20
| * | microblaze: Remove ipc.h file which points to non-existing asm-generic fileMichal Simek2009-09-221-1/+0
| * | microblaze: Clear sticky FSR register after generating exception signalsJohn Williams2009-09-221-0/+2
| * | microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams2009-09-221-0/+1
| * | microblaze: Use correct kbuild variable KBUILD_CFLAGSJohn Williams2009-09-221-2/+2
| * | microblaze: Save and restore msr in hw exceptionMichal Simek2009-09-221-2/+6
| * | microblaze: Add architectural support for USB EHCI host controllersJulie Zhu2009-09-223-1/+4
| * | microblaze: Implement include/asm/syscall.h.Michal Simek2009-09-211-0/+99
| * | microblaze: Improve checking mechanism for MSR instructionMichal Simek2009-09-211-8/+5
| * | microblaze: Add checking mechanism for MSR instructionMichal Simek2009-09-213-4/+27
| * | microblaze: Cleanup linker script using new linker script macros.Tim Abbott2009-09-211-31/+8
| * | microblaze: Enable GCOV_PROFILE_ALLMichal Simek2009-09-211-1/+1
| * | gcov: Fix DEBUG_FS symbolMichal Simek2009-09-211-1/+1
| * | mtd: Enable Open Firmware initialisation of MTD devices and maps for MicroBlazeJohn Williams2009-09-212-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-243-18/+165
|\ \ \
| * | | module: don't call percpu_modfree on NULL pointer.Rusty Russell2009-09-251-1/+1
| * | | module: fix memory leak when load fails after srcversion/version allocatedRusty Russell2009-09-251-0/+12
| * | | module: preferred way to use MODULE_AUTHORJohannes Berg2009-09-251-1/+4
| * | | param: allow whitespace as kernel parameter separatorPeter Oberparleiter2009-09-251-3/+4
| * | | module: reduce string table for loaded modules (v2)Jan Beulich2009-09-252-13/+57
| * | | module: reduce symbol table for loaded modules (v2)Jan Beulich2009-09-252-7/+94
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2009-09-2431-1981/+2740
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Chris Mason2009-09-2431-1981/+2740
| |\ \ \ | | |/ / | |/| |
| | * | Btrfs: hash the btree inode during fill_superYan Zheng2009-09-241-0/+1