summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-29[MIPS] Cleanup pcspeaker platform device registration.Ralf Baechle5-34/+29
2008-01-29[MIPS] MT: Scheduler support for SMTRalf Baechle7-2/+73
2008-01-29[MIPS] tlbex.c: cleanup debug codeFranck Bui-Huu1-57/+26
2008-01-29[MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align Franck Bui-Huu1-6/+3
2008-01-29[MIPS] tlbex.c: cleanup include filesFranck Bui-Huu1-6/+0
2008-01-29[MIPS] tlbex.c: Cleanup __init usages.Franck Bui-Huu1-49/+49
2008-01-29[MIPS] Delete now-unreferenced i2c-yosemite.h header file.Robert P. J. Day1-96/+0
2008-01-29[MIPS] Remove duplicate includes.Lucas Woods2-2/+0
2008-01-29[MIPS] ARC: Use strchr instead of strstr.Roel Kluin1-1/+1
2008-01-29[MIPS] Remove useless S-cache flushes.Ralf Baechle1-9/+0
2008-01-29[MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT.Ralf Baechle1-1/+1
2008-01-29[MIPS] Put cast inside macro instead of all the callersAndrew Sharp2-7/+7
2008-01-29[MIPS] clean up au1xxx_irqmap.c include filesYoichi Yuasa1-19/+2
2008-01-29[MIPS] remove unused mips_machtypeYoichi Yuasa18-149/+0
2008-01-29[MIPS] CFE: Make code remotely resemble Linux code.Christoph Hellwig4-309/+167
2008-01-29[MIPS] cleanup tx39/tx49 setup codeAtsushi Nemoto7-280/+7
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki11-83/+227
2008-01-29[MIPS] R4000/R4400 errata workaroundsMaciej W. Rozycki7-30/+148
2008-01-29[MIPS] Converting most array size calculations to use ARRAY_SIZE().Alejandro Martinez Ruiz4-5/+4
2008-01-29[MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers.Ralf Baechle1-8/+6
2008-01-29[MIPS] Delete unused CONFIG_64BIT_CONTEXTRalf Baechle1-9/+0
2008-01-29[MIPS] Delete unused CONFIG_DMA_IP32.Ralf Baechle1-4/+0
2008-01-29Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman1-0/+10
2008-01-29module: add module taint on ndiswrapperJon Masters1-1/+1
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng1-5/+3
2008-01-29module: make module_address_lookup safeRusty Russell3-25/+30
2008-01-29module: better OOPS and lockdep coverage for loading modulesRusty Russell1-18/+20
2008-01-29module: Fix gratuitous sprintf in module.cRusty Russell1-1/+1
2008-01-29module: wait for dependent modules doing init.Rusty Russell1-5/+23
2008-01-29module: Don't report discarded init pages as kernel text.Rusty Russell1-1/+2
2008-01-28jbd2: sparse pointer use of zero as nullMingming Cao1-6/+6
2008-01-28jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeupMingming Cao1-1/+1
2008-01-28jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao2-4/+6
2008-01-28jbd2: add lockdep supportMingming Cao2-0/+15
2008-01-28ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V1-11/+13
2008-01-28ext4: fix uniniatilized extent splitting errorDmitry Monakhov1-2/+3
2008-01-28ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V1-10/+5
2008-01-28ext4: Add stripe= option to /proc/mountsMiklos Szeredi1-0/+2
2008-01-28ext4: Enable the multiblock allocator by defaultAneesh Kumar K.V1-0/+7
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas13-38/+4900
2008-01-28ext4: Add new functions for searching extent treeAlex Tomas2-0/+146
2008-01-28ext4: Add ext4_find_next_bit()Aneesh Kumar K.V9-0/+62
2008-01-28ext4: fix up EXT4FS_DEBUG buildsEric Sandeen3-12/+12
2008-01-28ext4: Fix ext4_show_options to show the correct mount options.Aneesh Kumar K.V1-11/+15
2008-01-28ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V6-3/+572
2008-01-28ext4: Add inode version support in ext4Jean Noel Cordenner5-22/+45
2008-01-28vfs: Add 64 bit i_version supportJean Noel Cordenner4-6/+33
2008-01-28ext4: Add the journal checksum featureGirish Shilamkar8-62/+388
2008-01-28jbd2: jbd2 stats through procfsJohann Lombardi5-2/+481
2008-01-28ext4: Take read lock during overwrite case.Aneesh Kumar K.V1-8/+24