summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib/test_firmware.c: remove some dead codeDan Carpenter2019-03-081-9/+0
* lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva2019-03-081-0/+1
* lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-03-081-10/+1
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-03-081-2/+2
* include/linux/bitops.h: set_mask_bits() to return old valueVineet Gupta2019-03-081-1/+1
* ACPI: implement acpi_handle_debug in terms of _dynamic_func_callRasmus Villemoes2019-03-081-6/+2
* ACPI: remove unused __acpi_handle_debug macroRasmus Villemoes2019-03-081-3/+0
* ACPI: use proper DYNAMIC_DEBUG_BRANCH macroRasmus Villemoes2019-03-081-1/+1
* btrfs: implement btrfs_debug* in terms of helper macroRasmus Villemoes2019-03-081-24/+10
* dynamic_debug: refactor dynamic_pr_debug and friendsRasmus Villemoes2019-03-081-29/+43
* dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-082-4/+8
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-082-4/+4
* dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-03-081-2/+0
* dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes2019-03-081-1/+2
* dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes2019-03-081-8/+7
* dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitionsRasmus Villemoes2019-03-081-15/+7
* linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimitedRasmus Villemoes2019-03-081-1/+1
* linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimitedRasmus Villemoes2019-03-081-1/+1
* linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimitedRasmus Villemoes2019-03-081-1/+1
* include/linux/pid.h: remove next_pidmap() declarationNadav Amit2019-03-081-1/+0
* linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>Masahiro Yamada2019-03-083-30/+39
* linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MINMasahiro Yamada2019-03-081-3/+3
* linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-03-082-2/+3
* lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-081-2/+3
* build_bug.h: add wrapper for _Static_assertRasmus Villemoes2019-03-081-0/+19
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-03-081-0/+69
* kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-081-0/+1
* kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-081-1/+1
* kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-081-0/+1
* include/linux/types.h: use "unsigned int" instead of "unsigned"WangBo2019-03-081-3/+3
* <linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()Randy Dunlap2019-03-081-3/+1
* kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-081-6/+4
* kernel.h: unconditionally include asm/div64.h for do_div()Jani Nikula2019-03-081-1/+1
* Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-07203-1110/+2951
|\
| * wusb: Remove unnecessary static function ckhdid_printfJoe Perches2019-03-015-36/+8
| * usb: core: make default autosuspend delay configurableMans Rullgard2019-03-012-2/+14
| * usb: core: Fix typo in description of "authorized_default"Jakub Wilk2019-02-271-1/+1
| * usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski2019-02-271-17/+32
| * usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski2019-02-271-1/+8
| * usb: chipidea: imx: set power polarityPhilipp Puschmann2019-02-273-2/+10
| * dt-bindings: usb: ci-hdrc-usb2: add property power-active-highPhilipp Puschmann2019-02-271-0/+1
| * usb: chipidea: imx: remove unused header filesJun Li2019-02-271-2/+0
| * usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Dmitry Osipenko2019-02-261-0/+1
| * usb: core: add option of only authorizing internal devicesDmitry Torokhov2019-02-225-32/+69
| * Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2019-02-213-0/+9
| |\
| | * USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485Mans Rullgard2019-02-152-0/+8
| | * USB: serial: cp210x: add ID for Ingenico 3070Ivan Mironov2019-02-071-0/+1
| * | Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-02-212-19/+112
| |\ \
| | * | USB: serial: option: add Telit ME910 ECM compositionDaniele Palmas2019-02-201-0/+2
| | * | USB: serial: cp210x: fix GPIO in autosuspendKaroly Pados2019-02-201-0/+11