summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker
2014-04-03lib/syscall.c: unexport task_current_syscall()Andrew Morton
2014-04-03xattr: guard against simultaneous glibc header inclusionSerge Hallyn
2014-04-03samples/seccomp/Makefile: do not build tests if cross-compiling for MIPSMarkos Chandras
2014-04-03err.h: use bool for IS_ERR and IS_ERR_OR_NULLJoe Perches
2014-04-03SubmittingPatches: document the use of gitJosh Triplett
2014-04-03SubmittingPatches: add recommendation for mailing list referencesJosh Triplett
2014-04-03SubmittingPatches: add style recommendation to use imperative descriptionsJosh Triplett
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett
2014-04-03kernel/groups.c: remove return value of set_groupsWang YanQing
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick
2014-04-03include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T
2014-04-03slub: do not drop slab_mutex for sysfs_slab_addVladimir Davydov
2014-04-03kobject: don't block for each kobject_ueventVladimir Davydov
2014-04-03drop_caches: add some documentation and info messageDave Hansen
2014-04-03mm: remove read_cache_page_async()Sasha Levin
2014-04-03mm, thp: drop do_huge_pmd_wp_zero_page_fallback()Kirill A. Shutemov
2014-04-03mm: consolidate code to setup pteKirill A. Shutemov
2014-04-03mm: consolidate code to call vm_ops->page_mkwrite()Kirill A. Shutemov
2014-04-03mm: introduce do_shared_fault() and drop do_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_cow_fault()Kirill A. Shutemov
2014-04-03mm: introduce do_read_fault()Kirill A. Shutemov
2014-04-03mm: do_fault(): extract to call vm_ops->do_fault() to separate functionKirill A. Shutemov
2014-04-03mm: rename __do_fault() -> do_fault()Kirill A. Shutemov
2014-04-03include/linux/mm.h: remove ifdef conditionRashika Kheria
2014-04-03mm/nobootmem.c: mark function as staticRashika Kheria
2014-04-03mm/page_cgroup.c: mark functions as staticRashika Kheria
2014-04-03mm/process_vm_access.c: mark function as staticRashika Kheria
2014-04-03mm/mmap.c: mark function as staticRashika Kheria
2014-04-03mm/memory.c: mark functions as staticRashika Kheria
2014-04-03mm/compaction.c: mark function as staticRashika Kheria
2014-04-03mm, compaction: avoid isolating pinned pagesDavid Rientjes
2014-04-03mm, hugetlb: mark some bootstrap functions as __initDavid Rientjes
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner
2014-04-03lib: radix_tree: tree node interfaceJohannes Weiner
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-04-03mm: shmem: save one radix tree lookup when truncating swapped pagesJohannes Weiner
2014-04-03lib: radix-tree: add radix_tree_delete_item()Johannes Weiner
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Johannes Weiner
2014-04-03mm: vmstat: fix UP zone state accountingJohannes Weiner
2014-04-03mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov
2014-04-03mm, hugetlb: improve page-fault scalabilityDavidlohr Bueso
2014-04-03mm, hugetlb: use vma_resv_map() map typesJoonsoo Kim
2014-04-03mm, hugetlb: remove resv_map_putJoonsoo Kim
2014-04-03mm, hugetlb: fix race in region trackingDavidlohr Bueso
2014-04-03mm, hugetlb: improve, cleanup resv_map parametersJoonsoo Kim