index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
acenic
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-14
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2
-2
/
+12
2011-01-14
do_wp_page: clarify dirty_page handling
Michel Lespinasse
1
-34
/
+38
2011-01-14
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
1
-6
/
+5
2011-01-14
mm: clear PageError bit in msync & fsync
Rik van Riel
2
-2
/
+2
2011-01-14
oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down
Mandeep Singh Baines
4
-1
/
+10
2011-01-14
mm: unify module_alloc code for vmalloc
David Rientjes
6
-68
/
+46
2011-01-14
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
3
-14
/
+11
2011-01-14
mm: remove unused get_vm_area_node
David Rientjes
2
-10
/
+0
2011-01-14
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
2
-38
/
+38
2011-01-14
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
1
-0
/
+15
2011-01-14
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
5
-12
/
+14
2011-01-14
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
9
-34
/
+63
2011-01-14
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
6
-49
/
+196
2011-01-14
mm: vmscan: convert lumpy_mode into a bitmask
Mel Gorman
2
-21
/
+31
2011-01-14
mm: compaction: add trace events for memory compaction activity
Mel Gorman
2
-1
/
+87
2011-01-14
mm: smaps: export mlock information
Nikanth Karthikesan
2
-2
/
+8
2011-01-14
mm: convert sprintf_symbol to %pS
Joe Perches
2
-14
/
+6
2011-01-14
fs/mpage.c: consolidate code
Hai Shan
1
-32
/
+17
2011-01-14
mm: find_get_pages_contig fixlet
Nick Piggin
1
-3
/
+10
2011-01-14
vmscan: factor out kswapd sleeping logic from kswapd()
KOSAKI Motohiro
1
-46
/
+46
2011-01-14
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
Bob Liu
1
-1
/
+1
2011-01-14
sync_inode_metadata: fix comment
Andrew Morton
1
-2
/
+2
2011-01-14
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
1
-4
/
+23
2011-01-14
writeback: stop background/kupdate works from livelocking other works
Jan Kara
1
-0
/
+10
2011-01-14
writeback: trace wakeup event for background writeback
Wu Fengguang
2
-0
/
+2
2011-01-14
writeback: integrated background writeback work
Jan Kara
1
-15
/
+46
2011-01-14
mm: vmstat: use a single setter function and callback for adjusting percpu th...
Mel Gorman
3
-35
/
+30
2011-01-14
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
6
-47
/
+115
2011-01-14
sched: remove long deprecated CLONE_STOPPED flag
Dave Jones
2
-28
/
+3
2011-01-14
atmel_serial: fix RTS high after initialization in RS485 mode
Claudio Scordino
1
-0
/
+5
2011-01-14
irq: use per_cpu kstat_irqs
Eric Dumazet
3
-21
/
+40
2011-01-14
MAINTAINERS: update entries affecting VIA Technologies
Bruce Chang
1
-2
/
+1
2011-01-14
Revert "gpiolib: annotate gpio-intialization with __must_check"
Linus Torvalds
3
-9
/
+9
2011-01-14
ecryptfs: fix broken build
Linus Torvalds
1
-3
/
+2
2011-01-13
[IA64] fix build error - arch/ia64/kernel/perfmon.c
Tony Luck
1
-1
/
+1
2011-01-13
md: Fix removal of extra drives when converting RAID6 to RAID5
NeilBrown
1
-1
/
+1
2011-01-13
md: range check slot number when manually adding a spare.
NeilBrown
1
-1
/
+6
2011-01-13
md/raid5: handle manually-added spares in start_reshape.
NeilBrown
1
-2
/
+7
2011-01-13
md: fix sync_completed reporting for very large drives (>2TB)
Rémi Rérolle
1
-2
/
+2
2011-01-13
md: allow suspend_lo and suspend_hi to decrease as well as increase.
NeilBrown
1
-12
/
+21
2011-01-13
md: Don't let implementation detail of curr_resync leak out through sysfs.
NeilBrown
3
-6
/
+5
2011-01-13
md: separate meta and data devs
Jonathan Brassow
3
-5
/
+17
2011-01-13
md-new-param-to_sync_page_io
Jonathan Brassow
5
-29
/
+28
2011-01-13
md-new-param-to-calc_dev_sboffset
Jonathan Brassow
1
-6
/
+6
2011-01-13
md: Be more careful about clearing flags bit in ->recovery
NeilBrown
1
-37
/
+49
2011-01-13
md: md_stop_writes requires mddev_lock.
NeilBrown
1
-3
/
+10
2011-01-13
md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer
Jonathan Brassow
1
-1
/
+1
2011-01-13
md: Ensure no IO request to get md device before it is properly initialised.
NeilBrown
2
-3
/
+8
2011-01-13
md: Fix single printks with multiple KERN_<level>s
Joe Perches
3
-5
/
+6
[next]