index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
2016-05-19
5
-9
/
+9
*
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
2016-05-19
1
-1
/
+1
*
mm/slub.c: fix sysfs filename in comment
Li Peng
2016-05-19
1
-5
/
+5
*
mm: slab: remove ZONE_DMA_FLAG
Yang Shi
2016-05-19
2
-27
/
+1
*
mm: SLAB freelist randomization
Thomas Garnier
2016-05-19
1
-2
/
+165
*
mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cach...
Vladimir Davydov
2016-05-19
1
-1
/
+1
*
mm/slab: lockless decision to grow cache
Joonsoo Kim
2016-05-19
1
-3
/
+18
*
mm/slab: refill cpu cache through a new slab without holding a node lock
Joonsoo Kim
2016-05-19
1
-32
/
+36
*
mm/slab: separate cache_grow() to two parts
Joonsoo Kim
2016-05-19
1
-22
/
+52
*
mm/slab: make cache_grow() handle the page allocated on arbitrary node
Joonsoo Kim
2016-05-19
1
-39
/
+21
*
mm/slab: racy access/modify the slab color
Joonsoo Kim
2016-05-19
1
-13
/
+13
*
mm/slab: don't keep free slabs if free_objects exceeds free_limit
Joonsoo Kim
2016-05-19
1
-9
/
+14
*
mm/slab: clean-up kmem_cache_node setup
Joonsoo Kim
2016-05-19
1
-100
/
+68
*
mm/slab: factor out kmem_cache_node initialization code
Joonsoo Kim
2016-05-19
1
-29
/
+45
*
mm/slab: drain the free slab as much as possible
Joonsoo Kim
2016-05-19
1
-9
/
+3
*
mm/slab: remove BAD_ALIEN_MAGIC again
Joonsoo Kim
2016-05-19
1
-4
/
+2
*
mm/slab: fix the theoretical race by holding proper lock
Joonsoo Kim
2016-05-19
1
-23
/
+45
*
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-17
2
-19
/
+13
|
\
|
*
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-01
1
-7
/
+2
|
*
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
2016-05-01
1
-1
/
+1
|
*
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-05-01
2
-4
/
+3
|
*
filemap: remove the pos argument to generic_file_direct_write
Christoph Hellwig
2016-05-01
1
-2
/
+3
|
*
filemap: remove pos variables in generic_file_read_iter
Christoph Hellwig
2016-05-01
1
-8
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-17
1
-4
/
+5
|
\
\
|
*
\
Merge branch 'ovl-fixes' into for-linus
Al Viro
2016-05-17
15
-152
/
+141
|
|
\
\
|
*
|
|
parallel lookups machinery, part 2
Al Viro
2016-05-02
1
-1
/
+2
|
*
|
|
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-02
1
-3
/
+3
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-04-10
1
-3
/
+3
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-05-16
1
-1
/
+1
|
\
\
\
\
|
*
\
\
\
Merge branch 'sched/urgent' into sched/core to pick up fixes
Ingo Molnar
2016-05-12
13
-70
/
+130
|
|
\
\
\
\
|
*
|
|
|
|
mm/mmu_context, sched/core: Fix mmu_context.h assumption
Ingo Molnar
2016-04-28
1
-1
/
+1
*
|
|
|
|
|
mm: thp: calculate the mapcount correctly for THP pages during WP faults
Andrea Arcangeli
2016-05-12
3
-23
/
+83
*
|
|
|
|
|
ksm: fix conflict between mmput and scan_get_next_rmap_item
Zhou Chengming
2016-05-12
1
-5
/
+10
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
zsmalloc: fix zs_can_compact() integer overflow
Sergey Senozhatsky
2016-05-09
1
-2
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-05-06
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
writeback: Fix performance regression in wb_over_bg_thresh()
Howard Cochran
2016-05-05
1
-2
/
+4
*
|
|
|
|
mm: fix kcompactd hang during memory offlining
Vlastimil Babka
2016-05-05
1
-1
/
+3
*
|
|
|
|
mm/zswap: provide unique zpool name
Dan Streetman
2016-05-05
1
-1
/
+7
*
|
|
|
|
mm, cma: prevent nr_isolated_* counters from going negative
Hugh Dickins
2016-05-05
1
-9
/
+1
*
|
|
|
|
mm: update min_free_kbytes from khugepaged after core initialization
Jason Baron
2016-05-05
1
-1
/
+1
*
|
|
|
|
huge pagecache: mmap_sem is unlocked when truncation splits pmd
Hugh Dickins
2016-05-05
1
-9
/
+2
*
|
|
|
|
mm: thp: correct split_huge_pages file permission
Yang Shi
2016-05-05
1
-2
/
+2
*
|
|
|
|
mm/memory-failure: fix race with compound page split/merge
Konstantin Khlebnikov
2016-04-28
1
-1
/
+9
*
|
|
|
|
mm: wake kcompactd before kswapd's short sleep
Vlastimil Babka
2016-04-28
1
-14
/
+14
*
|
|
|
|
mm/hwpoison: fix wrong num_poisoned_pages accounting
Minchan Kim
2016-04-28
1
-1
/
+7
*
|
|
|
|
mm: call swap_slot_free_notify() with page lock held
Minchan Kim
2016-04-28
1
-1
/
+5
*
|
|
|
|
mm: vmscan: reclaim highmem zone if buffer_heads is over limit
Minchan Kim
2016-04-28
1
-1
/
+1
*
|
|
|
|
numa: fix /proc/<pid>/numa_maps for THP
Gerald Schaefer
2016-04-28
1
-0
/
+40
*
|
|
|
|
mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
Konstantin Khlebnikov
2016-04-28
1
-4
/
+2
*
|
|
|
|
thp: keep huge zero page pinned until tlb flush
Kirill A. Shutemov
2016-04-28
2
-3
/
+8
[next]