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
*
alpha: enable ARCH_DMA_ADDR_T_64BIT
FUJITA Tomonori
2010-10-27
1
-0
/
+3
*
drivers/char/hpet.c: fix information leak to userland
Vasiliy Kulikov
2010-10-27
1
-2
/
+1
*
Documentation/timers/hpet_example.c: add supporting info for hpet_example
Jaswinder Singh Rajput
2010-10-27
1
-0
/
+27
*
hpet: fix style problems
Jaswinder Singh Rajput
2010-10-27
1
-10
/
+10
*
hpet: fix unwanted interrupt due to stale irq status bit
Clemens Ladisch
2010-10-27
1
-0
/
+15
*
hpet: unmap unused I/O space
Jiri Slaby
2010-10-27
1
-0
/
+2
*
mm: do_migrate_range: reduce list_empty() check
Bob Liu
2010-10-27
1
-12
/
+9
*
mm: do_migrate_range: exit loop if not_managed is true
Bob Liu
2010-10-27
1
-4
/
+6
*
mm: page_isolation: codeclean fix comment and rm unneeded val init
Bob Liu
2010-10-27
1
-2
/
+1
*
mm: fix is_mem_section_removable() page_order BUG_ON check
KAMEZAWA Hiroyuki
2010-10-27
1
-1
/
+1
*
mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()
Dean Nelson
2010-10-27
1
-1
/
+4
*
mm: fix error reporting in move_pages() syscall
Gleb Natapov
2010-10-27
1
-2
/
+2
*
/proc/swaps: support polling
Kay Sievers
2010-10-27
1
-1
/
+48
*
mm: add vzalloc() and vzalloc_node() helpers
Dave Young
2010-10-27
3
-3
/
+94
*
mm/memory_hotplug.c: make scan_lru_pages() static
Andrew Morton
2010-10-27
1
-1
/
+1
*
fs/fs-writeback.c: restore lost comment
Andrew Morton
2010-10-27
1
-0
/
+4
*
mm: fix sparse warnings on GFP_ZONE_TABLE/BAD
Namhyung Kim
2010-10-27
1
-42
/
+63
*
vmstat: include compaction.h when CONFIG_COMPACTION
Namhyung Kim
2010-10-27
1
-0
/
+2
*
mm: declare some external symbols
Namhyung Kim
2010-10-27
2
-0
/
+3
*
vmalloc: annotate lock context change on s_start/stop()
Namhyung Kim
2010-10-27
1
-0
/
+2
*
vmalloc: rename temporary variable in __insert_vmap_area()
Namhyung Kim
2010-10-27
1
-4
/
+4
*
rmap: make anon_vma_chain_free() static
Namhyung Kim
2010-10-27
1
-1
/
+1
*
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
2010-10-27
2
-2
/
+13
*
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
2010-10-27
2
-2
/
+17
*
mm: wrap follow_pte() using __cond_lock()
Namhyung Kim
2010-10-27
1
-1
/
+12
*
mm: add lock release annotation on do_wp_page()
Namhyung Kim
2010-10-27
1
-0
/
+1
*
mm: wrap get_locked_pte() using __cond_lock()
Namhyung Kim
2010-10-27
2
-2
/
+10
*
mm: add casts to/from gfp_t in gfp_to_alloc_flags()
Namhyung Kim
2010-10-27
1
-2
/
+2
*
mm: remove temporary variable on generic_file_direct_write()
Namhyung Kim
2010-10-27
1
-4
/
+4
*
x86: access_error API cleanup
Michel Lespinasse
2010-10-27
1
-3
/
+3
*
mm: retry page fault when blocking on disk transfer
Michel Lespinasse
2010-10-27
5
-15
/
+64
*
mm: filemap_fault: unique path for locking page
Michel Lespinasse
2010-10-27
1
-9
/
+11
*
mm: remove alignment padding from anon_vma on (some) 64 bit builds
Richard Kennedy
2010-10-27
1
-1
/
+1
*
mm: add a might_sleep_if() to dma_pool_alloc()
Dima Zavin
2010-10-27
1
-0
/
+2
*
mm: highmem documentation
Peter Zijlstra
2010-10-27
1
-0
/
+162
*
perf, x86: Fix up kmap_atomic() type
Peter Zijlstra
2010-10-27
1
-3
/
+2
*
mm: remove pte_*map_nested()
Peter Zijlstra
2010-10-27
31
-99
/
+22
*
mm: stack based kmap_atomic()
Peter Zijlstra
2010-10-27
28
-372
/
+367
*
mm: strictly nested kmap_atomic()
Peter Zijlstra
2010-10-27
5
-8
/
+8
*
vmscan,tmpfs: treat used once pages on tmpfs as used once
KOSAKI Motohiro
2010-10-27
1
-1
/
+1
*
writeback: remove the internal 5% low bound on dirty_ratio
Wu Fengguang
2010-10-27
2
-12
/
+6
*
writeback: do not sleep on the congestion queue if there are no congested BDI...
Mel Gorman
2010-10-27
6
-12
/
+112
*
vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...
KOSAKI Motohiro
2010-10-27
1
-6
/
+11
*
vmscan: remove dead code in shrink_inactive_list()
KOSAKI Motohiro
2010-10-27
1
-8
/
+0
*
vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim
KOSAKI Motohiro
2010-10-27
2
-48
/
+78
*
vmscan: synchronous lumpy reclaim should not call congestion_wait()
KOSAKI Motohiro
2010-10-27
1
-2
/
+0
*
writeback: account for time spent congestion_waited
Mel Gorman
2010-10-27
2
-0
/
+33
*
tracing, vmscan: add trace events for LRU list shrinking
Mel Gorman
2010-10-27
3
-10
/
+77
*
vmscan: delete dead code
Shaohua Li
2010-10-27
1
-10
/
+0
*
mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGS
Will Deacon
2010-10-27
1
-2
/
+2
[next]