aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2013-11-15ia64: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15hexagon: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15frv: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15cris: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15avr32: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15arm: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15arc: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15alpha: handle pgtable_page_ctor() failKirill A. Shutemov
2013-11-15openrisc: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov
2013-11-15mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov
2013-11-15microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov
2013-11-15xtensa: fix potential NULL-pointer dereferenceKirill A. Shutemov
2013-11-15m32r: fix potential NULL-pointer dereferenceKirill A. Shutemov
2013-11-15cris: fix potential NULL-pointer dereferenceKirill A. Shutemov
2013-11-15x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov
2013-11-15x86, mm: enable split page table lock for PMD levelKirill A. Shutemov
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai
2013-11-14sparc64: Add self-IPI support for smp_send_reschedule()Kirill Tkhai
2013-11-14sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal
2013-11-14ARM: highbank: only select errata 764369 if SMPOlof Johansson
2013-11-14ARM: sti: only select errata 764369 if SMPOlof Johansson
2013-11-14ARM: tegra: init fuse before setting reset handlerAlexandre Courbot
2013-11-14ARM: vt8500: add defconfig for v6/v7 chipsOlof Johansson
2013-11-14ARM: integrator_cp: Set LCD{0,1} enable lines when turning on CLCDJonathan Austin
2013-11-14ARM: OMAP2+: smsc911x: fix return value check in gpmc_smsc911x_init()Wei Yongjun
2013-11-14Merge tag 'for-v3.13/clock-fixes-a' of git://git.kernel.org/pub/scm/linux/ker...Tony Lindgren
2013-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-13sparc64: Encode huge PMDs using PTE encoding.David S. Miller
2013-11-13kvm, vmx: Fix lazy FPU on nested guestAnthoine Bourgeois
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-13arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.cNicolin Chen
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen
2013-11-13arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu