aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle21-116/+1389
2008-04-28[MIPS] Add CoreFPGA5 support; distinguish between SOCit/ROCitChris Dearman1-5/+11
2008-04-28[MIPS] Add noulri kernel argument to disable "rdhwr $29" usermode support.Chris Dearman1-1/+12
2008-04-28[MIPS] Allow setting of the cache attribute at run time.Chris Dearman8-26/+45
2008-04-28[MIPS] All MIPS32 processors support64-bit physical addresses.Chris Dearman2-2/+2
2008-04-28[MIPS] Remove TLB sanitation codeChris Dearman3-61/+0
2008-04-28[MIPS] Basic SPRAM supportChris Dearman3-0/+230
2008-04-28[MIPS] Reimplement clear_page/copy_pageThiemo Seufer6-862/+725
2008-04-28powerpc: Add DIU platform code for MPC8610HPCDYork Sun3-9/+245
2008-04-28fbdev: powerpc: driver for Freescale 8610 and 5121 DIUYork Sun1-0/+12
2008-04-28atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen3-0/+27
2008-04-28x86: geode: MSR cleanupAndres Salomon1-4/+4
2008-04-28x86: configurable DMI scanning codeThomas Petazzoni1-3/+9
2008-04-28serial: add VR41xx SIU setup for serial consoleYoichi Yuasa2-2/+38
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong1-195/+190
2008-04-28arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong1-4/+8
2008-04-28uml: make several things staticWANG Cong3-7/+7
2008-04-28uml: make three functions staticWANG Cong3-3/+3
2008-04-28uml: remove a useless functionWANG Cong2-14/+0
2008-04-28uml: make a function staticWANG Cong2-2/+1
2008-04-28arch/um/os-Linux/start_up.c: various improvements.WANG Cong1-8/+6
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong1-3/+4
2008-04-28cris: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-28m68k: replace remaining __FUNCTION__ occurrencesHarvey Harrison3-8/+8
2008-04-28m68k: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-28arch/alpha/kernel/traps.c: use time_* macrosS.Caglar Onur1-2/+3
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison12-84/+72
2008-04-28alpha: handle kcalloc failureJim Meyering1-0/+6
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-2/+3
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter1-2/+2
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter1-2/+14
2008-04-28pageflags: standardize comment inclusion in asm-offsets.h and fix MIPSChristoph Lameter1-202/+202
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-6/+9
2008-04-28mm: move cache_line_size() to <linux/cache.h>Pekka Enberg1-0/+3
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+1
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+7
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge5-69/+3
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27sparc64: Fix accidental syscall restart on child return from clone/fork/vfork.David S. Miller1-0/+6
2008-04-27sparc64: Clean up handling of pt_regs trap type encoding.David S. Miller1-4/+3
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-27Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds77-555/+20457
2008-04-27KVM: MMU: kvm_pv_mmu_op should not take mmap_semMarcelo Tosatti1-3/+0
2008-04-27KVM: SVM: remove selective CR0 commentJoerg Roedel1-11/+0
2008-04-27KVM: SVM: remove now obsolete FIXME commentJoerg Roedel1-7/+0
2008-04-27KVM: SVM: disable CR8 intercept when tpr is not masking interruptsJoerg Roedel1-4/+27
2008-04-27KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabledJoerg Roedel1-0/+12
2008-04-27KVM: export kvm_lapic_set_tpr() to modulesJoerg Roedel1-0/+1
2008-04-27KVM: SVM: sync TPR value to V_TPR field in the VMCBJoerg Roedel1-2/+16