summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-144-6/+18
|\
| * x86, cacheinfo: Turn off L3 cache index disable feature in virtualized enviro...Frank Arnold2010-05-141-0/+4
| * x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-141-0/+5
| * x86, amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRsAndreas Herrmann2010-05-141-5/+7
| * x86: Fix fake apicid to node mapping for numa emulationDavid Rientjes2010-05-061-1/+2
* | Merge branch 'davinci-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-141-1/+1
|\ \
| * | DA830: fix USB 2.0 clock entrySergei Shtylyov2010-05-141-1/+1
* | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-05-148-20/+89
|\ \ \
| * | | microblaze: Fix module loading on system with WB cacheMichal Simek2010-05-141-0/+2
| * | | microblaze: export assembly functions used by modulesMichal Simek2010-05-133-0/+3
| * | | microblaze: Remove powerpc code from Microblaze portMichal Simek2010-05-131-1/+1
| * | | microblaze: Remove compilation warnings in cache macroMichal Simek2010-05-131-1/+2
| * | | microblaze: export assembly functions used by modulesSteven J. Magnani2010-05-131-0/+10
| * | | microblaze: fix get_user/put_user side-effectsSteven J. Magnani2010-05-131-18/+69
| * | | microblaze: re-enable interrupts before calling scheduleSteven J. Magnani2010-05-131-0/+2
* | | | KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin2010-05-131-1/+1
* | | | KVM: VMX: blocked-by-sti must not defer NMI injectionsJan Kiszka2010-05-131-2/+1Star
* | | | KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu2010-05-131-0/+4
* | | | KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel2010-05-131-4/+4
|/ / /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-05-136-68/+51Star
|\ \ \
| * \ \ Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt2010-05-131-2/+3
| |\ \ \
| | * | | powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala2010-05-041-2/+3
| * | | | powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras2010-05-125-66/+48Star
* | | | | [S390] correct address of _stext with CONFIG_SHARED_KERNEL=yMartin Schwidefsky2010-05-122-2/+2
* | | | | [S390] ptrace: fix return value of do_syscall_trace_enter()Gerald Schaefer2010-05-121-3/+2Star
|/ / / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-121-14/+13Star
|\ \ \ \ | |_|/ / |/| | |
| * | | kprobes/x86: Fix removed int3 checking orderMasami Hiramatsu2010-05-111-14/+13Star
| | |/ | |/|
* | | Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-071-1/+7
|\ \ \
| * | | V4L/DVB: mx1-camera: compile fixUwe Kleine-König2010-05-071-1/+7
| |/ /
* | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-05-0624-343/+278Star
|\ \ \
| * | | microblaze: Defconfig updateMichal Simek2010-05-062-13/+84
| * | | microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek2010-05-061-27/+35
| * | | microblaze: Fix consistent-sync codeMichal Simek2010-05-061-1/+1
| * | | microblaze: Define correct L1_CACHE_SHIFT valueMichal Simek2010-05-061-1/+1
| * | | microblaze: cpuinfo shows cache line lengthMichal Simek2010-05-061-4/+6
| * | | microblaze: Fix kmalloc alignment on non-coherent DMA platformsMichal Simek2010-05-061-0/+3
| * | | microblaze: Fix typo fault in cache codeMichal Simek2010-05-061-5/+5
| * | | microblaze: Fix consistent codeMichal Simek2010-05-063-92/+100
| * | | microblaze: pci-dma: use include/linux/dma-mapping.hMichal Simek2010-05-061-8/+0Star
| * | | microblaze: page.h: Remove get_user_page and free_user_pageMichal Simek2010-05-061-5/+0Star
| * | | microblaze: Remove "cache" optimized copy_page functionMichal Simek2010-05-063-39/+2Star
| * | | microblaze: invoke oom-killer from page faultNick Piggin2010-05-061-9/+4Star
| * | | microblaze: fix divide by zero exception messageRandy Dunlap2010-05-061-1/+1
| * | | microblaze: Add isa_dma_bridge_buggy to dma.hMichal Simek2010-05-061-0/+6
| * | | microblaze: Remove ancient codeMichal Simek2010-05-065-111/+0Star
| * | | microblaze: Quiet section mismatch warnings for MMU versionMichal Simek2010-05-062-15/+16
| * | | microblaze: Quiet section mismatch warningsSteven J. Magnani2010-05-062-2/+4
| * | | microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani2010-05-061-1/+2
| * | | microblaze: resource/PCI: align functions now return start of resourceMichal Simek2010-05-061-7/+6Star
| * | | microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource...Michal Simek2010-05-061-2/+2
| |/ /