summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09RDS: fix rds-ping spinlock recursionjeff.liu1-1/+1
2012-10-09netdev/phy: Prototype of_mdio_find_bus()Mark Brown1-0/+1
2012-10-09farsync: fix support for over 30 cardsDan Carpenter1-1/+1
2012-10-09be2net: Remove code that stops further access to BE NIC based on UE bitsAjit Khaparde1-2/+5
2012-10-09pch_gbe: Fix build error by selecting all the possible dependencies.Haicheng Li1-0/+3
2012-10-09Merge tag 'disintegrate-isdn-20121009' of git://git.infradead.org/users/dhowe...David S. Miller3-1/+1
2012-10-09Merge tag 'disintegrate-net-20121009' of git://git.infradead.org/users/dhowel...David S. Miller170-1917/+2026
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3520-393050/+480732
2012-10-09Fix staging driver use of VM_RESERVEDLinus Torvalds1-1/+1
2012-10-09e1000e: add device IDs for i218Bruce Allan2-0/+4
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2-2/+2
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose1-0/+7
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_ematchDavid Howells6-4/+4
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_actDavid Howells9-7/+7
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells15-266/+281
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4David Howells13-226/+241
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_bridgeDavid Howells22-332/+350
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_arpDavid Howells5-201/+209
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells10-272/+296
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells86-607/+636
2012-10-09UAPI: (Scripted) Disintegrate include/linux/isdnDavid Howells3-1/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/caifDavid Howells4-2/+2
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds255-3540/+4976
2012-10-09sparc64: Support transparent huge pages.David Miller14-110/+582
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller1-2/+3
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller4-3/+6
2012-10-09sparc64: Document PGD and PMD layout.David Miller2-8/+16
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller5-44/+123
2012-10-09sparc64: Halve the size of PTE tablesDavid Miller2-19/+9
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller6-121/+9
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2-6/+11
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7
2012-10-09mm: document PageHuge somewhatAndrew Morton1-0/+5
2012-10-09mm: use %pK for /proc/vmallocinfoKees Cook1-1/+1
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes2-4/+8
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes3-3/+12
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang3-5/+61
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang3-8/+15
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu1-1/+2
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa1-4/+0
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim1-2/+4
2012-10-09CMA: migrate mlocked pagesMinchan Kim5-6/+12
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day1-1/+1
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins2-2/+0
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim3-0/+23
2012-10-09mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")Minchan Kim1-4/+7
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran4-14/+36
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg7-76/+92