aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-2/+32
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+12
2012-03-22Merge branch 'drm-radeon-sitn-support' of git://people.freedesktop.org/~airli...Gravatar Linus Torvalds 2-0/+57
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 13-34/+114
2012-03-22Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 16-21/+279
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 17-69/+917
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 5-48/+60
2012-03-22Merge tag 'md-3.4' of git://neil.brown.name/mdGravatar Linus Torvalds 1-1/+5
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-60/+0
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+45
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+45
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 18-137/+226
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 4-4/+19
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwGravatar Linus Torvalds 1-0/+1
2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGEGravatar Naoya Horiguchi 1-5/+6
2012-03-21memcg: fix performance of mem_cgroup_begin_update_page_stat()Gravatar KAMEZAWA Hiroyuki 1-1/+4
2012-03-21memcg: remove PCG_FILE_MAPPEDGravatar KAMEZAWA Hiroyuki 1-6/+0
2012-03-21memcg: use new logic for page stat accountingGravatar KAMEZAWA Hiroyuki 1-0/+35
2012-03-21memcg: remove PCG_MOVE_LOCK flag from page_cgroupGravatar KAMEZAWA Hiroyuki 1-19/+0
2012-03-21memcg: kill dead prev_priority stubsGravatar Konstantin Khlebnikov 1-15/+0
2012-03-21memcg: remove PCG_CACHE page_cgroup flagGravatar KAMEZAWA Hiroyuki 1-7/+1
2012-03-21cgroup: revert ss_id_lock to spinlockGravatar Hugh Dickins 1-1/+1
2012-03-21memcg: replace MEM_CONT by MEM_RES_CTLRGravatar Hugh Dickins 1-1/+1
2012-03-21page_alloc.c: remove add_from_early_node_map()Gravatar Kautuk Consul 1-2/+0
2012-03-21hugetlbfs: fix alignment of huge page requestsGravatar Steven Truelove 1-2/+4
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()Gravatar David Rientjes 1-2/+2
2012-03-21hugepages: fix use after free bug in "quota" handlingGravatar David Gibson 1-4/+10
2012-03-21hugetlb: cleanup hugetlb.hGravatar David Gibson 1-25/+0
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Gravatar Mel Gorman 3-28/+29
2012-03-21mm, memcg: pass charge order to oom killerGravatar David Rientjes 1-1/+2
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugGravatar Konstantin Khlebnikov 1-0/+1
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUGravatar Dean Nelson 1-0/+20
2012-03-21mm, oom: force oom kill on sysrq+fGravatar David Rientjes 1-1/+1
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsGravatar Siddhesh Poyarekar 1-0/+3
2012-03-21rmap: remove __anon_vma_link() declarationGravatar Xiao Guangrong 1-1/+0
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Gravatar Konstantin Khlebnikov 1-2/+0
2012-03-21pagemap: export KPF_THPGravatar Naoya Horiguchi 1-0/+1
2012-03-21thp: optimize away unnecessary page table lockingGravatar Naoya Horiguchi 1-0/+17
2012-03-21vmscan: only defer compaction for failed order and higherGravatar Rik van Riel 2-4/+11
2012-03-21vmscan: kswapd carefully call compactionGravatar Rik van Riel 1-0/+6
2012-03-21mm: make swapin readahead skip over holesGravatar Rik van Riel 1-1/+0
2012-03-21mm: make get_mm_counter static-inlineGravatar Konstantin Khlebnikov 1-10/+11
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeGravatar Andrea Arcangeli 1-0/+61
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 15-3172/+153
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-42/+48
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 2-4/+9
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Linus Torvalds 7-8/+113
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 3-6/+26