aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-28[MIPS] Fix handling of trap and breakpoint instructionsRalf Baechle
2008-04-28[MIPS] Pb1200: do register SMC 91C111Sergei Shtylyov
2008-04-28[MIPS] DBAu1200: fix bad SMC 91C111 resource sizeSergei Shtylyov
2008-04-28[NET] Kconfig: Rename MIKROTIK_RB500 -> MIKROTIK_RB532Ralf Baechle
2008-04-28[MIPS] IP27: Fix build bug due to missing includeAdrian Bunk
2008-04-28[MIPS] Fix some sparse warnings on traps.c and irq-msc01.cAtsushi Nemoto
2008-04-28[MIPS] cevt-gt641xx: Kill unnecessary includeAtsushi Nemoto
2008-04-28[MIPS] DS1287: Add clockevent driverYoichi Yuasa
2008-04-28[MIPS] add DECstation I/O ASIC clocksourceYoichi Yuasa
2008-04-28[MIPS] rbtx4938: minor cleanupAtsushi Nemoto
2008-04-28[MIPS] Alchemy: kill unused PCI_IRQ_TABLE_LOOKUP macroSergei Shtylyov
2008-04-28[MIPS] rbtx4938: misc cleanupsAtsushi Nemoto
2008-04-28[MIPS] jmr3927: use generic txx9 gpioAtsushi Nemoto
2008-04-28[MIPS] rbhma4500: use generic txx9 gpioAtsushi Nemoto
2008-04-28[MIPS] generic txx9 gpio supportAtsushi Nemoto
2008-04-28[MIPS] make fallback gpio.h gpiolib-friendlyAtsushi Nemoto
2008-04-28[MIPS] unexport null_perf_irq() and make it staticDmitri Vorobiev
2008-04-28[MIPS] unexport rtc_mips_set_time()Dmitri Vorobiev
2008-04-28[MIPS] unexport copy_from_user_page()Dmitri Vorobiev
2008-04-28[MIPS] unexport copy_to_user_page()Dmitri Vorobiev
2008-04-28[MIPS] unexport copy_user_highpage()Dmitri Vorobiev
2008-04-28[MIPS] Alchemy: move UART platform code to its proper placeSergei Shtylyov
2008-04-28[MIPS] Alchemy: kill useless #include's, #define's and extern'sSergei Shtylyov
2008-04-28[MIPS] malta_int.c: make 4 variables staticDmitri Vorobiev
2008-04-28[MIPS] make standard_io_resources[] staticDmitri Vorobiev
2008-04-28[MIPS] make plat_perf_setup() staticDmitri Vorobiev
2008-04-28[MIPS] make mdesc and prom_getmdesc() staticDmitri Vorobiev
2008-04-28[MIPS] make mips_ejtag_setup() staticDmitri Vorobiev
2008-04-28[MIPS] make mips_nmi_setup() staticDmitri Vorobiev
2008-04-28[MIPS] replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28[MIPS] remove redundant display of free swap space in show_mem()Johannes Weiner
2008-04-28[MIPS] Alchemy: kill useless time variablesSergei Shtylyov
2008-04-28[MIPS] Alchemy: don't unmask timer IRQ earlySergei Shtylyov
2008-04-28[MIPS] Move arch/mips/philips to arch/mips/nxpDaniel Laird
2008-04-28[MIPS] replace __inline with inlineHarvey Harrison
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle
2008-04-28[MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCitChris Dearman
2008-04-28[MIPS] Add noulri kernel argument to disable "rdhwr $29" usermode support.Chris Dearman
2008-04-28[MIPS] Allow setting of the cache attribute at run time.Chris Dearman
2008-04-28[MIPS] Tidy up cache attributesChris Dearman
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman
2008-04-28[MIPS] Remove TLB sanitation codeChris Dearman
2008-04-28[MIPS] Basic SPRAM supportChris Dearman
2008-04-28[MIPS] Reimplement clear_page/copy_pageThiemo Seufer
2008-04-28kernel-doc: detect trailing kernel-doc line trashRandy Dunlap
2008-04-28kernel-doc: detect/prevent duplicate doc section namesRandy Dunlap
2008-04-28fatfs: fix build warning with 64k PAGE_SIZEOlof Johansson
2008-04-28fat: detect media without partition table correctlyFrank Seidel
2008-04-28FAT_VALID_MEDIA(): remove pointless testAndrew Morton
2008-04-28fat: use __getname()OGAWA Hirofumi