aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-1933-172/+219
|\
| * cpuset: use static key better and convert to new APIVlastimil Babka2016-05-191-14/+28
| * mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman2016-05-191-7/+0
| * mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-191-7/+11
| * mm, page_alloc: simplify last cpupid resetMel Gorman2016-05-191-4/+1
| * mm, page_alloc: convert alloc_flags to unsignedMel Gorman2016-05-192-4/+5
| * mm, page_alloc: inline the fast path of the zonelist iteratorMel Gorman2016-05-191-2/+11
| * mm, page_alloc: inline zone_statisticsMel Gorman2016-05-191-2/+0
| * mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman2016-05-191-1/+6
| * oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko2016-05-191-0/+8
| * arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+8
| * huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-191-3/+1
| * mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+4
| * tmpfs: preliminary minor tidyupsHugh Dickins2016-05-191-0/+6
| * mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-192-12/+18
| * mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2016-05-191-1/+1
| * mm: uninline page_mapped()Andrew Morton2016-05-191-20/+1
| * mm/highmem: simplify is_highmem()Chanho Min2016-05-191-4/+1
| * mm/mempolicy.c: vma_migratable() can return boolYaowei Bai2016-05-191-5/+5
| * mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai2016-05-191-2/+2
| * mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2016-05-191-3/+3
| * mm/hugetlb: is_vm_hugetlb_page() can return boolYaowei Bai2016-05-191-3/+3
| * mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2016-05-191-0/+1
| * include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-1/+10
| * include/linux: apply __malloc attributeRasmus Villemoes2016-05-196-26/+27
| * compiler.h: add support for malloc attributeRasmus Villemoes2016-05-192-0/+5
| * mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-194-23/+27
| * mm: SLAB freelist randomizationThomas Garnier2016-05-191-0/+4
| * kernel/padata.c: removed unused codeRichard Cochran2016-05-191-5/+0
| * debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-191-0/+2
| * debugobjects: make fixup functions return bool instead of intDu, Changbin2016-05-191-7/+8
| * time: remove timespec_add_safe()Deepa Dinamani2016-05-191-8/+7
| * fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-191-5/+6
| * time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-191-3/+1
| * fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-191-2/+0
* | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-193-22/+96
|\ \
| * | i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-042-0/+9
| * | i2c: allow adapter drivers to override the adapter lockingPeter Rosin2016-05-041-2/+42
| * | i2c: mux: drop old unused i2c-mux apiPeter Rosin2016-04-221-15/+0
| * | i2c: mux: add common data for every i2c-mux instancePeter Rosin2016-04-221-0/+34
| * | i2c: introduce helper function to get 8 bit address from a messageWolfram Sang2016-04-111-0/+5
| * | i2c: guarantee that I2C_M_RD will be 0x0001 foreverWolfram Sang2016-04-111-6/+7
* | | Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-05-191-0/+16
|\ \ \
| * | | md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang2016-05-091-0/+16
* | | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-197-12/+62
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel2016-05-0982-313/+628
| |\ \ \ \ \
| | | * | | | iommu/dma: Finish optimising higher-order allocationsRobin Murphy2016-05-091-2/+2
| | | * | | | iommu: Allow selecting page sizes per domainRobin Murphy2016-05-091-1/+2
| | | * | | | iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-092-5/+5
| | | * | | | iommu: remove unused priv field from struct iommu_opsWill Deacon2016-05-091-2/+0