aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsGravatar Andrew Morton 1-1/+2
2006-10-18PCI: optionally sort device lists breadth-firstGravatar Matt Domsch 2-2/+64
2006-10-18PCI: Turn pci_fixup_video into generic for embedded VGAGravatar eiichiro.oiwa.nm@hitachi.com 1-45/+0
2006-10-17[PATCH] lockdep: annotate i386 apmGravatar Peter Zijlstra 1-10/+27
2006-10-17[PATCH] genirq: clean up irq-flow-type namingGravatar Ingo Molnar 3-11/+15
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsGravatar john stultz 2-4/+4
2006-10-14Pull sci into test branchGravatar Len Brown 1-5/+5
2006-10-14ACPI: SCI interrupt source overrideGravatar Kimball Murray 1-5/+5
2006-10-14ACPI: Processor native C-states using MWAITGravatar Venkatesh Pallipadi 2-8/+136
2006-10-13[PATCH] thermal throttle: sysfs error checkingGravatar Stephen Hemminger 1-9/+12
2006-10-12[VOYAGER] fix up ptregs removal messGravatar James Bottomley 2-9/+7
2006-10-12[VOYAGER] fix genirq messGravatar James Bottomley 1-17/+25
2006-10-11[PATCH] kernel-doc: fix function name in usercopy.cGravatar Randy Dunlap 1-1/+1
2006-10-11[PATCH] x86/microcode: handle sysfs errorGravatar Jeff Garzik 1-2/+6
2006-10-11[PATCH] epoll_pwait()Gravatar Davide Libenzi 1-0/+1
2006-10-11[PATCH] uml: fix processor selection to exclude unsupported processors and fe...Gravatar Paolo 'Blaisorblade' Giarrusso 1-1/+2
2006-10-11[PATCH] use struct irq_chip instead of struct hw_interrupt_typeGravatar Aneesh Kumar K.V 1-1/+1
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationGravatar Mel Gorman 2-12/+12
2006-10-09Merge branch 'irqclean-submit1' of master.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTORGravatar Eric W. Biederman 1-6/+6
2006-10-08[PATCH] i386/x86_64: FIX pci_enable_irq to set dev->irq to the irq numberGravatar Eric W. Biederman 1-4/+0
2006-10-06Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanupsGravatar Jeff Garzik 1-2/+2
2006-10-06arch/i386/kernel/time: don't shadow 'irq' function argGravatar Jeff Garzik 1-2/+2
2006-10-06[PATCH] i386: irqs build fixGravatar Andrew Morton 1-1/+1
2006-10-05Merge git://git.infradead.org/~dhowells/irq-2.6Gravatar Linus Torvalds 10-34/+52
2006-10-05[PATCH] i386: fix rwsem build bug on CONFIG_M386=yGravatar Ingo Molnar 1-0/+3
2006-10-05[PATCH] x86: Terminate the kernel stacks for the unwinderGravatar Andi Kleen 1-1/+5
2006-10-05[PATCH] i386: Fix PCI BIOS config space accessGravatar Andi Kleen 2-0/+6
2006-10-05[PATCH] i386: Update defconfigGravatar Andi Kleen 1-8/+33
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 10-34/+52
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighGravatar Linus Torvalds 1-1/+0
2006-10-04[PATCH] htirq: tidy up the htirq codeGravatar Eric W. Biederman 1-3/+2
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeGravatar Eric W. Biederman 1-23/+58
2006-10-04[PATCH] Initial generic hypertransport interrupt supportGravatar Eric W. Biederman 1-0/+90
2006-10-04[PATCH] genirq: x86_64 irq: Kill gsi_irq_sharingGravatar Eric W. Biederman 1-3/+1
2006-10-04[PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorGravatar Eric W. Biederman 3-142/+50
2006-10-04[PATCH] genirq: i386 irq: Move msi message composition into io_apic.cGravatar Eric W. Biederman 1-0/+70
2006-10-04[PATCH] genirq: i386 irq: Dynamic irq supportGravatar Eric W. Biederman 1-0/+48
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyGravatar Eric W. Biederman 1-30/+0
2006-10-04[PATCH] genirq: convert the i386 architecture to irq-chipsGravatar Ingo Molnar 3-144/+80
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-10-03[PATCH] i383 numa: fix numaq/summit apicid conflictGravatar Keith Mannthey 1-1/+1
2006-10-03BUG_ON cleanups in arch/i386Gravatar Eric Sesterhenn 4-8/+4
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 2-2/+2
2006-10-03Attack of "the the"s in archGravatar Matt LaPlante 2-2/+2
2006-10-03x86: Fix booting with "no387 nofxsr"Gravatar Linus Torvalds 1-0/+9
2006-10-02[PATCH] provide kernel_execve on all architecturesGravatar Arnd Bergmann 1-0/+15
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateGravatar Serge E. Hallyn 2-6/+6
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesGravatar Serge E. Hallyn 1-11/+16
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cGravatar Serge E. Hallyn 1-2/+0