summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printk/kdb: handle more message headersPetr Mladek2016-12-122-1/+9
* printk/NMI: handle continuous lines and missing newlinePetr Mladek2016-12-121-28/+50
* printk/NMI: fix up handling of the full nmi log bufferPetr Mladek2016-12-121-2/+3
* compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson2016-12-121-1/+1
* hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa2016-12-121-1/+2
* fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-123-6/+15
* fs/proc/base.c: save decrement during lookup/readdir in /proc/$PIDAlexey Dobriyan2016-12-121-4/+4
* fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-121-1/+1
* proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-121-8/+21
* proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-121-1/+3
* proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-122-2/+2
* proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-121-1/+1
* proc: make struct struct map_files_info::len unsigned intAlexey Dobriyan2016-12-121-1/+1
* proc: make struct pid_entry::len unsignedAlexey Dobriyan2016-12-121-1/+1
* proc: report no_new_privs stateKees Cook2016-12-122-2/+5
* mm/percpu.c: fix panic triggered by BUG_ON() falselyzijun_hu2016-12-121-4/+12
* kasan: turn on -fsanitize-address-use-after-scopeAndrey Ryabinin2016-12-121-0/+2
* kasan: eliminate long stalls during quarantine reductionDmitry Vyukov2016-12-121-46/+48
* kasan: support panic_on_warnDmitry Vyukov2016-12-121-0/+2
* mm: make transparent hugepage size publicHugh Dickins2016-12-122-0/+15
* mm: add cond_resched() in gather_pte_stats()Hugh Dickins2016-12-121-0/+1
* mm: add three more cond_resched() in swapoffHugh Dickins2016-12-121-7/+6
* mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2016-12-121-2/+10
* mm, rmap: handle anon_vma_prepare() common case inlineVlastimil Babka2016-12-122-36/+43
* mm, debug: print raw struct page data in __dump_page()Vlastimil Babka2016-12-121-0/+4
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-126-17/+100
* mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-123-15/+18
* mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes2016-12-121-5/+9
* mm: turn vmap_purge_lock into a mutexChristoph Hellwig2016-12-121-7/+7
* mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig2016-12-121-1/+6
* x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin2016-12-121-1/+1
* kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin2016-12-121-1/+1
* mm: add vfree_atomic()Andrey Ryabinin2016-12-122-6/+37
* mm: refactor __purge_vmap_area_lazy()Christoph Hellwig2016-12-121-45/+35
* mm: remove free_unmap_vmap_area_addr()Christoph Hellwig2016-12-121-13/+8
* mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig2016-12-121-11/+2
* mm: workingset: update shadow limit to reflect bigger active listJohannes Weiner2016-12-121-19/+25
* mm: workingset: restore refault tracking for single-page filesJohannes Weiner2016-12-121-8/+1
* mm: workingset: move shadow entry tracking to radix tree exceptional trackingJohannes Weiner2016-12-126-138/+60
* lib: radix-tree: update callback for changing leaf nodesJohannes Weiner2016-12-124-16/+36
* lib: radix-tree: add entry deletion support to __radix_tree_replace()Johannes Weiner2016-12-121-111/+116
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-1210-40/+64
* lib: radix-tree: native accounting of exceptional entriesJohannes Weiner2016-12-124-12/+57
* mm: workingset: turn shadow node shrinker bugs into warningsJohannes Weiner2016-12-121-8/+12
* mm: khugepaged: fix radix tree node leak in shmem collapse error pathJohannes Weiner2016-12-121-2/+4
* mm: khugepaged: close use-after-free race during shmem collapsingJohannes Weiner2016-12-121-0/+5
* include/linux/backing-dev-defs.h: shrink struct backing_dev_infoAndrew Morton2016-12-121-1/+1
* mm: don't cap request size based on read-ahead settingJens Axboe2016-12-124-11/+31
* shmem: fix compilation warnings on unused functionsJérémy Lefaure2016-12-121-0/+2
* fs/fs-writeback.c: remove redundant if checkTahsin Erdogan2016-12-121-9/+7
OpenPOWER on IntegriCloud