summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-17189-2886/+4357
|\
| * printk: change recursion_bug type to boolSergey Senozhatsky2016-01-161-3/+3
| * lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko2016-01-161-9/+16
| * lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko2016-01-161-26/+27
| * printk-formats.txt: remove unimplemented %pTRasmus Villemoes2016-01-161-9/+0
| * printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole2016-01-161-6/+6
| * lib/test_printf.c: test dentry printingRasmus Villemoes2016-01-161-0/+27
| * lib/test_printf.c: add test for large bitmapsRasmus Villemoes2016-01-161-0/+17
| * lib/test_printf.c: account for kvasprintf testsRasmus Villemoes2016-01-161-0/+1
| * lib/test_printf.c: add a few number() testsRasmus Villemoes2016-01-161-0/+24
| * lib/test_printf.c: test precision quirksRasmus Villemoes2016-01-161-6/+15
| * lib/test_printf.c: check for out-of-bound writesRasmus Villemoes2016-01-161-5/+19
| * lib/test_printf.c: don't BUGRasmus Villemoes2016-01-161-1/+6
| * lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes2016-01-161-4/+6
| * lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes2016-01-161-4/+24
| * lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes2016-01-161-12/+14
| * lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes2016-01-161-20/+22
| * lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes2016-01-161-19/+9
| * lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes2016-01-161-31/+31
| * lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes2016-01-161-15/+31
| * printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-01-163-3/+36
| * printk: only unregister boot consoles when necessaryThierry Reding2016-01-161-1/+25
| * asm/sections: add helpers to check for section dataThierry Reding2016-01-161-0/+65
| * kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton2016-01-161-4/+0
| * uselib: default depending if libc5 was usedRiku Voipio2016-01-161-1/+1
| * err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar2016-01-161-1/+1
| * Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-1612-37/+0
| * include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai2016-01-161-5/+0
| * fs/stat.c: drop the last new_valid_dev checkYaowei Bai2016-01-161-1/+1
| * include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2016-01-163-24/+23
| * include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov2016-01-161-2/+2
| * memcg: only free spare array when readers are doneMartijn Coenen2016-01-151-5/+6
| * mm: soft-offline: exit with failure for non anonymous thpNaoya Horiguchi2016-01-151-8/+8
| * mm: soft-offline: clean up soft_offline_page()Naoya Horiguchi2016-01-151-31/+47
| * mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz2016-01-151-69/+75
| * fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-01-151-8/+11
| * mm: make swapoff more robust against soft dirtyHugh Dickins2016-01-151-14/+4
| * mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov2016-01-153-21/+37
| * mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZYLiang Chen2016-01-151-1/+2
| * mm/page_alloc.c: remove unused struct zone *z variableAlexander Kuleshov2016-01-151-2/+0
| * mm/mlock.c: change can_do_mlock return value type to booleanWang Xiaoqiang2016-01-152-5/+5
| * mm/vmalloc.c: use macro IS_ALIGNED to judge the aligmentWang Xiaoqiang2016-01-151-2/+2
| * cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-152-5/+0
| * mm/page_isolation: do some cleanup in "undo_isolate_page_range"Wang Xiaoqiang2016-01-151-2/+4
| * memblock: fix section mismatchKirill A. Shutemov2016-01-151-9/+9
| * s390/mm: enable fixup_user_fault retryingDominik Dingel2016-01-151-3/+26
| * mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel2016-01-154-11/+34
| * dax: re-enable dax pmd mappingsDan Williams2016-01-152-7/+4
| * dax: provide diagnostics for pmd mapping failuresDan Williams2016-01-151-8/+57
| * mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-158-39/+212