summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-07dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes
2019-03-07dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes
2019-03-07dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitionsRasmus Villemoes
2019-03-07linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes
2019-03-07linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes
2019-03-07linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimitedRasmus Villemoes
2019-03-07include/linux/pid.h: remove next_pidmap() declarationNadav Amit
2019-03-07linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada
2019-03-07linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MINMasahiro Yamada
2019-03-07linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes
2019-03-07lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes
2019-03-07build_bug.h: add wrapper for _Static_assertRasmus Villemoes
2019-03-07scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2019-03-07kernel/sys: annotate implicit fall throughMathieu Malaterre
2019-03-07kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa
2019-03-07kernel/hung_task.c - fix sparse warningsValdis Kletnieks
2019-03-07include/linux/types.h: use "unsigned int" instead of "unsigned"WangBo
2019-03-07<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Randy Dunlap
2019-03-07kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing
2019-03-07kernel.h: unconditionally include asm/div64.h for do_div()Jani Nikula
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-03-06Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-03-06Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driverLinus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-03-06Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2019-03-06Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-06Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann
2019-03-05tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate includeSouptick Joarder
2019-03-05proc: more robust bulk read testAlexey Dobriyan
2019-03-05proc: test /proc/*/maps, smaps, smaps_rollup, statmAlexey Dobriyan
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan