aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-4/+18
2009-08-04x86, UV: Fix macros for accessing large node numbersJack Steiner1-1/+1
2009-08-04x86, UV: Handle missing blade-local memory correctlyJack Steiner1-0/+7
2009-08-03x86: fix assembly constraints in native_save_fl()H. Peter Anvin1-1/+7
2009-08-03x86: Make 64-bit efi_ioremap use ioremap on MMIO regionsPaul Mackerras1-2/+3
2009-07-30lguest: update commentryRusty Russell1-4/+4
2009-07-30lguest: fix comment styleRusty Russell2-7/+6
2009-07-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+7
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt1-3/+22
2009-07-20x86: Fix movq immediate operand constraints in uaccess.hH. Peter Anvin1-2/+2
2009-07-20x86: Fix movq immediate operand constraints in uaccess_64.hUros Bizjak1-5/+5
2009-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2009-07-17lguest: fix journeyMatias Zabaljauregui1-1/+1
2009-07-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-136/+93
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-10x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu1-0/+2
2009-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+4
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa1-0/+4
2009-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-10/+5
2009-07-04x86: atomic64: Inline atomic64_read() againEric Dumazet1-0/+22
2009-07-03x86: atomic64: Improve atomic64_xchg()Ingo Molnar1-9/+0
2009-07-03x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2-11/+47
2009-07-03x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput1-1/+0
2009-07-03x86: Fix fixmap page order for FIX_TEXT_POKE0,1Mathieu Desnoyers1-2/+2
2009-07-03x86: atomic64: Make atomic_read() type-safeIngo Molnar1-1/+4
2009-07-03x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar1-117/+20
2009-07-03x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet1-1/+1
2009-07-02x86: fix power-of-2 round_up/round_down macrosLinus Torvalds1-2/+9
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker1-0/+2
2009-07-01Fix pci_unmap_addr() et al on i386.David Woodhouse1-1/+1
2009-07-01x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1Jaswinder Singh Rajput1-4/+0
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-07-01x86: Fix fixmap orderingJan Beulich1-3/+3
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+13
2009-06-25x86, setup: correct include file in <asm/boot.h>H. Peter Anvin1-2/+2
2009-06-25x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h>Robert P. J. Day1-1/+1
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-0/+3
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds1-1/+1
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown2-0/+4
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds1-0/+1
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-1/+2
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo1-0/+10
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds3-11/+3
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+12
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+5
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-55/+55
2009-06-20Merge branch 'x86/mce3' into x86/urgentIngo Molnar2-21/+51
2009-06-19perf_counter, x86: Improve interactions with fast-gupIngo Molnar1-1/+6
2009-06-18dma-mapping: x86: use asm-generic/dma-mapping-common.hFUJITA Tomonori1-171/+2
2009-06-17x86: de-assembler-ize asm/desc.hAlexander van Heukelum1-26/+0