summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-02-06rtc: add HPET RTC emulation to RTC_DRV_CMOSBernhard Walle
2008-02-06idle_regs() must be __cpuinitAdrian Bunk
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk
2008-02-06read_current_timer() cleanupsAndrew Morton
2008-02-05stop c_p_a corrupting the pdsHugh Dickins
2008-02-05Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-02-05iommu sg: kill __clear_bit_string and find_next_zero_stringFUJITA Tomonori
2008-02-05iommu sg: x86: convert gart IOMMU to use the IOMMU helperFUJITA Tomonori
2008-02-05iommu sg: x86: convert calgary IOMMU to use the IOMMU helperFUJITA Tomonori
2008-02-05iommu sg merging: x86: make pci-gart iommu respect the segment size limitsFUJITA Tomonori
2008-02-05timerfd: wire the new timerfd API to the x86 familyDavide Libenzi
2008-02-05kvm: i386 fixAndrew Morton
2008-02-05intel-agp: add chipset flushing supportDave Airlie
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2008-02-04x86: cpa, micro-optimizationThomas Gleixner
2008-02-04x86: cpa, clean up code flowIngo Molnar
2008-02-04x86: cpa, eliminate CPA_ enumIngo Molnar
2008-02-04x86: cpa, cleanupsIngo Molnar
2008-02-04x86: implement gbpages support in change_page_attr()Andi Kleen
2008-02-04x86: support gbpages in pagetable dumpAndi Kleen
2008-02-04x86: add gbpages support to lookup_addressAndi Kleen
2008-02-04x86: switch direct mapping setup over to set_pteAndi Kleen
2008-02-04x86: fix page-present check in cpa_flush_rangeThomas Gleixner
2008-02-04x86: remove cpa warningIngo Molnar
2008-02-04x86: remove now unused clear_kernel_mappingAndi Kleen
2008-02-04x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma...Andi Kleen
2008-02-04x86: cpa selftest, skip non present entriesThomas Gleixner
2008-02-04x86: CPA fix pagetable splitThomas Gleixner
2008-02-04x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen
2008-02-04x86: cpa, fix lookup_addressThomas Gleixner
2008-02-04x86: AMD Athlon X2 hard hang fixIngo Molnar
2008-02-04x86: cpa, preserve large pages if possibleThomas Gleixner
2008-02-04x86: cpa, check if we changed anything and tlb flushing is necessaryThomas Gleixner
2008-02-04x86: introduce struct cpa_dataThomas Gleixner
2008-02-04x86: cpa, only flush the cache if the caching attributes have changedAndi Kleen
2008-02-04x86: CPA return early when requested feature is not availableThomas Gleixner
2008-02-04x86: fix EFI mappingHuang, Ying
2008-02-04x86: no CPA on iounmapThomas Gleixner
2008-02-04x86: ioremap remove the range check of cpaThomas Gleixner
2008-02-04x86: simplify __ioremapThomas Gleixner
2008-02-04x86: CPA use the existing pfn in split as wellThomas Gleixner
2008-02-04x86: use the pfn from the page when change its attributesArjan van de Ven
2008-02-04x86: teach the static_protection function about high mappingsArjan van de Ven
2008-02-04x86: add cpu mtrr init function definitions to mtrr.hHarvey Harrison
2008-02-04x86: add cpu init function defintions to cpu.hHarvey Harrison
2008-02-04x86: small sparse fix in process_32.cHarvey Harrison
2008-02-04x86: add include to cpu/intel.cHarvey Harrison