aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov1-8/+8
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds1-0/+7
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-659/+595
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+1
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+16
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-4/+14
2016-01-21Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-0/+69
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds28-24/+36
2016-01-20Merge tag 'renesas-sh-drivers-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesasLinus Torvalds1-4/+0
2016-01-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-4/+200
2016-01-20Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-3/+69
2016-01-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+0
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+37
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-20/+0
2016-01-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+177
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-8/+28
2016-01-20mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner1-1/+4
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov1-0/+6
2016-01-20mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov1-0/+6
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 Davydov1-17/+10
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov2-0/+7
2016-01-20mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner1-3/+0
2016-01-20mm: memcontrol: flatten struct cg_protoJohannes Weiner1-8/+6
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-9/+5
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov1-10/+0
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-2/+2
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner6-10/+12
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner1-5/+10
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+2
2016-01-20dma-mapping: use offset_in_page macroGeliang Tang1-2/+2
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2-38/+28
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig4-481/+361
2016-01-20ipc/shm.c: is_file_shm_hugepages() can be booleanYaowei Bai1-3/+3
2016-01-20lz4: fix wrong compress buffer size for 64-bitsBongkyu Kim1-2/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin1-0/+3
2016-01-20rbtree: use READ_ONCE in RB_EMPTY_ROOTDavidlohr Bueso1-1/+1
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-37/+25
2016-01-20kernel/cpu.c: make set_cpu_* static inlinesRasmus Villemoes1-4/+39
2016-01-20kernel/cpu.c: eliminate cpu_*_maskRasmus Villemoes1-4/+4
2016-01-20kernel/cpu.c: export __cpu_*_maskRasmus Villemoes1-0/+4
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+23
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron1-0/+3
2016-01-20include/linux/radix-tree.h: fix error in docs about locksAdam Barth1-1/+1
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd1-0/+1
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+2
2016-01-21Merge branch 'pm-devfreq'Rafael J. Wysocki1-1/+1
2016-01-21Merge branch 'pm-core'Rafael J. Wysocki3-0/+6
2016-01-21Merge branches 'acpica', 'acpi-video' and 'acpi-fan'Rafael J. Wysocki23-23/+27