summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-0760-272/+410
|\
| * Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek2019-05-0656-106/+106
| |\
| | * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-0956-106/+106
| * | Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek2019-05-063-163/+301
| |\ \
| | * | lib/vsprintf: Make function pointer_string staticYueHaibing2019-04-291-2/+3
| | * | vsprintf: Limit the length of inlined error messagesPetr Mladek2019-04-261-12/+27
| | * | vsprintf: Avoid confusion between invalid address and valuePetr Mladek2019-04-262-1/+2
| | * | vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-263-36/+129
| | * | vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2019-04-262-13/+18
| | * | vsprintf: Factor out %pO handler as kobject_string()Petr Mladek2019-04-261-5/+12
| | * | vsprintf: Factor out %pV handler as va_format()Petr Mladek2019-04-261-9/+12
| | * | vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek2019-04-261-22/+30
| | * | vsprintf: Do not check address of well-known stringsPetr Mladek2019-04-261-37/+44
| | * | vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek2019-04-261-4/+2
| | * | vsprintf: Shuffle restricted_pointer()Petr Mladek2019-04-261-49/+49
| | |/
| * | printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker2019-04-152-3/+3
| * | lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-05-074-56/+45
|\ \
| * \ Merge branches 'for-5.1/upstream-fixes' and 'for-5.2/core' into for-linusJiri Kosina2019-05-063-55/+43
| |\ \
| | * | livepatch: Remove duplicated code for early initializationPetr Mladek2019-05-031-16/+26
| | * | livepatch: Remove custom kobject state handlingPetr Mladek2019-05-032-42/+17
| | * | livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek2019-04-291-3/+2
| | * | kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabledMiroslav Benes2019-04-081-0/+4
| * | | selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDEDMiroslav Benes2019-04-151-0/+1
| * | | selftests/livepatch: use TEST_PROGS for test scriptsJoe Lawrence2019-03-271-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-05-0729-690/+3518
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----------. \ \ Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-...Jiri Kosina2019-05-064141-78183/+138167
| |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | HID: u2fzero: fail probe if not using USB transportJiri Kosina2019-04-171-0/+3
| | | | | | | | * | | HID: u2fzero: fix compiling error in u2fzero_probe()Mao Wenan2019-04-151-0/+1
| | | | | | | | * | | HID: add driver for U2F Zero built-in LED and RNGAndrej Shadura2019-04-104-0/+388
| | | | | | | * | | | HID: hid-sensor-custom: simplify getting .driver_dataWolfram Sang2019-03-271-8/+4
| | | | | | * | | | | HID: picolcd: Convert to use sysfs_streq()Andy Shevchenko2019-03-271-12/+6
| | | | | | |/ / / /
| | | | | * / / / / HID: macally: Add support for Macally ikey keyboardAlex Henrie2019-04-034-0/+57
| | | | | |/ / / /
| | | | * | | | | HID: logitech-dj: fix spelling in printkColin Ian King2019-04-301-1/+1
| | | | * | | | | HID: logitech-dj: add usbhid dependency in KconfigBenjamin Tissoires2019-04-241-0/+1
| | | | * | | | | HID: logitech-hidpp: add support for HID++ 1.0 consumer keys reportsHans de Goede2019-04-231-12/+121
| | | | * | | | | HID: logitech-hidpp: add support for HID++ 1.0 extra mouse buttons reportsHans de Goede2019-04-231-1/+76
| | | | * | | | | HID: logitech-hidpp: add support for HID++ 1.0 wheel reportsHans de Goede2019-04-231-0/+94
| | | | * | | | | HID: logitech-hidpp: make hidpp10_set_register_bit a bit more genericHans de Goede2019-04-231-8/+19
| | | | * | | | | HID: logitech-hidpp: add input_device ptr to struct hidpp_deviceHans de Goede2019-04-231-87/+56
| | | | * | | | | HID: logitech-hidpp: do not hardcode very long report lengthHans de Goede2019-04-231-18/+32
| | | | * | | | | HID: logitech-hidpp: handle devices attached to 27MHz wireless receiversHans de Goede2019-04-231-0/+6
| | | | * | | | | HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede2019-04-231-4/+13
| | | | * | | | | HID: logitech-hidpp: remove unused origin_is_hid_core function parameterHans de Goede2019-04-231-7/+7
| | | | * | | | | HID: logitech-hidpp: remove double assignment from __hidpp_send_reportHans de Goede2019-04-231-2/+0
| | | | * | | | | HID: logitech-hidpp: do not make failure to get the name fatalHans de Goede2019-04-231-11/+8
| | | | * | | | | HID: logitech-hidpp: ignore very-short or empty namesHans de Goede2019-04-231-0/+3
| | | | * | | | | HID: logitech-hidpp: make .probe usbhid capableBenjamin Tissoires2019-04-231-41/+45
| | | | * | | | | HID: logitech-hidpp: allow non HID++ devices to be handled by this moduleBenjamin Tissoires2019-04-231-8/+68
| | | | * | | | | HID: logitech-dj: add support for Logitech Bluetooth Mini-ReceiverHans de Goede2019-04-231-6/+85