summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/willy/parisc-2.6Linus Torvalds16-200/+360
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds48-250/+5819
2006-10-04[PATCH] git-powerpc: wrapper: don't require execute permissionsAndrew Morton1-1/+1
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman2-3/+3
2006-10-04[PATCH] msi: move the ia64 code into arch/ia64Eric W. Biederman4-0/+375
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2-50/+120
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2-0/+186
2006-10-04[PATCH] Add Hypertransport capability definesEric W. Biederman1-1/+1
2006-10-04[PATCH] genirq: x86_64 irq: Kill irq compressionEric W. Biederman2-46/+1
2006-10-04[PATCH] genirq: x86_64 irq: Kill gsi_irq_sharingEric W. Biederman2-65/+1
2006-10-04[PATCH] genirq: x86_64 irq: make vector_irq per cpuEric W. Biederman3-49/+138
2006-10-04[PATCH] genirq: x86_64 irq: Make the external irq handlers report their vecto...Eric W. Biederman3-39/+32
2006-10-04[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman3-142/+50
2006-10-04[PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vectorEric W. Biederman1-100/+47
2006-10-04[PATCH] genirq: i386 irq: Move msi message composition into io_apic.cEric W. Biederman1-0/+70
2006-10-04[PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.cEric W. Biederman1-0/+74
2006-10-04[PATCH] genirq: x86_64 irq: Dynamic irq supportEric W. Biederman1-5/+46
2006-10-04[PATCH] genirq: i386 irq: Dynamic irq supportEric W. Biederman1-0/+48
2006-10-04[PATCH] genirq: ia64 irq: Dynamic irq supportEric W. Biederman1-0/+20
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2-39/+0
2006-10-04[PATCH] genirq: x86_64 irq: Reenable migrating irqs to other cpusEric W. Biederman1-3/+33
2006-10-04[PATCH] genirq: convert the i386 architecture to irq-chipsIngo Molnar3-144/+80
2006-10-04[PATCH] genirq: convert the x86_64 architecture to irq-chipsIngo Molnar3-141/+44
2006-10-04[PARISC] Kill wall_jiffies useAndrew Morton1-3/+0
2006-10-04[PARISC] Honour "panic_on_oops" sysctlHelge Deller1-0/+10
2006-10-04[PARISC] Export clear_user_page to modulesMatthew Wilcox1-2/+2
2006-10-04[PARISC] Fix CONFIG_DEBUG_SPINLOCKMatthew Wilcox1-3/+0
2006-10-04[PARISC] Fix HPUX compat compile with current GCCMatthew Wilcox1-1/+1
2006-10-04[PARISC] Fix iounmap compile warningMatthew Wilcox1-1/+1
2006-10-04[PARISC] Add hardware found in the rp8400Matthew Wilcox1-0/+3
2006-10-04[PARISC] Allow nested interruptsJames Bottomley2-63/+89
2006-10-04[PARISC] Further updates to timer_interrupt()Grant Grundler1-62/+65
2006-10-04[PARISC] remove halftick and copy clocktick to local var (gcc can optimize us...Grant Grundler1-15/+31
2006-10-04[PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math.Grant Grundler1-44/+96
2006-10-04[PARISC] Add new function to start local Interval Timer, start_cpu_itimer()Grant Grundler2-10/+14
2006-10-04[PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler1-2/+3
2006-10-04[PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin1-1/+1
2006-10-04[PARISC] Allow overriding personality with sys_personalityKyle McMartin2-2/+47
2006-10-04[PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin2-26/+3
2006-10-04[PARISC] parisc specific kmap API implementation for pa8800James Bottomley1-1/+44
2006-10-04[PARISC] Fix up parisc irq handling for genirq changesKyle McMartin1-1/+1
2006-10-04[PARISC] Abstract shift register left in .SKyle McMartin1-15/+4
2006-10-04[PARISC] Remove variables decls duplicated from asm-generic/sections.hKyle McMartin1-13/+10
2006-10-04[PARISC] PA7200 also supports prefetch for readKyle McMartin1-1/+1
2006-10-04[POWERPC] Add support for the mpc832x mds boardKim Phillips3-0/+247
2006-10-04[POWERPC] Add initial support for the e300c2 coreKim Phillips1-2/+13
2006-10-04[POWERPC] Add MPC8360EMDS default dts fileLi Yang1-0/+375
2006-10-04[POWERPC] Add MPC8360EMDS board supportLi Yang2-0/+1237
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang11-0/+2342
2006-10-04Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras11-9/+1165