| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-01-29 | bnxt_en: cleanup DIM work on device shutdown |  Andy Gospodarek | 1 | -1/+7 |
| 2018-01-29 | net: ipv6: send unsolicited NA after DAD |  David Ahern | 2 | -4/+31 |
| 2018-01-29 | gianfar: prevent integer wrapping in the rx handler |  Andy Spencer | 1 | -2/+7 |
| 2018-01-29 | Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd |  Linus Torvalds | 82 | -2435/+6858 |
| 2018-01-29 | Merge tag 'for-backlight-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight |  Linus Torvalds | 4 | -4/+4 |
| 2018-01-29 | Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd |  Linus Torvalds | 71 | -585/+2841 |
| 2018-01-29 | Merge tag 'pnp-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 2 | -5/+1 |
| 2018-01-29 | dm mpath selector: more evenly distribute ties |  Khazhismel Kumykov | 2 | -6/+6 |
| 2018-01-29 | dm unstripe: fix target length versus number of stripes size check |  Scott Bauer | 1 | -8/+2 |
| 2018-01-29 | dm thin: fix trailing semicolon in __remap_and_issue_shared_cell |  Luis de Bethencourt | 1 | -1/+1 |
| 2018-01-29 | dm table: fix NVMe bio-based dm_table_determine_type() validation |  Mike Snitzer | 1 | -22/+35 |
| 2018-01-29 | dm: various cleanups to md->queue initialization code |  Mike Snitzer | 3 | -22/+12 |
| 2018-01-29 | dm mpath: delay the retry of a request if the target responded as busy |  Mike Snitzer | 3 | -2/+10 |
| 2018-01-29 | platform/x86: GPD pocket fan: Stop work on suspend |  Hans de Goede | 1 | -0/+1 |
| 2018-01-29 | platform/x86: GPD pocket fan: Use a min-speed of 2 while charging |  Hans de Goede | 1 | -4/+24 |
| 2018-01-29 | platform/x86: GPD pocket fan: Set speed to max on get_temp failure |  Hans de Goede | 1 | -4/+6 |
| 2018-01-29 | platform/x86: intel_pmc_core: Convert to ICPU macro |  Rajneesh Bhardwaj | 1 | -8/+7 |
| 2018-01-29 | platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration |  Srinivas Pandruvada | 2 | -59/+31 |
| 2018-01-29 | platform/x86: intel_pmc_core: Refactor debugfs entries |  Rajneesh Bhardwaj | 1 | -24/+14 |
| 2018-01-29 | platform/x86: dell-smbios: Correct notation for filtering |  Mario Limonciello | 1 | -4/+4 |
| 2018-01-29 | btrfs: drop devid as device_list_add() arg |  Anand Jain | 1 | -5/+3 |
| 2018-01-29 | btrfs: get device pointer from device_list_add() |  Anand Jain | 1 | -16/+18 |
| 2018-01-29 | Merge tag 'acpi-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 69 | -408/+1210 |
| 2018-01-29 | Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 67 | -1098/+2309 |
| 2018-01-29 | Merge branch 'net_sched-reflect-tx_queue_len-change-for-pfifo_fast' |  David S. Miller | 6 | -36/+88 |
| 2018-01-29 | net_sched: implement ->change_tx_queue_len() for pfifo_fast |  Cong Wang | 1 | -0/+18 |
| 2018-01-29 | net_sched: plug in qdisc ops change_tx_queue_len |  Cong Wang | 3 | -0/+36 |
| 2018-01-29 | net: introduce helper dev_change_tx_queue_len() |  Cong Wang | 4 | -36/+34 |
| 2018-01-29 | Merge tag 'sound-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound |  Linus Torvalds | 231 | -5261/+15751 |
| 2018-01-29 | libceph: check kstrndup() return value |  Chengguang Xu | 1 | -0/+4 |
| 2018-01-29 | ceph: try to allocate enough memory for reserved caps |  Zhi Zhang | 4 | -16/+74 |
| 2018-01-29 | ceph: fix race of queuing delayed caps |  Yan, Zheng | 1 | -17/+16 |
| 2018-01-29 | ceph: delete unreachable code in ceph_check_caps() |  Yan, Zheng | 1 | -12/+3 |
| 2018-01-29 | ceph: limit rate of cap import/export error messages |  Yan, Zheng | 1 | -7/+15 |
| 2018-01-29 | ceph: fix incorrect snaprealm when adding caps |  Yan, Zheng | 2 | -3/+19 |
| 2018-01-29 | ceph: fix un-balanced fsc->writeback_count update |  Yan, Zheng | 1 | -3/+6 |
| 2018-01-29 | ceph: track read contexts in ceph_file_info |  Yan, Zheng | 3 | -9/+66 |
| 2018-01-29 | ceph: avoid dereferencing invalid pointer during cached readdir |  Yan, Zheng | 2 | -19/+66 |
| 2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen |  Yan, Zheng | 4 | -12/+13 |
| 2018-01-29 | ceph: cleanup traceless reply handling for rename |  Yan, Zheng | 2 | -12/+6 |
| 2018-01-29 | ceph: voluntarily drop Fx cap for readdir request |  Yan, Zheng | 1 | -0/+1 |
| 2018-01-29 | ceph: properly drop caps for setattr request |  Yan, Zheng | 1 | -6/+6 |
| 2018-01-29 | ceph: voluntarily drop Lx cap for link/rename requests |  Yan, Zheng | 1 | -2/+2 |
| 2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode |  Yan, Zheng | 3 | -10/+19 |
| 2018-01-29 | rbd: whitelist RBD_FEATURE_OPERATIONS feature bit |  Ilya Dryomov | 1 | -1/+3 |
| 2018-01-29 | vhost_net: stop device during reset owner |  Jason Wang | 1 | -0/+1 |
| 2018-01-29 | Merge branch 'net-Ease-to-follow-an-interface-that-moves-to-another-netns' |  David S. Miller | 4 | -23/+36 |
| 2018-01-29 | dev: advertise the new ifindex when the netns iface changes |  Nicolas Dichtel | 4 | -20/+36 |
| 2018-01-29 | dev: always advertise the new nsid when the netns iface changes |  Nicolas Dichtel | 1 | -4/+1 |
| 2018-01-29 | net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module name |  Vadim Lomovtsev | 5 | -5/+5 |