aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-21mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey1-8/+14
2016-01-21ARM: realview: fix device tree buildLinus Walleij1-2/+1
2016-01-21x86/platform/quark: Print boundaries correctlyAndy Shevchenko1-5/+13
2016-01-21powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell1-1/+0
2016-01-21powerpc: Simplify module TOC handlingAlan Modra3-32/+11
2016-01-21powerpc: Wire up copy_file_range() syscallChandan Rajendra3-1/+3
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds257-326/+516
2016-01-20Merge tag 'renesas-sh-drivers-for-v4.5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-92/+12
2016-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-34/+49
2016-01-20net: change tcp_syn_retries documentationXin Long1-1/+1
2016-01-20net: dp83640: Fix tx timestamp overflow handling.Manfred Rudigier1-0/+17
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross2-2/+23
2016-01-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds47-48/+3439
2016-01-20Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+33
2016-01-20Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-100/+1042
2016-01-20Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds46-26/+4217
2016-01-20Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds333-4367/+19552
2016-01-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds56-391/+568
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds415-4001/+2369
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds107-242/+196
2016-01-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-57/+133
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-199/+280
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds53-2699/+4507
2016-01-21drm/rockchip: fix wrong pitch/size using on gemMark Yao1-7/+2
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams1-1/+0
2016-01-20MAINTAINERS: add/fix git URLs for various subsystemsFengguang Wu1-11/+42
2016-01-20mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner2-1/+10
2016-01-20mm: memcontrol: basic memory statistics in cgroup2 memory controllerJohannes Weiner2-0/+124
2016-01-20mm: memcontrol: do not uncharge old page in page cache replacementJohannes Weiner1-11/+15
2016-01-20Documentation: cgroup: add memory.swap.{current,max} descriptionVladimir Davydov1-0/+33
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov5-3/+32
2016-01-20mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov3-1/+20
2016-01-20swap.h: move memcg related stuff to the end of the fileVladimir Davydov1-32/+38
2016-01-20mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov2-18/+11
2016-01-20mm: vmscan: pass memcg to get_scan_count()Vladimir Davydov1-12/+8
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov6-10/+128
2016-01-20mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2-176/+84
2016-01-20mm: memcontrol: flatten struct cg_protoJohannes Weiner2-26/+21
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner4-78/+12
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov7-222/+90
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner5-13/+23
2016-01-20mm: memcontrol: allow to disable kmem accounting for cgroup2Vladimir Davydov2-2/+8
2016-01-20mm: memcontrol: account "kmem" consumers in cgroup2 memory controllerJohannes Weiner1-7/+11
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner11-57/+72
2016-01-20mm: memcontrol: separate kmem code from legacy tcp accounting codeJohannes Weiner1-21/+12
2016-01-20mm: memcontrol: group kmem init and exit functions togetherJohannes Weiner1-81/+76
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner4-35/+38
2016-01-20mm: memcontrol: remove double kmem page_counter initJohannes Weiner1-14/+10
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner3-5/+6