summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* [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/+0
| * [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/+0
| * [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/+13
| * [PATCH] i386: Clean up spin/rwlocksAndi Kleen2006-09-262-77/+68
| * [PATCH] i386: Remove lock section support in semaphore.hAndi Kleen2006-09-261-32/+17
| * [PATCH] i386: Remove lock section support in rwsem.hAndi Kleen2006-09-261-50/+12
| * [PATCH] i386: Remove lock section support in mutex.hAndi Kleen2006-09-261-12/+4
| * [PATCH] i386: Minor fixes & cleanup to tlb flushAndi Kleen2006-09-261-3/+1
| * [PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen2006-09-261-0/+24
| * [PATCH] i386: add alternative-asm.h to allow LOCK_PREFIX replacement in .S filesAndi Kleen2006-09-261-0/+14
| * [PATCH] i386: Remove const case for rwlocksAndi Kleen2006-09-261-36/+2
| * [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen2006-09-261-4/+0
| * [PATCH] x86: Add portable getcpu callAndi Kleen2006-09-261-1/+2
| * [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-09-261-0/+31
| * [PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li2006-09-261-0/+1
| * [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus2006-09-261-0/+1
| * [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2006-09-261-17/+4
| * [PATCH] x86: Cleanup NMI interrupt pathDon Zickus2006-09-261-1/+1
| * [PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus2006-09-261-2/+3
| * [PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus2006-09-261-0/+7
| * [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen2006-09-261-19/+0
| * [PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen2006-09-264-37/+66
* | [PATCH] Split i386 and x86_64 ptrace.hJeff Dike2006-09-263-34/+41
* | [PATCH] x86: trivial move of ptep_set_access_flagsRusty Russell2006-09-261-15/+16
* | [PATCH] x86: trivial move of __HAVE macros in i386 pagetable headersRusty Russell2006-09-263-7/+8
* | [PATCH] x86: make __FIXADDR_TOP variable to allow it to make space for a hype...Jeremy Fitzhardinge2006-09-261-1/+6
* | [PATCH] x86: roll all the cpuid asm into one __cpuid callRusty Russell2006-09-261-33/+27
* | [PATCH] x86: implement always-locked bit ops, for memory shared with an SMP h...Chris Wright2006-09-262-0/+192
* | [PATCH] Use BUG_ON(foo) instead of "if (foo) BUG()" in include/asm-i386/dma-m...Rolf Eike Beer2006-09-261-6/+3
OpenPOWER on IntegriCloud