aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-30x86 setup: initialize LDTR and TR to make life easier to Intel VTH. Peter Anvin
2008-01-30x86 setup: make PM transition more paranoid; cleanup 32-bit entryH. Peter Anvin
2008-01-30x86: <asm/segment.h>: boot GDT entries are 32/64-independentH. Peter Anvin
2008-01-30x86: trivial whitespace in kprobes.cHarvey Harrison
2008-01-30x86: move get_segment_eip() to step.cHarvey Harrison
2008-01-30x86: move out tick_nohz_stop_sched_tick() call from the loopHiroshi Shimamoto
2008-01-30x86: fix UML and -regparm=3Ingo Molnar
2008-01-30x86: big ticket locksNick Piggin
2008-01-30x86: coding style fixes in arch/x86/pci/fixup.cPaolo Ciarrocchi
2008-01-30x86: use fixup_exception() in traps_64.cHarvey Harrison
2008-01-30x86: more users of PF_ constants in fault_32|64.cHarvey Harrison
2008-01-30x86: introduce __die helper to X86_32Harvey Harrison
2008-01-30x86: change x86 machine check handler to use unlocked_ioctl insteadNikanth Karthikesan
2008-01-30x86/pgtable: explain constant sign extension problemJeremy Fitzhardinge
2008-01-30xen: mask out PWT tooJeremy Fitzhardinge
2008-01-30x86: unify paravirt pagetable accessorsJeremy Fitzhardinge
2008-01-30x86: unify zero_page definitionJeremy Fitzhardinge
2008-01-30x86: fix warningJeremy Fitzhardinge
2008-01-30x86: pgtable: unify pte accessorsJeremy Fitzhardinge
2008-01-30x86/vmi: fix compilation as a result of pte_t changesJeremy Fitzhardinge
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge
2008-01-30x86: fix pte_modify() bugIngo Molnar
2008-01-30x86: unify pgtable accessors which use, #2Ingo Molnar
2008-01-30x86: unify pgtable accessors which useJeremy Fitzhardinge
2008-01-30x86: mask NX from pte_pfnJeremy Fitzhardinge
2008-01-30x86/pgtable: unify pagetable accessors, #6Jeremy Fitzhardinge
2008-01-30x86/pgtable: unify pagetable accessors, #5Ingo Molnar
2008-01-30x86/pgtable: unify pagetable accessors, #4Ingo Molnar
2008-01-30x86/pgtable: unify pagetable accessors, #3Ingo Molnar
2008-01-30x86/pgtable: unify pagetable accessors, #2Ingo Molnar
2008-01-30x86/pgtable: unify pagetable accessors, #1Ingo Molnar
2008-01-30x86/pgtable: fix constant sign extension problemIngo Molnar
2008-01-30x86: avoid name conflict for Voyager leave_mmJeremy Fitzhardinge
2008-01-30x86: move all asm/pgtable constants into one placeJeremy Fitzhardinge
2008-01-30x86: add PWT to NOCACHE flagsIngo Molnar
2008-01-30x86: coding style fixes in arch/x86/ia32/audit.cPaolo Ciarrocchi
2008-01-30x86: make NUMA work on 32-bit againMel Gorman
2008-01-30x86, ptrace: add bts_struct size to status commandMarkus Metzger
2008-01-30x86: migration helpers for KVMIngo Molnar
2008-01-30x86: unify arch/x86/kernel/acpi/sleep*.cPavel Machek
2008-01-30x86: clean up arch/x86/mm/fault_64.cIngo Molnar
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli
2008-01-30x86: unify percpu.htravis@sgi.com
2008-01-30x86: use generic percpu on 64-bittravis@sgi.com
2008-01-30x86_32: use generic percpu.htravis@sgi.com
2008-01-30percpu: make the asm-generic/percpu.h more "generic"travis@sgi.com
2008-01-30percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.htravis@sgi.com
2008-01-30percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com
2008-01-30i386: handle an initrd in highmem (version 2)H. Peter Anvin
2008-01-30x86 boot : export boot_params via debugfs for debuggingHuang, Ying