summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
...
* | x86: introduce max_pfn_mappedThomas Gleixner2008-01-302-2/+2
* | x86: add PAGE_KERNEL_EXEC_NOCACHEIngo Molnar2008-01-301-0/+2
* | x86: add PG_LEVEL enumThomas Gleixner2008-01-301-0/+6
* | x86: clean up lookup_address() declarationsThomas Gleixner2008-01-303-10/+8Star
* | x86: clean up arch/x86/mm/pageattr.cIngo Molnar2008-01-301-0/+2
* | x86: introduce native_set_pte_atomic() on 64-bit tooIngo Molnar2008-01-301-0/+5
* | x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-301-5/+0Star
* | x86: fix some bugs about EFI runtime code mappingHuang, Ying2008-01-301-1/+0Star
* | x86: remove set_kernel_exec()Andi Kleen2008-01-301-12/+0Star
* | x86: introduce canon_pgprot()Andi Kleen2008-01-301-0/+2
* | x86: don't drop NX bit in pte modifier functions on 32-bitAndi Kleen2008-01-301-6/+6
* | x86: add pte_pgprot to 32-bitAndi Kleen2008-01-302-2/+2
* | x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernelsAndi Kleen2008-01-301-1/+1
* | x86: fix early_ioremap()/btmapIngo Molnar2008-01-301-2/+10
* | x86: increase the number of boot-mappingsIngo Molnar2008-01-301-1/+1
* | x86: enhance early_ioremap()Ingo Molnar2008-01-301-4/+5
* | x86 32-bit boot: rename bt_ioremap() to early_ioremap()Huang, Ying2008-01-303-21/+10Star
* | x86: replace boot_ioremap() with enhanced bt_ioremap() - remove boot_ioremap()Huang, Ying2008-01-301-6/+2Star
* | i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremapHuang, Ying2008-01-301-0/+3
* | x86: return the page table level in lookup_address()Ingo Molnar2008-01-302-2/+2
* | x86: add pte accessors for the global bitAndi Kleen2008-01-301-0/+3
* | x86: clean up pte_execAndi Kleen2008-01-303-16/+1Star
* | x86: change ioremap() to default to uncachedIngo Molnar2008-01-302-9/+29
* | x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge2008-01-302-24/+39
* | x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge2008-01-302-5/+4Star
* | x86: add support for the RDC R-321x SoCFlorian Fainelli2008-01-303-0/+64
* | x86: add generic GPIO support to x86Florian Fainelli2008-01-302-0/+21
* | x86: GEODE: update GPIO API to support setting multiple GPIOs at onceAndres Salomon2008-01-301-3/+9
* | x86_32: trim memory by updating e820Yinghai Lu2008-01-301-0/+3
* | x86, rtc: make CONFIG_HPET_EMULATE_RTC usable from modulesBernhard Walle2008-01-301-0/+3
* | x86: change size of node ids from u8 to s16travis@sgi.com2008-01-303-9/+9
* | x86: fix early cpu_to_node panic from nr_free_zone_pagesMike Travis2008-01-301-0/+2
* | x86: get_cycles() fixIngo Molnar2008-01-301-3/+1Star
* | x86: add debug of invalid per_cpu map accessesIngo Molnar2008-01-301-4/+5
* | x86: add debug of invalid per_cpu map accessestravis@sgi.com2008-01-301-0/+7
* | x86: change NR_CPUS arrays in numa_64 fixuptravis@sgi.com2008-01-301-0/+23
* | x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen2008-01-302-2/+4
* | x86: add framework to disable CPUID bits on the command lineAndi Kleen2008-01-302-0/+5
* | x86: include/asm-x86/paravirt.h: x86_64 mmu operationsEduardo Habkost2008-01-301-0/+55
* | x86: change function orders in paravirt.hGlauber de Oliveira Costa2008-01-301-42/+42
* | x86: provide read and write cr8 paravirt hooksGlauber de Oliveira Costa2008-01-302-14/+18
* | x86: puts read and write cr8 into pv_cpu_opsGlauber de Oliveira Costa2008-01-301-0/+15
* | x86: put generic mm_hooks include into PARAVIRTGlauber de Oliveira Costa2008-01-301-0/+2
* | x86: provide a native_init_IRQ function on 64-bitGlauber de Oliveira Costa2008-01-301-0/+1
* | x86: msr for AMD Fam 10h mmioYinghai Lu2008-01-301-0/+8
* | x86, 32-bit: trim memory not covered by wb mtrrsJesse Barnes2008-01-301-1/+5
* | x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen2008-01-302-4/+2Star
* | x86: rename stack_pointer to kernel_trap_spHarvey Harrison2008-01-301-1/+7
* | x86: clean up ptrace.hHarvey Harrison2008-01-301-27/+16Star
* | x86: unify pt_regs accessors ptrace.hHarvey Harrison2008-01-301-30/+54