summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa
2016-12-12fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan
2016-12-12fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan
2016-12-12proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan
2016-12-12proc: make struct pid_entry::len unsignedAlexey Dobriyan
2016-12-12proc: report no_new_privs stateKees Cook
2016-12-12mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu
2016-12-12kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin
2016-12-12kasan: eliminate long stalls during quarantine reductionDmitry Vyukov
2016-12-12kasan: support panic_on_warnDmitry Vyukov
2016-12-12mm: make transparent hugepage size publicHugh Dickins
2016-12-12mm: add cond_resched() in gather_pte_stats()Hugh Dickins
2016-12-12mm: add three more cond_resched() in swapoffHugh Dickins
2016-12-12mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman
2016-12-12mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka
2016-12-12mm, debug: print raw struct page data in __dump_page()Vlastimil Babka
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V
2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes
2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig
2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig
2016-12-12x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin
2016-12-12mm: add vfree_atomic()Andrey Ryabinin
2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig
2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig
2016-12-12mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner
2016-12-12mm: workingset: restore refault tracking for single-page filesJohannes Weiner
2016-12-12mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner
2016-12-12lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-12lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-12mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner
2016-12-12mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner
2016-12-12mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner
2016-12-12include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe
2016-12-12shmem: fix compilation warnings on unused functionsJérémy Lefaure
2016-12-12fs/fs-writeback.c: remove redundant if checkTahsin Erdogan
2016-12-12mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()Kirill A. Shutemov
2016-12-12mm: cma: make linux/cma.h standalone includibleThierry Reding
2016-12-12mm: disable numa migration faults for dax vmasDan Williams
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens