aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-29[MIPS] RM: Collected changesThomas Bogendoerfer17-338/+878
2008-01-29[MIPS] Alchemy: Au1210/Au1250 CPU supportManuel Lauss4-2/+15
2008-01-29[MIPS] Eleminate local symbols from the symbol table.Ralf Baechle7-281/+282
2008-01-29[MIPS] Fulong: don't reinitialize pci_probe_only to it's default value.Ralf Baechle1-3/+0
2008-01-29[MIPS] BCM1480: Use constants instead of magic numbers in PCI code.Ralf Baechle2-4/+4
2008-01-29[MIPS] IP28 supportThomas Bogendoerfer10-10/+693
2008-01-29[MIPS] Remove CONFIG_SIBYTE_PT{1120,1125,SWARM}Ralf Baechle47-81/+2
2008-01-29[MIPS] Use correct dma flushing in dma_cache_sync()Thomas Bogendoerfer1-1/+1
2008-01-29[MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer4-0/+24
2008-01-29[MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500Atsushi Nemoto7-3/+178
2008-01-29[MIPS] IP22/IP28: fix extracting board/chip revThomas Bogendoerfer1-2/+2
2008-01-29[MIPS] Use real cache invalidateThomas Bogendoerfer2-2/+9
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle27-485/+681
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