summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-22mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov3-6/+5
2012-03-22pagemap: introduce data structure for pagemap entryNaoya Horiguchi1-31/+38
2012-03-22pagemap: document KPF_THP and make page-types aware of itNaoya Horiguchi2-0/+6
2012-03-22pagemap: export KPF_THPNaoya Horiguchi2-0/+3
2012-03-22thp: optimize away unnecessary page table lockingNaoya Horiguchi3-114/+101
2012-03-22pagemap: avoid splitting thp when reading /proc/pid/pagemapNaoya Horiguchi1-4/+48
2012-03-22mm: search from free_area_cache for the bigger sizeXiao Guangrong2-32/+38
2012-03-22mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong1-3/+1
2012-03-22hugetlb: try to search again if it is really neededXiao Guangrong1-4/+6
2012-03-22hugetlbfs: fix hugetlb_get_unmapped_area()Xiao Guangrong1-4/+11
2012-03-22mm: compaction: make compact_control order signedDan Carpenter1-2/+2
2012-03-22compact_pgdat: workaround lockdep warning in kswapdHugh Dickins1-10/+12
2012-03-22vmscan: only defer compaction for failed order and higherRik van Riel5-8/+27
2012-03-22vmscan: kswapd carefully call compactionRik van Riel3-18/+51
2012-03-22vmscan: reclaim at order 0 when compaction is enabledRik van Riel1-17/+30
2012-03-22mm: make swapin readahead skip over holesRik van Riel3-66/+11
2012-03-22mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton1-1/+6
2012-03-22mm: make get_mm_counter static-inlineKonstantin Khlebnikov2-28/+11
2012-03-22mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton1-9/+9
2012-03-22mm: add rss counters consistency checkKonstantin Khlebnikov1-3/+18
2012-03-22mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes1-1/+4
2012-03-22mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes1-3/+3
2012-03-22mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes1-47/+38
2012-03-22mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes1-36/+20
2012-03-22sparc: use block_sigmask()Matt Fleming3-17/+3
2012-03-22xtensa: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+3
2012-03-22xtensa: don't mask signals if we fail to setup signal stackMatt Fleming1-4/+7
2012-03-22xtensa: no need to reset handler if SA_ONESHOTMatt Fleming1-3/+0
2012-03-22xtensa: don't reimplement force_sigsegv()Matt Fleming1-3/+1
2012-03-22seq_file: fix mishandling of consecutive pread() invocations.Earl Chew1-13/+15
2012-03-22drivers/idle/intel_idle.c: fix confusing code identationMarcos Paulo de Souza1-4/+4
2012-03-22fs/namei.c: fix warnings on 32-bitAndrew Morton1-0/+6
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli9-10/+92
2012-03-21Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds129-6219/+8581
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds48-1048/+3660
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds39-351/+606
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds22-422/+2890
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds16-31/+121
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds86-2603/+1439
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds53-611/+1452
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds180-969/+921
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds131-230/+217
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds17-1209/+1150
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1687-97502/+124541
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds16-372/+228
2012-03-21exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-21exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-03-21exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2-6/+4
2012-03-21CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7