summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-183-71/+166
|\
| * Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-112-71/+160
| |\
| | * iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel2010-03-071-48/+0
| | * x86/amd-iommu: Implement ->{un}map callbacks for iommu-apiJoerg Roedel2010-03-071-0/+29
| | * x86/amd-iommu: Make amd_iommu_iova_to_phys aware of multiple page sizesJoerg Roedel2010-03-071-4/+9
| | * x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizesJoerg Roedel2010-03-072-18/+78
| | * x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizesJoerg Roedel2010-03-072-20/+61
| | * iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel2010-03-071-2/+2
| * | x86/amd-iommu: Add amd_iommu=off command line optionJoerg Roedel2010-05-111-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-05-1711-76/+119
|\ \ \
| * | | m68k: amiga - Floppy platform device conversionGeert Uytterhoeven2010-05-171-0/+5
| * | | m68k: amiga - Sound platform device conversionGeert Uytterhoeven2010-05-171-0/+5
| * | | m68k: amiga - Frame buffer platform device conversionGeert Uytterhoeven2010-05-171-0/+15
| * | | m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven2010-05-172-1/+59
| * | | m68k: invoke oom-killer from page faultNick Piggin2010-05-171-10/+4
| * | | m68k: Implement generic_find_next_{zero_,}le_bit()Geert Uytterhoeven2010-05-171-6/+8
| * | | m68k: hp300 - Checkpatch cleanupAndrea Gelmini2010-05-171-3/+1
| * | | m68k: Remove trailing spaces in messagesFrans Pop2010-05-173-7/+7
| * | | m68k: Simplify param.h by using <asm-generic/param.h>Robert P. J. Day2010-05-171-15/+1
| * | | m68k: Remove BKL from rtc implementationsThomas Gleixner2010-05-172-34/+14
* | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-1719-24/+24
|/ / /
* | | MIPS: Oprofile: Fix Loongson irq handlerWu Zhangjin2010-05-151-1/+1
* | | MIPS: N32: Use compat version for sys_ppoll.Chandrakala Chavva2010-05-151-1/+1
* | | MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2010-05-152-5/+19
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-1410-24/+87
|\ \ \
| * | | ARM: 6125/1: ARM TWD: move TWD registers to common headerSrinidhi Kasagar2010-05-122-17/+17
| * | | ARM: 6110/1: Fix Thumb-2 kernel builds when UACCESS_WITH_MEMCPY is enabledCatalin Marinas2010-05-082-0/+2
| * | | ARM: 6112/1: Use the Inner Shareable I-cache and BTB ops on ARMv7 SMPCatalin Marinas2010-05-084-1/+44
| * | | ARM: 6111/1: Implement read/write for ownership in the ARMv6 DMA cache opsCatalin Marinas2010-05-081-4/+13
| * | | ARM: 6106/1: Implement copy_to_user_page() for noMMUCatalin Marinas2010-05-081-0/+9
| * | | ARM: 6105/1: Fix the __arm_ioremap_caller() definition in nommu.cCatalin Marinas2010-05-081-2/+2
| |/ /
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-141-0/+4
|\ \ \
| * | | x86, mrst: Don't blindly access extended config spaceH. Peter Anvin2010-05-141-0/+4
* | | | 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-131-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/+1
OpenPOWER on IntegriCloud