aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15frv: handle pgtable_page_ctor() failKirill A. Shutemov1-4/+8
2013-11-15cris: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15avr32: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+6
2013-11-15arm: handle pgtable_page_ctor() failKirill A. Shutemov1-5/+7
2013-11-15arc: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+8
2013-11-15alpha: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15openrisc: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-2/+8
2013-11-15mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2-2/+8
2013-11-15microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-3/+9
2013-11-15xtensa: fix potential NULL-pointer dereferenceKirill A. Shutemov1-1/+5
2013-11-15m32r: fix potential NULL-pointer dereferenceKirill A. Shutemov1-0/+2
2013-11-15cris: fix potential NULL-pointer dereferenceKirill A. Shutemov1-0/+2
2013-11-15x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov1-2/+9
2013-11-15x86, mm: enable split page table lock for PMD levelKirill A. Shutemov2-1/+14
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov2-12/+12
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov2-6/+6
2013-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-8/+13
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-18/+7
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-50/+165
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds20-49/+47
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds15-70/+44
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds51-396/+681
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds3-15/+37
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds104-581/+7636
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds5-14/+62
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-8/+53
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds37-82/+195
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds17-141/+92
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-8/+0
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-1/+1
2013-11-13arch/arm/mach-davinci/sram.c: use gen_pool_dma_alloc() to sram.cNicolin Chen1-8/+1
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta6-10/+19
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta5-5/+25
2013-11-13errno.h: remove "NFS" from descriptions in commentsEric Sandeen4-4/+4
2013-11-13arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu1-2/+2
2013-11-13mem-hotplug: introduce movable_node boot optionTang Chen1-0/+11
2013-11-13x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed.Tang Chen1-2/+7
2013-11-13x86/mem-hotplug: support initialize page tables in bottom-upTang Chen1-2/+64
2013-11-13x86/mm: factor out of top-down direct mapping setupTang Chen1-20/+39
2013-11-13s390/mmap: randomize mmap base for bottom up directionHeiko Carstens1-2/+7
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu6-6/+6
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu4-7/+4
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi1-2/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu3-11/+4
2013-11-13cris: media platform drivers: fix buildMauro Carvalho Chehab1-0/+1
2013-11-13sh64: kernel: remove useless variable 'regs'Chen Gang1-1/+1
2013-11-13sh64: kernel: use 'usp' instead of 'fn'Chen Gang1-1/+1
2013-11-12x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as an errorThomas Renninger1-1/+1
2013-11-12x86/dumpstack: Fix printk_address for direct addressesJiri Slaby5-7/+12