summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2011-04-21powerpc: Fix multicast problem in fs_enet driverAndrea Galbusera-2/+2
2011-04-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds-8/+8
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+42
2011-04-07Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-20/+13
2011-04-07Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds-17/+18
2011-04-07Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-9/+28
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-523/+523
2011-04-07x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()Feng Tang-1/+3
2011-04-06x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld-1/+1
2011-04-06x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin-0/+5
2011-04-06sh: select ARCH_NO_SYSDEV_OPS.Paul Mundt-0/+1
2011-04-06ARM: arch-shmobile: only run FSI init on respective boardsKuninori Morimoto-5/+3
2011-04-06ARM: arch-shmobile: only run HDMI init on respective boardsGuennadi Liakhovetski-13/+8
2011-04-06ARM: mach-shmobile: Correctly check for CONFIG_MACH_MACKERELSimon Horman-2/+2
2011-04-06KVM: move and fix substitue search for missing CPUID entriesAndre Przywara-6/+25
2011-04-06KVM: fix XSAVE bit scanningAndre Przywara-3/+3
2011-04-05powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPUMatt Evans-6/+11
2011-04-05powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm-1/+4
2011-04-05powerpc/pseries: Don't register global initcallBenjamin Herrenschmidt-1/+1
2011-04-05powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker-3/+3
2011-04-05Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt-19/+19
2011-04-04Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-7/+24
2011-04-04Documentation: fix minor typos/spellingSylvestre Ledru-2/+2
2011-04-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+31
2011-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+6
2011-04-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2011-04-04Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds-206/+7
2011-04-04x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 changeTejun Heo-1/+3
2011-04-04x86: visws: Fixup irq overhaul falloutThomas Gleixner-14/+6
2011-04-04powerpc/85xx: Update dts for PCIe memory maps to match u-boot of Px020RDBPrabhakar Kushwaha-19/+19
2011-04-04[S390] compile fix for latest binutilsMartin Schwidefsky-1/+1
2011-04-04[S390] Fix parameter passing for smp_switch_to_cpu()Michael Holzheu-2/+6
2011-04-04[S390] oprofile s390: prevent stack corruptionJan Glauber-5/+1
2011-04-02unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ...Guan Xuetao-49/+2
2011-04-02unicore32 core architecture: remove duplicated #includeHuang Weiyi-1/+0
2011-04-02unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_stateGuan Xuetao-9/+0
2011-04-02unicore32 fix: remove arch-specific futex supportGuan Xuetao-144/+1
2011-04-02unicore32 ldscript fix: add cacheline parameter to PERCPU() macroGuan Xuetao-3/+4
2011-04-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds-1/+1
2011-04-01[IA64] fix build warning: argument 1 of 'irqd_irq_disabled'Tony Luck-1/+1
2011-04-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds-191/+238
2011-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds-17/+20
2011-04-01rcu: create new rcu_access_index() and use in mcePaul E. McKenney-1/+1
2011-04-01microblaze: Fix ftraceMichal Simek-4/+13
2011-04-01microblaze: Wire up new syscallsMichal Simek-1/+9
2011-04-01microblaze: Fix level/edge irq sensibilityMichal Simek-2/+2
2011-04-01powerpc/pmac/smp: Remove no-longer needed preempt workaroundBenjamin Herrenschmidt-7/+0
2011-04-01powerpc/smp: Increase vdso_data->processorCount, not just decrease itBenjamin Herrenschmidt-0/+4
2011-04-01powerpc/smp: Create idle threads on demand and properly reset themBenjamin Herrenschmidt-22/+78