summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-04-074-20/+13
|\
| * ARM: arch-shmobile: only run FSI init on respective boardsKuninori Morimoto2011-04-061-5/+3
| * ARM: arch-shmobile: only run HDMI init on respective boardsGuennadi Liakhovetski2011-04-062-13/+8
| * ARM: mach-shmobile: Correctly check for CONFIG_MACH_MACKERELSimon Horman2011-04-062-2/+2
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-04-073-4/+4
|\ \
| * | sh: select ARCH_NO_SYSDEV_OPS.Paul Mundt2011-04-061-0/+1
| * | sh: fix build error in board-sh7757lcr.cYoshihiro Shimoda2011-03-311-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-31498-3538/+3756
| |\ \
| * | | sh: landisk: Remove whitespaceNobuhiro Iwamatsu2011-03-311-2/+2
| * | | sh: landisk: Remove mv_nr_irqsNobuhiro Iwamatsu2011-03-311-1/+0
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-...Linus Torvalds2011-04-075-17/+18
|\ \ \ \ \ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | * | | | | x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()Feng Tang2011-04-071-1/+3
| | | | |/ / / | | | |/| | |
| * | | | | | x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld2011-04-061-1/+1
| * | | | | | x86, hibernate: Initialize mmu_cr4_features during bootH. Peter Anvin2011-04-061-0/+5
| * | | | | | x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 changeTejun Heo2011-04-041-1/+3
| * | | | | | x86: visws: Fixup irq overhaul falloutThomas Gleixner2011-04-041-14/+6
* | | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-04-071-9/+28
|\ \ \ \ \ \ \
| * | | | | | | KVM: move and fix substitue search for missing CPUID entriesAndre Przywara2011-04-061-6/+25
| * | | | | | | KVM: fix XSAVE bit scanningAndre Przywara2011-04-061-3/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07403-523/+523
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix common misspellingsLucas De Marchi2011-03-31403-523/+523
| | |_|_|_|/ | |/| | | |
* | | | | | powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPUMatt Evans2011-04-051-6/+11
* | | | | | powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm2011-04-052-1/+4
* | | | | | powerpc/pseries: Don't register global initcallBenjamin Herrenschmidt2011-04-051-1/+1
* | | | | | powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker2011-04-051-3/+3
* | | | | | Merge remote branch 'kumar/merge' into mergeBenjamin Herrenschmidt2011-04-054-19/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | powerpc/85xx: Update dts for PCIe memory maps to match u-boot of Px020RDBPrabhakar Kushwaha2011-04-044-19/+19
* | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-04-046-7/+24
|\ \ \ \ \ \
| * | | | | | microblaze: Fix ftraceMichal Simek2011-04-013-4/+13
| * | | | | | microblaze: Wire up new syscallsMichal Simek2011-04-012-1/+9
| * | | | | | microblaze: Fix level/edge irq sensibilityMichal Simek2011-04-011-2/+2
* | | | | | | Documentation: fix minor typos/spellingSylvestre Ledru2011-04-042-2/+2
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-0410-8/+31
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | x86, UV: Fix kdump rebootCliff Wickman2011-03-311-0/+9
| * | | | | | x86, amd-nb: Rename CPU PCI id define for F4Borislav Petkov2011-03-311-1/+1
| * | | | | | x86, mtrr, pat: Fix one cpu getting out of sync during resumeSuresh Siddha2011-03-291-5/+15
| * | | | | | x86, microcode: Unregister syscore_ops after microcode unloadedXiaotian Feng2011-03-291-0/+1
| * | | | | | x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-297-2/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-042-0/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.39-rc1' into perf/urgentIngo Molnar2011-03-30391-3767/+2940
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-292-0/+6
| |\ \ \ \ \ \
| | * | | | | | oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen2011-03-242-0/+6
* | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | rcu: create new rcu_access_index() and use in mcePaul E. McKenney2011-04-011-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-04-0410-206/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ...Guan Xuetao2011-04-025-49/+2
| * | | | | | | unicore32 core architecture: remove duplicated #includeHuang Weiyi2011-04-021-1/+0
| * | | | | | | unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_stateGuan Xuetao2011-04-021-9/+0
| * | | | | | | unicore32 fix: remove arch-specific futex supportGuan Xuetao2011-04-022-144/+1
| * | | | | | | unicore32 ldscript fix: add cacheline parameter to PERCPU() macroGuan Xuetao2011-04-021-3/+4
| |/ / / / / /
OpenPOWER on IntegriCloud