deliverable/linux.git
2012-05-29  Hugh Dickinsmm/memcg: move reclaim_stat into lruvec
2012-05-29  Hugh Dickinsmm/memcg: scanning_global_lru means mem_cgroup_disabled
2012-05-29  Hugh Dickinsmemcg swap: use mem_cgroup_uncharge_swap()
2012-05-29  Hugh Dickinsmemcg swap: mem_cgroup_move_swap_account never needs...
2012-05-29  KAMEZAWA Hiroyukimemcg: fix/change behavior of shared anon at moving...
2012-05-29  Gavin Shanmm/memblock: fix memory leak on extending regions
2012-05-29  Gavin Shanmm/memblock: cleanup on duplicate VA/PA conversion
2012-05-29  Pravin B Shelarmm: fix slab->page flags corruption
2012-05-29  KyongHomm: fix faulty initialization in vmalloc_init()
2012-05-29  Andrea Arcangelimm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_popu...
2012-05-29  David Rientjesmm, oom: normalize oom scores to oom_score_adj scale...
2012-05-29  Satoru Moriyamm: avoid swapping out with swappiness==0
2012-05-29  Dave Hansenhugetlb: fix resv_map leak in error path
2012-05-29  Gavin Shanmm/bootmem.c: cleanup on addition to bootmem data list
2012-05-29  Michal Hockomm: consider all swapped back pages in used-once logic
2012-05-29  Mel Gormanmm: document the meminfo and vmstat fields of relevance...
2012-05-29  Andrew Mortonmm/page_alloc.c: cleanups
2012-05-29  Johannes Weinermm: page_alloc: catch out-of-date list of page flag...
2012-05-29  Gavin Shanmm/buddy: dump PG_compound_lock page flag
2012-05-29  Cong Wangmm: move readahead syscall to mm/readahead.c
2012-05-29  Hugh Dickinstmpfs: support SEEK_DATA and SEEK_HOLE
2012-05-29  Hugh Dickinstmpfs: quit when fallocate fills memory
2012-05-29  Hugh Dickinstmpfs: undo fallocation on failure
2012-05-29  Hugh Dickinstmpfs: support fallocate preallocation
2012-05-29  Hugh Dickinsmm/fs: remove truncate_range
2012-05-29  Hugh Dickinsmm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
2012-05-29  Hugh Dickinstmpfs: support fallocate FALLOC_FL_PUNCH_HOLE
2012-05-29  Hugh Dickinstmpfs: optimize clearing when writing
2012-05-29  Hugh Dickinstmpfs: enable NOSEC optimization
2012-05-29  Hugh Dickinsshmem: replace page if mapping excludes its zone
2012-05-29  Bartlomiej... mm: compaction: handle incorrect MIGRATE_UNMOVABLE...
2012-05-29  Johannes Weinermm: remove sparsemem allocation details from the bootme...
2012-05-29  Johannes Weinermm: bootmem: pass pgdat instead of pgdat->bdata down...
2012-05-29  Johannes Weinermm: nobootmem: unify allocation policy of (non-)panicki...
2012-05-29  Johannes Weinermm: nobootmem: panic on node-specific allocation failure
2012-05-29  Johannes Weinermm: bootmem: unify allocation policy of (non-)panicking...
2012-05-29  Johannes Weinermm: bootmem: allocate in order node+goal, goal, node...
2012-05-29  Johannes Weinermm: bootmem: split out goal-to-node mapping from goal...
2012-05-29  Johannes Weinermm: bootmem: rename alloc_bootmem_core to alloc_bootmem...
2012-05-29  Johannes Weinermm: bootmem: remove redundant offset check when finally...
2012-05-29  Gavin Shanmm: bootmem: fix checking the bitmap when finally freei...
2012-05-29  Andrew Mortonmm/page_alloc.c: remove pageblock_default_order()
2012-05-29  Alex Shimm: move is_vma_temporary_stack() declaration to huge_mm.h
2012-05-29  Ulrich Dreppertools/vm/page-types.c: cleanups
2012-05-29  Ulrich Drepperkbuild: install kernel-page-flags.h
2012-05-29  Bjorn Helgaasmm: print physical addresses consistently with other...
2012-05-29  Bjorn Helgaasswiotlb: print physical addresses consistently with...
2012-05-29  Bjorn Helgaasx86: print physical addresses consistently with other...
2012-05-29  Bjorn Helgaasx86: print e820 physical addresses consistently with...
2012-05-29  Konstantin... bug: completely remove code generated by disabled VM_BU...
2012-05-29  Konstantin... bug: introduce BUILD_BUG_ON_INVALID() macro
2012-05-29  Christopher... Cross Memory Attach: make it Kconfigurable
2012-05-29  Johannes WeinerDocumentation: memcg: future proof hierarchical statist...
2012-05-29  David Rientjesmm, thp: drop page_table_lock to uncharge memcg pages
2012-05-29  Ying Hanmm: rename is_mlocked_vma() to mlocked_vma_newpage()
2012-05-29  Johannes Weinermm: memcg: count pte references from every member of...
2012-05-29  Johannes Weinerkernel: cgroup: push rcu read locking from css_is_ances...
2012-05-29  Andrew Mortonmm: do_migrate_pages(): rename arguments
2012-05-29  Larry Woodmanmm: do_migrate_pages() calls migrate_to_node() even...
2012-05-29  David Rientjesthp, memcg: split hugepage for memcg oom on cow
2012-05-29  Sasikantha... mm/vmstat.c: remove debug fs entries on failure of...
2012-05-29  Siddhesh Poyarekarmm/fork: fix overflow in vma length when copying mmap...
2012-05-29  Rajman Mekacomm/mmap.c: find_vma(): remove unnecessary if(mm) check
2012-05-29  Thomas Meyermm: use kcalloc() instead of kzalloc() to allocate...
2012-05-29  Ryota Ozakimm: fix off-by-one bug in print_nodes_state()
2012-05-29  Mel Gormanmm: vmscan: remove reclaim_mode_t
2012-05-29  Mel Gormanmm: vmscan: do not stall on writeback during memory...
2012-05-29  Mel Gormanmm: vmscan: remove lumpy reclaim
2012-05-29  Rik van Rielmm: remove swap token code
2012-05-29  David Rientjesmm, thp: allow fallback when pte_alloc_one() fails...
2012-05-29  David Rientjesmm, thp: remove unnecessary ret variable
2012-05-29  Wang Sheng-Huimm/hugetlb.c: use long vars instead of int in region_co...
2012-05-29  Wang Sheng-Huimm/mempolicy.c: use enum value MPOL_REBIND_ONCE in...
2012-05-29  Borislav Petkovmm/memory_failure: let the compiler add the function...
2012-05-29  Sasha Levinmm: fix NULL ptr deref when walking hugepages
2012-05-29  Cong Wangcris: select GENERIC_ATOMIC64
2012-05-29  Paul Gortmakerpagemap.h: fix warning about possibly used before init var
2012-05-29  Linus TorvaldsMerge tag 'mfd-3.5-1' of git://git./linux/kernel/git...
2012-05-29  Linus TorvaldsMerge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org...
2012-05-29  Alan Coxtty: fix ldisc lock inversion trace
2012-05-29  Alan Coxpty: Fix lock inversion
2012-05-28  Trond MyklebustNFSv4: Add debugging printks to state manager
2012-05-28  Trond MyklebustNFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error...
2012-05-28  Linus TorvaldsMerge branch 'for-linus' of git://git.open-osd.org...
2012-05-28  Linus TorvaldsMerge branch 'doc' of git://git./linux/kernel/git/jikos...
2012-05-28  Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2012-05-28  Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2012-05-28  Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2012-05-28  Linus TorvaldsMerge tag 'writeback' of git://git./linux/kernel/git...
2012-05-28  Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2012-05-28  Trond MyklebustNFSv4: update_changeattr does not need to set NFS_INO_R...
2012-05-28  Jonas Bonnopenrisc: use generic strnlen_user() function
2012-05-28  Paul Mackerraspowerpc: Use the new generic strncpy_from_user() and...
2012-05-28  Paul Mackerraslib: Fix generic strnlen_user for 32-bit big-endian...
2012-05-27  Trond MyklebustNFSv4.1: nfs4_reset_session should use nfs4_handle_recl...
2012-05-27  Trond MyklebustNFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_B...
2012-05-27  Trond MyklebustNFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in...
2012-05-27  Trond MyklebustNFSv4.1: Handle errors in nfs4_bind_conn_to_session
2012-05-27  Trond MyklebustNFSv4.1: nfs4_bind_conn_to_session should drain the...
2012-05-26  Linus TorvaldsMerge branch 'generic-string-functions'
next
This page took 0.067837 seconds and 5 git commands to generate.