summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* memory-hotplug: fix pages missed by race rather than failingMinchan Kim2012-10-091-0/+4
* mm: remain migratetype in freed pageMinchan Kim2012-10-091-2/+2
* mm: page_alloc: use get_freepage_migratetype() instead of page_private()Minchan Kim2012-10-091-0/+12
* cma: count free CMA pagesBartlomiej Zolnierkiewicz2012-10-092-0/+9
* mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-10/+11
* mm: avoid taking rmap locks in move_ptes()Michel Lespinasse2012-10-091-2/+4
* mm: add CONFIG_DEBUG_VM_RB build optionMichel Lespinasse2012-10-092-0/+6
* mm anon rmap: replace same_anon_vma linked list with an interval tree.Michel Lespinasse2012-10-092-5/+20
* mm anon rmap: remove anon_vma_moveto_tailMichel Lespinasse2012-10-091-1/+0Star
* mm: interval tree updatesMichel Lespinasse2012-10-093-222/+194Star
* rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-093-50/+229
* prio_tree: removeMichel Lespinasse2012-10-091-120/+0Star
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-094-25/+240
* rbtree: add prio tree and interval tree testsMichel Lespinasse2012-10-091-0/+27
* rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-0/+30
* rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-8/+0Star
* rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-091-0/+19
* rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-091-25/+9Star
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-092-11/+6Star
* rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse2012-10-091-66/+1Star
* thp: introduce pmdp_invalidate()Gerald Schaefer2012-10-091-0/+5
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-092-1/+8
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-092-12/+0Star
* mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg2012-10-091-0/+1
* mm: mmu_notifier: fix inconsistent memory between secondary MMU and hostXiao Guangrong2012-10-091-1/+11
* mempolicy: fix a race in shared_policy_replace()Mel Gorman2012-10-091-1/+1
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2012-10-092-2/+3
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-093-4/+2Star
* mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov2012-10-091-1/+1
* mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmasKonstantin Khlebnikov2012-10-093-6/+0Star
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-092-3/+6
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-1/+0Star
* mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2012-10-091-13/+21
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-092-21/+5Star
* x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-23/+32
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-092-5/+1Star
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-0926-45/+439
|\
| * Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-10-066-2/+64
| |\
| | * ASoC: codecs: Add DA9055 codec driverAshish Chavan2012-09-281-0/+33
| | * ASoC: dapm: Allow regulators to bypass as well as disable when idleMark Brown2012-09-261-0/+3
| | * Merge tag 'bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/r...Mark Brown2012-09-263-0/+24
| | |\
| | * \ Merge remote-tracking branch 'asoc/topic/ux500' into for-3.7Mark Brown2012-09-231-2/+4
| | |\ \
| * | | | dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi2012-09-241-1/+2
| * | | | ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai2012-09-232-27/+39
| * | | | Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-09-2239-36/+316
| |\| | |
| | * | | Merge tag 'v3.6-rc6' into for-3.7Mark Brown2012-09-2221-24/+58
| | |\ \ \
| | * | | | ASoC/mfd: twl4030: Remove set_hs_extmute callback from platform dataPeter Ujfalusi2012-09-221-2/+0Star
| | * | | | ASoC: twl4030: Move hs_extmute GPIO handling to driverPeter Ujfalusi2012-09-221-1/+3
| | * | | | dt: Add empty of_find_node_by_name() functionPeter Ujfalusi2012-09-221-0/+6
| | * | | | mfd: twl-core: Add API to query the HFCLK ratePeter Ujfalusi2012-09-221-0/+1