summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-29[MIPS] IP28 supportThomas Bogendoerfer
2008-01-29[MIPS] Remove CONFIG_SIBYTE_PT{1120,1125,SWARM}Ralf Baechle
2008-01-29[MIPS] Use correct dma flushing in dma_cache_sync()Thomas Bogendoerfer
2008-01-29[MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer
2008-01-29[MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500Atsushi Nemoto
2008-01-29[MIPS] IP22/IP28: fix extracting board/chip revThomas Bogendoerfer
2008-01-29[MIPS] Use real cache invalidateThomas Bogendoerfer
2008-01-29[MIPS] SMP: Call platform methods via ops structure.Ralf Baechle
2008-01-29[MIPS] Cleanup pcspeaker platform device registration.Ralf Baechle
2008-01-29[MIPS] MT: Scheduler support for SMTRalf Baechle
2008-01-29[MIPS] tlbex.c: cleanup debug codeFranck Bui-Huu
2008-01-29[MIPS] tlbex.c: use __cacheline_aligned instead of __tlb_handler_align Franck Bui-Huu
2008-01-29[MIPS] tlbex.c: cleanup include filesFranck Bui-Huu
2008-01-29[MIPS] tlbex.c: Cleanup __init usages.Franck Bui-Huu
2008-01-29[MIPS] Delete now-unreferenced i2c-yosemite.h header file.Robert P. J. Day
2008-01-29[MIPS] Remove duplicate includes.Lucas Woods
2008-01-29[MIPS] ARC: Use strchr instead of strstr.Roel Kluin
2008-01-29[MIPS] Remove useless S-cache flushes.Ralf Baechle
2008-01-29[MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT.Ralf Baechle
2008-01-29[MIPS] Put cast inside macro instead of all the callersAndrew Sharp
2008-01-29[MIPS] clean up au1xxx_irqmap.c include filesYoichi Yuasa
2008-01-29[MIPS] remove unused mips_machtypeYoichi Yuasa
2008-01-29[MIPS] CFE: Make code remotely resemble Linux code.Christoph Hellwig
2008-01-29[MIPS] cleanup tx39/tx49 setup codeAtsushi Nemoto
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki
2008-01-29[MIPS] R4000/R4400 errata workaroundsMaciej W. Rozycki
2008-01-29[MIPS] Converting most array size calculations to use ARRAY_SIZE().Alejandro Martinez Ruiz
2008-01-29[MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers.Ralf Baechle
2008-01-29[MIPS] Delete unused CONFIG_64BIT_CONTEXTRalf Baechle
2008-01-29[MIPS] Delete unused CONFIG_DMA_IP32.Ralf Baechle
2008-01-29Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman
2008-01-29module: add module taint on ndiswrapperJon Masters
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng
2008-01-29module: make module_address_lookup safeRusty Russell
2008-01-29module: better OOPS and lockdep coverage for loading modulesRusty Russell
2008-01-29module: Fix gratuitous sprintf in module.cRusty Russell
2008-01-29module: wait for dependent modules doing init.Rusty Russell
2008-01-29module: Don't report discarded init pages as kernel text.Rusty Russell
2008-01-28jbd2: sparse pointer use of zero as nullMingming Cao
2008-01-28jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeupMingming Cao
2008-01-28jbd2: Mark jbd2 slabs as SLAB_TEMPORARYMingming Cao
2008-01-28jbd2: add lockdep supportMingming Cao
2008-01-28ext4: Use the ext4_ext_actual_len() helper functionAneesh Kumar K.V
2008-01-28ext4: fix uniniatilized extent splitting errorDmitry Monakhov
2008-01-28ext4: Check for return value from sb_set_blocksizeAneesh Kumar K.V
2008-01-28ext4: Add stripe= option to /proc/mountsMiklos Szeredi
2008-01-28ext4: Enable the multiblock allocator by defaultAneesh Kumar K.V
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas
2008-01-28ext4: Add new functions for searching extent treeAlex Tomas
2008-01-28ext4: Add ext4_find_next_bit()Aneesh Kumar K.V