summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-17Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko
2016-01-16lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko
2016-01-16printk-formats.txt: remove unimplemented %pTRasmus Villemoes
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2016-01-16lib/test_printf.c: test dentry printingRasmus Villemoes
2016-01-16lib/test_printf.c: add test for large bitmapsRasmus Villemoes
2016-01-16lib/test_printf.c: account for kvasprintf testsRasmus Villemoes
2016-01-16lib/test_printf.c: add a few number() testsRasmus Villemoes
2016-01-16lib/test_printf.c: test precision quirksRasmus Villemoes
2016-01-16lib/test_printf.c: check for out-of-bound writesRasmus Villemoes
2016-01-16lib/test_printf.c: don't BUGRasmus Villemoes
2016-01-16lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes
2016-01-16lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes
2016-01-16lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes
2016-01-16lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes
2016-01-16lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes
2016-01-16lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes
2016-01-16lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding
2016-01-16asm/sections: add helpers to check for section dataThierry Reding
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton
2016-01-16uselib: default depending if libc5 was usedRiku Voipio
2016-01-16err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon
2016-01-16include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2016-01-16include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov
2016-01-16parisc: Protect huge page pte changes with spinlocksHelge Deller
2016-01-16batman-adv: Drop immediate orig_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hard_iface free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate neigh_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_hardif_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_neigh_node free functionSven Eckelmann
2016-01-16batman-adv: Drop immediate batadv_orig_ifinfo free functionSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_nc_nodeSven Eckelmann
2016-01-16batman-adv: Avoid recursive call_rcu for batadv_bla_claimSven Eckelmann
2016-01-16bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera
2016-01-16Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-16memcg: only free spare array when readers are doneMartijn Coenen
2016-01-16mm: soft-offline: exit with failure for non anonymous thpNaoya Horiguchi
2016-01-16mm: soft-offline: clean up soft_offline_page()Naoya Horiguchi
2016-01-16mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz
2016-01-16fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz
2016-01-16mm: make swapoff more robust against soft dirtyHugh Dickins
2016-01-16mm: fix locking order in mm_take_all_locks()Kirill A. Shutemov