summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
Commit message (Expand)AuthorAgeFilesLines
* i386: fix early usage of atomic_add_return and local_add_return on real i386Thomas Gleixner2007-05-242-2/+2
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+2
* i386: move common parts of smp into their own fileJeremy Fitzhardinge2007-05-151-0/+4
* Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds2007-05-151-1/+0Star
* SLUB: i386 supportChristoph Lameter2007-05-122-5/+2Star
* signal/timer/event: eventfd wire up x86 archesDavide Libenzi2007-05-111-1/+2
* signal/timer/event: timerfd wire up x86 archesDavide Libenzi2007-05-111-1/+2
* signal/timer/event: signalfd wire up x86 archesDavide Libenzi2007-05-111-1/+2
* Consolidate asm/poll.hStephen Rothwell2007-05-111-27/+1Star
* i386: work around miscompilation of alternatives codeJoerg Roedel2007-05-112-2/+10
* Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization"Eric W. Biederman2007-05-101-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-093-3/+3
|\
| * Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-093-3/+3
* | i386: msr.h: be paranoid about types and parenthesesH. Peter Anvin2007-05-091-27/+22Star
* | i386: remove unused rdtsc() macroH. Peter Anvin2007-05-092-12/+0Star
* | i386 mmzone: use __maybe_unusedDavid Rientjes2007-05-091-3/+3
* | wrap access to thread_infoRoman Zippel2007-05-091-1/+1
* | Use the APIC to determine the hardware processor id - i386Fernando Luis Vazquez Cao2007-05-091-15/+21
* | Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao2007-05-091-1/+2
|/
* Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-05-081-1/+11
|\
| * i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpuRudolf Marek2007-05-081-1/+11
* | x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas2007-05-081-16/+0Star
* | Some grammatical fixups and additions to atomic.h kernel-doc contentRobert P. J. Day2007-05-081-2/+9
* | x86: create asm/cmpxchg.hJeff Dike2007-05-083-288/+295
* | Remove tas()Jeff Dike2007-05-081-2/+0Star
* | local_t: i386 extensionMathieu Desnoyers2007-05-082-28/+236
* | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers2007-05-081-14/+15
* | atomic.h: i386 type safety fixMathieu Desnoyers2007-05-081-3/+3
* | utimensat implementationUlrich Drepper2007-05-081-1/+2
* | Clean up mostly unused IOSPACE macrosDavid Gibson2007-05-081-4/+0Star
* | i386: sched.h inclusion from module.h is baackAlexey Dobriyan2007-05-081-2/+0Star
* | kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-2/+0Star
* | move die notifier handling to common codeChristoph Hellwig2007-05-082-26/+0Star
* | tty: i386/x86_64 arbitary speed supportAlan Cox2007-05-083-2/+22
* | ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-0/+1
|/
* i386: use page allocator to allocate thread_info structureChristoph Lameter2007-05-071-3/+5
* i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}Zachary Amsden2007-05-071-20/+18Star
* i386: add ptep_test_and_clear_{dirty,young}David Rientjes2007-05-071-8/+17
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-0557-1230/+2130
|\
| * [PATCH] i386: avoid redundant preempt_disable in __unlazy_fpuJan Kiszka2007-05-021-5/+6
| * [PATCH] i386: white space fixes in i387.hJan Kiszka2007-05-021-3/+3
| * [PATCH] x86: Use RDTSCP for synchronous get_cycles if possibleAndi Kleen2007-05-021-0/+9
| * [PATCH] i386: Add X86_FEATURE_RDTSCPAndi Kleen2007-05-021-0/+1
| * [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen2007-05-022-4/+1Star
| * [PATCH] i386: Implement alternative_io for i386Andi Kleen2007-05-021-0/+15
| * [PATCH] i386: Evaluate constant cpu features at runtimeAndi Kleen2007-05-021-2/+6
| * [PATCH] i386: Verify important CPUID bits in real modeAndi Kleen2007-05-022-0/+37
| * [PATCH] i386: Clean up NMI watchdog codeAndi Kleen2007-05-021-0/+8
| * [PATCH] i386: pte simplify opsZachary Amsden2007-05-023-22/+15Star
| * [PATCH] i386: pte xchg optimizationZachary Amsden2007-05-022-0/+28