summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-04-18161-3910/+6501
|\
| * [MIPS] Use __ffs() instead of ffs() for waybit calculation.Atsushi Nemoto2006-04-192-9/+9
| * [MIPS] Fix Makefile bugs for MIPS32/MIPS64 R1 and R2.Ralf Baechle2006-04-191-4/+4
| * [MIPS] Handle IDE PIO cache aliases on SMP.Ralf Baechle2006-04-195-0/+15
| * [MIPS] Make mips_srs_init static.Ralf Baechle2006-04-191-1/+1
| * [MIPS] kgdb: Let gcc compute the array size itself.Ralf Baechle2006-04-191-1/+1
| * [MIPS] FPU affinity for MT ASE.Ralf Baechle2006-04-196-1/+72
| * [MIPS] MT: Improved multithreading support.Ralf Baechle2006-04-1935-155/+2796
| * [MIPS] kpsd and other AP/SP improvements.Ralf Baechle2006-04-195-380/+1205
| * [MIPS] R2: Instruction hazard barrier.Ralf Baechle2006-04-191-0/+15
| * [MIPS] R2: Implement shadow register allocation without spinlock.Ralf Baechle2006-04-191-23/+18
| * [MIPS] Fix VR41xx build errors.Yoichi Yuasa2006-04-191-0/+13
| * [MIPS] Fix tx49_blast_icache32_page_indexed.Atsushi Nemoto2006-04-191-1/+2
| * [MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.Atsushi Nemoto2006-04-191-0/+4
| * [MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2006-04-19100-3388/+1114
| * [MIPS] Fix the crime against humanity that mipsIRQ.S is.Ralf Baechle2006-04-197-47/+243
| * [MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0.Ralf Baechle2006-04-192-4/+6
| * [MIPS] Replace redundant declarations of _end by <asm/sections.h>.Ralf Baechle2006-04-195-10/+7
| * [MIPS] JMR3927 build fixes for the RTC code.Ralf Baechle2006-04-191-30/+30
| * [MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.Ralf Baechle2006-04-191-1/+1
| * [MIPS] EV96100: Fix over two year old typo in variable name.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Ocelot 3: Fix build errors after the recent move of Marvell headers.Ralf Baechle2006-04-191-12/+12
| * [MIPS] ITE: Glue build.Ralf Baechle2006-04-191-0/+1
| * [MIPS] Jaguar: Fix build errors after the recent move of Marvell headers.Ralf Baechle2006-04-191-18/+18
| * [MIPS] ITE8172: Fix build error due to missmatching prototypes.Ralf Baechle2006-04-191-3/+0
| * [MIPS] Fix CONFIG_LIMITED_DMA build.Ralf Baechle2006-04-191-0/+2
| * [MIPS] PNX8550 build fix.Ralf Baechle2006-04-191-0/+1
| * [MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2006-04-1917-44/+39
| * [MIPS] Fix breakage due to the grand makefile crapectomy.Ralf Baechle2006-04-191-2/+2
| * [MIPS] Sort out duplicate exports.Ralf Baechle2006-04-192-17/+0
| * [MIPS] Wire up sync_file_range(2).Ralf Baechle2006-04-195-0/+14
| * [MIPS] Wire splice syscall.Ralf Baechle2006-04-194-0/+4
| * [MIPS] Fix vectored interrupt support in TLB exception handler generator.Ralf Baechle2006-04-191-2/+2
| * [MIPS] Some formatting fixes.Ralf Baechle2006-04-191-3/+3
| * [MIPS] Fixup printk in mips_srs_init.Ralf Baechle2006-04-191-1/+2
| * [MIPS] Remove redundant initialization of sr_allocated.Ralf Baechle2006-04-191-2/+0
| * [MIPS] Make set_vi_srs_handler static.Ralf Baechle2006-04-191-1/+1
| * [MIPS] Cleanup free_initmem the same way as i386 did.Ralf Baechle2006-04-191-25/+23
| * [MIPS] Added tb0287_defconfig back.Yoichi Yuasa2006-04-191-0/+1096
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-04-181-1/+1
|\ \
| * | [SPARC64]: Fix dependencies of HUGETLB_PAGE_SIZE_64KJean-Luc Léger2006-04-181-1/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-04-181-5/+5
|\ \
| * | [CPUFREQ] powernow-k8.c: fix a check-after-useAdrian Bunk2006-04-181-2/+5
| * | [CPUFREQ] Remove duplicate check in powernow-k8Tobias Klauser2006-04-181-3/+0
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-04-182-6/+15
|\ \ | |/ |/|
| * [ARM] 3479/1: Corgi SSP: Fix potential concurrent access problemRichard Purdie2006-04-181-6/+3
| * [ARM] 3478/1: SharpSL SCOOP: Fix potenial build failureRichard Purdie2006-04-181-0/+12
* | [PATCH] i386: Move CONFIG_DOUBLEFAULT into arch/i386 where it belongs.Andi Kleen2006-04-181-0/+9
* | [PATCH] x86_64: Add tee and sync_file_rangeAndi Kleen2006-04-181-0/+1
* | [PATCH] x86_64: x86_64 add crashdump trigger pointsVivek Goyal2006-04-181-0/+5
OpenPOWER on IntegriCloud