aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-28[SPARC64]: Don't open-code {get,put}_cpu_var() in flush_tlb_pending().David S. Miller1-5/+2
2008-03-28Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEMAndrew Morton1-3/+3
2008-03-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+5
2008-03-28[POWERPC] Fix missed hardware breakpoints across multiple threadsMichael Ellerman1-5/+5
2008-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-50/+73
2008-03-28lguest: comment documentation update.Rusty Russell2-50/+73
2008-03-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-54/+88
2008-03-27x86: prefetch fix #2Ingo Molnar1-7/+4
2008-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds7-157/+274
2008-03-27Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2-0/+5
2008-03-27xen: fix UP setup of shared_infoJeremy Fitzhardinge1-20/+25
2008-03-27xen: fix RMW when unmasking eventsJeremy Fitzhardinge2-3/+8
2008-03-27x86: stricter check in follow_huge_addr()Christoph Lameter1-1/+1
2008-03-27rdc321x: GPIO routines bugfixesFlorian Fainelli2-48/+153
2008-03-27x86: ptrace.c: fix defined-but-unused warningsAndrew Morton1-84/+85
2008-03-27x86: fix prefetch workaroundIngo Molnar1-1/+2
2008-03-27avr32: Fix bug in early resource allocation codeHaavard Skinnemoen1-0/+1
2008-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+1
2008-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-120/+382
2008-03-26x86: fix performance drop for glxSuresh Siddha2-2/+6
2008-03-26x86: fix trim mtrr not to setup_memory two timesYinghai Lu2-6/+4
2008-03-26x86: GEODE: add missing module.h includeAndres Salomon1-0/+1
2008-03-26x86, cpufreq: fix Speedfreq-SMI call that clobbers ECXStephan Diestelhorst1-15/+24
2008-03-26x86: fix memoryless node oops during bootYinghai Lu1-1/+1
2008-03-26x86: add dmi quirk for io_delayIngo Molnar1-0/+8
2008-03-26x86: convert mtrr/generic.c to kernel-docRandy Dunlap1-19/+23
2008-03-26[SPARC64]: flush_ptrace_access() needs preemption disable.David S. Miller1-0/+4
2008-03-26[SPARC64]: Update defconfig.David S. Miller1-4/+8
2008-03-26[SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks.David S. Miller1-0/+6
2008-03-26[SPARC64]: Fix __get_cpu_var in preemption-enabled area.David S. Miller1-1/+2
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.cDavid S. Miller3-0/+16
2008-03-26[SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.cDavid S. Miller3-5/+56
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller3-27/+44
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.cDavid S. Miller2-3/+13
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.cDavid S. Miller2-19/+29
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.cDavid S. Miller1-4/+4
2008-03-26[SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.cDavid S. Miller3-50/+144
2008-03-26[UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy1-5/+1
2008-03-25[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller4-7/+24
2008-03-25[POWERPC] update pasemi_defconfigOlof Johansson1-54/+88
2008-03-25KVM: MMU: Fix memory leak on guest demand faultsAvi Kivity1-1/+1
2008-03-25KVM: VMX: convert init_rmode_tss() to slots_lockMarcelo Tosatti1-2/+2
2008-03-25KVM: MMU: handle page removal with shadow mappingMarcelo Tosatti1-1/+12
2008-03-25KVM: MMU: Fix is_rmap_pte() with io ptesAvi Kivity1-2/+1
2008-03-25KVM: VMX: Restore tss even on x86_64Avi Kivity1-3/+0
2008-03-24[SPARC64]: Make save_stack_trace() more efficient.David S. Miller2-1/+33
2008-03-25Merge branch 'linux-2.6' into mergePaul Mackerras11-175/+112
2008-03-25[POWERPC] mpc5200: Fix incorrect compatible string for the mdio nodeGrant Likely1-1/+1
2008-03-24Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-6/+15
2008-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds7-166/+94