aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V3-1/+133
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V2-0/+41
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V5-0/+179
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V2-5/+7
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V2-5/+8
2012-07-31hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V3-57/+27
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V4-33/+59
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V2-9/+17
2012-07-31hugetlb: don't use ERR_PTR with VM_FAULT* valuesAneesh Kumar K.V1-5/+13
2012-07-31hugetlb: rename max_hstate to hugetlb_max_hstateAneesh Kumar K.V1-7/+7
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li9-27/+40
2012-07-31mm/buddy: cleanup on should_fail_alloc_pageGavin Shan1-7/+7
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie5-9/+4
2012-07-31documentation: update how page-cluster affects swap I/OChristian Ehrhardt1-2/+10
2012-07-31swap: allow swap readahead to be mergedChristian Ehrhardt1-0/+5
2012-07-31memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCEKamezawa Hiroyuki1-1/+0
2012-07-31memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANONKamezawa Hiroyuki1-8/+8
2012-07-31memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAPKamezawa Hiroyuki1-5/+5
2012-07-31mm: make vb_alloc() more foolproofJan Kara1-0/+8
2012-07-31vmalloc: walk vmap_areas by sorted list instead of rb_next()Hong zhi guo1-4/+4
2012-07-31drivers/media/video/v4l2-ioctl.c: fix buildAndrew Morton1-2/+6
2012-07-31xtensa: select generic atomic64_t supportFengguang Wu1-0/+1
2012-07-31fault-injection: fix failcmd.sh warningAkinobu Mita1-1/+1
2012-07-31Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds23-57/+789
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds26-385/+2228
2012-07-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds7-55/+121
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds18-105/+104
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller4-4/+69
2012-07-31ipv4: Cache routes in nexthop exception entries.David S. Miller3-64/+79
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-237/+368
2012-07-31ipv4: percpu nh_rth_output cacheEric Dumazet3-7/+34
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet7-50/+50
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds25-898/+1351
2012-07-31[media] radio-tea5777: use library for 64bits divMauro Carvalho Chehab1-3/+5
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown1-0/+4
2012-07-31vfio: Add PCI device driverAlex Williamson9-0/+3259
2012-07-31vfio: Type1 IOMMU implementationAlex Williamson5-1/+821
2012-07-31vfio: Add documentationAlex Williamson1-0/+314
2012-07-31vfio: VFIO coreAlex Williamson8-0/+1801
2012-07-31thermal: Constify 'type' argument for the registration routineAnton Vorontsov2-2/+2
2012-07-31Merge with upstream to accommodate with thermal changesAnton Vorontsov1031-5431/+8782
2012-07-31Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King11-785/+614
2012-07-31ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engineJavier Martinez Canillas1-0/+2
2012-07-31ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman1-0/+2
2012-07-31Add feature removal of old OMAP private DMA implementationRussell King1-0/+11
2012-07-31mtd: omap2: remove private DMA API implementationRussell King1-110/+26
2012-07-31mtd: omap2: add DMA engine supportRussell King1-1/+91
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King1-99/+5
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King1-31/+150