aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-29kbuild: install kernel-page-flags.hUlrich Drepper
2012-05-29mm: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-29swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-29x86: print e820 physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-29bug: completely remove code generated by disabled VM_BUG_ON()Konstantin Khlebnikov
2012-05-29bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov
2012-05-29Cross Memory Attach: make it KconfigurableChristopher Yeoh
2012-05-29Documentation: memcg: future proof hierarchical statistics documentationJohannes Weiner
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton
2012-05-29mm: do_migrate_pages() calls migrate_to_node() even if task is already on a c...Larry Woodman
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made ext...Sasikantha babu
2012-05-29mm/fork: fix overflow in vma length when copying mmap on cloneSiddhesh Poyarekar
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer
2012-05-29mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman
2012-05-29mm: remove swap token codeRik van Riel
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui
2012-05-29mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()Wang Sheng-Hui
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov
2012-05-29mm: fix NULL ptr deref when walking hugepagesSasha Levin
2012-05-29cris: select GENERIC_ATOMIC64Cong Wang
2012-05-29pagemap.h: fix warning about possibly used before init varPaul Gortmaker
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-05-29tty: fix ldisc lock inversion traceAlan Cox
2012-05-29pty: Fix lock inversionAlan Cox
2012-05-28NFSv4: Add debugging printks to state managerTrond Myklebust
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-05-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2012-05-28Merge branch 'doc' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/tri...Linus Torvalds
2012-05-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust
2012-05-27openrisc: use generic strnlen_user() functionJonas Bonn
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras
2012-05-27lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras