index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
profile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-04
mm: remove rodata_test_data export, add pr_fmt
Kees Cook
2
-9
/
+9
2017-05-04
mm: tighten up the fault path a little
Matthew Wilcox
1
-8
/
+8
2017-05-04
jbd2: make the whole kjournald2 kthread NOFS safe
Michal Hocko
1
-0
/
+9
2017-05-04
jbd2: mark the transaction context with the scope GFP_NOFS context
Michal Hocko
2
-0
/
+14
2017-05-04
xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
Michal Hocko
2
-10
/
+10
2017-05-04
mm: introduce memalloc_nofs_{save,restore} API
Michal Hocko
7
-19
/
+47
2017-05-04
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
Michal Hocko
6
-13
/
+15
2017-05-04
lockdep: allow to disable reclaim lockup detection
Michal Hocko
3
-1
/
+15
2017-05-04
lockdep: teach lockdep about memalloc_noio_save
Nikolay Borisov
1
-1
/
+4
2017-05-04
mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo
David Rientjes
1
-7
/
+13
2017-05-04
mm, vmstat: print non-populated zones in zoneinfo
David Rientjes
1
-10
/
+17
2017-05-04
mm: use is_migrate_isolate_page() to simplify the code
Xishi Qiu
1
-3
/
+3
2017-05-04
mm: use is_migrate_highatomic() to simplify the code
Xishi Qiu
3
-9
/
+17
2017-05-04
mm, swap: Fix a race in free_swap_and_cache()
Huang Ying
1
-9
/
+16
2017-05-04
mm: memcontrol: provide shmem statistics
Johannes Weiner
3
-8
/
+26
2017-05-04
proc: show MADV_FREE pages info in smaps
Shaohua Li
2
-1
/
+13
2017-05-04
mm: enable MADV_FREE for swapless system
Shaohua Li
1
-7
/
+1
2017-05-04
mm: fix lazyfree BUG_ON check in try_to_unmap_one()
Minchan Kim
1
-2
/
+6
2017-05-04
mm: reclaim MADV_FREE pages
Shaohua Li
5
-39
/
+46
2017-05-04
mm: move MADV_FREE pages into LRU_INACTIVE_FILE list
Shaohua Li
6
-28
/
+31
2017-05-04
mm: don't assume anonymous pages have SwapBacked flag
Shaohua Li
4
-8
/
+7
2017-05-04
mm: delete unnecessary TTU_* flags
Shaohua Li
4
-22
/
+15
2017-05-04
mm/page-writeback.c: use setup_deferrable_timer
Geliang Tang
1
-3
/
+2
2017-05-04
mm: remove unnecessary back-off function when retrying page reclaim
Johannes Weiner
1
-9
/
+6
2017-05-04
Revert "mm, vmscan: account for skipped pages as a partial scan"
Johannes Weiner
1
-18
/
+4
2017-05-04
mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()
Johannes Weiner
5
-41
/
+3
2017-05-04
mm: don't avoid high-priority reclaim on memcg limit reclaim
Johannes Weiner
1
-57
/
+37
2017-05-04
mm: don't avoid high-priority reclaim on unreclaimable nodes
Johannes Weiner
1
-14
/
+5
2017-05-04
mm: remove unnecessary reclaimability check from NUMA balancing target
Johannes Weiner
1
-3
/
+0
2017-05-04
mm: remove seemingly spurious reclaimability check from laptop_mode gating
Johannes Weiner
1
-1
/
+1
2017-05-04
mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling
Johannes Weiner
1
-2
/
+4
2017-05-04
mm: fix 100% CPU kswapd busyloop on unreclaimable nodes
Johannes Weiner
5
-23
/
+43
2017-05-04
slab: avoid IPIs when creating kmem caches
Greg Thelen
1
-1
/
+6
2017-05-04
fs/ocfs2/cluster: use offset_in_page() macro
Geliang Tang
1
-1
/
+1
2017-05-04
ocfs2: o2hb: revert hb threshold to keep compatible
Junxiao Bi
1
-4
/
+4
2017-05-04
fs/ocfs2/cluster: use setup_timer
Geliang Tang
1
-3
/
+2
2017-05-04
blackfin: bf609: let clk_disable() return immediately if clk is NULL
Masahiro Yamada
1
-0
/
+3
2017-05-04
scripts/spelling.txt: add several more common spelling mistakes
Colin Ian King
1
-0
/
+25
2017-05-04
lib/dma-debug.c: make locking work for RT
Pankaj Gupta
1
-6
/
+2
2017-05-02
tipc: refactor function tipc_sk_recv_stream()
Jon Paul Maloy
1
-84
/
+71
2017-05-02
tipc: refactor function tipc_sk_recvmsg()
Jon Paul Maloy
1
-59
/
+50
2017-05-02
net: thunderx: Optimize page recycling for XDP
Sunil Goutham
2
-7
/
+51
2017-05-02
net: thunderx: Support for XDP header adjustment
Sunil Goutham
2
-17
/
+55
2017-05-02
net: thunderx: Add support for XDP_TX
Sunil Goutham
3
-27
/
+160
2017-05-02
net: thunderx: Add support for XDP_DROP
Sunil Goutham
3
-25
/
+79
2017-05-02
net: thunderx: Add basic XDP support
Sunil Goutham
5
-19
/
+199
2017-05-02
net: thunderx: Cleanup receive buffer allocation
Sunil Goutham
1
-9
/
+9
2017-05-02
net: thunderx: Optimize CQE_TX handling
Sunil Goutham
2
-28
/
+21
2017-05-02
net: thunderx: Optimize RBDR descriptor handling
Sunil Goutham
2
-13
/
+5
2017-05-02
net: thunderx: Support for page recycling
Sunil Goutham
4
-20
/
+119
[next]