summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-02-06bcma: identify bus cores (devices) found on BCM47189Rafał Miłecki1-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-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 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
2016-01-15mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman1-0/+11
2016-01-15memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-11/+1
2016-01-15mm, vmalloc: remove VM_VPAGESDavid Rientjes1-1/+0
2016-01-15mm, shmem: add internal shmem resident memory accountingJerome Marchand2-4/+21
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappingsVlastimil Babka1-0/+2
2016-01-15mm, proc: reduce cost of /proc/pid/smaps for shmem mappingsVlastimil Babka1-0/+2
2016-01-15mm/mmzone.c: memmap_valid_within() can be booleanYaowei Bai1-3/+3
2016-01-15mm/zonelist: enumerate zonelists array indexYaowei Bai2-15/+14
2016-01-15include/linux/mmzone.h: remove unused is_unevictable_lru()Yaowei Bai1-5/+0
2016-01-15mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai1-2/+2
2016-01-15include/linux/hugetlb.h: is_file_hugepages() can be booleanYaowei Bai1-6/+4
2016-01-15mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer1-1/+1
2016-01-15mm: add PHYS_PFN, use it in __phys_to_pfn()Chen Gang1-0/+1
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+3
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov2-8/+12
2016-01-15memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2-0/+11
2016-01-15Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2-4/+0
2016-01-15include/linux/dcache.h: remove semicolons from HASH_LEN_DECLAREAndrew Morton1-2/+2
2016-01-15fsnotify: destroy marks with call_srcu instead of dedicated threadJeff Layton1-1/+4
2016-01-14Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+46