summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-07-25MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee
2011-07-25MIPS: Install handlers for software IRQsKevin Cernekee
2011-07-25MIPS: Move FIXADDR_TOP into spaces.hKevin Cernekee
2011-07-25MIPS: Add SYNC after cacheflushKevin Cernekee
2011-07-25MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee
2011-07-25MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao
2011-07-25MIPS: topdown mmap supportJian Peng
2011-07-25MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause
2011-07-25MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli
2011-07-25MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli
2011-07-25Merge branch 'tegra/fixes' of git+ssh://master.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2011-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2011-07-25m68k: Revive reporting of spurious interruptsGeert Uytterhoeven
2011-07-25m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.hGeert Uytterhoeven
2011-07-25m68k: fix some atomic operation asm address modes for ColdFireGreg Ungerer
2011-07-25m68k: use CPU_HAS_NO_BITFIELDS for signal functionsGreg Ungerer
2011-07-25m68k: merge and clean up delay.h filesGreg Ungerer
2011-07-25m68knommu: correctly use trap_initGreg Ungerer
2011-07-25m68knommu: merge ColdFire 5206 and 5206e platform codeGreg Ungerer
2011-07-25m68k: merge mmu and non-mmu bitops.hGreg Ungerer
2011-07-25m68k: merge MMU and non MMU versions of system.hGreg Ungerer
2011-07-25m68k: merge MMU and non-MMU versions of asm/hardirq.hGreg Ungerer
2011-07-25m68k: merge the non-mmu and mmu versions of module.cGreg Ungerer
2011-07-25m68knommu: Fix printk() format in free_initrd_mem()Geert Uytterhoeven
2011-07-25m68knommu: Make empty_zero_page "void *", like on m68kGeert Uytterhoeven
2011-07-24x86, olpc-xo15-sci: Enable EC wakeup capabilityDaniel Drake
2011-07-24x86, olpc: Fix dependency on POWER_SUPPLYDaniel Drake
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-07-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong