summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-01-16mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-0/+4
2016-01-16page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov1-1/+3
2016-01-16page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov1-3/+6
2016-01-16page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-16page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov1-2/+4
2016-01-16page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-16page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov1-3/+3
2016-01-16page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+2
2016-01-16page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov1-3/+7
2016-01-16page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov1-3/+2
2016-01-16page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov1-8/+9
2016-01-16page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov1-10/+13
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2-18/+9
2016-01-16page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2-64/+108
2016-01-16page-flags: move code aroundKirill A. Shutemov1-20/+21
2016-01-16page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov1-15/+3
2016-01-16PCI: Add Netronome NFP4000 PF device IDSimon Horman1-0/+1
2016-01-16time: nohz: Expose tick_nohz_enabledJean Delvare1-0/+2
2016-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+34
2016-01-16firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave1-0/+1
2016-01-16Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+3
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+10
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-1/+11
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-110/+168
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-1/+2
2016-01-15Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-...Bjorn Helgaas1-0/+7
2016-01-15PCI: host: Add of_pci_get_host_bridge_resources() stubArnd Bergmann1-0/+7
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-47/+45
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+8
2016-01-15Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-10/+34
2016-01-15mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton1-1/+1
2016-01-15mm: rework virtual memory accountingKonstantin Khlebnikov2-11/+4
2016-01-15include/linux/memblock.h: fix ordering of 'flags' argument in commentsFlorian Fainelli1-2/+2
2016-01-15mm: move lru_to_page to mm_inline.hGeliang Tang1-0/+2
2016-01-15vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-0/+2
2016-01-15mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-4/+4
2016-01-15mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2-6/+33
2016-01-15mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner1-1/+8
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-0/+3
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-15/+5
2016-01-15net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-6/+13
2016-01-15net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-1/+0
2016-01-15net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-1/+0
2016-01-15net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-9/+0
2016-01-15mm: memcontrol: export root_mem_cgroupJohannes Weiner1-1/+2
2016-01-15mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov1-0/+5
2016-01-15mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2-4/+3
2016-01-15mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-0/+4