| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [MIPS] tlbex.c: Cleanup __init usages. | Franck Bui-Huu | 2008-01-29 | 1 | -49/+49 |
| * | [MIPS] Delete now-unreferenced i2c-yosemite.h header file. | Robert P. J. Day | 2008-01-29 | 1 | -96/+0 |
| * | [MIPS] Remove duplicate includes. | Lucas Woods | 2008-01-29 | 2 | -2/+0 |
| * | [MIPS] ARC: Use strchr instead of strstr. | Roel Kluin | 2008-01-29 | 1 | -1/+1 |
| * | [MIPS] Remove useless S-cache flushes. | Ralf Baechle | 2008-01-29 | 1 | -9/+0 |
| * | [MIPS] Use pte_present instead of open coded test for _PAGE_PRESENT. | Ralf Baechle | 2008-01-29 | 1 | -1/+1 |
| * | [MIPS] Put cast inside macro instead of all the callers | Andrew Sharp | 2008-01-29 | 1 | -6/+6 |
| * | [MIPS] clean up au1xxx_irqmap.c include files | Yoichi Yuasa | 2008-01-29 | 1 | -19/+2 |
| * | [MIPS] remove unused mips_machtype | Yoichi Yuasa | 2008-01-29 | 17 | -45/+0 |
| * | [MIPS] CFE: Make code remotely resemble Linux code. | Christoph Hellwig | 2008-01-29 | 2 | -222/+148 |
| * | [MIPS] cleanup tx39/tx49 setup code | Atsushi Nemoto | 2008-01-29 | 7 | -280/+7 |
| * | [MIPS] R4000/R4400 daddiu erratum workaround | Maciej W. Rozycki | 2008-01-29 | 8 | -79/+198 |
| * | [MIPS] R4000/R4400 errata workarounds | Maciej W. Rozycki | 2008-01-29 | 4 | -28/+51 |
| * | [MIPS] Converting most array size calculations to use ARRAY_SIZE(). | Alejandro Martinez Ruiz | 2008-01-29 | 4 | -5/+4 |
| * | [MIPS] tlbex: Cleanup handling of R2 hazards in TLB handlers. | Ralf Baechle | 2008-01-29 | 1 | -8/+6 |
| * | [MIPS] Delete unused CONFIG_64BIT_CONTEXT | Ralf Baechle | 2008-01-29 | 1 | -9/+0 |
| * | [MIPS] Delete unused CONFIG_DMA_IP32. | Ralf Baechle | 2008-01-29 | 1 | -4/+0 |
* | | Remove references to "make dep" | Adrian Bunk | 2008-01-28 | 3 | -12/+0 |
* | | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 1 | -4/+4 |
|/ |
|
* | i2c-au1550: Convert to platform driver | Manuel Lauss | 2008-01-27 | 1 | -0/+21 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 1 | -5/+5 |
* | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 1 | -1/+1 |
* | tc35815: Use irq number for tc35815-mac platform device id | Atsushi Nemoto | 2008-01-22 | 1 | -2/+2 |
* | [MIPS] Malta: Fix reading the PCI clock frequency on big-endian | Dmitri Vorobiev | 2008-01-22 | 1 | -1/+1 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-01-14 | 3 | -1/+8 |
|\ |
|
| * | [MIPS] Cobalt: Qube1 has no serial port so don't use it | Thomas Bogendoerfer | 2008-01-15 | 1 | -0/+5 |
| * | [MIPS] Cobalt: Fix ethernet interrupts for RaQ1 | Thomas Bogendoerfer | 2008-01-15 | 1 | -1/+1 |
| * | [MIPS] Kconfig fixes for BCM47XX platform | Aurelien Jarno | 2008-01-15 | 1 | -0/+2 |
* | | [MIPS] Replace 40c7869b693b18412491fdcff64682215b739f9e kludge | Atsushi Nemoto | 2008-01-11 | 2 | -6/+3 |
* | | [MIPS] Lasat: Fix built in separate object directory. | WANG Cong | 2008-01-11 | 1 | -3/+3 |
* | | [MIPS] Malta: Fix software reset on big endian | Dmitri Vorobiev | 2008-01-11 | 1 | -4/+6 |
* | | [MIPS] pnx8xxx: move to clocksource | Vitaly Wool | 2008-01-11 | 1 | -37/+72 |
* | | [MIPS] Wrong CONFIG option prevents setup of DMA zone. | Thomas Bogendoerfer | 2008-01-11 | 1 | -1/+1 |
|/ |
|
* | [MIPS] Fix CONFIG_BOOT_RAW. | Ralf Baechle | 2008-01-07 | 1 | -1/+2 |
* | [MIPS] Assume R4000/R4400 newer than 3.0 don't have the mfc0 count bug | Thomas Bogendoerfer | 2008-01-07 | 1 | -2/+2 |
* | [MIPS] Fix IP32 breakage | Thomas Bogendoerfer | 2008-01-07 | 4 | -13/+19 |
* | [MIPS] Alchemy: Fix use of __init code bug exposed by modpost warning | Sergei Shtylyov | 2008-01-07 | 2 | -29/+32 |
* | [MIPS] Move inclusing of kernel/time/Kconfig menu to appropriate place | Atsushi Nemoto | 2008-01-07 | 1 | -2/+2 |
* | [MIPS] Ensure that ST0_FR is never set on a 32 bit kernel | Chris Dearman | 2007-12-14 | 2 | -5/+4 |
* | [MIPS] time: Delete weak definition of plat_time_init() due to gcc bug. | Ralf Baechle | 2007-12-14 | 1 | -4/+0 |
* | [MIPS] PCI: Make pcibios_fixup_device_resources ignore legacy resources. | Ralf Baechle | 2007-12-14 | 1 | -0/+2 |
* | [MIPS] Atlas, Malta: Don't free firmware memory on free_initmem. | Ralf Baechle | 2007-12-14 | 1 | -0/+2 |
* | [MIPS] Alchemy: fix off by two error in __fixup_bigphys_addr() | Sergei Shtylyov | 2007-12-14 | 1 | -5/+4 |
* | [MIPS] Alchemy: fix PCI resource conflict | Sergei Shtylyov | 2007-12-14 | 2 | -13/+4 |
* | [MIPS] time: Set up Cobalt's mips_hpt_frequency | Yoichi Yuasa | 2007-12-14 | 1 | -1/+20 |
* | [MIPS] Malta: Enable tickless and highres timers. | Ralf Baechle | 2007-12-09 | 1 | -0/+8 |
* | [MIPS] Bigsur: Enable tickless and and highres timers. | Ralf Baechle | 2007-12-09 | 1 | -0/+9 |
* | qemu: do not enable IP7 blindly | Atsushi Nemoto | 2007-12-09 | 1 | -1/+1 |
* | [MIPS] Don't byteswap writes to display when running bigendian | Chris Dearman | 2007-12-09 | 1 | -2/+2 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2007-12-06 | 5 | -17/+52 |
|\ |
|