summaryrefslogtreecommitdiff
path: root/include/asm-x86
AgeCommit message (Expand)AuthorFilesLines
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra1-3/+1
2008-07-20NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_varMike Travis1-1/+1
2008-07-20x86, VisWS: turn into generic arch, eliminate leftover filesIngo Molnar5-9/+0
2008-07-20x86: add ->pre_time_init to x86_quirksYinghai Lu2-0/+2
2008-07-20x86: extend and use x86_quirks to clean up NUMAQ codeYinghai Lu2-0/+12
2008-07-20x86: introduce x86_quirksYinghai Lu1-7/+11
2008-07-18x86: i386: reduce boot fixmap spaceJan Beulich1-3/+3
2008-07-18x86: reduce force_mwait visibilityJan Beulich1-2/+0
2008-07-18x86: reduce forbid_dac's visibilityJan Beulich1-1/+0
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar3-1/+8
2008-07-18x86: introducing asm-x86/traps.hJaswinder Singh1-0/+66
2008-07-18Merge branch 'linus' into x86/amd-iommuIngo Molnar140-3242/+4132
2008-07-18x86: consolidate the definition of the force_mwait variableThomas Petazzoni1-2/+0
2008-07-18Fix typos from signal_32/64.h mergeHerton Ronaldo Krzesinski1-2/+2
2008-07-18x86 BIOS interface for RTC on SGI UVRuss Anderson1-0/+68
2008-07-18x86, cleanup: fix description of __fls(): __fls(0) is undefinedAlexander van Heukelum1-1/+1
2008-07-18x86: more apic debuggingMaciej W. Rozycki1-1/+1
2008-07-18x86: APIC: Make apic_verbosity unsignedMaciej W. Rozycki1-1/+1
2008-07-18x86: seperate memtest from init_64.cYinghai Lu1-0/+8
2008-07-18x86: suppress sparse returning void warningsHarvey Harrison1-2/+2
2008-07-18Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar3-1/+8
2008-07-18ftrace: copy + paste typo in asm/ftrace.hSebastian Siewior1-1/+1
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki7-31/+16
2008-07-18Merge branch 'linus' into x86/stepIngo Molnar3-1/+8
2008-07-17Merge branch 'linus' into xen-64bitIngo Molnar3-1/+8
2008-07-17x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin1-0/+9
2008-07-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2008-07-17x86: fix asm/e820.h for userspace inclusionRusty Russell1-1/+2
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+4
2008-07-16ACPI : Create "idle=nomwait" bootparamZhao Yakui1-0/+1
2008-07-16ACPI: Create "idle=halt" bootparamZhao Yakui1-0/+1
2008-07-16x86 ptrace: user-sets-TF nitsRoland McGrath1-1/+1
2008-07-16x86 ptrace: unify syscall tracingRoland McGrath3-12/+17
2008-07-16x86 ptrace: unify TIF_SINGLESTEPRoland McGrath1-2/+2
2008-07-16x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar1-0/+4
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-0/+1
2008-07-16paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2-1/+66
2008-07-16x86/paravirt: add hooks for spinlock operationsJeremy Fitzhardinge3-16/+78
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge1-0/+8
2008-07-16xen64: save lots of registersJeremy Fitzhardinge1-4/+22
2008-07-16xen64: implement 64-bit update_descriptorJeremy Fitzhardinge1-4/+9
2008-07-16Xen64: HYPERVISOR_set_segment_base() implementationEduardo Habkost1-0/+8
2008-07-16xen64: register callbacks in arch-independent wayJeremy Fitzhardinge1-0/+12
2008-07-16xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge1-1/+1
2008-07-16xen64: early mapping setupJeremy Fitzhardinge1-0/+2
2008-07-16x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2-0/+27
2008-07-16xen64: add extra pv_mmu_opsJeremy Fitzhardinge1-0/+4
2008-07-16xen64: fix calls into hypercall pageJeremy Fitzhardinge1-48/+122
2008-07-16xen: fix 64-bit hypercall variantsJeremy Fitzhardinge1-29/+31
2008-07-16xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge3-90/+305