summaryrefslogtreecommitdiff
path: root/include/asm-x86
AgeCommit message (Expand)AuthorFilesLines
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-1/+1
2008-04-27x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-1/+1
2008-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds3-341/+136
2008-04-26x86, boot: add linked list of struct setup_dataHuang, Ying1-0/+14
2008-04-26x86, boot: add free_early to early reservation machanismHuang, Ying1-0/+1
2008-04-26x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting onlyJoe Perches1-32/+30
2008-04-26x86: finalize bitops unificationAlexander van Heukelum3-77/+33
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum2-81/+0
2008-04-26x86: switch 64-bit to generic find_first_bitAlexander van Heukelum1-0/+2
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum1-0/+2
2008-04-26bitops: use __fls for fls64 on 64-bit archsAlexander van Heukelum1-13/+2
2008-04-26x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum3-141/+98
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2-16/+0
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum3-18/+6
2008-04-26x86: section mismatch fixes, #2Jacek Luczak1-1/+1
2008-04-26x86: pgtable_32.h - prototype and section mismatch fixesJacek Luczak1-4/+4
2008-04-26x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita1-11/+0
2008-04-26x86: get_bios_ebda() requires asm/io.hAkinobu Mita1-0/+2
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita1-2/+4
2008-04-26x86_64 ia32 ptrace: convert to compat_arch_ptraceRoland McGrath1-0/+2
2008-04-26x86: remove NexGen supportDmitri Vorobiev1-1/+0
2008-04-26fix asm-x86/{posix_types,unistd}.hAdrian Bunk2-2/+14
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds5-12/+18
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds12-294/+393
2008-04-25x86: make clear_fixmap() available on 64-bit as wellIngo Molnar3-7/+12
2008-04-25xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata1-0/+7
2008-04-25xen: make include/xen/page.h portable moving those definitions under asm dirIsaku Yamahata1-0/+168
2008-04-25Xen: make events.c portable for ia64/xen supportIsaku Yamahata1-0/+22
2008-04-25xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata1-0/+24
2008-04-25xen: add support for callbackops hypercallJeremy Fitzhardinge2-0/+10
2008-04-25x86: unify pgd ctor/dtorJeremy Fitzhardinge3-16/+17
2008-04-25x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2-4/+3
2008-04-25x86: demacro pgalloc paravirt stubsJeremy Fitzhardinge1-7/+8
2008-04-25x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge1-8/+2
2008-04-25x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge1-9/+2
2008-04-25x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge1-10/+3
2008-04-25x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2-0/+14
2008-04-25x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2-24/+24
2008-04-25x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge3-44/+30
2008-04-25x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge3-56/+33
2008-04-25x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge3-34/+16
2008-04-25x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2-10/+10
2008-04-25x86: xen unify x86 add common mm pgtable c fixIngo Molnar1-16/+1
2008-04-25x86: add common mm/pgtable.cJeremy Fitzhardinge3-78/+18
2008-04-25x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge1-15/+18
2008-04-25x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com1-0/+9
2008-04-25x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com3-12/+8
2008-04-25x86: introduce /dev/mem restrictions with a config optionArjan van de Ven1-0/+1
2008-04-25"make namespacecheck" fixesIngo Molnar2-2/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-8/+14