Age | Commit message (Expand) | Author | Files | Lines |
2007-08-27 | [MIPS] IP27: intr_sconnect_level: don't disable interrupts. | Ralf Baechle | 1 | -3/+0 |
2007-08-27 | [MIPS] IP27: startup_bridge_irq: connect interrupt. | Ralf Baechle | 1 | -0/+2 |
2007-08-27 | [MIPS] IP27: shutdown_bridge_irq: don't free irq. | Ralf Baechle | 1 | -3/+0 |
2007-08-27 | [MIPS] SMP: Scatter __cpuinit over the code as needed. | Ralf Baechle | 1 | -2/+2 |
2007-08-01 | [MIPS] Use -Werror on subdirectories which build cleanly. | Ralf Baechle | 1 | -0/+2 |
2007-08-01 | [MIPS] IP27: Fix warning. | Ralf Baechle | 1 | -7/+9 |
2007-08-01 | [MIPS] IP27: Fix modpost warning. | Ralf Baechle | 1 | -1/+1 |
2007-07-10 | [MIPS] Remove unused dump_tlb functions | Atsushi Nemoto | 1 | -1/+0 |
2007-06-11 | [MIPS] Fix IP27 build | Atsushi Nemoto | 1 | -1/+1 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-03-07 | [MIPS] IP27: Build fix | Ralf Baechle | 1 | -2/+0 |
2007-03-04 | [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are. | Ralf Baechle | 1 | -34/+1 |
2007-02-27 | [MIPS] Kill redundant EXTRA_AFLAGS | Atsushi Nemoto | 1 | -2/+0 |
2007-02-19 | [MIPS] Add external declaration of pagetable_init() to pgalloc.h | Atsushi Nemoto | 1 | -1/+1 |
2007-02-19 | [MIPS] IP27: Fix warning. | Ralf Baechle | 1 | -1/+1 |
2007-02-06 | [MIPS] use name instead of typename for each irq_chip | Atsushi Nemoto | 2 | -2/+2 |
2007-02-06 | [MIPS] prom_free_prom_memory cleanup | Atsushi Nemoto | 1 | -2/+1 |
2006-12-06 | [MIPS] Compile __do_IRQ() when really needed | Franck Bui-Huu | 2 | -13/+0 |
2006-11-30 | [MIPS] mips HPT cleanup: make clocksource_mips public | Atsushi Nemoto | 1 | -2/+2 |
2006-11-30 | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2 | -2/+3 |
2006-11-30 | [MIPS] IRQ cleanups | Atsushi Nemoto | 2 | -34/+10 |
2006-11-06 | [MIPS] Make irq number allocator generally available for fixing EV64120. | Ralf Baechle | 2 | -25/+0 |
2006-10-31 | [MIPS] Fixup migration to GENERIC_TIME | Atsushi Nemoto | 1 | -9/+7 |
2006-10-11 | [MIPS] IP27: Make declaration of setup_replication_mask a proper prototype. | Ralf Baechle | 1 | -1/+1 |
2006-10-09 | [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. | Ralf Baechle | 1 | -1/+0 |
2006-10-08 | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 2 | -15/+15 |
2006-10-01 | [PATCH] kill wall_jiffies | Atsushi Nemoto | 1 | -2/+0 |
2006-09-29 | [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) | Atsushi Nemoto | 1 | -1/+1 |
2006-09-26 | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h | Christoph Lameter | 1 | -0/+1 |
2006-09-26 | [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations | Christoph Lameter | 1 | -1/+1 |
2006-07-14 | [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. | Ralf Baechle | 1 | -4/+2 |
2006-07-14 | [MIPS] IP27: Reformatting. | Ralf Baechle | 1 | -4/+4 |
2006-07-14 | [MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown. | Ralf Baechle | 1 | -0/+4 |
2006-07-14 | [MIPS] IP27: irq_chip startup method returns unsigned int. | Ralf Baechle | 1 | -1/+2 |
2006-07-14 | [MIPS] IP27: struct irq_desc member handler was renamed to chip. | Ralf Baechle | 1 | -1/+1 |
2006-07-14 | [MIPS] Eleminate interrupt migration helper use. | Ralf Baechle | 2 | -2/+2 |
2006-07-14 | [MIPS] IP27: Don't destroy interrupt routing information on shutdown irq. | Ralf Baechle | 1 | -2/+0 |
2006-07-03 | [PATCH] irq-flags: MIPS: Use the new IRQF_ constants | Thomas Gleixner | 2 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 5 | -5/+0 |
2006-06-30 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 3 | -28/+26 |
2006-06-30 | [MIPS] Early printk for IP27. | Ralf Baechle | 2 | -27/+24 |
2006-06-30 | [MIPS] Fix build error: don't offer SMP on systems that don't have SMP. | Ralf Baechle | 1 | -1/+2 |
2006-06-29 | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 1 | -1/+1 |
2006-06-19 | [MIPS] Cleanup memory managment initialization. | Ralf Baechle | 1 | -1/+1 |
2006-06-19 | [MIPS] IP27: Cleanup N/M mode configuration. | Ralf Baechle | 1 | -5/+20 |
2006-06-19 | [MIPS] SN: Rename SGI_SN0_N_MODE -> SGI_SN_N_MODE. | Ralf Baechle | 2 | -2/+2 |
2006-06-19 | [MIPS] Cleanup ARCH_DISCONTIGMEM_ENABLE and NUMA configuration. | Ralf Baechle | 1 | -17/+0 |
2006-06-19 | [MIPS] IP27: Fix collision with hardcoded interrupt number. | Ralf Baechle | 2 | -3/+60 |
2006-04-27 | [MIPS] Fix ip27 build. | Atsushi Nemoto | 1 | -1/+1 |
2006-04-19 | [MIPS] Rewrite all the assembler interrupt handlers to C. | Ralf Baechle | 4 | -55/+23 |