aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06module: export param_free_charp()Dan Streetman1-0/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-0/+7
2015-11-06include/linux/mmzone.h: reflow commentAndrew Morton1-6/+7
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combinationsMel Gorman1-80/+171
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman1-2/+4
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-8/+2
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman1-74/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-11-06mm: page_alloc: remove GFP_IOFSMel Gorman1-1/+0
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-16/+36
2015-11-06mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2-6/+8
2015-11-06mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman1-0/+6
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman1-1/+1
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki3-5/+15
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee1-3/+0
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee2-7/+0
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee1-0/+4
2015-11-07ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee1-0/+10
2015-11-07device property: Introducing enum dev_dma_attrSuthikulpanit, Suravee1-0/+6
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+79
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-0/+121
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-16/+58
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+6
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-27/+7
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds4-88/+69
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-0/+22
2015-11-06Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+8
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds11-3/+183
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+192
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-185/+153
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-0/+5
2015-11-05mm: mlock: add new mlock system callEric B Munson1-0/+2
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa1-1/+0
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner1-3/+3
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-5/+2
2015-11-05mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov1-1/+3
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov1-15/+0
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov1-4/+2
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov1-50/+19
2015-11-05include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang1-2/+2
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton1-23/+1
2015-11-05mm: optimize PageHighMem() checkVineet Gupta1-1/+1
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-2/+2
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-0/+1
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-1/+1
2015-11-05mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return boolYaowei Bai1-3/+3
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-0/+1
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2-0/+22
2015-11-05mm: use only per-device readahead limitRoman Gushchin1-2/+0
2015-11-05mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai1-2/+1