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: compaction: push isolate search base of compact control one pfn ahead
Hillf Danton
2012-01-11
1
-1
/
+3
*
btrfs: pass __GFP_WRITE for buffered write page allocations
Johannes Weiner
2012-01-11
1
-1
/
+1
*
mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()
Johannes Weiner
2012-01-11
1
-1
/
+4
*
mm: try to distribute dirty pages fairly across zones
Johannes Weiner
2012-01-11
4
-1
/
+115
*
mm: writeback: cleanups in preparation for per-zone dirty limits
Johannes Weiner
2012-01-11
1
-46
/
+47
*
mm: exclude reserved pages from dirtyable memory
Johannes Weiner
2012-01-11
4
-2
/
+29
*
vmscan: add task name to warn_scan_unevictable() messages
KOSAKI Motohiro
2012-01-11
1
-2
/
+3
*
mm, debug: test for online nid when allocating on single node
David Rientjes
2012-01-11
1
-1
/
+1
*
fadvise: only initiate writeback for specified range with FADV_DONTNEED
Shawn Bohrer
2012-01-11
1
-1
/
+2
*
slub: min order when debug_guardpage_minorder > 0
Stanislaw Gruszka
2012-01-11
1
-0
/
+3
*
PM/Hibernate: do not count debug pages as savable
Stanislaw Gruszka
2012-01-11
1
-0
/
+6
*
mm: more intensive memory corruption debugging
Stanislaw Gruszka
2012-01-11
5
-7
/
+113
*
kernel.h: add BUILD_BUG() macro
David Daney
2012-01-11
3
-1
/
+20
*
mm/hugetlb.c: fix virtual address handling in hugetlb fault
KAMEZAWA Hiroyuki
2012-01-11
1
-0
/
+2
*
hugetlb: clarify hugetlb_instantiation_mutex usage
Michal Hocko
2012-01-11
1
-0
/
+3
*
hugetlb: detect race upon page allocation failure during COW
Hillf Danton
2012-01-11
1
-1
/
+8
*
mm: account reaped page cache on inode cache pruning
Konstantin Khlebnikov
2012-01-11
1
-0
/
+2
*
mm: avoid livelock on !__GFP_FS allocations
Mel Gorman
2012-01-11
3
-11
/
+41
*
mm: reduce the amount of work done when updating min_free_kbytes
Mel Gorman
2012-01-11
1
-16
/
+24
*
mm: migrate: one less atomic operation
Jacobo Giralt
2012-01-11
1
-6
/
+4
*
mm-tracepoint: fix documentation and examples
Konstantin Khlebnikov
2012-01-11
2
-37
/
+37
*
mm-tracepoint: rename page-free events
Konstantin Khlebnikov
2012-01-11
4
-20
/
+20
*
mm: remove unused pagevec_free
Konstantin Khlebnikov
2012-01-11
2
-17
/
+0
*
mm: add free_hot_cold_page_list() helper
Konstantin Khlebnikov
2012-01-11
4
-30
/
+18
*
vmscan: activate executable pages after first usage
Konstantin Khlebnikov
2012-01-11
1
-0
/
+6
*
vmscan: promote shared file mapped pages
Konstantin Khlebnikov
2012-01-11
1
-1
/
+1
*
mm/page-writeback.c: make determine_dirtyable_memory static again
Johannes Weiner
2012-01-11
2
-64
/
+60
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-01-10
5
-53
/
+63
|
\
|
*
vfs: new helper - d_make_root()
Al Viro
2012-01-10
2
-0
/
+18
|
*
dcache: use a dispose list in select_parent
Dave Chinner
2012-01-10
1
-42
/
+21
|
*
ceph: d_alloc_root() may fail
Al Viro
2012-01-09
1
-4
/
+11
|
*
ext4: fix failure exits
Al Viro
2012-01-09
1
-5
/
+8
|
*
isofs: inode leak on mount failure
Al Viro
2012-01-09
1
-2
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2012-01-09
8
-347
/
+8
|
\
\
|
*
|
sparc32: remove unused file: include/asm/pgtsun4.h
Sam Ravnborg
2011-12-30
1
-171
/
+0
|
*
|
sparc32: fix PAGE_SIZE definition
Sam Ravnborg
2011-12-29
2
-8
/
+4
|
*
|
sparc32: enable different preemptions models
Sam Ravnborg
2011-12-29
1
-2
/
+0
|
*
|
sparc32: support atomic64_t
Sam Ravnborg
2011-12-27
2
-0
/
+3
|
*
|
apbuart: fix section mismatch warning
Sam Ravnborg
2011-12-27
1
-2
/
+2
|
*
|
sparc32: drop useless preprocessor conditional in atomic_32.h
Sam Ravnborg
2011-12-27
1
-4
/
+0
|
*
|
sparc32: drop unused atomic24 support
Sam Ravnborg
2011-12-27
3
-161
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-01-09
19
-32
/
+57
|
\
\
\
|
*
|
|
igmp: Avoid zero delay when receiving odd mixture of IGMP queries
Ben Hutchings
2012-01-09
1
-0
/
+2
|
*
|
|
netdev: make net_device_ops const
stephen hemminger
2012-01-09
2
-3
/
+2
|
*
|
|
bcm63xx: make ethtool_ops const
stephen hemminger
2012-01-09
1
-1
/
+1
|
*
|
|
usbnet: make ethtool_ops const
stephen hemminger
2012-01-09
4
-5
/
+5
|
*
|
|
net: Fix build with INET disabled.
David S. Miller
2012-01-09
2
-2
/
+1
|
*
|
|
net: introduce netif_addr_lock_nested() and call if when appropriate
Jiri Pirko
2012-01-09
2
-6
/
+11
|
*
|
|
net: correct lock name in dev_[uc/mc]_sync documentations.
Jiri Pirko
2012-01-09
1
-2
/
+2
|
*
|
|
net: sk_update_clone is only used in net/core/sock.c
Stephen Rothwell
2012-01-09
2
-6
/
+6
[prev]
[next]