aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman1-0/+106
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman1-1/+1
2014-08-06mmu_notifier: add call_srcu and sync function for listener to delay call and syncPeter Zijlstra1-0/+6
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya1-1/+1
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-2/+2
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+10
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan1-0/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+3
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-0/+6
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+1
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page reclaim linesMel Gorman1-103/+108
2014-08-06mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-9/+7
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-08-06mm: make copy_pte_range static againJerome Marchand1-4/+0
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes1-1/+0
2014-08-06mm: replace init_page_accessed by __SetPageReferencedHugh Dickins1-1/+0
2014-08-06include/linux/mmdebug.h: add VM_WARN_ONCE()Andrew Morton1-0/+2
2014-08-06mm tracing: tell mm_migrate_pages event about numa_misplacedMax Asbock1-0/+1
2014-08-06mem-hotplug: improve zone_movable_is_highmem logicWang Nan1-0/+2
2014-08-06mm: page-flags: clean up the page flag test, set, clear macrosJohannes Weiner1-7/+14
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-9/+29
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-4/+5
2014-08-06include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick1-2/+2
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick1-1/+1
2014-08-06fanotify: fix double free of pending permission eventsJan Kara1-0/+2
2014-08-06fsnotify: rename event handling functionsJan Kara1-6/+6
2014-08-06net: reallocate new socket option number for IPV6_AUTOFLOWLABELPablo Neira1-1/+1
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet1-2/+4
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds88-1014/+2279
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds4-1/+20
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds20-54/+647
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+4
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-348/+601
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-64/+4
2014-08-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds13-116/+368
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn3-2/+9
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn3-3/+12
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn3-3/+8
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn1-18/+11
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn3-1/+24
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-1/+1
2014-08-05Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds6-15/+924
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+2
2014-08-05Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds8-76/+66
2014-08-05Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-0/+1
2014-08-05Merge branch 'acpica'Rafael J. Wysocki8-32/+182
2014-08-05Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o3-1/+15
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller8-64/+68