summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman2006-10-081-3/+0Star
* [PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilableJiri Kosina2006-10-061-2/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0510-21/+22
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2006-10-042-3/+0Star
|\
| * Remove all inclusions of <linux/config.h>Dave Jones2006-10-042-3/+0Star
* | [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-041-20/+0Star
* | [PATCH] Initial generic hypertransport interrupt supportEric W. Biederman2006-10-041-0/+42
* | [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman2006-10-043-48/+0Star
* | [PATCH] genirq: i386 irq: Move msi message composition into io_apic.cEric W. Biederman2006-10-042-5/+49
* | [PATCH] genirq: convert the i386 architecture to irq-chipsIngo Molnar2006-10-041-2/+0Star
|/
* [PATCH] i383 numa: fix numaq/summit apicid conflictKeith Mannthey2006-10-041-1/+1
* [PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2006-10-031-0/+1
* [PATCH] kernel-doc for kernel/dma.cRandy Dunlap2006-10-031-2/+1Star
* [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-021-39/+0Star
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-1/+1
* [PATCH] Add regs_return_value() helperAnanth N Mavinakayanahalli2006-10-021-0/+3
* [PATCH] paravirt: update pte hookZachary Amsden2006-10-011-0/+21
* [PATCH] paravirt: remove set pte atomicZachary Amsden2006-10-011-1/+0Star
* [PATCH] paravirt: optimize ptep establish for paeZachary Amsden2006-10-013-0/+27
* [PATCH] paravirt: kpte flushZachary Amsden2006-10-011-0/+7
* [PATCH] paravirt: combine flush accessed dirty.patchZachary Amsden2006-10-011-13/+28
* [PATCH] stack overflow safe kdump: safe_smp_processor_id()Fernando Vazquez2006-10-011-0/+2
* [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky2006-10-011-0/+4
* [PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2006-09-301-0/+6
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-293-3/+3
* [PATCH] Use valid_dma_direction() in include/asm-i386/dma-mapping.hRolf Eike Beer2006-09-291-6/+6
* [PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node callskeith mannthey2006-09-292-1/+3
* [PATCH] i386: Use early clobbers for semaphores nowAndi Kleen2006-09-271-2/+2
* [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-271-2/+3
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-2629-352/+406
|\
| * [PATCH] x86: Add a cumulative thermal throttle event counter.Dmitriy Zavin2006-09-261-0/+3
| * [PATCH] x86: Refactor thermal throttle processingDmitriy Zavin2006-09-261-0/+6
| * [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2006-09-262-0/+12
| * [PATCH] i386: Fix pack_descriptor()Jeremy Fitzhardinge2006-09-261-1/+1
| * [PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell2006-09-262-2/+20
| * [PATCH] i386: Abstract sensitive instructionsRusty Russell2006-09-261-2/+5
| * [PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm2006-09-261-0/+27
| * [PATCH] x86: Remove incorrect comment about ACPI e820 entriesAndi Kleen2006-09-261-1/+1
| * [PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert2006-09-261-0/+2
| * [PATCH] x86: remove config.h includes from asm-i386 & asm-x86_64Dave Jones2006-09-262-3/+0Star
| * [PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj2006-09-261-0/+1
| * [PATCH] i386: Descriptor and trap table cleanups.Rusty Russell2006-09-261-45/+76
| * [PATCH] i386: Make enable_local_apic staticAdrian Bunk2006-09-261-12/+0Star
| * [PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen2006-09-261-0/+3
| * [PATCH] i386: Do stacktracer conversion tooAndi Kleen2006-09-261-0/+1
| * [PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell2006-09-264-18/+13Star
| * [PATCH] i386: Clean up spin/rwlocksAndi Kleen2006-09-262-77/+68Star
| * [PATCH] i386: Remove lock section support in semaphore.hAndi Kleen2006-09-261-32/+17Star
| * [PATCH] i386: Remove lock section support in rwsem.hAndi Kleen2006-09-261-50/+12Star