summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mm: interval tree updatesMichel Lespinasse2012-10-093-222/+194
* rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-093-50/+229
* prio_tree: removeMichel Lespinasse2012-10-091-120/+0
* 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/+0
* 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/+9
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-092-11/+6
* rbtree: reference Documentation/rbtree.txt for usage instructionsMichel Lespinasse2012-10-091-66/+1
* thp: remove assumptions on pgtable_t typeGerald Schaefer2012-10-091-1/+0
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-092-12/+0
* 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/+2
* 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/+0
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-092-3/+6
* mm: kill vma flag VM_INSERTPAGEKonstantin Khlebnikov2012-10-091-1/+0
* mm: introduce arch-specific vma flag VM_ARCH_1Konstantin Khlebnikov2012-10-091-13/+21
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-19/+1
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+1
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-097-6/+157
|\
| * Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-10-064-2/+28
| |\
| | * 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-221-2/+4
| | |\ \
| * | | | dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi2012-09-241-1/+2
| |/ / /
| * | | Merge tag 'v3.6-rc6' into for-3.7Mark Brown2012-09-2215-17/+48
| |\ \ \
| * | | | ASoC/mfd: twl4030: Remove set_hs_extmute callback from platform dataPeter Ujfalusi2012-09-221-2/+0
| * | | | 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
| * | | | dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi2012-09-221-2/+2
| * | | | ASoC: mx27vis: retrieve gpio numbers from platform_dataShawn Guo2012-09-171-0/+11
| * | | | ASoC: Davinci: McASP: add support new McASP IP VariantHebbar, Gururaja2012-09-061-0/+1
| * | | | Merge branch 'asoc-omap' into for-3.7Mark Brown2012-09-0519-48/+126
| |\ \ \ \
| | * \ \ \ Merge tag 'v3.6-rc4' into asoc-omapMark Brown2012-09-0541-94/+200
| | |\ \ \ \
| * | | | | | ASoC/ARM: Davinci: McASP: split asp header into platform and audio specificHebbar, Gururaja2012-08-271-0/+104
| * | | | | | ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdataMark Brown2012-08-221-0/+4
| * | | | | | Merge remote-tracking branch 'asoc/topic/blackfin' into for-3.7Mark Brown2012-08-1723-46/+74
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ASoC: omap-twl4030: Simple machine driver for TI SoC with twl4030 codecPeter Ujfalusi2012-08-151-0/+32
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-10-083-5/+4
|\ \ \ \ \ \ \
| * | | | | | | libceph: check for invalid mappingSage Weil2012-10-012-4/+4
| * | | | | | | libceph: remove unused monc->have_fsidSage Weil2012-10-011-1/+0
* | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-081-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fs: reserve fallocate flag codepointTheodore Ts'o2012-09-271-0/+1
* | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-085-1/+9
|\ \ \ \ \ \ \ \ \