aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-04-28x86: configurable DMI scanning codeThomas Petazzoni
2008-04-28serial: add VR41xx SIU setup for serial consoleYoichi Yuasa
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong
2008-04-28arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong
2008-04-28uml: make several things staticWANG Cong
2008-04-28uml: make three functions staticWANG Cong
2008-04-28uml: remove a useless functionWANG Cong
2008-04-28uml: make a function staticWANG Cong
2008-04-28arch/um/os-Linux/start_up.c: various improvements.WANG Cong
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong
2008-04-28cris: remove redundant display of free swap space in show_mem()Johannes Weiner
2008-04-28m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner
2008-04-28arch/alpha/kernel/traps.c: use time_* macrosS.Caglar Onur
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28alpha: handle kcalloc failureJim Meyering
2008-04-28return pfn from direct_access, for XIPJared Hulbert
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter
2008-04-28pageflags: standardize comment inclusion in asm-offsets.h and fix MIPSChristoph Lameter
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge
2008-04-28x86: PAT fixIngo Molnar
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard
2008-04-27KVM: x86 emulator: fix lea to really get the effective addressAvi Kivity
2008-04-27KVM: x86 emulator: fix smsw and lmsw with a memory operandAvi Kivity
2008-04-27KVM: x86 emulator: initialize src.val and dst.val for register operandsAvi Kivity
2008-04-27KVM: SVM: force a new asid when initializing the vmcbAvi Kivity
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-04-27KVM: SVM: do not intercept task switch with NPTJoerg Roedel
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu
2008-04-27KVM: ia64: Stub out kvmtraceAvi Kivity
2008-04-27KVM: s390: Stub out kvmtraceAvi Kivity
2008-04-27KVM: Add trace markersFeng (Eric) Liu