safe/jmp/linux-2.6
2009-01-06 Matt Mackallshmem: unify regular and tiny shmem
2009-01-06 Franck Bui-Huublock_write_begin(): remove useless goto
2009-01-06 Ying Hanmm: make get_user_pages() interruptible
2009-01-06 Roel Kluinhugetlb: unsigned ret cannot be negative
2009-01-06 Andrew Mortonvmscan: shrink_active_list(): reduce lru_lock hold...
2009-01-06 Hugh Dickinsbadpage: KERN_ALERT BUG instead of KERN_EMERG
2009-01-06 Hugh Dickinsbadpage: ratelimit print_bad_pte and bad_page
2009-01-06 Hugh Dickinsbadpage: remove vma from page_remove_rmap
2009-01-06 Hugh Dickinsbadpage: zap print_bad_pte on swap and file
2009-01-06 Hugh Dickinsbadpage: vm_normal_page use print_bad_pte
2009-01-06 Hugh Dickinsbadpage: replace page_remove_rmap Eeek and BUG
2009-01-06 Hugh Dickinsbadpage: keep any bad page out of circulation
2009-01-06 Hugh Dickinsbadpage: simplify page_alloc flag check+clear
2009-01-06 Dmitri Monakhovfs: truncate blocks outside i_size after O_DIRECT write...
2009-01-06 KOSAKI Motohiromm: kill zone_is_near_oom()
2009-01-06 KOSAKI Motohirovmscan: improve reclaim throughput to bail out patch
2009-01-06 Rik van Rielvmscan: bail out of direct reclaim after swap_cluster_m...
2009-01-06 Hannes Ederhugetlb: fix sparse warnings
2009-01-06 Hugh Dickinsswapfile: let others seed random
2009-01-06 Hugh Dickinsswapfile: change discard pgoff_t to sector_t
2009-01-06 Hugh Dickinsswapfile: swap allocation cycle if nonrot
2009-01-06 Hugh Dickinsswapfile: swapon randomize if nonrot
2009-01-06 Hugh Dickinsswapfile: swap allocation use discard
2009-01-06 Hugh Dickinsswapfile: swapon use discard (trim)
2009-01-06 Hugh Dickinsswapfile: rearrange scan and swap_info
2009-01-06 Hugh Dickinsswapfile: remove v0 SWAP-SPACE message
2009-01-06 Hugh Dickinsswapfile: remove surplus whitespace
2009-01-06 Hugh Dickinsswapfile: remove SWP_ACTIVE mask
2009-01-06 Hugh Dickinsswapfile: swapon needs larger size type
2009-01-06 KOSAKI Motohiromm: make vread() and vwrite() declaration
2009-01-06 KOSAKI Motohiromm: make setup_per_zone_inactive_ratio() static
2009-01-06 KOSAKI Motohiromm: make scan_zone_unevictable_pages() static
2009-01-06 KOSAKI Motohiromm: make scan_all_zones_unevictable_pages() static
2009-01-06 KOSAKI Motohiromm: make mem_cgroup_resize_limit() static
2009-01-06 KOSAKI Motohiromm: make maddr __iomem
2009-01-06 KOSAKI Motohiromm: make init_section_page_cgroup() static
2009-01-06 KOSAKI Motohiromemcg: reclaim shouldn't change zone->recent_rotated...
2009-01-06 Hugh Dickinsmm: optimize get_scan_ratio for no swap
2009-01-06 Hugh Dickinsmm: add add_to_swap stub
2009-01-06 Hugh Dickinsmm: remove gfp_mask from add_to_swap
2009-01-06 Hugh Dickinsmm: remove try_to_munlock from vmscan
2009-01-06 Hugh Dickinsmm: try_to_unuse check removing right swap
2009-01-06 Hugh Dickinsmm: try_to_free_swap replaces remove_exclusive_swap_page
2009-01-06 Hugh Dickinsmm: reuse_swap_page replaces can_share_swap_page
2009-01-06 Hugh Dickinsmm: wp lock page before deciding cow
2009-01-06 Hugh Dickinsmm: gup persist for write permission
2009-01-06 David Rientjesmm: add dirty_background_bytes and dirty_bytes sysctls
2009-01-06 David Rientjesmm: change dirty limit type specifiers to unsigned...
2009-01-06 Julia Lawallmm/page_alloc.c: eliminate NULL test and memset after...
2009-01-06 Hugh Dickinsmm: further cleanup page_add_new_anon_rmap
2009-01-06 Hugh Dickinsmm: make page_lock_anon_vma() static
2009-01-06 Hugh Dickinsmm: add_active_or_unevictable into rmap
2009-01-06 Hugh Dickinsmm: replace some BUG_ONs by VM_BUG_ONs
2009-01-06 Hugh Dickinsmm: add Set,ClearPageSwapCache stubs
2009-01-06 Hugh Dickinsmm: remove GFP_HIGHUSER_PAGECACHE
2009-01-06 Hugh Dickinsmm: remove cgroup_mm_owner_callbacks
2009-01-06 Franck Bui-Huudo_mpage_readpage(): remove useless clear_buffer_mapped...
2009-01-06 Jeremy Fitzhardingemm/apply_to_range: call pte function with lazy updates
2009-01-06 Nick Pigginmm: vmalloc make lazy unmapping configurable
2009-01-06 Nick Pigginmm: vmalloc use mutex for purge
2009-01-06 Glauber Costamm: vmalloc improve vmallocinfo
2009-01-06 Glauber Costamm: vmalloc tweak failure printk
2009-01-06 Johannes Weinermm: more likely reclaim MADV_SEQUENTIAL mappings
2009-01-06 KOSAKI Motohiromm: cleanup: remove #ifdef CONFIG_MIGRATION
2009-01-06 KOSAKI Motohiromm: get rid of pagevec_release_nonlru()
2009-01-06 Yinghai Lumm: print out memmap number only if it is not zero
2009-01-06 Gary Hademm: show node to memory section relationship with symli...
2009-01-06 Nick Pigginmm: do_sync_mapping_range integrity fix
2009-01-06 Andrew Mortonmm: write_cache_pages more terminate quickly
2009-01-06 Nick Pigginmm: write_cache_pages terminate quickly
2009-01-06 Nick Pigginmm: write_cache_pages optimise page cleaning
2009-01-06 Nick Pigginmm: write_cache_pages cleanups
2009-01-06 Nick Pigginmm: write_cache_pages integrity fix
2009-01-06 Nick Pigginmm: write_cache_pages writepage error fix
2009-01-06 Nick Pigginmm: write_cache_pages early loop termination
2009-01-06 Nick Pigginmm: write_cache_pages cyclic fix
2009-01-06 Miquel van... do_mpage_readpage(): don't submit lots of small bios...
2009-01-06 David Rientjesoom: print triggering task's cpuset and mems allowed
2009-01-06 David Rientjesoom: fix zone_scan_mutex name
2009-01-06 Nick Pigginmm: invoke oom-killer from page fault
2009-01-06 Brice Goglinmm: move_pages: no need to set pp->page to ZERO_PAGE...
2009-01-06 Brice Goglinmm: rework do_pages_move() to work on page_sized chunks
2009-01-06 Hugh Dickinsmm: don't mark_page_accessed in shmem_fault
2009-01-06 Nick Pigginmm: don't mark_page_accessed in fault path
2009-01-06 Mel Gormanmm: report the MMU pagesize in /proc/pid/smaps
2009-01-06 Mel Gormanmm: report the pagesize backing a VMA in /proc/pid...
2009-01-06 Linus TorvaldsMerge git://git./linux/kernel/git/agk/linux-2.6-dm
2009-01-06 Jonathan Brassowdm snapshot: extend exception store functions
2009-01-06 Alasdair G... dm snapshot: split out exception store implementations
2009-01-06 Jonathan Brassowdm snapshot: rename struct exception_store
2009-01-06 Jonathan Brassowdm snapshot: separate out exception store interface
2009-01-06 Alasdair G... dm mpath: move trigger_event to system workqueue
2009-01-06 Milan Brozdm: add name and uuid to sysfs
2009-01-06 Mikulas Patockadm table: rework reference counting
2009-01-06 Andi Kleendm: support barriers on simple devices
2009-01-06 Kiyoshi Uedadm request: extend target interface
2009-01-06 Kiyoshi Uedadm request: add caches
2009-01-06 Milan Brozdm ioctl: allow dm_copy_name_and_uuid to return only...
2009-01-06 Milan Brozdm log: ensure log bitmap fits on log device
2009-01-06 Milan Brozdm log: move region_size validation
next