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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
mm/mmzone.c: memmap_valid_within() can be boolean
Yaowei Bai
2
-7
/
+7
2016-01-15
mm/vmalloc.c: use list_{next,first}_entry
Geliang Tang
1
-5
/
+4
2016-01-15
mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim
Michal Hocko
1
-14
/
+18
2016-01-15
mm/page_alloc.c: get rid of __alloc_pages_high_priority()
Michal Hocko
1
-27
/
+9
2016-01-15
mm/zonelist: enumerate zonelists array index
Yaowei Bai
3
-20
/
+18
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
2
-4
/
+4
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
2
-12
/
+9
2016-01-15
mm/cma: always check which page caused allocation failure
Joonsoo Kim
1
-3
/
+20
2016-01-15
mm/page_isolation.c: add new tracepoint, test_pages_isolated
Joonsoo Kim
2
-0
/
+43
2016-01-15
mm/page_isolation.c: return last tested pfn rather than failure indicator
Joonsoo Kim
1
-7
/
+6
2016-01-15
mm/mempolicy.c: convert the shared_policy lock to a rwlock
Nathan Zimmer
3
-15
/
+19
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
2
-5
/
+4
2016-01-15
mm/mmap.c: remove redundant local variables for may_expand_vm()
Chen Gang
1
-8
/
+1
2016-01-15
mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range()
Alexey Klimov
1
-1
/
+1
2016-01-15
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
65
-92
/
+114
2016-01-15
vmalloc: allow to account vmalloc to memcg
Vladimir Davydov
1
-3
/
+3
2016-01-15
slab: add SLAB_ACCOUNT flag
Vladimir Davydov
6
-12
/
+26
2016-01-15
memcg: only account kmem allocations marked as __GFP_ACCOUNT
Vladimir Davydov
3
-1
/
+13
2016-01-15
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
3
-6
/
+1
2016-01-15
Revert "kernfs: do not account ino_ida allocations to memcg"
Vladimir Davydov
1
-8
/
+1
2016-01-15
mm/slab.c: add a helper function get_first_slab
Geliang Tang
1
-18
/
+21
2016-01-15
mm/slab.c: use list_for_each_entry in cache_flusharray
Geliang Tang
1
-7
/
+2
2016-01-15
mm/slab.c use list_first_entry_or_null()
Geliang Tang
1
-12
/
+12
2016-01-15
include/linux/dcache.h: remove semicolons from HASH_LEN_DECLARE
Andrew Morton
1
-2
/
+2
2016-01-15
ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h
Joseph Qi
1
-11
/
+0
2016-01-15
ocfs2: dlm: remove redundant code
Junxiao Bi
1
-5
/
+1
2016-01-15
ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del
Joseph Qi
1
-9
/
+9
2016-01-15
ocfs2/dlm: do not insert a new mle when another process is already migrating
xuejiufei
1
-2
/
+3
2016-01-15
ocfs2/dlm: ignore cleaning the migration mle that is inuse
xuejiufei
1
-11
/
+15
2016-01-15
ocfs2: do not lock/unlock() inode DLM lock
Goldwyn Rodrigues
1
-8
/
+0
2016-01-15
ocfs2: fix slot overwritten if storage link down during mount
jiangyiwen
1
-1
/
+10
2016-01-15
ocfs2/dlm: return appropriate value when dlm_grab() returns NULL
Xue jiufei
2
-2
/
+2
2016-01-15
ocfs2: clean up redundant NULL check before iput
Joseph Qi
7
-25
/
+11
2016-01-15
ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lock...
jiangyiwen
1
-1
/
+1
2016-01-15
ocfs2: constify ocfs2_extent_tree_operations structures
Julia Lawall
2
-7
/
+7
2016-01-15
ocfs2/dlm: fix a race between purge and migration
Xue jiufei
1
-1
/
+8
2016-01-15
ocfs2: o2hb: increase unsteady iterations
Junxiao Bi
1
-2
/
+2
2016-01-15
ocfs2: return non-zero st_blocks for inline data
John Haxby
1
-0
/
+8
2016-01-15
ocfs2: optimize bad declarations and redundant assignment
Norton.Zhu
1
-6
/
+2
2016-01-15
logfs: fix logfs build errors and dependencies
Arnd Bergmann
1
-1
/
+1
2016-01-15
modpost: don't add a trailing wildcard for OF module aliases
Javier Martinez Canillas
1
-2
/
+1
2016-01-15
fsnotify: destroy marks with call_srcu instead of dedicated thread
Jeff Layton
2
-53
/
+18
2016-01-15
fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodes
Geliang Tang
1
-2
/
+1
2016-01-15
scripts/bloat-o-meter: fix python3 syntax error
Sergey Senozhatsky
1
-4
/
+4
2016-01-15
dma-debug: switch check from _text to _stext
Laura Abbott
1
-1
/
+1
2016-01-15
m32r: fix m32104ut_defconfig build fail
Sudip Mukherjee
1
-0
/
+3
2016-01-14
Merge tag 'xfs-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
45
-443
/
+852
[next]