aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2009-01-31Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-8/+9
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+17
2009-01-31Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-9/+7
2009-01-30x86 setup: fix asm constraints in vesa_store_edidAndreas Schwab1-6/+5
2009-01-31headers_check fix: x86, swab.hJaswinder Singh Rajput1-1/+1
2009-01-31headers_check fix: x86, sigcontext32.hJaswinder Singh Rajput1-0/+2
2009-01-31headers_check fix: x86, sigcontext.hJaswinder Singh Rajput1-1/+1
2009-01-31headers_check fix: x86, ptrace-abi.hJaswinder Singh Rajput1-1/+1
2009-01-31headers_check fix: x86, mtrr.hJaswinder Singh Rajput1-0/+1
2009-01-31headers_check fix: x86, mce.hJaswinder Singh Rajput1-4/+1
2009-01-31headers_check fix: x86, kvm.hJaswinder Singh Rajput1-1/+1
2009-01-31headers_check fix: x86, e820.hJaswinder Singh Rajput1-0/+1
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2-3/+3
2009-01-30lguest: typos fixAtsushi SAKAI1-2/+2
2009-01-29x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar1-2/+1
2009-01-27PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley1-0/+1
2009-01-26Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-4/+4
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+0
2009-01-26eeprom: More consistent symbol namesJean Delvare2-4/+4
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds22-107/+223
2009-01-26x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin1-1/+1
2009-01-26x86: fix section mismatch warningRakib Mullick1-1/+1
2009-01-26x86: unmask CPUID levels on Intel CPUs, fixIngo Molnar1-8/+11
2009-01-26x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.Eric Anholt1-0/+10
2009-01-25x86: use standard PIT frequencyIngo Molnar1-9/+4
2009-01-23x86, mm: fix pte_free()Peter Zijlstra1-0/+1
2009-01-22x86, ds, bts: cleanup/fix DS configurationMarkus Metzger1-14/+17
2009-01-22debugobjects: add and use INIT_WORK_ON_STACKThomas Gleixner1-1/+2
2009-01-22x86: unmask CPUID levels on Intel CPUsH. Peter Anvin1-0/+10
2009-01-21x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>H. Peter Anvin1-0/+29
2009-01-21x86: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha1-3/+3
2009-01-21x86: mtrr fix debug boot parameterThomas Renninger1-5/+7
2009-01-21x86: fix page attribute corruption with cpa()Suresh Siddha1-15/+34
2009-01-21Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"Ingo Molnar2-3/+10
2009-01-21x86: use early clobbers in usercopy*.cAndi Kleen2-4/+4
2009-01-20x86: remove kernel_physical_mapping_init() from init sectionGary Hade1-1/+1
2009-01-20fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar1-7/+4
2009-01-19cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis1-13/+9
2009-01-18x86: fix section mismatch warnings in kernel/setup_percpu.cLeonardo Potenza1-1/+1
2009-01-18x86: put trigger in to detect mismatched apic versionsMike Travis1-0/+5
2009-01-16Merge branch 'misc' into releaseLen Brown1-1/+1
2009-01-16kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu1-1/+1
2009-01-16x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2)Jan Beulich3-29/+45
2009-01-15Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds2-38/+17
2009-01-15x86, UV: cpu_relax in uv_wait_completionCliff Wickman1-0/+1
2009-01-15x86: avoid early crash in disable_local_APIC()Jan Beulich1-0/+4
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1