2013-09-11 |
Naoya Horiguchi | mm: migrate: make core migration code aware of hugepage |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: return a reserved page to a reserved pool... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: grab a page_table_lock after page_cache_re... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: remove useless check about mapping type |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: fix subpool accounting handling |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: change variable name reservations to resv |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: protect reserved pages when soft offlining... |
tree | commitdiff |
2013-09-11 |
Toshi Kani | mm/hotplug: remove stop_machine() from try_offline_node() |
tree | commitdiff |
2013-09-11 |
Toshi Kani | mm/hotplug: verify hotplug memory range |
tree | commitdiff |
2013-09-11 |
Fengguang Wu | readahead: make context readahead more conservative |
tree | commitdiff |
2013-09-11 |
Xishi Qiu | mm: use zone_is_initialized() instead of if(zone->wait_... |
tree | commitdiff |
2013-09-11 |
Xishi Qiu | mm: use zone_is_empty() instead of if(zone->spanned_pages) |
tree | commitdiff |
2013-09-11 |
Xishi Qiu | mm: use zone_end_pfn() instead of zone_start_pfn+spanne... |
tree | commitdiff |
2013-09-11 |
Jianguo Wu | mm/zbud: fix some trivial typos in comments |
tree | commitdiff |
2013-09-11 |
Xishi Qiu | mm/hotplug: remove unnecessary BUG_ON in __offline_pages() |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, vmalloc: use well-defined find_last_bit() func |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, vmalloc: remove useless variable in vmap_block |
tree | commitdiff |
2013-09-11 |
Christoph Lameter | vmstat: use this_cpu() to avoid irqon/off sequence... |
tree | commitdiff |
2013-09-11 |
Christoph Lameter | vmstat: create fold_diff |
tree | commitdiff |
2013-09-11 |
Christoph Lameter | vmstat: create separate function to fold per cpu diffs... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | swap: clean-up #ifdef in page_mapping() |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm: move pgtable related functions to right place |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, page_alloc: add unlikely macro to help compiler... |
tree | commitdiff |
2013-09-11 |
Jianguo Wu | mm/mempolicy: return NULL if node is NUMA_NO_NODE in... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: decrement reserve count if VM_NORESERVE... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: remove decrement_hugepage_resv_vma() |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: do not use a page in page cache for cow... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: remove redundant list_empty check in gathe... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: fix and clean-up node iteration code to... |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: clean-up alloc_huge_page() |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: trivial commenting fix |
tree | commitdiff |
2013-09-11 |
Joonsoo Kim | mm, hugetlb: move up the code which check availability... |
tree | commitdiff |
2013-09-11 |
Johannes Weiner | mm: revert "page-writeback.c: subtract min_free_kbytes... |
tree | commitdiff |
2013-09-11 |
Johannes Weiner | mm: page_alloc: fair zone allocator policy |
tree | commitdiff |
2013-09-11 |
Johannes Weiner | mm: page_alloc: rearrange watermark checking in get_pag... |
tree | commitdiff |
2013-09-11 |
Johannes Weiner | mm: vmscan: fix numa reclaim balance problem in kswapd |
tree | commitdiff |
2013-09-11 |
Libin | mm/huge_memory.c: fix potential NULL pointer dereference |
tree | commitdiff |
2013-09-11 |
Yinghai Lu | mm: kill one if loop in __free_pages_bootmem() |
tree | commitdiff |
2013-09-11 |
Srivatsa S. Bhat | mm/page_alloc.c: fix the value of fallback_migratetype... |
tree | commitdiff |
2013-09-11 |
Srivatsa S. Bhat | mm/page_allo.c: restructure free-page stealing code... |
tree | commitdiff |
2013-09-11 |
Pintu Kumar | mm/page_alloc.c: fix coding style and spelling |
tree | commitdiff |
2013-09-11 |
Shaohua Li | swap: make cluster allocation per-cpu |
tree | commitdiff |
2013-09-11 |
Shaohua Li | swap: fix races exposed by swap discard |
tree | commitdiff |
2013-09-11 |
Shaohua Li | swap: make swap discard async |
tree | commitdiff |
2013-09-11 |
Shaohua Li | swap: change block allocation algorithm for SSD |
tree | commitdiff |
2013-09-11 |
Chen Gang | mm/page_alloc.c: use '__paginginit' instead of '__init' |
tree | commitdiff |
2013-09-11 |
Jerry Zhou | mm: fix negative left shift count when PAGE_SHIFT > 20 |
tree | commitdiff |
2013-09-11 |
Jingoo Han | mm: replace strict_strtoul() with kstrtoul() |
tree | commitdiff |
2013-09-11 |
Dave Hansen | mm: vmstats: track TLB flush stats on UP too |
tree | commitdiff |
2013-09-11 |
Dave Hansen | mm: vmstats: tlb flush counters |
tree | commitdiff |
2013-09-11 |
Sunghan Suh | mm/zswap.c: get swapper address_space by using macro |
tree | commitdiff |
2013-09-11 |
Oleg Nesterov | mm: mmap_region: kill correct_wcount/inode, use allow_w... |
tree | commitdiff |
2013-09-11 |
Oleg Nesterov | mm: do_mmap_pgoff: cleanup the usage of file_inode() |
tree | commitdiff |
2013-09-11 |
Oleg Nesterov | mm: shift VM_GROWS* check from mmap_region() to do_mmap... |
tree | commitdiff |
2013-09-11 |
Andrew Morton | mm/swapfile.c: convert to pr_foo() |
tree | commitdiff |
2013-09-11 |
Raymond Jennings | swap: warn when a swap area overflows the maximum size |
tree | commitdiff |
2013-09-11 |
Vladimir Cernov | mm/madvise.c: fix coding-style errors |
tree | commitdiff |
2013-09-11 |
Oleg Nesterov | mm: mempolicy: turn vma_set_policy() into vma_dup_policy() |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge tag 'for-linus-3.12-merge' of git://git.kernel... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge tag 'squashfs-updates' of git://git.kernel.org... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge branch 'kconfig' of git://git.kernel.org/pub... |
tree | commitdiff |
2013-09-11 |
Rafael J. Wysocki | Merge branch 'pm-cpufreq' |
tree | commitdiff |
2013-09-11 |
Rafael J. Wysocki | Merge branch 'acpi-bind' |
tree | commitdiff |
2013-09-11 |
Takashi Iwai | Merge tag 'asoc-v3.12-4' of git://git.kernel.org/pub... |
tree | commitdiff |
2013-09-11 |
Mark Brown | Merge remote-tracking branch 'asoc/fix/rsnd' into asoc... |
tree | commitdiff |
2013-09-11 |
Mark Brown | Merge remote-tracking branch 'asoc/fix/mc13783' into... |
tree | commitdiff |
2013-09-11 |
Mark Brown | Merge remote-tracking branch 'asoc/fix/kirkwood' into... |
tree | commitdiff |
2013-09-11 |
Mark Brown | Merge remote-tracking branch 'asoc/fix/fsl' into asoc... |
tree | commitdiff |
2013-09-11 |
Mark Brown | Merge remote-tracking branch 'asoc/fix/atmel' into... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge tag 'for-v3.12' of git://git.infradead.org/batter... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge branch 'drm-fixes' of git://people.freedesktop... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfield... |
tree | commitdiff |
2013-09-11 |
Linus Torvalds | Merge branch 'x86/jumplabel' of git://git.kernel.org... |
tree | commitdiff |
2013-09-11 |
Olof Johansson | Merge tag 'ep93xx-fixes-for-3.12' of git://github.com... |
tree | commitdiff |
2013-09-10 |
Glauber Costa | list_lru: dynamically adjust node arrays |
tree | commitdiff |
2013-09-10 |
Dave Chinner | shrinker: Kill old ->shrink API. |
tree | commitdiff |
2013-09-10 |
Glauber Costa | hugepage: convert huge zero page shrinker to new shrink... |
tree | commitdiff |
2013-09-10 |
Glauber Costa | vmscan: per-node deferred work |
tree | commitdiff |
2013-09-10 |
Dave Chinner | shrinker: add node awareness |
tree | commitdiff |
2013-09-10 |
Glauber Costa | list_lru: remove special case function list_lru_dispose... |
tree | commitdiff |
2013-09-10 |
Glauber Costa | list_lru: per-node API |
tree | commitdiff |
2013-09-10 |
Dave Chinner | list_lru: fix broken LRU_RETRY behaviour |
tree | commitdiff |
2013-09-10 |
Dave Chinner | list_lru: per-node list infrastructure |
tree | commitdiff |
2013-09-10 |
Dave Chinner | list: add a new LRU list type |
tree | commitdiff |
2013-09-10 |
Dave Chinner | mm: new shrinker API |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'cris-for-3.12' of git://jni.nu/cris |
tree | commitdiff |
2013-09-10 |
Rafael J. Wysocki | Merge branch 'pm-cpuidle' |
tree | commitdiff |
2013-09-10 |
Rafael J. Wysocki | Merge branch 'acpi-assorted' |
tree | commitdiff |
2013-09-10 |
Rafael J. Wysocki | Merge branch 'acpica' |
tree | commitdiff |
2013-09-10 |
Rafael J. Wysocki | Merge branch 'acpi-pci-hotplug' |
tree | commitdiff |
2013-09-10 |
Rafael J. Wysocki | Merge branch 'acpi-hotplug' |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'devicetree-for-linus' of git://git.secretlab... |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge branch 'for-linus' of git://git.infradead.org... |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kerne... |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'dm-3.12-changes' of git://git.kernel.org... |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'md/3.12' of git://neil.brown.name/md |
tree | commitdiff |
2013-09-10 |
Linus Torvalds | Merge tag 'dmaengine-3.12' of git://git.kernel.org... |
tree | commitdiff |
next |