summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* x86: section mismatch fixes, #2Jacek Luczak2008-04-261-1/+1
* x86: pgtable_32.h - prototype and section mismatch fixesJacek Luczak2008-04-261-4/+4
* x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita2008-04-261-11/+0Star
* x86: get_bios_ebda() requires asm/io.hAkinobu Mita2008-04-261-0/+2
* x86: use bitmap library for pin_programmedAkinobu Mita2008-04-261-2/+4
* x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath2008-04-261-0/+2
* x86: remove NexGen supportDmitri Vorobiev2008-04-261-1/+0Star
* fix asm-x86/{posix_types,unistd}.hAdrian Bunk2008-04-262-2/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-255-12/+18
|\
| * x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com2008-04-241-0/+9
| * x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com2008-04-243-12/+8Star
| * x86: introduce /dev/mem restrictions with a config optionArjan van de Ven2008-04-241-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2512-294/+393
|\ \
| * | xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-241-0/+7
| * | xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata2008-04-241-0/+168
| * | Xen: make events.c portable for ia64/xen supportIsaku Yamahata2008-04-241-0/+22
| * | xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata2008-04-241-0/+24
| * | xen: add support for callbackops hypercallJeremy Fitzhardinge2008-04-242-0/+10
| * | x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-243-16/+17
| * | x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-242-4/+3Star
| * | x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge2008-04-241-7/+8
| * | x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-241-8/+2Star
| * | x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-241-9/+2Star
| * | x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-241-10/+3Star
| * | x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-242-0/+14
| * | x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-242-24/+24
| * | x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-243-44/+30Star
| * | x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-56/+33Star
| * | x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-34/+16Star
| * | x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-242-10/+10
| * | x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-241-16/+1Star
| * | x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-243-78/+18Star
| * | x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2008-04-241-15/+18
| |/
* | x86: make clear_fixmap() available on 64-bit as wellIngo Molnar2008-04-253-7/+12
* | "make namespacecheck" fixesIngo Molnar2008-04-242-2/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-221-8/+14
|\
| * sched, cpuset: customize sched domains, coreHidetoshi Seto2008-04-191-1/+1
| * cpumask: reduce stack usage in SD_x_INIT initializersMike Travis2008-04-191-5/+0Star
| * asm-generic: add node_to_cpumask_ptr macroMike Travis2008-04-191-2/+13
* | x86: UV startup of slave cpusJack Steiner2008-04-191-0/+1
* | x86: move dma_coherent functions to pci-dma.cGlauber Costa2008-04-191-0/+8
* | x86: merge iommu initialization parametersGlauber Costa2008-04-191-0/+1
* | x86: move pci fixup to pci-dma.cGlauber Costa2008-04-191-1/+1
* | x86: use dma_length in i386Glauber Costa2008-04-191-2/+0Star
* | x86: delete the arch-specific dma-mapping headers.Glauber Costa2008-04-193-46/+13Star
* | x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.hGlauber Costa2008-04-192-12/+14
* | x86: unify dma_mapping_errorGlauber Costa2008-04-193-14/+8Star
* | x86: provide a bad_dma_address symbol for i386Glauber Costa2008-04-192-1/+2
* | x86: align to clflush sizeGlauber Costa2008-04-191-1/+1
* | x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa2008-04-193-33/+3Star