aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/page.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge1-3/+3
2008-01-30x86: fix pte_modify() bugIngo Molnar1-1/+1
2008-01-30x86: unify pgtable accessors which use, #2Ingo Molnar2-16/+15
2008-01-30x86: unify pgtable accessors which useJeremy Fitzhardinge5-36/+17
2008-01-30x86: mask NX from pte_pfnJeremy Fitzhardinge1-1/+1
2008-01-30x86/pgtable: unify pagetable accessors, #6Jeremy Fitzhardinge3-60/+28
2008-01-30x86/pgtable: unify pagetable accessors, #5Ingo Molnar1-11/+6
2008-01-30x86/pgtable: unify pagetable accessors, #4Ingo Molnar1-0/+8
2008-01-30x86/pgtable: unify pagetable accessors, #3Ingo Molnar1-7/+7
2008-01-30x86/pgtable: unify pagetable accessors, #2Ingo Molnar1-5/+5
2008-01-30x86/pgtable: unify pagetable accessors, #1Ingo Molnar1-9/+15
2008-01-30x86/pgtable: fix constant sign extension problemIngo Molnar1-12/+12
2008-01-30x86: avoid name conflict for Voyager leave_mmJeremy Fitzhardinge1-5/+5
2008-01-30x86: move all asm/pgtable constants into one placeJeremy Fitzhardinge3-201/+119
2008-01-30x86: add PWT to NOCACHE flagsIngo Molnar2-3/+3
2008-01-30x86: coding style fixes in arch/x86/ia32/audit.cPaolo Ciarrocchi1-1/+1
2008-01-30x86: make NUMA work on 32-bit againMel Gorman1-2/+11
2008-01-30x86, ptrace: add bts_struct size to status commandMarkus Metzger2-3/+10
2008-01-30x86: migration helpers for KVMIngo Molnar1-0/+4
2008-01-30x86: unify arch/x86/kernel/acpi/sleep*.cPavel Machek4-188/+88
2008-01-30x86: clean up arch/x86/mm/fault_64.cIngo Molnar1-3/+3
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli5-0/+241
2008-01-30x86: unify percpu.htravis@sgi.com3-164/+141
2008-01-30x86: use generic percpu on 64-bittravis@sgi.com1-21/+2
2008-01-30x86_32: use generic percpu.htravis@sgi.com1-21/+9
2008-01-30percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com2-12/+64
2008-01-30percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com8-120/+26
2008-01-30percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com8-7/+14
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin3-27/+112
2008-01-30x86 boot : export boot_params via debugfs for debuggingHuang, Ying5-1/+81
2008-01-30x86: reboot_{32|64}.c unificationMiguel Boton4-315/+163
2008-01-30debug: add the end-of-trace marker and the module list toArjan van de Ven1-4/+12
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven2-5/+20
2008-01-30debug: introduce __WARN()Olof Johansson1-6/+11
2008-01-30x86: kprobes change kprobe_handler flowAbhishek Sagar1-67/+86
2008-01-30x86: make arch/x86/kernel/acpi/wakeup_32.S use a separateEric Dumazet2-1/+3
2008-01-30x86: clean up include/asm-x86/calling.hIngo Molnar1-94/+100
2008-01-30x86: mark memory_setup __initAndi Kleen1-1/+1
2008-01-30x86: Set CFQ as default in 32-bit defconfigAndi Kleen1-2/+2
2008-01-30x86: compile apm and voyager module only when selected in KconfigAndi Kleen4-9/+9
2008-01-30x86: document fdimage/isoimage completely in make helpAndi Kleen1-8/+12
2008-01-30x86: remove CPU capabitilites printks on 32-bitAndi Kleen1-19/+1
2008-01-30x86: add /proc/irq/*/spurious to dump the spurious irq debugging stateAndi Kleen1-2/+19
2008-01-30genirq: turn irq debugging options into module paramsAndi Kleen1-0/+5
2008-01-30x86/efi: fix improper use of lvalueJeremy Fitzhardinge1-1/+1
2008-01-30x86: page.h: move things back to their own filesJeremy Fitzhardinge4-223/+187
2008-01-30x86: page.h: move remaining bits and piecesJeremy Fitzhardinge3-30/+23
2008-01-30x86: page.h: move pa and va related thingsJeremy Fitzhardinge3-25/+25
2008-01-30x86: page.h: move and unify types for pagetable entry, #6Ingo Molnar1-1/+1
2008-01-30x86: page.h: move and unify types for pagetable entryJeremy Fitzhardinge2-85/+48