index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: do not use double negation for testing page flags
Minchan Kim
2017-05-04
1
-2
/
+2
*
mm: remove rodata_test_data export, add pr_fmt
Kees Cook
2017-05-04
2
-9
/
+9
*
mm: tighten up the fault path a little
Matthew Wilcox
2017-05-04
1
-8
/
+8
*
jbd2: make the whole kjournald2 kthread NOFS safe
Michal Hocko
2017-05-04
1
-0
/
+9
*
jbd2: mark the transaction context with the scope GFP_NOFS context
Michal Hocko
2017-05-04
2
-0
/
+14
*
xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
Michal Hocko
2017-05-04
2
-10
/
+10
*
mm: introduce memalloc_nofs_{save,restore} API
Michal Hocko
2017-05-04
7
-19
/
+47
*
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
Michal Hocko
2017-05-04
6
-13
/
+15
*
lockdep: allow to disable reclaim lockup detection
Michal Hocko
2017-05-04
3
-1
/
+15
*
lockdep: teach lockdep about memalloc_noio_save
Nikolay Borisov
2017-05-04
1
-1
/
+4
*
mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo
David Rientjes
2017-05-04
1
-7
/
+13
*
mm, vmstat: print non-populated zones in zoneinfo
David Rientjes
2017-05-04
1
-10
/
+17
*
mm: use is_migrate_isolate_page() to simplify the code
Xishi Qiu
2017-05-04
1
-3
/
+3
*
mm: use is_migrate_highatomic() to simplify the code
Xishi Qiu
2017-05-04
3
-9
/
+17
*
mm, swap: Fix a race in free_swap_and_cache()
Huang Ying
2017-05-04
1
-9
/
+16
*
mm: memcontrol: provide shmem statistics
Johannes Weiner
2017-05-04
3
-8
/
+26
*
proc: show MADV_FREE pages info in smaps
Shaohua Li
2017-05-04
2
-1
/
+13
*
mm: enable MADV_FREE for swapless system
Shaohua Li
2017-05-04
1
-7
/
+1
*
mm: fix lazyfree BUG_ON check in try_to_unmap_one()
Minchan Kim
2017-05-04
1
-2
/
+6
*
mm: reclaim MADV_FREE pages
Shaohua Li
2017-05-04
5
-39
/
+46
*
mm: move MADV_FREE pages into LRU_INACTIVE_FILE list
Shaohua Li
2017-05-04
6
-28
/
+31
*
mm: don't assume anonymous pages have SwapBacked flag
Shaohua Li
2017-05-04
4
-8
/
+7
*
mm: delete unnecessary TTU_* flags
Shaohua Li
2017-05-04
4
-22
/
+15
*
mm/page-writeback.c: use setup_deferrable_timer
Geliang Tang
2017-05-04
1
-3
/
+2
*
mm: remove unnecessary back-off function when retrying page reclaim
Johannes Weiner
2017-05-04
1
-9
/
+6
*
Revert "mm, vmscan: account for skipped pages as a partial scan"
Johannes Weiner
2017-05-04
1
-18
/
+4
*
mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()
Johannes Weiner
2017-05-04
5
-41
/
+3
*
mm: don't avoid high-priority reclaim on memcg limit reclaim
Johannes Weiner
2017-05-04
1
-57
/
+37
*
mm: don't avoid high-priority reclaim on unreclaimable nodes
Johannes Weiner
2017-05-04
1
-14
/
+5
*
mm: remove unnecessary reclaimability check from NUMA balancing target
Johannes Weiner
2017-05-04
1
-3
/
+0
*
mm: remove seemingly spurious reclaimability check from laptop_mode gating
Johannes Weiner
2017-05-04
1
-1
/
+1
*
mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling
Johannes Weiner
2017-05-04
1
-2
/
+4
*
mm: fix 100% CPU kswapd busyloop on unreclaimable nodes
Johannes Weiner
2017-05-04
5
-23
/
+43
*
slab: avoid IPIs when creating kmem caches
Greg Thelen
2017-05-04
1
-1
/
+6
*
fs/ocfs2/cluster: use offset_in_page() macro
Geliang Tang
2017-05-04
1
-1
/
+1
*
ocfs2: o2hb: revert hb threshold to keep compatible
Junxiao Bi
2017-05-04
1
-4
/
+4
*
fs/ocfs2/cluster: use setup_timer
Geliang Tang
2017-05-04
1
-3
/
+2
*
blackfin: bf609: let clk_disable() return immediately if clk is NULL
Masahiro Yamada
2017-05-04
1
-0
/
+3
*
scripts/spelling.txt: add several more common spelling mistakes
Colin Ian King
2017-05-04
1
-0
/
+25
*
lib/dma-debug.c: make locking work for RT
Pankaj Gupta
2017-05-04
1
-6
/
+2
*
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2017-05-03
10
-275
/
+232
|
\
|
*
audit: fix the RCU locking for the auditd_connection structure
Paul Moore
2017-05-02
1
-57
/
+100
|
*
audit: use kmem_cache to manage the audit_buffer cache
Paul Moore
2017-05-02
1
-49
/
+17
|
*
audit: Use timespec64 to represent audit timestamps
Deepa Dinamani
2017-05-02
4
-11
/
+11
|
*
audit: store the auditd PID as a pid struct instead of pid_t
Paul Moore
2017-05-02
2
-28
/
+58
|
*
audit: kernel generated netlink traffic should have a portid of 0
Paul Moore
2017-05-02
4
-29
/
+14
|
*
audit: combine audit_receive() and audit_receive_skb()
Paul Moore
2017-05-02
1
-11
/
+8
|
*
audit: convert audit_watch.count from atomic_t to refcount_t
Elena Reshetova
2017-05-02
1
-4
/
+5
|
*
audit: convert audit_tree.count from atomic_t to refcount_t
Elena Reshetova
2017-05-02
1
-4
/
+5
|
*
audit: normalize NETFILTER_PKT
Richard Guy Briggs
2017-05-02
1
-97
/
+27
[next]