aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-09sparc64: Support transparent huge pages.David Miller14-110/+582
2012-10-09mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().David Miller1-2/+3
2012-10-09mm: Add and use update_mmu_cache_pmd() in transparent huge page code.David Miller4-3/+6
2012-10-09sparc64: Document PGD and PMD layout.David Miller2-8/+16
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller5-44/+123
2012-10-09sparc64: Halve the size of PTE tablesDavid Miller2-19/+9
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller6-121/+9
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2-6/+11
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7
2012-10-09mm: document PageHuge somewhatAndrew Morton1-0/+5
2012-10-09mm: use %pK for /proc/vmallocinfoKees Cook1-1/+1
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes2-4/+8
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes3-3/+12
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang3-5/+61
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang3-8/+15
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu1-1/+2
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa1-4/+0
2012-10-09cma: decrease cc.nr_migratepages after reclaiming pagelistMinchan Kim1-2/+4
2012-10-09CMA: migrate mlocked pagesMinchan Kim5-6/+12
2012-10-09kpageflags: fix wrong KPF_THP on non-huge compound pagesNaoya Horiguchi1-1/+7
2012-10-09fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()Yan Hong1-4/+3
2012-10-09mm/memory.c: fix typo in commentRobert P. J. Day1-1/+1
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins2-2/+0
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim3-0/+23
2012-10-09mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")Minchan Kim1-4/+7
2012-10-09mm: wrap calls to set_pte_at_notify with invalidate_range_start and invalidat...Haggai Eran4-14/+36
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg7-76/+92
2012-10-09hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-10-09mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THPAndrea Arcangeli1-3/+8
2012-10-09memory.txt: remove stray informationJiri Kosina1-33/+0
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes2-11/+31
2012-10-09mm: remove free_page_mlockHugh Dickins3-19/+2
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins5-28/+13
2012-10-09mm: remove vma arg from page_evictableHugh Dickins7-32/+18
2012-10-09mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko1-6/+5
2012-10-09memcg: cleanup kmem tcp ifdefsMichal Hocko1-8/+3
2012-10-09memcg: trivial fixes for Documentation/cgroups/memory.txtMichael Kerrisk1-45/+45
2012-10-09mm: fix-up zone present pagesJianguo Wu6-1/+58
2012-10-09mm: enable CONFIG_COMPACTION by defaultRik van Riel1-0/+1
2012-10-09mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.cCatalin Marinas1-3/+3
2012-10-09mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()Catalin Marinas1-1/+1
2012-10-09thp: khugepaged_prealloc_page() forgot to reset the page alloc indicatorXiao Guangrong1-0/+1
2012-10-09memory-hotplug: don't replace lowmem pages with highmemMinchan Kim1-9/+6
2012-10-09mm/page_alloc: refactor out __alloc_contig_migrate_alloc()Minchan Kim3-14/+14
2012-10-09mm/hugetlb.c: remove duplicate inclusion of header fileSachin Kamat1-1/+0
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman5-17/+60
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman3-10/+56
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman5-38/+151
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman4-75/+5
2012-10-09mm: compaction: acquire the zone->lock as late as possibleMel Gorman1-64/+76
2012-10-09mm: compaction: acquire the zone->lru_lock as late as possibleMel Gorman1-20/+45
2012-10-09mm: compaction: Update try_to_compact_pages()kerneldoc commentMel Gorman1-0/+2
2012-10-09mm: compaction: move fatal signal check out of compact_checklock_irqsaveMel Gorman1-3/+1
2012-10-09mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li2-6/+13
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li3-5/+2
2012-10-09mm/memblock: use existing interface to set nidWanpeng Li1-1/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li20-2/+21
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li4-24/+27
2012-10-09memory-hotplug: fix pages missed by race rather than failingMinchan Kim3-3/+19
2012-10-09memory-hotplug: bug fix race between isolation and allocationMinchan Kim1-1/+4
2012-10-09mm: remain migratetype in freed pageMinchan Kim2-4/+7
2012-10-09mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim3-4/+16
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz3-17/+36
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz5-9/+32
2012-10-09cma: fix counting of isolated pagesBartlomiej Zolnierkiewicz2-5/+16
2012-10-09mm: fix tracing in free_pcppages_bulk()Bartlomiej Zolnierkiewicz1-2/+5
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim4-17/+52
2012-10-09mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli1-3/+3
2012-10-09memory-hotplug: build zonelists when offlining pagesXishi Qiu1-1/+6
2012-10-09mm: avoid taking rmap locks in move_ptes()Michel Lespinasse4-23/+49
2012-10-09mm anon rmap: in mremap, set the new vma's position before anon_vma_clone()Michel Lespinasse1-4/+4
2012-10-09mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse5-11/+64
2012-10-09mm rmap: remove vma_address check for address inside vmaMichel Lespinasse2-31/+21
2012-10-09mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse8-41/+114
2012-10-09mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse4-57/+6
2012-10-09mm: interval tree updatesMichel Lespinasse6-263/+235
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse7-203/+255
2012-10-09prio_tree: removeMichel Lespinasse8-800/+1
2012-10-09kmemleak: use rbtree instead of prio treeMichel Lespinasse1-49/+51
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse25-466/+357
2012-10-09rbtree: add prio tree and interval tree testsMichel Lespinasse7-0/+417
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse3-67/+34
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse3-98/+46
2012-10-09rbtree: faster augmented rbtree manipulationMichel Lespinasse4-54/+296
2012-10-09rbtree: augmented rbtree testMichel Lespinasse1-2/+101
2012-10-09rbtree: low level optimizations in rb_erase()Michel Lespinasse1-34/+64
2012-10-09rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse1-43/+62
2012-10-09rbtree: place easiest case first in rb_erase()Michel Lespinasse1-17/+18
2012-10-09rbtree: add __rb_change_child() helper functionMichel Lespinasse1-29/+17
2012-10-09rbtree test: fix sparse warning about 64-bit constantMichel Lespinasse1-1/+1
2012-10-09rbtree: optimize fetching of sibling nodeMichel Lespinasse1-8/+13
2012-10-09rbtree: coding style adjustmentsMichel Lespinasse1-19/+23
2012-10-09rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse1-93/+115
2012-10-09rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse1-38/+30
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2-11/+18
2012-10-09rbtree: low level optimizations in rb_insert_color()Michel Lespinasse1-35/+131
2012-10-09rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse1-4/+15
2012-10-09rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse1-10/+4
2012-10-09rbtree: performance and correctness testMichel Lespinasse3-0/+144
2012-10-09rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse3-31/+36
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse5-17/+9
2012-10-09rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse1-66/+1
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse1-3/+0
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer6-18/+220
2012-10-09thp, s390: disable thp for kvm host on s390Gerald Schaefer1-0/+30
2012-10-09thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2-0/+44
2012-10-09thp, s390: thp splitting backend for s390Gerald Schaefer3-1/+41
2012-10-09thp: make MADV_HUGEPAGE check for mm->def_flagsGerald Schaefer1-0/+4
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer3-2/+17
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer4-43/+55
2012-10-09thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGEGerald Schaefer3-1/+5
2012-10-09mm: fix potential anon_vma locking issue in mprotect()Michel Lespinasse1-1/+5
2012-10-09thp: remove unnecessary set_recommended_min_free_kbytesXiao Guangrong1-5/+0
2012-10-09thp: use khugepaged_enabled to remove duplicate codeXiao Guangrong1-9/+2
2012-10-09thp: remove khugepaged_loopXiao Guangrong1-10/+4
2012-10-09thp: introduce khugepaged_prealloc_page and khugepaged_alloc_pageXiao Guangrong1-68/+98
2012-10-09thp: release page in page pre-alloc pathXiao Guangrong1-12/+7
2012-10-09thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scanXiao Guangrong1-52/+45
2012-10-09thp: remove some code depend on CONFIG_NUMAXiao Guangrong1-7/+3
2012-10-09thp: remove wake_up_interruptible in the exit pathXiao Guangrong1-14/+21
2012-10-09thp: remove unnecessary khugepaged_thread checkXiao Guangrong1-4/+1
2012-10-09thp: move khugepaged_mutex out of khugepagedXiao Guangrong1-23/+13
2012-10-09thp: remove unnecessary check in start_khugepagedXiao Guangrong1-5/+2
2012-10-09thp: fix the count of THP_COLLAPSE_ALLOCXiao Guangrong1-1/+1
2012-10-09mm: adjust final #endif position in mm/internal.hMichel Lespinasse1-1/+2
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon9-0/+32
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso7-171/+7
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm/mmu_notifier: init notifier if necessaryGavin Shan1-11/+11
2012-10-09mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg2-25/+49
2012-10-09mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong1-1/+11
2012-10-09mempolicy: fix a memory corruption by refcount imbalance in alloc_pages_vma()Mel Gorman1-1/+11
2012-10-09mempolicy: fix refcount leak in mpol_set_shared_policy()KOSAKI Motohiro1-6/+9
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman2-22/+17
2012-10-09mempolicy: remove mempolicy sharingKOSAKI Motohiro1-14/+38
2012-10-09revert "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy link...KOSAKI Motohiro1-17/+24
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman5-29/+130
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman1-0/+25
2012-10-09mm: compaction: update comment in try_to_compact_pagesMel Gorman1-5/+1
2012-10-09mm/mmap.c: replace find_vma_prepare() with clearer find_vma_links()Hugh Dickins1-24/+21
2012-10-09mm: fix nonuniform page status when writing new file with small bufferRobin Dong1-1/+10
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov70-105/+77
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov3-4/+8
2012-10-09mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov6-58/+5
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov6-57/+19
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov21-23/+39
2012-10-09mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov5-7/+15
2012-10-09mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov3-15/+28
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov5-58/+30
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha3-42/+73
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha1-14/+19
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel4-13/+6
2012-10-09CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online...Srivatsa S. Bhat1-0/+4
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas8-2/+12
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas8-4/+11
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas11-4/+14
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas13-2/+18
2012-10-09MAINTAINERS: add Konrad as the SWIOTLB maintainerKonrad Rzeszutek Wilk1-0/+8
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds34-476/+169
2012-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds11-31/+416
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds175-3012/+50942
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds74-1730/+1844
2012-10-09Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osdLinus Torvalds3-3/+7
2012-10-09Fix F_DUPFD_CLOEXEC breakageAl Viro1-1/+1
2012-10-08ARM: OMAP4/AM335x: hwmod: fix disable_module regression in hardreset handlingPaul Walmsley1-4/+27
2012-10-09Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie7-34/+14
2012-10-08ARM: OMAP3: fix workaround for EMU clockdomainJon Hunter1-22/+22
2012-10-09net: fix typo in freescale/ucc_geth.cMichael Neuling1-1/+1
2012-10-09drm/nouveau/timer: bump ptimer's alarm delay from u32 to u64Martin Peres2-2/+2
2012-10-09drm/nouveau/fan: fix a typo in PWM's input clock calculationMartin Peres1-1/+1
2012-10-09drm/nv50/clk: wire up pll_calc hookMarcin Slusarz1-0/+1
2012-10-09drm/nouveau: remove unused _nouveau_parent_ctorMarcin Slusarz2-20/+0
2012-10-09drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiBBen Skeggs1-11/+10
2012-10-08arm/omap: Replace board_ref_clock with enum valuesVikram Narayanan2-4/+2
2012-10-08ARM: OMAP2+: remove duplicated include from board-omap3stalker.cWei Yongjun1-5/+0
2012-10-08arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolonPeter Senna Tschudin1-4/+4
2012-10-08arch/arm/mach-omap2: Remove unecessary semicolonPeter Senna Tschudin5-7/+7
2012-10-08arch/arm/mach-omap1/devices.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba4-47/+80
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao2-21/+5
2012-10-08NFS41: send real read size in layoutgetPeng Tao1-1/+9
2012-10-08NFS41: send real write size in layoutgetPeng Tao6-7/+57
2012-10-08NFS: track direct IO left bytesPeng Tao1-0/+5
2012-10-08ARM/dts: omap5-evm: pinmux configuration for audioPeter Ujfalusi1-0/+54
2012-10-08ARM/dts: Add pinctrl driver entries for omap5Peter Ujfalusi1-0/+17
2012-10-08ARM/dts: omap4-panda: pinmux configuration for audioPeter Ujfalusi1-0/+35
2012-10-08ARM/dts: omap4-sdp: pinmux configuration for audioPeter Ujfalusi1-0/+53
2012-10-08ARM/dts: omap5-evm: Disable unused McBSP3Peter Ujfalusi1-0/+4
2012-10-08ARM/dts: omap4-sdp: Disable unused McBSP3Peter Ujfalusi1-0/+4
2012-10-08ARM/dts: omap4-panda: Disable unused audio IPsPeter Ujfalusi1-0/+12
2012-10-08ARM: OMAP: board-omap4panda: Pin mux configuration for audio needsPeter Ujfalusi1-0/+15
2012-10-08ARM: OMAP: board-4430-sdp: Pin mux configuration for audio needsPeter Ujfalusi1-0/+26
2012-10-08Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren6-8/+9
2012-10-08Merge tag 'for_3.7-fixes-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren4-32/+40