summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-11-07bitops.h: add sign_extend64()Martin Kepplinger
2015-11-07bitops.h: improve sign_extend32()'s documentationMartin Kepplinger
2015-11-07include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2015-11-07mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-07mm: make compound_head() robustKirill A. Shutemov
2015-11-07mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-11-07mm: drop page->slab_pageKirill A. Shutemov
2015-11-07mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-11-07zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman
2015-11-07module: export param_free_charp()Dan Streetman
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-07include/linux/mmzone.h: reflow commentAndrew Morton
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman
2015-11-07mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-07mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-07mm, page_alloc: delete the zonelist_cacheMel Gorman
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-07mm: page_alloc: remove GFP_IOFSMel Gorman
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-07mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman
2015-11-07mm, page_alloc: remove unnecessary taking of a seqlock when cpusets are disabledMel Gorman
2015-11-07mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman
2015-11-07Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee
2015-11-07device property: ACPI: Remove unused DMA APIsSuthikulpanit, Suravee
2015-11-07device property: Adding DMA Attribute APIs for Generic DevicesSuthikulpanit, Suravee
2015-11-07ACPI: Adding DMA Attribute APIs for ACPI DeviceSuthikulpanit, Suravee
2015-11-07device property: Introducing enum dev_dma_attrSuthikulpanit, Suravee
2015-11-07ACPI: Honor ACPI _CCA attribute settingJeremy Linton
2015-11-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-06Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2015-11-06netfilter: ingress: fix wrong input interface on hookPablo Neira Ayuso
2015-11-06netfilter: ingress: don't use nf_hook_list_activeFlorian Westphal
2015-11-06Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-06Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-11-06mm: introduce VM_LOCKONFAULTEric B Munson
2015-11-06mm: mlock: add new mlock system callEric B Munson
2015-11-06mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa
2015-11-06mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner
2015-11-06mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins