index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
net: tcp_memcontrol: simplify the per-memcg limit access
Johannes Weiner
2
-4
/
+5
2016-01-15
net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
Johannes Weiner
2
-37
/
+3
2016-01-15
net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label
Johannes Weiner
1
-9
/
+0
2016-01-15
net: tcp_memcontrol: remove bogus hierarchy pressure propagation
Johannes Weiner
1
-15
/
+4
2016-01-15
net: tcp_memcontrol: properly detect ancestor socket pressure
Johannes Weiner
1
-4
/
+6
2016-01-15
mm: memcontrol: export root_mem_cgroup
Johannes Weiner
1
-1
/
+2
2016-01-15
mm/memblock: introduce for_each_memblock_type()
Alexander Kuleshov
1
-0
/
+5
2016-01-15
mm: page_alloc: generalize the dirty balance reserve
Johannes Weiner
2
-4
/
+3
2016-01-15
mm: allow GFP_{FS,IO} for page_cache_read page cache allocation
Michal Hocko
1
-0
/
+4
2016-01-15
mm: mmap: add new /proc tunable for mmap_base ASLR
Daniel Cashman
1
-0
/
+11
2016-01-15
memcg: do not allow to disable tcp accounting after limit is set
Vladimir Davydov
1
-11
/
+1
2016-01-15
mm, vmalloc: remove VM_VPAGES
David Rientjes
1
-1
/
+0
2016-01-15
mm, shmem: add internal shmem resident memory accounting
Jerome Marchand
2
-4
/
+21
2016-01-15
mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings
Vlastimil Babka
1
-0
/
+2
2016-01-15
mm, proc: reduce cost of /proc/pid/smaps for shmem mappings
Vlastimil Babka
1
-0
/
+2
2016-01-15
mm/mmzone.c: memmap_valid_within() can be boolean
Yaowei Bai
1
-3
/
+3
2016-01-15
mm/zonelist: enumerate zonelists array index
Yaowei Bai
2
-15
/
+14
2016-01-15
include/linux/mmzone.h: remove unused is_unevictable_lru()
Yaowei Bai
1
-5
/
+0
2016-01-15
mm/memblock.c: memblock_is_memory()/reserved() can be boolean
Yaowei Bai
1
-2
/
+2
2016-01-15
include/linux/hugetlb.h: is_file_hugepages() can be boolean
Yaowei Bai
1
-6
/
+4
2016-01-15
mm: change mm_vmscan_lru_shrink_inactive() proto types
yalin wang
1
-7
/
+7
2016-01-15
mm/page_isolation.c: add new tracepoint, test_pages_isolated
Joonsoo Kim
1
-0
/
+38
2016-01-15
mm/mempolicy.c: convert the shared_policy lock to a rwlock
Nathan Zimmer
1
-1
/
+1
2016-01-15
mm: add PHYS_PFN, use it in __phys_to_pfn()
Chen Gang
2
-1
/
+4
2016-01-15
mm/vmscan.c: change trace_mm_vmscan_writepage() proto type
yalin wang
1
-4
/
+3
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-2
/
+3
2016-01-15
slab: add SLAB_ACCOUNT flag
Vladimir Davydov
2
-8
/
+12
2016-01-15
memcg: only account kmem allocations marked as __GFP_ACCOUNT
Vladimir Davydov
2
-0
/
+11
2016-01-15
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
2
-4
/
+0
2016-01-15
include/linux/dcache.h: remove semicolons from HASH_LEN_DECLARE
Andrew Morton
1
-2
/
+2
2016-01-15
fsnotify: destroy marks with call_srcu instead of dedicated thread
Jeff Layton
1
-1
/
+4
2016-01-14
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2
-1
/
+40
2016-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-4
/
+99
2016-01-14
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-0
/
+81
2016-01-13
Merge tag 'media/v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
6
-83
/
+1581
2016-01-13
Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2
-7
/
+24
2016-01-13
Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd
Linus Torvalds
8
-34
/
+108
2016-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-3
/
+83
2016-01-13
Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
5
-112
/
+154
2016-01-13
Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-69
/
+67
2016-01-13
Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-44
/
+342
2016-01-13
Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-31
/
+35
2016-01-13
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
9
-66
/
+75
2016-01-13
Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-41
/
+295
2016-01-13
Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
4
-19
/
+53
2016-01-13
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
4
-41
/
+10
2016-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
133
-562
/
+2341
2016-01-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-5
/
+94
2016-01-13
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-0
/
+50
2016-01-13
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+6
[next]