Age | Commit message (Expand) | Author |
2014-04-03 | lib/syscall.c: unexport task_current_syscall() | Andrew Morton |
2014-04-03 | xattr: guard against simultaneous glibc header inclusion | Serge Hallyn |
2014-04-03 | samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS | Markos Chandras |
2014-04-03 | err.h: use bool for IS_ERR and IS_ERR_OR_NULL | Joe Perches |
2014-04-03 | SubmittingPatches: document the use of git | Josh Triplett |
2014-04-03 | SubmittingPatches: add recommendation for mailing list references | Josh Triplett |
2014-04-03 | SubmittingPatches: add style recommendation to use imperative descriptions | Josh Triplett |
2014-04-03 | fs, kernel: permit disabling the uselib syscall | Josh Triplett |
2014-04-03 | kernel/groups.c: remove return value of set_groups | Wang YanQing |
2014-04-03 | sys_sysfs: Add CONFIG_SYSFS_SYSCALL | Fabian Frederick |
2014-04-03 | include/linux/syscalls.h: add sys32_quotactl() prototype | Rashika Kheria |
2014-04-03 | mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea... | Raghavendra K T |
2014-04-03 | slub: do not drop slab_mutex for sysfs_slab_add | Vladimir Davydov |
2014-04-03 | kobject: don't block for each kobject_uevent | Vladimir Davydov |
2014-04-03 | drop_caches: add some documentation and info message | Dave Hansen |
2014-04-03 | mm: remove read_cache_page_async() | Sasha Levin |
2014-04-03 | mm, thp: drop do_huge_pmd_wp_zero_page_fallback() | Kirill A. Shutemov |
2014-04-03 | mm: consolidate code to setup pte | Kirill A. Shutemov |
2014-04-03 | mm: consolidate code to call vm_ops->page_mkwrite() | Kirill A. Shutemov |
2014-04-03 | mm: introduce do_shared_fault() and drop do_fault() | Kirill A. Shutemov |
2014-04-03 | mm: introduce do_cow_fault() | Kirill A. Shutemov |
2014-04-03 | mm: introduce do_read_fault() | Kirill A. Shutemov |
2014-04-03 | mm: do_fault(): extract to call vm_ops->do_fault() to separate function | Kirill A. Shutemov |
2014-04-03 | mm: rename __do_fault() -> do_fault() | Kirill A. Shutemov |
2014-04-03 | include/linux/mm.h: remove ifdef condition | Rashika Kheria |
2014-04-03 | mm/nobootmem.c: mark function as static | Rashika Kheria |
2014-04-03 | mm/page_cgroup.c: mark functions as static | Rashika Kheria |
2014-04-03 | mm/process_vm_access.c: mark function as static | Rashika Kheria |
2014-04-03 | mm/mmap.c: mark function as static | Rashika Kheria |
2014-04-03 | mm/memory.c: mark functions as static | Rashika Kheria |
2014-04-03 | mm/compaction.c: mark function as static | Rashika Kheria |
2014-04-03 | mm, compaction: avoid isolating pinned pages | David Rientjes |
2014-04-03 | mm, hugetlb: mark some bootstrap functions as __init | David Rientjes |
2014-04-03 | mm: keep page cache radix tree nodes in check | Johannes Weiner |
2014-04-03 | lib: radix_tree: tree node interface | Johannes Weiner |
2014-04-03 | mm: thrash detection-based file cache sizing | Johannes Weiner |
2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner |
2014-04-03 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner |
2014-04-03 | mm: filemap: move radix tree hole searching here | Johannes Weiner |
2014-04-03 | mm: shmem: save one radix tree lookup when truncating swapped pages | Johannes Weiner |
2014-04-03 | lib: radix-tree: add radix_tree_delete_item() | Johannes Weiner |
2014-04-03 | fs: cachefiles: use add_to_page_cache_lru() | Johannes Weiner |
2014-04-03 | mm: vmstat: fix UP zone state accounting | Johannes Weiner |
2014-04-03 | mm: vmscan: shrink_slab: rename max_pass -> freeable | Vladimir Davydov |
2014-04-03 | mm, hugetlb: improve page-fault scalability | Davidlohr Bueso |
2014-04-03 | mm, hugetlb: use vma_resv_map() map types | Joonsoo Kim |
2014-04-03 | mm, hugetlb: remove resv_map_put | Joonsoo Kim |
2014-04-03 | mm, hugetlb: fix race in region tracking | Davidlohr Bueso |
2014-04-03 | mm, hugetlb: improve, cleanup resv_map parameters | Joonsoo Kim |
2014-04-03 | mm, hugetlb: unify region structure handling | Joonsoo Kim |