index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-16
page-flags: look at head page if the flag is encoded in page->mapping
Kirill A. Shutemov
1
-1
/
+3
2016-01-16
page-flags: define PG_uptodate behavior on compound pages
Kirill A. Shutemov
1
-3
/
+6
2016-01-16
page-flags: define PG_uncached behavior on compound pages
Kirill A. Shutemov
1
-1
/
+1
2016-01-16
page-flags: define PG_mlocked behavior on compound pages
Kirill A. Shutemov
1
-2
/
+4
2016-01-16
page-flags: define PG_swapcache behavior on compound pages
Kirill A. Shutemov
1
-1
/
+1
2016-01-16
page-flags: define PG_swapbacked behavior on compound pages
Kirill A. Shutemov
1
-3
/
+3
2016-01-16
page-flags: define PG_reserved behavior on compound pages
Kirill A. Shutemov
2
-2
/
+3
2016-01-16
page-flags: define behavior of Xen-related flags on compound pages
Kirill A. Shutemov
1
-3
/
+7
2016-01-16
page-flags: define behavior SL*B-related flags on compound pages
Kirill A. Shutemov
1
-3
/
+2
2016-01-16
page-flags: define behavior of LRU-related flags on compound pages
Kirill A. Shutemov
1
-8
/
+9
2016-01-16
page-flags: define behavior of FS/IO-related flags on compound pages
Kirill A. Shutemov
1
-10
/
+13
2016-01-16
page-flags: define PG_locked behavior on compound pages
Kirill A. Shutemov
11
-36
/
+32
2016-01-16
page-flags: introduce page flags policies wrt compound pages
Kirill A. Shutemov
3
-64
/
+116
2016-01-16
page-flags: move code around
Kirill A. Shutemov
1
-20
/
+21
2016-01-16
page-flags: trivial cleanup for PageTrans* helpers
Kirill A. Shutemov
1
-15
/
+3
2016-01-15
bgmac: Fix reversed test of build_skb() return value.
David S. Miller
1
-1
/
+1
2016-01-15
bridge: fix lockdep addr_list_lock false positive splat
Nikolay Aleksandrov
1
-0
/
+8
2016-01-15
net: smsc: Add support h8300
Yoshinori Sato
2
-2
/
+13
2016-01-15
amdkfd: Copy from the proper user command pointer
Borislav Petkov
1
-2
/
+1
2016-01-15
xen-netback: free queues after freeing the net device
David Vrabel
1
-11
/
+5
2016-01-15
xen-netback: delete NAPI instance when queue fails to initialize
David Vrabel
1
-0
/
+1
2016-01-15
xen-netback: use skb to determine number of required guest Rx requests
David Vrabel
1
-11
/
+9
2016-01-15
net: sctp: Move sequence start handling into sctp_transport_get_idx()
Geert Uytterhoeven
1
-3
/
+3
2016-01-15
ipv6: update skb->csum when CE mark is propagated
Eric Dumazet
2
-4
/
+17
2016-01-15
net: phy: turn carrier off on phy attach
Sjoerd Simons
1
-0
/
+5
2016-01-15
net: macb: clear interrupts when disabling them
Nathan Sullivan
1
-0
/
+4
2016-01-15
sctp: support to lookup with ep+paddr in transport rhashtable
Xin Long
1
-15
/
+23
2016-01-15
zsmalloc: reorganize struct size_class to pack 4 bytes hole
Weijie Yang
1
-2
/
+2
2016-01-15
mm/zbud.c: use list_last_entry() instead of list_tail_entry()
Geliang Tang
1
-4
/
+1
2016-01-15
zram/zcomp: do not zero out zcomp private pages
Sergey Senozhatsky
2
-4
/
+4
2016-01-15
zram: pass gfp from zcomp frontend to backend
Minchan Kim
4
-35
/
+23
2016-01-15
zram: try vmalloc() after kmalloc()
Kyeongdon Kim
2
-4
/
+42
2016-01-15
zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
3
-4
/
+4
2016-01-15
net: hns: fixes no syscon error when init mdio
yankejian
1
-1
/
+1
2016-01-15
dts: hisi: fixes no syscon fault when init mdio
yankejian
3
-2
/
+23
2016-01-15
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
5
-5
/
+11
2016-01-15
mm: add tracepoint for scanning pages
Ebru Akagunduz
2
-32
/
+270
2016-01-15
drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64
John Allen
1
-10
/
+6
2016-01-15
mm/page_isolation: use macro to judge the alignment
Naoya Horiguchi
1
-2
/
+2
2016-01-15
mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()
Joshua Clayton
1
-1
/
+1
2016-01-15
mm: rework virtual memory accounting
Konstantin Khlebnikov
9
-58
/
+54
2016-01-15
include/linux/memblock.h: fix ordering of 'flags' argument in comments
Florian Fainelli
1
-2
/
+2
2016-01-15
mm: move lru_to_page to mm_inline.h
Geliang Tang
3
-2
/
+3
2016-01-15
Documentation/filesystems: describe the shared memory usage/accounting
Rodrigo Freire
2
-4
/
+6
2016-01-15
memory-hotplug: don't BUG() in register_memory_resource()
Vitaly Kuznetsov
1
-4
/
+5
2016-01-15
hugetlb: make mm and fs code explicitly non-modular
Paul Gortmaker
2
-63
/
+3
2016-01-15
mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations
Geliang Tang
1
-5
/
+4
2016-01-15
mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...
Oleg Nesterov
1
-3
/
+0
2016-01-15
mm: make sure isolate_lru_page() is never called for tail page
Kirill A. Shutemov
1
-0
/
+1
2016-01-15
vmstat: make vmstat_updater deferrable again and shut down on idle
Christoph Lameter
3
-25
/
+47
[next]