summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2008-12-17sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson1-1/+1
2008-12-17x86: UV fix for global physical addressesJack Steiner1-14/+2
2008-12-17Merge commit 'v2.6.28-rc8' into x86/uvIngo Molnar7-36/+20
2008-12-17Merge commit 'v2.6.28-rc8' into x86/docIngo Molnar28-88/+108
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge3-31/+19
2008-12-16x86: remove unused iommu_nr_pagesJeremy Fitzhardinge1-2/+0
2008-12-16x86: ldt.c declare sys_modify_ldt before they get usedJaswinder Singh1-3/+3
2008-12-16x86: signal.c declare do_notify_resume before they get usedJaswinder Singh1-2/+4
2008-12-16x86: process_64.c declare __switch_to() and sys_arch_prctl before they get usedJaswinder Singh2-2/+5
2008-12-16Merge branch 'x86/cpufeature' into x86/tscIngo Molnar1-1/+4
2008-12-16x86: support always running TSC on Intel CPUs, add cpufeature definitionIngo Molnar1-0/+1
2008-12-16Merge commit 'v2.6.28-rc8' into x86/cpufeatureIngo Molnar19-68/+79
2008-12-16x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functionsAndreas Herrmann1-0/+2
2008-12-16x86, mm: limit MAXMEM on 64-bitIngo Molnar2-2/+2
2008-12-16x86, 32-bit: improve lazy TLB handling codeJan Beulich1-7/+6
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich1-1/+1
2008-12-16x86: consolidate __swp_XXX() macrosJan Beulich4-19/+66
2008-12-16x86: convert rdtscll() to use __native_read_tscKen Chen1-2/+2
2008-12-15x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden1-1/+7
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto2-0/+4
2008-12-12Merge commit 'v2.6.28-rc8' into x86/irqIngo Molnar6-35/+19
2008-12-12x86: kill #ifdef for exit_idle()Hiroshi Shimamoto1-0/+5
2008-12-12x86: uaccess: return value of __{get|put}_user() can be intHiroshi Shimamoto1-2/+2
2008-12-12x86, bts: provide in-kernel branch-trace interfaceMarkus Metzger4-142/+153
2008-12-08sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar1-5/+2
2008-12-08x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto1-1/+1
2008-12-08Merge branch 'linus' into x86/quirksIngo Molnar10-38/+56
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu1-1/+1
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu1-0/+2
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+9
2008-12-08x86: change static allocation of trampoline areaRafael J. Wysocki1-0/+7
2008-12-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+14
2008-12-04x86: change thread_info's flag field back to 32 bitsJoe Korty1-1/+1
2008-12-04Merge commit 'v2.6.28-rc7' into x86/cleanupsIngo Molnar6-21/+11
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2-16/+0
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar9-23/+41
2008-12-03Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-14/+12
2008-12-03AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy1-12/+12
2008-12-03x86: remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2-4/+0
2008-12-03Merge branch 'x86/io' into x86/iommuIngo Molnar1-8/+29
2008-12-01x86: fix dma_mapping_error for 32bit x86, cleanupFUJITA Tomonori1-2/+0
2008-12-01Merge branch 'x86/urgent' into x86/iommuIngo Molnar7-23/+43
2008-12-01sched: don't export sched_mc_power_savings in laptopsMahesh Salgaonkar1-1/+1
2008-12-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+4
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+0
2008-11-30x86: provide readq()/writeq() on 32-bit too, completeIngo Molnar1-9/+9
2008-11-30x86: provide readq()/writeq() on 32-bit too, cleanupIngo Molnar1-10/+7
2008-11-30x86: provide readq()/writeq() on 32-bit tooHitoshi Mitake1-0/+24
2008-11-29x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer1-4/+2
2008-11-28Merge branch 'x86/debug' into x86/irqIngo Molnar3-3/+7