summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86/pgtable: explain constant sign extension problemJeremy Fitzhardinge2008-01-301-0/+5
* x86: unify paravirt pagetable accessorsJeremy Fitzhardinge2008-01-305-72/+121
* x86: unify zero_page definitionJeremy Fitzhardinge2008-01-303-13/+8Star
* x86: fix warningJeremy Fitzhardinge2008-01-301-1/+1
* x86: pgtable: unify pte accessorsJeremy Fitzhardinge2008-01-305-143/+113Star
* x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge2008-01-309-38/+28Star
* x86: fix pte_modify() bugIngo Molnar2008-01-301-1/+1
* x86: unify pgtable accessors which use, #2Ingo Molnar2008-01-302-16/+15Star
* x86: unify pgtable accessors which useJeremy Fitzhardinge2008-01-304-34/+14Star
* x86: mask NX from pte_pfnJeremy Fitzhardinge2008-01-301-1/+1
* x86/pgtable: unify pagetable accessors, #6Jeremy Fitzhardinge2008-01-303-60/+28Star
* x86/pgtable: unify pagetable accessors, #5Ingo Molnar2008-01-301-11/+6Star
* x86/pgtable: unify pagetable accessors, #4Ingo Molnar2008-01-301-0/+8
* x86/pgtable: unify pagetable accessors, #3Ingo Molnar2008-01-301-7/+7
* x86/pgtable: unify pagetable accessors, #2Ingo Molnar2008-01-301-5/+5
* x86/pgtable: unify pagetable accessors, #1Ingo Molnar2008-01-301-9/+15
* x86/pgtable: fix constant sign extension problemIngo Molnar2008-01-301-12/+12
* x86: move all asm/pgtable constants into one placeJeremy Fitzhardinge2008-01-303-201/+119Star
* x86: add PWT to NOCACHE flagsIngo Molnar2008-01-302-3/+3
* x86, ptrace: add bts_struct size to status commandMarkus Metzger2008-01-301-3/+8
* x86: migration helpers for KVMIngo Molnar2008-01-301-0/+4
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-301-0/+10
* x86: unify percpu.htravis@sgi.com2008-01-303-164/+141Star
* x86: use generic percpu on 64-bittravis@sgi.com2008-01-301-21/+2Star
* x86_32: use generic percpu.htravis@sgi.com2008-01-301-21/+9Star
* percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com2008-01-301-11/+63
* percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com2008-01-308-120/+26Star
* percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com2008-01-303-5/+0Star
* x86: reboot_{32|64}.c unificationMiguel Boton2008-01-301-0/+3
* debug: move WARN_ON() out of lineArjan van de Ven2008-01-301-5/+5
* debug: introduce __WARN()Olof Johansson2008-01-301-6/+11
* x86: clean up include/asm-x86/calling.hIngo Molnar2008-01-301-94/+100
* x86: page.h: move things back to their own filesJeremy Fitzhardinge2008-01-304-223/+187Star
* x86: page.h: move remaining bits and piecesJeremy Fitzhardinge2008-01-303-30/+23Star
* x86: page.h: move pa and va related thingsJeremy Fitzhardinge2008-01-303-25/+25
* x86: page.h: move and unify types for pagetable entry, #6Ingo Molnar2008-01-301-1/+1
* x86: page.h: move and unify types for pagetable entryJeremy Fitzhardinge2008-01-302-85/+48Star
* x86: page.h: move and unify types for pagetable entry, #5Ingo Molnar2008-01-302-21/+72
* x86: page.h: move and unify types for pagetable entry, #4Ingo Molnar2008-01-301-0/+3
* x86: page.h: move and unify types for pagetable entry, #3Ingo Molnar2008-01-302-1/+13
* x86: page.h: move and unify types for pagetable entry, #2Ingo Molnar2008-01-301-3/+3
* x86: page.h: move and unify types for pagetable entry, #1Ingo Molnar2008-01-301-0/+6
* x86: add _AT() macro to conditionally castJeremy Fitzhardinge2008-01-301-0/+5
* x86: page.h: unify page copying and clearingJeremy Fitzhardinge2008-01-303-73/+55Star
* x86: page.h: unify constantsJeremy Fitzhardinge2008-01-303-126/+119Star
* x86: remove the now unused X86_FEATURE_SYNC_RDTSCAndi Kleen2008-01-301-1/+1
* x86: fix sched_clock()Ingo Molnar2008-01-302-1/+12
* x86: remove get_cycles_syncAndi Kleen2008-01-301-52/+8Star
* x86: map vsyscalls early enoughIngo Molnar2008-01-301-0/+2
* x86: move native_read_tsc() offlineIngo Molnar2008-01-301-7/+1Star