summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-075-36/+2
* mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-074-13/+10
* fork: collapse copy_flags into copy_processDavid Rientjes2014-04-071-10/+2
* mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-075-6/+13
* mm: per-thread vma cachingDavidlohr Bueso2014-04-0712-44/+231
* mm: implement ->map_pages for shmem/tmpfsNing Qu2014-04-071-0/+1
* mm: add debugfs tunable for fault_around_orderKirill A. Shutemov2014-04-071-7/+61
* mm: cleanup size checks in filemap_fault() and filemap_map_pages()Kirill A. Shutemov2014-04-071-7/+7
* mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-0714-0/+93
* mm: introduce vm_ops->map_pages()Kirill A. Shutemov2014-04-073-3/+96
* drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton2014-04-071-3/+3
* tools/vm/page-types.c: page-cache sniffing featureKonstantin Khlebnikov2014-04-071-18/+152
* mm: disable split page table lock for !MMUKirill A. Shutemov2014-04-071-0/+1
* exec: kill the unnecessary mm->def_flags setting in load_elf_binary()Alex Thorlton2014-04-071-4/+0
* mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLEAlex Thorlton2014-04-074-3/+29
* mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton2014-04-072-4/+12
* mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim2014-04-071-7/+4
* mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim2014-04-071-15/+19
* mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim2014-04-071-1/+1
* mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim2014-04-071-2/+11
* mm/compaction: disallow high-order page for migration targetJoonsoo Kim2014-04-071-12/+3
* mm: exclude memoryless nodes from zone_reclaimMichal Hocko2014-04-071-2/+3
* mm/memory.c: update comment in unmap_single_vma()Davidlohr Bueso2014-04-071-2/+2
* mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang2014-04-071-1/+3
* mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang2014-04-071-0/+8
* mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel2014-04-072-3/+14
* mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman2014-04-071-2/+34
* mm,numa: reorganize change_pmd_range()Rik van Riel2014-04-071-3/+4
* mm/hugetlb.c: add NULL check of return value of huge_pte_offsetNaoya Horiguchi2014-04-071-2/+3
* ntfs: logging clean-upFabian Frederick2014-04-073-51/+42
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-0622-261/+368
|\
| * nfs: pass string length to pr_notice message about readdir loopsJeff Layton2014-04-051-4/+3
| * NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-03-281-9/+10
| * SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust2014-03-201-0/+2
| * SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust2014-03-201-1/+2
| * SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson2014-03-201-2/+2
| * SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust2014-03-191-0/+4
| * NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust2014-03-191-1/+3
| * NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust2014-03-191-0/+7
| * NFS: advertise only supported callback netidsChuck Lever2014-03-171-6/+18
| * SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever2014-03-171-5/+5
| * SUNRPC: Fix large reads on NFS/RDMAChuck Lever2014-03-171-3/+1
| * NFS: Clean up: revert increase in READDIR RPC buffer max sizeChuck Lever2014-03-171-2/+1
| * Merge branch 'devel' into linux-nextTrond Myklebust2014-03-1717-228/+310
| |\
| | * SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust2014-03-171-3/+2
| | * SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust2014-03-171-5/+3
| | * nfs: emit a fsnotify_nameremove call in sillyrename codepathJeff Layton2014-03-171-2/+13
| | * nfs: remove synchronous rename codeJeff Layton2014-03-174-107/+0
| | * nfs: convert nfs_rename to use async_rename infrastructureJeff Layton2014-03-171-2/+11
| | * nfs: make nfs_async_rename non-staticJeff Layton2014-03-173-2/+8
OpenPOWER on IntegriCloud