summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-17vm: fix incorrect unlock error path in madvise_free_huge_pmdLinus Torvalds1-1/+1
2016-01-17drm/vc4: fix warning in validate printf.Dave Airlie1-1/+1
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds711-27096/+83692
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-23/+376
2016-01-17Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-48/+129
2016-01-18Merge tag 'drm-intel-next-fixes-2016-01-14' of git://anongit.freedesktop.org/...Dave Airlie8-41/+108
2016-01-18Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie32-387/+437
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds189-2886/+4357
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds186-2505/+2692
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds48-815/+2671
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds430-10422/+45195
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds25-73/+85
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky1-3/+3
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko1-9/+16
2016-01-16lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko1-26/+27
2016-01-16printk-formats.txt: remove unimplemented %pTRasmus Villemoes1-9/+0
2016-01-16printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2016-01-16lib/test_printf.c: test dentry printingRasmus Villemoes1-0/+27
2016-01-16lib/test_printf.c: add test for large bitmapsRasmus Villemoes1-0/+17
2016-01-16lib/test_printf.c: account for kvasprintf testsRasmus Villemoes1-0/+1
2016-01-16lib/test_printf.c: add a few number() testsRasmus Villemoes1-0/+24
2016-01-16lib/test_printf.c: test precision quirksRasmus Villemoes1-6/+15
2016-01-16lib/test_printf.c: check for out-of-bound writesRasmus Villemoes1-5/+19
2016-01-16lib/test_printf.c: don't BUGRasmus Villemoes1-1/+6
2016-01-16lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes1-4/+6
2016-01-16lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes1-4/+24
2016-01-16lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes1-12/+14
2016-01-16lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes1-20/+22
2016-01-16lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes1-19/+9
2016-01-16lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes1-31/+31
2016-01-16lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes1-15/+31
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo3-3/+36
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding1-1/+25
2016-01-16asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2016-01-16kernel/stop_machine.c: remove CONFIG_SMP dependenciesAndrew Morton1-4/+0
2016-01-16uselib: default depending if libc5 was usedRiku Voipio1-1/+1
2016-01-16err.h: add (missing) unlikely() to IS_ERR_OR_NULL()Viresh Kumar1-1/+1
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon12-37/+0
2016-01-16include/linux/kdev_t.h: remove new_valid_dev()Yaowei Bai1-5/+0
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai1-1/+1
2016-01-16include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz3-24/+23
2016-01-16include/linux/poison.h: use POISON_POINTER_DELTA for poison pointersVasily Kulikov1-2/+2
2016-01-16parisc: Protect huge page pte changes with spinlocksHelge Deller2-28/+52
2016-01-15Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds119-1351/+20637
2016-01-15Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+43
2016-01-15memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-01-15mm: soft-offline: exit with failure for non anonymous thpNaoya Horiguchi1-8/+8
2016-01-15mm: soft-offline: clean up soft_offline_page()Naoya Horiguchi1-31/+47
2016-01-15mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz1-69/+75
2016-01-15fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz1-8/+11