Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 22 | -659/+595 |
2016-01-21 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2016-01-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -1/+16 |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -4/+14 |
2016-01-21 | Merge tag 'pwm/for-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+69 |
2016-01-21 | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 28 | -24/+36 |
2016-01-21 | Merge tag 'renesas-sh-drivers-for-v4.5' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -4/+0 |
2016-01-21 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 7 | -4/+200 |
2016-01-21 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 10 | -3/+69 |
2016-01-21 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -9/+0 |
2016-01-21 | Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -0/+37 |
2016-01-21 | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -20/+0 |
2016-01-21 | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2016-01-21 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+177 |
2016-01-21 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 3 | -8/+28 |
2016-01-21 | mm: memcontrol: add "sock" to cgroup2 memory.stat | Johannes Weiner | 1 | -1/+4 |
2016-01-21 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov | 1 | -0/+6 |
2016-01-21 | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov | 1 | -0/+6 |
2016-01-21 | swap.h: move memcg related stuff to the end of the file | Vladimir Davydov | 1 | -32/+38 |
2016-01-21 | mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online | Vladimir Davydov | 1 | -17/+10 |
2016-01-21 | mm: memcontrol: charge swap to cgroup2 | Vladimir Davydov | 2 | -0/+7 |
2016-01-21 | mm: memcontrol: clean up alloc, online, offline, free functions | Johannes Weiner | 1 | -3/+0 |
2016-01-21 | mm: memcontrol: flatten struct cg_proto | Johannes Weiner | 1 | -8/+6 |
2016-01-21 | mm: memcontrol: rein in the CONFIG space madness | Johannes Weiner | 1 | -9/+5 |
2016-01-21 | net: drop tcp_memcontrol.c | Vladimir Davydov | 1 | -10/+0 |
2016-01-21 | mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM | Johannes Weiner | 1 | -2/+2 |
2016-01-21 | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner | 6 | -10/+12 |
2016-01-21 | mm: memcontrol: give the kmem states more descriptive names | Johannes Weiner | 1 | -5/+10 |
2016-01-21 | mm: memcontrol: drop unused @css argument in memcg_init_kmem | Johannes Weiner | 1 | -1/+2 |
2016-01-21 | dma-mapping: use offset_in_page macro | Geliang Tang | 1 | -2/+2 |
2016-01-21 | dma-mapping: remove <asm-generic/dma-coherent.h> | Christoph Hellwig | 2 | -38/+28 |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 4 | -481/+361 |
2016-01-21 | ipc/shm.c: is_file_shm_hugepages() can be boolean | Yaowei Bai | 1 | -3/+3 |
2016-01-21 | lz4: fix wrong compress buffer size for 64-bits | Bongkyu Kim | 1 | -2/+2 |
2016-01-21 | UBSAN: run-time undefined behavior sanity checker | Andrey Ryabinin | 1 | -0/+3 |
2016-01-21 | rbtree: use READ_ONCE in RB_EMPTY_ROOT | Davidlohr Bueso | 1 | -1/+1 |
2016-01-21 | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE | Xunlei Pang | 1 | -37/+25 |
2016-01-21 | kernel/cpu.c: make set_cpu_* static inlines | Rasmus Villemoes | 1 | -4/+39 |
2016-01-21 | kernel/cpu.c: eliminate cpu_*_mask | Rasmus Villemoes | 1 | -4/+4 |
2016-01-21 | kernel/cpu.c: export __cpu_*_mask | Rasmus Villemoes | 1 | -0/+4 |
2016-01-21 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 1 | -1/+23 |
2016-01-21 | epoll: add EPOLLEXCLUSIVE flag | Jason Baron | 1 | -0/+3 |
2016-01-21 | include/linux/radix-tree.h: fix error in docs about locks | Adam Barth | 1 | -1/+1 |
2016-01-21 | lib/iomap_copy.c: add __ioread32_copy() | Stephen Boyd | 1 | -0/+1 |
2016-01-21 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -0/+2 |
2016-01-21 | Merge branch 'pm-devfreq' | Rafael J. Wysocki | 1 | -1/+1 |
2016-01-21 | Merge branch 'pm-core' | Rafael J. Wysocki | 3 | -0/+6 |
2016-01-21 | Merge branches 'acpica', 'acpi-video' and 'acpi-fan' | Rafael J. Wysocki | 23 | -23/+27 |
2016-01-20 | Merge branch 'pci/trivial' into next | Bjorn Helgaas | 1 | -2/+2 |
2016-01-20 | Merge branches 'pci/iommu' and 'pci/misc' into next | Bjorn Helgaas | 1 | -0/+1 |