summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86: cpa, eliminate CPA_ enumIngo Molnar2008-02-041-19/+15
| * | | | | | | | x86: cpa, cleanupsIngo Molnar2008-02-041-6/+15
| * | | | | | | | x86: implement gbpages support in change_page_attr()Andi Kleen2008-02-041-2/+15
| * | | | | | | | x86: support gbpages in pagetable dumpAndi Kleen2008-02-041-1/+2
| * | | | | | | | x86: add gbpages support to lookup_addressAndi Kleen2008-02-041-0/+5
| * | | | | | | | x86: switch direct mapping setup over to set_pteAndi Kleen2008-02-041-4/+2
| * | | | | | | | x86: fix page-present check in cpa_flush_rangeThomas Gleixner2008-02-041-1/+1
| * | | | | | | | x86: remove cpa warningIngo Molnar2008-02-041-3/+1
| * | | | | | | | x86: remove now unused clear_kernel_mappingAndi Kleen2008-02-041-43/+0
| * | | | | | | | x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma...Andi Kleen2008-02-041-1/+2
| * | | | | | | | x86: cpa selftest, skip non present entriesThomas Gleixner2008-02-041-1/+2
| * | | | | | | | x86: CPA fix pagetable splitThomas Gleixner2008-02-041-3/+7
| * | | | | | | | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen2008-02-045-13/+13
| * | | | | | | | x86: cpa, fix lookup_addressThomas Gleixner2008-02-041-1/+9
| * | | | | | | | x86: AMD Athlon X2 hard hang fixIngo Molnar2008-02-041-0/+11
| * | | | | | | | x86: cpa, preserve large pages if possibleThomas Gleixner2008-02-041-12/+130
| * | | | | | | | x86: cpa, check if we changed anything and tlb flushing is necessaryThomas Gleixner2008-02-041-1/+17
| * | | | | | | | x86: introduce struct cpa_dataThomas Gleixner2008-02-041-37/+38
| * | | | | | | | x86: cpa, only flush the cache if the caching attributes have changedAndi Kleen2008-02-041-7/+24
| * | | | | | | | x86: CPA return early when requested feature is not availableThomas Gleixner2008-02-041-2/+12
| * | | | | | | | x86: fix EFI mappingHuang, Ying2008-02-042-38/+41
| * | | | | | | | x86: no CPA on iounmapThomas Gleixner2008-02-041-3/+0
| * | | | | | | | x86: ioremap remove the range check of cpaThomas Gleixner2008-02-041-15/+2
| * | | | | | | | x86: simplify __ioremapThomas Gleixner2008-02-041-8/+6
| * | | | | | | | x86: CPA use the existing pfn in split as wellThomas Gleixner2008-02-041-4/+7
| * | | | | | | | x86: use the pfn from the page when change its attributesArjan van de Ven2008-02-041-14/+17
| * | | | | | | | x86: teach the static_protection function about high mappingsArjan van de Ven2008-02-041-4/+31
| * | | | | | | | x86: add cpu mtrr init function definitions to mtrr.hHarvey Harrison2008-02-042-4/+4
| * | | | | | | | x86: add cpu init function defintions to cpu.hHarvey Harrison2008-02-042-10/+9
| * | | | | | | | x86: small sparse fix in process_32.cHarvey Harrison2008-02-041-1/+1
| * | | | | | | | x86: add include to cpu/intel.cHarvey Harrison2008-02-041-0/+1
| * | | | | | | | x86: move NUMAQ io handling into arch/x86/pci/numa.cAndi Kleen2008-02-041-8/+44
| * | | | | | | | x86: cleanup - eliminate numbers in LDT allocation codeCyrill Gorcunov2008-02-041-1/+2
| * | | | | | | | x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge2008-02-041-7/+0
| * | | | | | | | x86: unify PAE/non-PAE pgd_ctorJeremy Fitzhardinge2008-02-041-34/+20
| * | | | | | | | x86: remove misleading comments in trampoline_*.SPavel Machek2008-02-042-9/+1
| * | | | | | | | x86: remove long dead cyrix mtrr codeHarvey Harrison2008-02-042-119/+0
| * | | | | | | | x86 setup: print missing CPU features in cleartextH. Peter Anvin2008-02-043-9/+82
| * | | | | | | | x86: unify CPU feature string namesH. Peter Anvin2008-02-044-150/+84
| * | | | | | | | x86: cpuid, msr: use inode mutex instead of big kernel lockH. Peter Anvin2008-02-042-9/+12
| * | | | | | | | x86: cpuid: allow querying %ecx-sensitive CPUID levelsH. Peter Anvin2008-02-041-25/+20
| * | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.cH. Peter Anvin2008-02-041-4/+2
| * | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.cH. Peter Anvin2008-02-041-9/+3
| * | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cH. Peter Anvin2008-02-041-9/+3
| * | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.cH. Peter Anvin2008-02-041-24/+7
| * | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.cH. Peter Anvin2008-02-041-10/+2
| * | | | | | | | x86: define OBJCOPYFLAGS explicitly for each target.Ian Campbell2008-02-043-2/+2
| * | | | | | | | x86: reduce ifdef sections in fault.cHarvey Harrison2008-02-041-22/+9
| * | | | | | | | x86: print out node_data addr and bootmap_start addrYinghai Lu2008-02-041-1/+6
| * | | | | | | | x86: CPA remove bogus NX clearThomas Gleixner2008-02-041-1/+0
OpenPOWER on IntegriCloud