aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge9-38/+28
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 Fitzhardinge4-34/+14
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: 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, ptrace: add bts_struct size to status commandMarkus Metzger1-3/+8
2008-01-30x86: migration helpers for KVMIngo Molnar1-0/+4
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli1-0/+10
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.com1-11/+63
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.com3-5/+0
2008-01-30x86: reboot_{32|64}.c unificationMiguel Boton1-0/+3
2008-01-30debug: move WARN_ON() out of lineArjan van de Ven1-5/+5
2008-01-30debug: introduce __WARN()Olof Johansson1-6/+11
2008-01-30x86: clean up include/asm-x86/calling.hIngo Molnar1-94/+100
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
2008-01-30x86: page.h: move and unify types for pagetable entry, #5Ingo Molnar2-21/+72
2008-01-30x86: page.h: move and unify types for pagetable entry, #4Ingo Molnar1-0/+3
2008-01-30x86: page.h: move and unify types for pagetable entry, #3Ingo Molnar2-1/+13
2008-01-30x86: page.h: move and unify types for pagetable entry, #2Ingo Molnar1-3/+3
2008-01-30x86: page.h: move and unify types for pagetable entry, #1Ingo Molnar1-0/+6
2008-01-30x86: add _AT() macro to conditionally castJeremy Fitzhardinge1-0/+5
2008-01-30x86: page.h: unify page copying and clearingJeremy Fitzhardinge3-73/+55
2008-01-30x86: page.h: unify constantsJeremy Fitzhardinge3-126/+119
2008-01-30x86: remove the now unused X86_FEATURE_SYNC_RDTSCAndi Kleen1-1/+1
2008-01-30x86: fix sched_clock()Ingo Molnar2-1/+12
2008-01-30x86: remove get_cycles_syncAndi Kleen1-52/+8
2008-01-30x86: map vsyscalls early enoughIngo Molnar1-0/+2
2008-01-30x86: move native_read_tsc() offlineIngo Molnar1-7/+1
2008-01-30x86: introduce rdtsc_barrier()Andi Kleen1-0/+13
2008-01-30git-x86: unbreak UMLWANG Cong1-0/+6
2008-01-30x86: move nop declarations into separate include fileAndi Kleen2-85/+91
2008-01-30x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUsAndi Kleen1-0/+1
2008-01-30x86: implement support to synchronize RDTSC through MFENCE on AMD CPUsAndi Kleen1-0/+1