aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-01-2934-427/+437
|\
| * [MIPS] Malta, Atlas: move an extern function declaration to the header fileDmitri Vorobiev2008-01-291-0/+4
| * [MIPS] Malta, Atlas, Sead: remove an extern from .c filesDmitri Vorobiev2008-01-291-0/+2
| * [MIPS] Qemu: Remove platform.Ralf Baechle2008-01-292-57/+0
| * [MIPS] Delete CONFIG_MSP_FPGARalf Baechle2008-01-291-4/+0
| * [MIPS] remove unneeded button check for resetYoichi Yuasa2008-01-291-14/+1
| * [MIPS] time: remove unused mips_timer_state()Yoichi Yuasa2008-01-291-8/+1
| * [MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocacheRalf Baechle2008-01-291-10/+0
| * [MIPS] RM: Collected changesThomas Bogendoerfer2008-01-293-68/+94
| * [MIPS] Alchemy: Au1210/Au1250 CPU supportManuel Lauss2008-01-291-2/+2
| * [MIPS] IP28 supportThomas Bogendoerfer2008-01-295-4/+104
| * [MIPS] Remove CONFIG_SIBYTE_PT{1120,1125,SWARM}Ralf Baechle2008-01-292-22/+2
| * [MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer2008-01-291-0/+8
| * [MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500Atsushi Nemoto2008-01-291-0/+1
| * [MIPS] IP22/IP28: fix extracting board/chip revThomas Bogendoerfer2008-01-291-2/+2
| * [MIPS] Use real cache invalidateThomas Bogendoerfer2008-01-291-0/+7
| * [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-293-58/+61
| * [MIPS] MT: Scheduler support for SMTRalf Baechle2008-01-293-1/+23
| * [MIPS] Put cast inside macro instead of all the callersAndrew Sharp2008-01-291-1/+1
| * [MIPS] remove unused mips_machtypeYoichi Yuasa2008-01-291-104/+0
| * [MIPS] CFE: Make code remotely resemble Linux code.Christoph Hellwig2008-01-292-87/+19
| * [MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki2008-01-293-4/+29
| * [MIPS] R4000/R4400 errata workaroundsMaciej W. Rozycki2008-01-293-2/+97
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-01-2915-80/+181
|\ \
| * | Introduce new section reference annotations tags: __ref, __refdata, __refconstSam Ravnborg2008-01-282-7/+30
| * | asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependenciesAdrian Bunk2008-01-281-2/+1
| * | remove __attribute_used__Adrian Bunk2008-01-2813-24/+16
| * | Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg2008-01-282-45/+120
| * | compiler.h: introduce __section()Sam Ravnborg2008-01-282-13/+18
| * | all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-0/+7
| * | A few corrections to include/linux/KbuildRobert P. J. Day2008-01-281-4/+4
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2008-01-291-9/+13
|\ \
| * | module: make module_address_lookup safeRusty Russell2008-01-291-9/+13
| |/
* | jbd2: add lockdep supportMingming Cao2008-01-281-0/+4
* | ext4: Add multi block allocator for ext4Alex Tomas2008-01-293-1/+131
* | ext4: Add new functions for searching extent treeAlex Tomas2008-01-281-0/+4
* | ext4: Add ext4_find_next_bit()Aneesh Kumar K.V2008-01-288-0/+19
* | ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V2008-01-282-0/+6
* | ext4: Add inode version support in ext4Jean Noel Cordenner2008-01-282-2/+20
* | vfs: Add 64 bit i_version supportJean Noel Cordenner2008-01-281-1/+4
* | ext4: Add the journal checksum featureGirish Shilamkar2008-01-282-5/+34
* | jbd2: jbd2 stats through procfsJohann Lombardi2008-01-281-0/+77
* | ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-282-24/+7
* | ext4: Make ext4_get_blocks_wrap take the truncate_mutex early.Aneesh Kumar K.V2008-01-281-0/+2
* | jbd2: Fix assertion failure in fs/jbd2/checkpoint.cJan Kara2008-01-281-0/+2
* | jbd2: Remove printk from J_ASSERT to preserve registers during BUGChris Snook2008-01-281-15/+1
* | Add buffer head related helper functionsAneesh Kumar K.V2008-01-281-0/+2
* | ext4: sync up block group descriptor with e2fsprogs.Coly Li2008-01-281-0/+5
* | ext4: store maxbytes for bitmapped files and return EFBIG as appropriateEric Sandeen2008-01-281-0/+1
* | ext4: Support large filesAneesh Kumar K.V2008-01-281-1/+2