summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds34-89/+569
2016-01-15Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-7/+1528
2016-01-15Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+18
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds7-4/+2039
2016-01-15firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave1-0/+1
2016-01-15Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-0/+12
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+10
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds1-2/+2
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-1/+11
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
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 Torvalds26-250/+371
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-1/+2
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-47/+45
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+8
2016-01-14Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-10/+34
2016-01-14mm: add tracepoint for scanning pagesEbru Akagunduz1-0/+136
2016-01-14mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton1-1/+1
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov2-11/+4
2016-01-14include/linux/memblock.h: fix ordering of 'flags' argument in commentsFlorian Fainelli1-2/+2
2016-01-14mm: move lru_to_page to mm_inline.hGeliang Tang1-0/+2
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-0/+2
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-4/+4
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2-6/+33
2016-01-14mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner1-1/+8
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2-7/+3
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner4-39/+11
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner3-64/+24
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2-4/+5
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2-37/+3
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-9/+0
2016-01-14net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner1-15/+4
2016-01-14net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner1-4/+6
2016-01-14mm: memcontrol: export root_mem_cgroupJohannes Weiner1-1/+2
2016-01-14mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov1-0/+5
2016-01-14mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2-4/+3
2016-01-14mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko1-0/+4
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman1-0/+11
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-11/+1
2016-01-14mm, vmalloc: remove VM_VPAGESDavid Rientjes1-1/+0
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand2-4/+21
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-0/+2
2016-01-14mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-0/+2
2016-01-14mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai1-3/+3
2016-01-14mm/zonelist: enumerate zonelists array indexYaowei Bai2-15/+14
2016-01-14include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai1-5/+0
2016-01-14mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai1-2/+2
2016-01-14include/linux/hugetlb.h: is_file_hugepages() can be booleanYaowei Bai1-6/+4