summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-19[MIPS] R2: Implement shadow register allocation without spinlock.Ralf Baechle1-23/+18
2006-04-19[MIPS] Fix VR41xx build errors.Yoichi Yuasa1-0/+13
2006-04-19[MIPS] Fix tx49_blast_icache32_page_indexed.Atsushi Nemoto1-1/+2
2006-04-19[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.Atsushi Nemoto1-0/+4
2006-04-19[MIPS] Use "R" constraint for cache_op.Ralf Baechle1-1/+1
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle100-3388/+1114
2006-04-19[MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle9-67/+260
2006-04-19[MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0.Ralf Baechle2-4/+6
2006-04-19[MIPS] Replace redundant declarations of _end by <asm/sections.h>.Ralf Baechle5-10/+7
2006-04-19[MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle3-32/+45
2006-04-19[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.Ralf Baechle1-1/+1
2006-04-19[MIPS] EV96100: Fix over two year old typo in variable name.Ralf Baechle1-1/+1
2006-04-19[MIPS] Ocelot 3: Fix build errors after the recent move of Marvell headers.Ralf Baechle1-12/+12
2006-04-19[MIPS] MV6434x: Add prototype of interrupt dispatch function.Ralf Baechle1-0/+2
2006-04-19[MIPS] it8172: Fix build of serial driver.Ralf Baechle1-6/+6
2006-04-19[MIPS] ITE: Glue build.Ralf Baechle1-0/+1
2006-04-19[MIPS] MV6434x: The name of the CPP symbol is __mips__, not __MIPS__.Ralf Baechle1-1/+1
2006-04-19[MIPS] Jaguar: Fix build errors after the recent move of Marvell headers.Ralf Baechle1-18/+18
2006-04-19[MIPS] ITE8172: Fix build error due to missmatching prototypes.Ralf Baechle1-3/+0
2006-04-19[MIPS] Fix CONFIG_LIMITED_DMA build.Ralf Baechle1-0/+2
2006-04-19[MIPS] PNX8550 build fix.Ralf Baechle1-0/+1
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle18-44/+40
2006-04-19[MIPS] Fix breakage due to the grand makefile crapectomy.Ralf Baechle1-2/+2
2006-04-19[MIPS] Sort out duplicate exports.Ralf Baechle2-17/+0
2006-04-19[MIPS] Wire up sync_file_range(2).Ralf Baechle6-6/+23
2006-04-19[MIPS] Wire splice syscall.Ralf Baechle5-6/+13
2006-04-19[MIPS] More SHT_* and SHF_* ELF definitions.Ralf Baechle1-2/+43
2006-04-19[MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle2-2/+3
2006-04-19[MIPS] Provide access functions for c0_badvaddr.Ralf Baechle1-0/+3
2006-04-19[MIPS] Some formatting fixes.Ralf Baechle1-3/+3
2006-04-19[MIPS] Fixup printk in mips_srs_init.Ralf Baechle1-1/+2
2006-04-19[MIPS] Remove redundant initialization of sr_allocated.Ralf Baechle1-2/+0
2006-04-19[MIPS] Make set_vi_srs_handler static.Ralf Baechle2-2/+1
2006-04-19[MIPS] Cleanup free_initmem the same way as i386 did.Ralf Baechle1-25/+23
2006-04-19[MIPS] Added tb0287_defconfig back.Yoichi Yuasa1-0/+1096
2006-04-18x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds1-2/+14
2006-04-18x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds1-2/+6
2006-04-18Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-133/+152
2006-04-18[PATCH] i386: Move CONFIG_DOUBLEFAULT into arch/i386 where it belongs.Andi Kleen2-9/+9
2006-04-18[PATCH] x86_64: Add tee and sync_file_rangeAndi Kleen2-1/+4
2006-04-18[PATCH] x86_64: Increase NUMA hash function nodemapAndi Kleen1-1/+2
2006-04-18[PATCH] x86_64: x86_64 add crashdump trigger pointsVivek Goyal1-0/+5
2006-04-18[PATCH] i386/x86-64: Fix ACPI disabled LAPIC handling mismergeAndi Kleen1-1/+4
2006-04-18[PATCH] x86_64: Update defconfigAndi Kleen1-6/+13
2006-04-18Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-15/+43
2006-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds22-120/+191
2006-04-18[PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fixOGAWA Hirofumi1-7/+12
2006-04-18powerpc: Use correct sequence for putting CPU into nap modePaul Mackerras8-65/+109
2006-04-18drm: Fix further issues in drivers/char/drm/via_irq.cJayachandran C1-3/+4
2006-04-18drivers/char/drm/drm_memory.c: possible cleanupsAdrian Bunk4-30/+25