summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | HID: intel_ish-hid: use %pUL for uuid formattingRasmus Villemoes2016-12-021-8/+1
| | | | * | | | | HID: intel-ish-hid: Fix potential race conditionSrinivas Pandruvada2016-11-291-4/+2
| | | | * | | | | HID: intel-ish-hid: ipc: use msleep_interrupt() for waitEven Xu2016-11-161-1/+3
| | | | * | | | | HID: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a functionEven Xu2016-11-162-48/+57
| | | | * | | | | HID: intel-ish-hid: ipc: remove unused macroEven Xu2016-11-161-21/+0
| | | | | |_|_|/ | | | | |/| | |
| | | * | | | | HID: fix missing irq fieldBenjamin Tissoires2016-12-121-2/+2
| | | * | | | | HID: i2c-hid: fix buildJiri Kosina2016-12-121-0/+1
| | | * | | | | HID: i2c-hid: Disable IRQ before freeing buffersJoão Paulo Rechi Vita2016-12-121-0/+2
| | | * | | | | HID: i2c-hid: force the IRQ level trigger only when not setBenjamin Tissoires2016-11-281-2/+6
| | | * | | | | HID: i2c-hid: add a simple quirk to fix device defectsHungNien Chen2016-11-102-0/+61
| | | * | | | | HID: i2c-hid: exit if the IRQ is not validDavid Arcari2016-10-141-0/+7
| | | * | | | | Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts"David Arcari2016-10-141-53/+18
| | | | |_|_|/ | | | |/| | |
| | * | | | | HID: cp2112: explicitly require irqchip support in gpiolibJiri Kosina2016-11-301-1/+1
| | * | | | | HID: cp2112: add IRQ chip handlingBenjamin Tissoires2016-11-281-3/+202
| | | |_|_|/ | | |/| | |
| * / | | | HID: asus: Add i2c touchpad supportBrendan McGrath2016-11-294-7/+296
| |/ / / /
* | | | | Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-1422-200/+461
|\ \ \ \ \
| * | | | | dm flakey: introduce "error_writes" featureMike Snitzer2016-12-131-9/+42
| * | | | | dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer2016-12-091-1/+1
| * | | | | dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-081-0/+18
| * | | | | dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-081-1/+2
| * | | | | dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-081-1/+0
| * | | | | dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
| * | | | | Documentation: dm raid: define data_offset status fieldHeinz Mauelshagen2016-12-081-0/+4
| * | | | | dm raid: fix discard support regressionHeinz Mauelshagen2016-12-081-6/+3
| * | | | | dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen2016-12-081-2/+0
| * | | | | dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-081-5/+9
| * | | | | dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-082-14/+170
| * | | | | dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche2016-12-081-2/+0
| * | | | | dm ioctl: use offsetof() instead of open-coding itBart Van Assche2016-12-081-1/+1
| * | | | | dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-081-5/+1
| * | | | | dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2016-12-081-3/+1
| * | | | | dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2016-12-081-0/+10
| * | | | | dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2016-12-081-11/+2
| * | | | | dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2016-12-081-2/+3
| * | | | | dm table: simplify dm_table_determine_type()Bart Van Assche2016-12-081-13/+8
| * | | | | dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5
| * | | | | dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-081-6/+13
| * | | | | dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-211-7/+8
| * | | | | dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-211-5/+2
| * | | | | dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui2016-11-211-2/+2
| * | | | | dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui2016-11-211-0/+2
| * | | | | dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun2016-11-211-0/+2
| * | | | | dm crypt: constify crypt_iv_operations structuresJulia Lawall2016-11-211-8/+8
| * | | | | dm raid: correct error messages on old metadata validationHeinz Mauelshagen2016-11-211-32/+39
| * | | | | dm raid: fix typos in Documentation/device-mapper/dm-raid.txtMasanari Iida2016-11-211-4/+4
| * | | | | dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer2016-11-211-1/+2
| * | | | | dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer2016-11-211-2/+1
| * | | | | uapi dm-log-userspace.h: use __u32, __s32, __u64 and __s64 from linux/types.hMikko Rapeli2016-11-211-26/+27
| * | | | | dm verity: fix incorrect error messageEric Biggers2016-11-211-1/+1
| * | | | | dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka2016-11-211-3/+3