aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds13-94/+153
2008-02-06x86: fix deadlock, make pgd_lock irq-safeIngo Molnar1-2/+3
2008-02-06x86: fix mttr trimmingYinghai Lu1-10/+9
2008-02-06x86: delay CPA self-test and repeat itIngo Molnar2-16/+53
2008-02-06x86: fix 64-bit sectionsSam Ravnborg1-10/+5
2008-02-06x86: remove suprious ifdefs from pageattr.cArjan van de Ven1-3/+0
2008-02-06x86: mark the .rodata section also NXArjan van de Ven2-2/+9
2008-02-06x86: fix iret exception recovery on 64-bitRoland McGrath1-2/+1
2008-02-06x86: fix sparse warnings in powernow-k8.cHarvey Harrison1-1/+0
2008-02-06x86: fix sparse error in traps_32.cHarvey Harrison1-10/+5
2008-02-06x86: trivial sparse/checkpatch in quirks.cHarvey Harrison1-13/+13
2008-02-06x86 ptrace: disallow null cs/ssRoland McGrath1-2/+23
2008-02-06x86: remove X2 workaroundIngo Molnar1-11/+0
2008-02-06x86: make spurious fault handler aware of large mappingsThomas Gleixner1-6/+17
2008-02-06x86: make traps on entry code be debuggable in user space, 64-bitRoland McGrath1-6/+15
2008-02-06rtc: add HPET RTC emulation to RTC_DRV_CMOSBernhard Walle1-1/+1
2008-02-06idle_regs() must be __cpuinitAdrian Bunk1-1/+1
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk3-6/+0
2008-02-06read_current_timer() cleanupsAndrew Morton2-2/+6
2008-02-05stop c_p_a corrupting the pdsHugh Dickins1-1/+0
2008-02-05Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds1-1/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-6/+6
2008-02-05iommu sg: kill __clear_bit_string and find_next_zero_stringFUJITA Tomonori2-29/+1
2008-02-05iommu sg: x86: convert gart IOMMU to use the IOMMU helperFUJITA Tomonori2-17/+26
2008-02-05iommu sg: x86: convert calgary IOMMU to use the IOMMU helperFUJITA Tomonori2-14/+23
2008-02-05iommu sg merging: x86: make pci-gart iommu respect the segment size limitsFUJITA Tomonori1-0/+7
2008-02-05timerfd: wire the new timerfd API to the x86 familyDavide Libenzi2-2/+6
2008-02-05kvm: i386 fixAndrew Morton1-4/+4
2008-02-05intel-agp: add chipset flushing supportDave Airlie1-1/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds42-679/+707
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-4/+3
2008-02-04x86: cpa, micro-optimizationThomas Gleixner1-4/+2
2008-02-04x86: cpa, clean up code flowIngo Molnar1-11/+9
2008-02-04x86: cpa, eliminate CPA_ enumIngo Molnar1-19/+15
2008-02-04x86: cpa, cleanupsIngo Molnar1-6/+15
2008-02-04x86: implement gbpages support in change_page_attr()Andi Kleen1-2/+15
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen1-1/+2
2008-02-04x86: add gbpages support to lookup_addressAndi Kleen1-0/+5
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen1-4/+2
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner1-1/+1
2008-02-04x86: remove cpa warningIngo Molnar1-3/+1
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen1-43/+0
2008-02-04x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_mapping()Andi Kleen1-1/+2
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner1-1/+2
2008-02-04x86: CPA fix pagetable splitThomas Gleixner1-3/+7
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen5-13/+13
2008-02-04x86: cpa, fix lookup_addressThomas Gleixner1-1/+9
2008-02-04x86: AMD Athlon X2 hard hang fixIngo Molnar1-0/+11
2008-02-04x86: cpa, preserve large pages if possibleThomas Gleixner1-12/+130