summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-29hwmon: (asc7621) remove redundant assignment to newvalColin Ian King
2017-10-29hwmon: (xgene) Support hwmon v2hotran
2017-10-29hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal
2017-10-29hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij
2017-10-29hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij
2017-10-29hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij
2017-10-29hwmon: (gpio-fan) Get rid of platform data structLinus Walleij
2017-10-29hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij
2017-10-29hwmon: (gpio-fan) Send around device pointerLinus Walleij
2017-10-29hwmon: (gpio-fan) Localize platform dataLinus Walleij
2017-10-29hwmon: (gpio-fan) Use local variable pointersLinus Walleij
2017-10-29hwmon: (gpio-fan) Move DT bindings to the right placeLinus Walleij
2017-10-29Documentation: devicetree: add max6621 deviceVadim Pasternak
2017-10-29hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorVadim Pasternak
2017-10-29hwmon: (w83793) make const array watchdog_minors static, reduces object code ...Colin Ian King
2017-10-29hwmon: (aspeed-pwm-tacho) increase fan tach periodPatrick Venture
2017-10-29hwmon: (max1619) Add dt bindingAlan Tull
2017-10-29dt-bindings: hwmon: add compatible for max1619Alan Tull
2017-10-29hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King
2017-10-29hwmon: (sht15) Root out platform dataLinus Walleij
2017-10-29hwmon: (k10temp) Add support for temperature offsetsGuenter Roeck
2017-10-29hwmon: (k10temp) Add support for family 17hGuenter Roeck
2017-10-29hwmon: (k10temp) Move chip specific code into probe functionGuenter Roeck
2017-10-29hwmon: (stts751) Fix buffer size passed to snprintfJean Delvare
2017-10-29hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFFEdward A. James
2017-10-29Linux 4.14-rc7Linus Torvalds
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang
2017-10-29Merge branch 'sctp-endianness-fixes'David S. Miller
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang